/*Import*/
/*----------------------------------
1.Home 1
2.Home 2
3.Home 3
4.Home 4
5.Home 5
6.Home 6
7.About
8.Contact
9.Menu Ontop
10.Preview	Menu
11.Shop
12.Product Details
13.Blog
14.Vendor
-----------------------------------*/
/* General */
@font-face {
  font-family: 'Museo500';
  src: url('../fonts/MuseoSans-500.eot');
  src: url('../fonts/MuseoSans-500.eot?#iefix') format('embedded-opentype'),
  url('../fonts/MuseoSans-500.woff') format('woff'),
  url('../fonts/MuseoSans-500.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  color: #333;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: inherit;
  margin: 0;
  padding: 0;
  font-weight: 400;
}
.wrap {
  overflow: hidden;
  position: relative;
}
* {
  box-sizing: border-box;
  outline: none;
}
img {
  max-width: 100%;
}
a {
  color: #555;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
.container {
  max-width: 1200px;
  position: relative;
  width: 100%;
}
input,
input:focus,
input:hover {
  outline: none;
}
/*Begin Class*/
.vibes-font {
  font-family: 'Great Vibes', cursive;
}
.mont-font {
  font-family: 'Museo500', sans-serif;
}
.border {
  border: 1px solid #e5e5e5;
}
.border-left {
  border-left: 1px solid #e5e5e5;
}
.border-right {
  border-right: 1px solid #e5e5e5;
}
.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
.transition {
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.radius {
  border-radius: 6px;
}
.round {
  border-radius: 50%;
}
.white {
  color: #fff;
}
.black {
  color: #000;
}
.bg-white {
  background: #fff;
}
.list-none {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.list-inline-block {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.list-inline-block > li {
  display: inline-block;
}
.title14,
.title12,
.title16,
.title18,
.title24,
.title30,
.title40,
.title60,
.product-title {
  font-weight: 700;
  margin: 0;
  font-size: 14px;
}
.title12 {
  font-size: 12px;
}
.title16 {
  font-size: 16px;
}
.title18 {
  font-size: 18px;
}
.title24 {
  font-size: 24px;
}
.title30 {
  font-size: 30px;
}
.title40 {
  font-size: 40px;
}
.title60 {
  font-size: 60px;
}
.absolute {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.desc {
  color: #555;
  margin: 0;
  line-height: 24px;
}
.inline-block {
  display: inline-block;
}
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;
  background: #fff;
  opacity: 0;
  padding: 0;
  margin: 0;
  font-size: 18px;
  z-index: 9;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  border-radius: 0;
}
.owl-theme .owl-controls .owl-buttons div:hover {
  color: #fff;
}
.owl-theme:hover > .owl-controls > .owl-buttons > div {
  opacity: 1;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: 0;
}
.owl-theme .owl-controls .owl-buttons div.owl-next {
  right: 0;
}
.banner-slider .owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: 10px;
}
.banner-slider .owl-theme .owl-controls .owl-buttons div.owl-next {
  right: 10px;
}
.owl-theme .owl-controls .owl-buttons div i {
  display: block;
  line-height: 40px;
}
.owl-theme .owl-controls .owl-page {
  vertical-align: middle;
}
.owl-theme .owl-controls .owl-page span {
  background: #fff;
  margin: 0 13px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  opacity: 1;
  position: relative;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.owl-theme .owl-controls .owl-page.active span::after {
  content: "";
  height: 5px;
  width: 5px;
  margin: auto;
  border-radius: 50%;
  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: auto 100%;
}
.banner-slider .item-slider {
  position: relative;
}
.banner-slider.bg-slider .banner-thumb img {
  max-width: none;
  opacity: 0;
  width: auto;
}
.banner-slider .banner-thumb img {
  width: 100%;
}
.banner-slider .banner-info {
  height: 200px;
}
.banner-info {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}
.banner-info-image {
  position: absolute;
  right: 0;
  top: 0;
}
.banner-info-text {
  top: 50%;
  height: 200px;
  margin: -100px 0 0;
  z-index: 9;
  left: 0;
  position: absolute;
}
/*End Owl Carousel*/
/*Begin Slider Effect*/
.time-delay1 {
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
}
.time-delay2 {
  transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
}
.time-delay3 {
  transition-delay: 1.1s;
  -webkit-transition-delay: 1.1s;
}
.time-delay4 {
  transition-delay: 1.4s;
  -webkit-transition-delay: 1.4s;
}
.top-to-bottom {
  transform: translateY(-500px);
  -webkit-transform: translateY(-500px);
  transition-property: all;
  transition-timing-function: ease-out;
  transition-duration: 0.5s;
  -webkit-transition-property: all;
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 0.5s;
  opacity: 0;
}
.owl-item.active .top-to-bottom {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  opacity: 1;
}
.bottom-to-top {
  transform: translateY(500px);
  -webkit-transform: translateY(500px);
  transition-property: all;
  transition-timing-function: ease-out;
  transition-duration: 0.5s;
  -webkit-transition-property: all;
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 0.5s;
  opacity: 0;
}
.owl-item.active .bottom-to-top {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  opacity: 1;
}
.right-to-left {
  transform: translateX(500px);
  -webkit-transform: translateX(500px);
  transition-property: all;
  transition-timing-function: ease-out;
  transition-duration: 0.5s;
  -webkit-transition-property: all;
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 0.5s;
  opacity: 0;
}
.owl-item.active .right-to-left {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  opacity: 1;
}
.left-to-right {
  transform: translateX(-500px);
  -webkit-transform: translateX(-500px);
  transition-property: all;
  transition-timing-function: ease-out;
  transition-duration: 0.5s;
  -webkit-transition-property: all;
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 0.5s;
  opacity: 0;
}
.owl-item.active .left-to-right {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  opacity: 1;
}
/*End Slider Effect*/
/*Begin Custom Scroll*/
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: none;
}
.mCSB_container {
  margin-right: 0;
}
.mCustomScrollBox > .mCSB_scrollTools {
  width: 4px;
}
/*End Custom Scroll*/
/*Begin Line White*/
.line-white {
  position: relative;
}
.line-white::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 2px;
  content: "";
  background: #fff;
}
/*End Line White*/
/*Begin Box Hover Dir*/
.box-hover-dir {
  overflow: hidden;
  position: relative;
}
.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-adv {
  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;
}
/*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);
}
/*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 > .preview-image {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  left: 100%;
  padding: 10px;
  position: absolute;
  top: -10px;
  min-width: 200px;
  /*height: 300px;*/
  opacity: 0;
  visibility: hidden;
  margin-top: 30px;

  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
}
.main-nav > ul > li .sub-menu > li.menu-item-preview:hover > .preview-image {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.main-nav > ul > li .sub-menu > li.menu-item-preview > .preview-image > a {
  display: block;
  height: 200px;
  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 5s ease-in-out 0s;
  -webkit-transition: all 5s ease-in-out 0s;
  width: 100%;
}
.main-nav > ul > li .sub-menu > li.menu-item-preview > .preview-image > a:hover > img {
  top: 100%;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}
/*Begin Header On Top*/
.header-ontop {
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.header-ontop.fixed-ontop, .fixed-ontop {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  visibility: visible;
  width: 100%;
  z-index: 999!important;
  border-bottom: 1px solid #a5b1ad;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  left: 0;
  position: fixed!important;
  top: 0;
  background-color: white;
}
/*End Header On Top*/
/*Begin Main Nav*/
.main-nav {
  position: relative; /*margin-left: 50px;*/
}
.main-nav > ul {
  font-size: 0;
  list-style: outside none none;
  padding: 0;
  margin: 0;
}
.main-nav > ul > li {
  display: inline-block;
  font-size: 14px;
}
.main-nav > ul > li > a {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 10px;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;

}
/*.main-nav > ul > li.menu-item-has-children > a:hover{
  border-top: 1px solid #888;
  border-left: 1px solid #888;
}*/

.main-nav > ul > li > .sub-menu {
  left: 0px;
  box-shadow: 0 5px 3px 0 rgba(0, 0, 0, 0.1);
}
.main-nav li.menu-item-has-children {
  position: relative;
}
.main-nav li:hover {
  background-color: #edf3f3;
}
/*.main-nav li.menu-item-has-children:after{content: '\f0d7';
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin:0px 0px 0px 10px;
  text-decoration:none;
  position: absolute;
  right: 9px;
  top:16px;
}*/
.main-nav li.menu-item-has-children:hover > .sub-menu {
  margin: 0px 0 0;
  opacity: 1;
  visibility: visible;


}
.main-nav li.has-mega-menu:hover > .mega-menu {
  margin: 5px 0 0;
  opacity: 1;
  visibility: visible;
}
.main-nav .sub-menu,
.main-nav .mega-menu {
  background: #edf3f3 none repeat scroll 0 0;
  left: 0;
  list-style: outside none none;
  opacity: 0;
  padding: 10px 0;
  position: absolute;
  top: 100%;
  visibility: hidden;
  width: 200px;
  z-index: 999;
  text-align: left;
}
.main-nav .mega-menu {
  padding: 0;
  width: 770px;
}
.main-nav .has-mega-menu:hover .mega-menu::before,
.main-nav .has-mega-menu:hover .mega-menu::after {
  transform: scale(1);
}
.main-nav .sub-menu > *,
.main-nav .mega-menu > * {
  position: relative;
  z-index: 1;
}
.main-nav .sub-menu .sub-menu {
  top: 0;
  left: 100%;
}
.main-nav2 .sub-menu{
  position: relative;
  opacity: 1;
  visibility: visible;

}



.main-nav2 > ul > li.menu-item-has-children li.menu-item-has-children > a[aria-expanded="true"]::after {
  content: "\f105";
}
.main-nav .menu-item-has-children .sub-menu li {
  padding: 0 30px;
  position: relative;
}
.main-nav .menu-item-has-children .sub-menu li .chatIle {
  display: inline-block;
  vertical-align: middle;
  margin: 0px;
  margin-left: 0px;
  margin-left: 5px;
}
.main-nav .menu-item-has-children .sub-menu > li > a {
  display: block;
  padding: 4px 0;

}
.main-nav .sub-menu li.menu-item-has-children:hover > .sub-menu {
  margin: 0 -1px;
}
.sub-menu,
.mega-menu {
  pointer-events: none;
}
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;
  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;
}
.main-nav .menu-item-has-children .sub-menu > li > a:hover {
  transform: translateX(15px);
  -webkit-transform: translateX(15px);
}

.main-nav2 .menu-item-has-children .sub-menu > li > a:hover {
  transform: none;
  -webkit-transform: none;
}

.mini-cart-content,
.list-category-dropdown .category-dropdown {
  background: #fff none repeat scroll 0 0;
  margin-top: 40px;
  padding: 30px 20px;
  position: absolute;
  right: -150px;
  top: 100%;
  width: 350px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  max-height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid rgba(90,90,90, .3);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
}

li.mini-cart-box:hover .mini-cart-content,
.list-category-dropdown:hover .category-dropdown {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;

}
.mini-cart-box:hover .mini-cart-content::before {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
}
.mini-cart-box:hover .mini-cart-content::after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}
ul.header-list {list-style: none; margin: 5px 0; white-space:nowrap;}
ul.header-list li {padding: 0px 20px; border-left: 1px solid #d3d3d3; color: #a5b1ad; text-align: center; display: inline-block;}

ul.header-list li.iconfa {margin-top: -10px;}
ul.header-list li .prouve-icon,ul.header-list li .fa {font-size: 20px; line-height: px;}
#header-account-menu.accountMenu li .prouve-icon, #header-account-menu.accountMenu li .fa{font-size: 15px;

  line-height: 15px;

  vertical-align: middle;

  margin-right: 5px;}
ul.header-list li span {display: block; margin-top: -12px; font-size: 12px;}
ul.header-list li span.firstLine {display: block; margin-top: -12px; font-size: 12px; line-height: 40px; padding-top: 5px;}
ul.header-list li span.rabat {font-weight: bold; color: orange; font-size: 14px;}
ul.header-list li.adduser .prouve-icon {font-size: 26px; line-height: 20px;}
ul.userMenu li {text-align: left; display: block; height: auto; padding: 0;border: none;}
.list-category-dropdown .category-dropdown.userMenuCont {padding: 0; left: -100px;z-index: 31}
.userMenuCont {left: -100px; width: 250px }
ul.userMenu i {padding-right: 4px; font-size: 12px !important;}
.category-dropdown ul.userMenu  li {padding: 0;margin-bottom: 0px !important;}
.category-dropdown ul.userMenu {padding:20px ;margin:0}
.category-dropdown ul.userMenu ul {padding-left:20px ;margin:0;margin-bottom: 10px;}
/*.list-category-dropdown ul.list-none{  margin-top: 10px; padding-left: 15px; margin-bottom: 15px;}*/
/*End Toggle Mobile Menu*/
/*Begin Menu Responsive*/
.logo.logo1 {
  text-align: left;
  padding-top: 10px;
  padding-left: 40px;
}
.readmore-iodo{
  margin-top: 30px;
  padding-left: 20px;
  font-size: 12px;
  text-align: justify;
  max-width: 97%;
}
.readmore-button {
  margin-top: 5px;
  text-align: right;
  max-width: 97%;
}

.langSelect, .flagLine img{
  border: 1px solid #565454;
  max-width: 32px;
}
.cart-wrap{
  padding: 0 50px;
}
@media (min-width: 768px) {
  .main-nav2 > ul >li > a div,
  .main-nav2 > ul >li >a{
    font-size: 10px;
  }
  .main-nav2 > ul >li >a i{
    height: 30px;
    margin: 0px;
    line-height: 30px;
  }
  .main-nav2 .no-hover:hover{
    background-color: inherit;
  }

  .main-nav2 > ul >li > .topmenuItem{
    display: inline-block;
    padding: 10px;
  }
  .main-nav2 > ul{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .main-nav2 .sub-menu.accountMenu{
    left: -100px;
    z-index: 31;
    right: auto;
    background: #fff none repeat scroll 0 0;
    margin-top: 40px;
    padding: 10px 0;
    position: absolute;

    top: 100%;
    width: 350px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid rgba(90,90,90, .3);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
    background-color: white;
  }

  .flagLine{
    padding: 10px 0;
  }
  .main-nav2 .sub-menu.flagMenu{
    width: auto;
    left: 0px;
  }
  ul.header-list .accountMenu li{
    padding: 0;
    margin-bottom: 0px;
    text-align: left;
    display: block;
    height: auto;
    border: none;
    color: #a5b1ad;
  }
  .accountMenu .partner-name:hover {
    background: inherit;
  }
  ul.header-list .accountMenu li.partner-name{
    border-bottom: 2px solid #e5e5e5;
    margin-bottom: 10px;
  }

  .main-nav2 .firstLine >*{
    display: block;
    text-align: center;
  }

  div.mini-cart-content{
    font-size: 12px;
  }

  .mini-cart-content .empty{
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
  }
  .main-nav2 li.visible-xs+li{
    border-left: none;
  }
  .main-nav2 .sub-menu .sub-menu{
    left: 0;
    width: 100%;
    background: none;
    border-left: 1px solid #e5e5e5;
  }
  .main-nav2 .sub-menu .sub-menu li::before {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background-color: #e5e5e5;
    position: absolute;
    left: 0px;
    top: 50%;

  }
  .main-nav2 > ul > li.menu-item-has-children li.menu-item-has-children > a::after {
    content: "";
    font-family: fontawesome;
    position: absolute;
    right: 15px;
    line-height: 22px;
  }
}


@media (min-width: 768px) and (max-width: 992px) {
  .logo.logo1{
    text-align: center;
    padding: 15px 0px;
  }
  .logo.logo1 a{
    display: inline-block;
  }

  .main-nav2 > ul{
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .main-nav1 {
    padding-left: 0px;
    width: 100%;
    text-align: center;
  }
  .main-nav1 > ul{
    display: inline-block;
  }
  .main-nav > ul > li > a {
      font-size: 14px;
    padding: 10px;
  }
}



@media (max-width: 767px) {
/*  .main-nav .menu-item-has-children .sub-menu li > a {
    border-bottom: none;
  }*/
  .mega-menu {
    display: none;
  }
  .main-nav .toggle-mobile-menu {
    display: block;
  }
  .main-nav .sub-menu,
  .main-nav .mega-menu {
    background: #fff none repeat scroll 0 0;
    box-shadow: none;
    display: none;
    margin: 0;
    opacity: 1;
    visibility: visible;
    position: static;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  }
  .main-nav > ul > li > a::before {
    display: none;
  }
  .main-nav > ul > li > a {
    color: #333;
    font-weight: 400!important;
  }
  .main-nav .toggle-mobile-menu {
    display: block;
  }
  .main-nav2 .toggle-mobile-menu {
    display: block;
    float: right;
    margin-right: 5px;
  }
  .main-nav {
    position: relative;
    z-index: 9;
    margin: 0;
  }
  .main-nav > ul {
    position: absolute;
    right: 0;
    top: 42px;
    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);
  }
  .main-nav.active > ul {
    transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
  }
  .main-nav > ul > li {
    display: block;
    padding: 0px;
  }


  .main-nav .sub-menu li a::before {
    display: none;
  }
  .main-nav1{
    padding-left: 30px;
  }
  .main-nav1.active>ul, .main-nav2.active>ul{
    width: 100vw;
    height: 100vh;
    background: white;
    margin: 0px;
    top: 0px;
    position: fixed;
    overflow-y: auto;
  }
  .mini-cart-content{
    display: none;
  }
  .main-nav2{

    display: block;
    font-size: 14px;
    font-weight: 400;
    height: 40px !important;
    line-height: 40px !important;
    padding: 0 15px;
  }
  .main-nav2 .topmenuItem{
    width:100%;
  }
  .main-nav2.active>ul li{
    text-align: left;
  }



  .main-nav1.active ul{
    box-shadow: none;
  }
  .main-nav1 ul ul li:last-child,
  .main-nav2 ul ul li:last-child{
    border-bottom: 0px;
  }
  .main-nav1.active ul+ .toggle-mobile-menu,
  .main-nav2.active ul+ .toggle-mobile-menu{
    display: none;
  }
  .main-nav2.active .toggle-mobile-menu,
  .main-nav1.active .toggle-mobile-menu{
    position: absolute;
    z-index: 999;
    top: 0px;
    left: 0pc;
    margin: 20px 0 0 20px;
  }

  .main-nav > ul li > a {
    border-top: 1px solid #e5e5e5;
    display: block;
    font-size: 14px;
    font-weight: 400;
    height: 40px !important;
    line-height: 40px !important;
    padding: 0 15px;
  }

  .main-nav > ul li:first-child > a {
    border: medium none;
  }
  .main-nav .sub-menu > li {
    padding: 0px!important;
    margin: 0 15px;
  }
  .main-nav > ul li.menu-item-has-children .menu-item-has-children > a::after {
    right: 0;
    top: 0;
  }
  .main-nav .sub-menu > li{
    margin: 0px;
  }
  .main-nav .menu-item-has-children .sub-menu > li > a:hover{
    transform: none;
  }

  .main-nav .menu-item-has-children .sub-menu > li > a{
    padding: 0px 15px;
  }
  .main-nav > ul > li.menu-item-has-children > a::after {
    position: absolute;
    right: 15px;
    top: 0;
    content: "\f107";
    font-family: fontawesome;
  }

  .main-nav > ul > li.menu-item-has-children > a.expanded::after{
    content: "\f105";
  }

  .main-nav > ul > li .sub-menu::after {
    display: none;
  }
  .main-nav > ul > li .sub-menu,
  .main-nav > .sub-menu {
    padding: 0 0 0 20px;
    display: none;
    width: 100%;
    box-shadow: none;
  }
   .main-nav2 li i{
     vertical-align: middle;
     margin-right: 5px;
   }
  .mini-cart-link span{
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
  }
  .main-nav > ul li > a.expanded{
    border-bottom: 1px solid #e5e5e5;
  }
  .main-nav > ul li > .sub-expanded{
    margin-top: -1px;
  }
  .cart-selector .topmenuItem .firstLine{
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
    font-size: 14px;
    color: black;
  }
  .cart-selector select.profilelist{
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
  }

  .main-nav > ul li > .sub-expanded>li{
    border-left: 1px solid #e5e5e5;
  }


  /*.main-nav > ul > li.menu-item-has-children li.menu-item-has-children > .sub-menu {
    left: 0;
    top: 100%;
    padding: 0;
  }*/
  .main-nav > ul > li.menu-item-has-children li.menu-item-has-children > a::after {
    content: "";
    font-family: fontawesome;
    position: absolute;
    right: 15px;
    top: 0;
  }
  .main-nav > ul > li.has-mega-menu > a::after {
    display: none!important;
  }
  .menu-item-preview .preview-image {
    display: none;
  }

  .list-category-dropdown .category-dropdown.userMenuCont{
    position: relative;
    width: 100%;
    left: 0px;
    max-height: none;
  }
  .main-nav2 li.header-logout > a{
    padding: 15px;
    font-weight: bold !important;
    text-align: center;
    height: auto!important;
  }
  .header-logout div{
    display: inline-block;
  }

  .main-nav .no-hover:hover{
    background: inherit;
  }
  .main-nav >ul > li .close-mobile-menu{
    color: #a5b1ad !important;
    display: inline-block;
    margin: 10px 0;
  }
  .main-nav >ul > li .close-mobile-menu .fa{
    font-size: 30px;
  }
  .main-nav >ul > li.visible-xs{
    border-bottom: none;
  }
  .logo.logo1 {
    padding-left: 70px;
  }
  .cart-wrap{
    padding: 0 10px;
  }
  .cart-wrap .tab-pane{
    padding: 20px 0;
  }
}
/*End Menu Responsive*/
/*Begin Rating*/
.product-rate {
  background-image: url("../img/rate-star.png");
  background-position: 0 -13px;
  background-repeat: repeat-x;
  height: 13px;
  margin: 0 auto;
  transition: all 0.5s ease-out 0s;
  width: 80px;
}
.product-rating {
  background-image: url("../img/rate-star.png");
  background-position: 0 0;
  background-repeat: repeat-x;
  height: 13px;
}
/*End Rating*/
/*Buttun Scoll*/
.scroll-top {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  bottom: 100px;
  color: #fff;
  display: block;
  height: 40px;
  line-height: 40px;
  position: fixed;
  right: 10px;
  text-align: center;
  width: 40px;
  opacity: 0;
}
.scroll-top.active {
  opacity: 1;
}
/*Begin Product*/
/*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 {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  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;
}
.product-thumb:hover .product-thumb-link::before {
  opacity: 1;
}
/*Zoom Product*/
.product-thumb:hover .zoom-product img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
}
/*End Product*/
/*Select Box*/
.select-box label {
  font-weight: 400;
  margin: 0 5px;
}
.select-box select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  cursor: pointer;
  height: 36px;
  padding: 0 35px 0 10px;
  position: relative;
  text-align: left;
  text-transform: capitalize;
}
.select-box {
  position: relative;
}
.select-box::after {
  position: absolute;
  top: 10px;
  right: 15px;
  content: "\f107";
  font-family: "fontAwesome";
}
/*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;
}
.wishlist-button a:last-child {
  background: #FF887B;
}
.popup-icon {
  color: #FF887B;
  font-size: 30px;
}
.wishlist-alert {
  margin: 10px 0 20px;
}
.product-popup-content {
  padding: 15px 0;
}
.product-popup-content .product-gallery #bx-pager a {
  margin-bottom: 6px;
}
/*Style*/
/*******************************************************************************************************
													Home 1
********************************************************************************************************/
.header.header1 {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  border-bottom: 1px solid #d3d3d3;
}
.menu-ontop,
.header-nav3 {
  transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.header-phone {
  padding-left: 50px;
  position: relative;
}
.header-phone strong {
  display: block;
}
.header-phone-icon {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 30px;
}
.header-main {
  padding: 0px 0 0px 0;
}

.mini-cart-icon {
  display: inline-block;
  font-size: 30px;
  margin: 0 10px;
  vertical-align: middle;
  color: #888
}
.mini-cart-number {
  display: inline-block;
  vertical-align: middle;
}
.mini-cart-number strong {
  display: block;
}

/*
.main-nav .sub-menu::before,
.main-nav .mega-menu::before,
.main-nav .sub-menu::before,
.category-dropdown::before {
  border-style: solid;
  border-width: 0 1px 0 1px;
  bottom: -20px;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: -20px;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
*/
/*.main-nav .sub-menu::after,
.main-nav .mega-menu::after,
.main-nav .sub-menu::after,
.category-dropdown::after {
  border-style: solid;
  border-width: 1px 0 1px 0;
  bottom: 0;
  content: "";
  left: -20px;
  position: absolute;
  right: -20px;
  top: 0;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}*/
.mini-cart-content > *,
.category-dropdown > * {
  /*position: relative;*/

}

.main-nav li.menu-item-has-children:hover > .sub-menu::before {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
}
.main-nav li.menu-item-has-children:hover > .sub-menu::after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}
.mini-cart-box {
  position: relative;
  z-index: 9;
}
.list-category-dropdown {
  position: relative;
}
.list-category-dropdown .category-dropdown {
  right: auto;
  left: -20px;
  width: 230px;
  padding: 30px;
}
.list-category-dropdown .link-cat-dropdown {
  color: #999;
  margin: 0 10px;
  display: inline-block;
}
.list-category-dropdown:hover .link-cat-dropdown {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.category-dropdown .list-none li {
  margin-bottom: 12px;
}
.category-dropdown .list-none li:last-child {
  margin: 0;
}
.category-dropdown .list-none li a {
  display: block;

}
.category-dropdown .list-none li a:hover {
  transform: translateX(15px);
  -webkit-transform: translateX(15px);
}
.list-category-dropdown:hover .category-dropdown::before,
.list-category-dropdown:hover .category-dropdown::after {
  transform: scale(1);
}padding: 8px;
.mini-cart-ontop .mini-cart-icon {
  font-size: 18px;
  margin: 0;
}
.mini-cart-ontop .mini-cart-number {
  font-size: 12px;
  background: #b313ff none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: -10px;
  text-align: center;
  top: 0;
  width: 20px;
}
.meta-link-ontop > li > a {
  font-size: 18px;
}
.meta-link-ontop > li {
  margin: 0 15px;
}
.meta-link-ontop.list-inline-block {
  margin: 2px -15px 0;
}
.search-form {
  position: relative;
}
.search-form .submit-form {
  position: relative;
  width: 18px;
}
.search-form .submit-form::after {
  color: #333;
  content: "";
  font-size: 18px;
  position: relative;
  top: 0;
}
.search-ontop .search-form input[type="text"] {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid transparent;
  color: #999;
  height: 40px;
  margin-right: 10px;
  padding: 0;
  position: absolute;
  right: -20px;
  top: -10px;
  width: 0px;
  opacity: 0;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.search-ontop:hover .search-form input[type="text"] {
  width: 230px;
  border: 1px solid #e5e5e5;
  padding: 0 40px 0 15px;
  opacity: 1;
}
.search-ontop .search-form {
  height: 18px;
}
.list-mini-cart-item {
  margin-top: 20px;
}
.productmini-cat .product-thumb {
  width: 90px;
}
.productmini-cat .product-info {
  padding-left: 20px;
}
.productmini-cat.table {
  margin-bottom: 20px;
}
.product-price ins {
  font-weight: 700;
  text-decoration: none;
}
.product-price > * {
  margin: 0 3px;
}
.product-price {
  margin: 0 -3px;
}
.product-price del {
  color: #999;
  position: relative;
  text-decoration: none;
}
.product-price del::after {
  background: #999 none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 10px;
}
.product-title {
  margin-bottom: 5px;
}
.shop-button {
  display: inline-block;
  border-radius: 20px;
  font-weight: 700;
  background: #fff;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  position: relative;
}
.shop-button:hover {
  color: #fff;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}
.mini-cart-button {
  margin: 20px 0 0;
}
.header-nav {
  /*margin-top: 10px;*/
}
.banner-title.vibes-font {
  font-size: 160px;
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
}
.banner-button {
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  height: 100px;
  line-height: 100px;
  padding: 0 75px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.3);
}
.banner-button:hover {
  color: #fff;
}
.banner-slider1 .banner-info {
  height: 340px;
}
.banner-slider1 .owl-pagination {
  bottom: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}
.banner-slider1 {padding-top: 112px;}

.title-box .first-letter {
  color: #ebebeb;
  font-size: 160px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.title-box {
  padding-top: 40px;
  position: relative;
  margin-bottom: 60px;
}
.title-box span.color {
  font-size: 18px;
  font-weight: 700;
  left: 0;
  right: 0;
  position: absolute;
  top: 45px;
}
.title-box .title30 {
  margin-bottom: 10px;
  position: relative;
}
.hot-label {
  border-radius: 50%;
  bottom: 5px;
  color: #fff;
  font-family: open sans;
  font-size: 18px;
  height: 70px;
  left: 100%;
  line-height: 70px;
  margin-left: 20px;
  position: absolute;
  text-align: center;
  width: 70px;
}
.hot-label span {
  position: relative;
  z-index: 1;
}
.hot-label::before {
  bottom: 0;
  content: "";
  height: 50%;
  left: 0;
  position: absolute;
  width: 50%;
}
.popular-category {
  background: #fafafa none repeat scroll 0 0;
  padding: 140px 0 150px;
}
.view-collection {
  background: #f7f6f6 none repeat scroll 0 0;
  padding: 140px 0 80px;
}
.popcat-item {
  border: 15px solid #efefef;
  margin: 0 50px;
  padding-top: 65px;
}
.popcat-slider {
  margin: 0 -15px;
}
.underline-title {
  padding-bottom: 20px;
  position: relative;
}
.underline-title::after {
  bottom: 0;
  content: "";
  height: 5px;
  left: 50%;
  margin-left: -70px;
  position: absolute;
  width: 140px;
}
.popcat-item .underline-title {
  margin-bottom: 45px;
}
.popcat-item .popcat-thumb {
  transform: translate(-40px, 15px);
  -webkit-transform: translate(-40px, 15px);
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.popcat-item:hover .popcat-thumb {
  transform: translate(-80px, 15px);
  -webkit-transform: translate(-80px, 15px);
}
.popcat-item .popcat-thumb img {
  max-width: 135%;
}
.viewall-button {
  font-size: 18px;
}
.viewall-button i {
  margin: 0 15px;
}
.intro-collection > p {
  font-size: 18px;
  margin-bottom: 30px;
}
.intro-collection {
  margin: 0 20px 80px;
}
.item-collection {
  background: #fff none repeat scroll 0 0;
  margin: 0 20px 70px;
  padding: 50px;
}
.item-collection .shop-button {
  padding: 10px 40px;
}
.list-collection {
  margin: 0 -20px;
}
.banner-collection .banner-info {
  padding-top: 70px;
}
.banner-collection {
  margin: 0 20px;
}
.item-collection .banner-adv {
  margin-bottom: 47px;
}
.banner-adv .shop-button {
  padding: 10px 40px;
}
.item-collection h2.vibes-font {
  margin: 35px 0 30px;
}
.show-product {
  padding: 0px 0 95px;
}
.show-product .title-box {
  margin-bottom: 45px;
}
.tab-title .shop-button {
  padding: 10px 35px;
  position: relative;
}
.tab-title li {
  margin: 0 3px;
}
.show-product .tab-title {
  margin-bottom: 100px;
}
.tab-title li.active .shop-button::before,
.product-title .shop-button::before {
  position: absolute;
  top: 15px;
  left: 15px;
  content: "";
  background: #fff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.tab-title li.active .shop-button {
  color: #fff;
}
.item-product-gallery {
  margin: 0 15px;
}
.product-slider {
  margin: 0 -15px;
}
.product-title .shop-button {
  border-color: #e5e5e5;
  box-shadow: none;
  color: #333;
  display: block;
  padding-left: 60px;
  background: #fff;
}
.product-title1 a {font-weight: normal; text-decoration: none; font-size: 14px;}
.product-title .shop-button:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  padding-left: 35px;
}
.item-product-gallery .product-title {
  margin-bottom: 20px;
  margin-left: -60px;
  margin-top: 30px;
  line-height: inherit;
}
.item-product-gallery .product-rate {
  margin-bottom: 15px;
}
.product-price .sale-label {
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  height: 30px;
  line-height: 30px;
  margin: 0 6px;
  text-align: center;
  width: 30px;
}
.product-price .sale-label sup {
  font-size: 10px;
  font-weight: 400;
}
.item-product-gallery .desc {
  margin: 7px 0 20px;
  height: 48px;
  overflow: hidden;
  font-style: italic;
}
.prodItemCont {border-left: 1px solid #e2e2e4;}
.owl-item.active:first-child .prodItemCont{border-left: none !important;}
.product-extra-link2 > a {
  border: 1px solid #a5b1ad;
  border-radius: 2px;
  padding: 4px 10px;
  color: #a5b1ad;
  cursor: pointer;
}
.product-extra-link2 > a:hover {
  box-shadow: rgba(0, 0, 0, 0.3);
  background-color: #a5b1ad;
  color: #383840;
}
.product-extra-link > a {
  border: 1px solid #ececec;
  border-radius: 50%;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  color: #999;
  display: inline-block;
  height: 40px;
  line-height: 38px;
  margin: 0 5px;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 40px;
}
.product-extra-link > a > span {
  background: #efefef none repeat scroll 0 0;
  border-radius: 13px;
  color: #555;
  font-size: 12px;
  height: 25px;
  left: 0;
  line-height: 25px;
  margin-left: -32px;
  margin-top: 50px;
  position: absolute;
  text-align: center;
  top: 100%;
  width: 100px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.product-extra-link > a:hover {
  box-shadow: rgba(0, 0, 0, 0.3);
}
.product-extra-link > a.addcart-link:hover {
  color: #fff;
}
.product-extra-link > a:hover > span {
  opacity: 1;
  visibility: visible;
  margin-top: 20px;
}
.product-extra-link {
  margin: 0 -5px;
}
.product-extra-link > a > span::after {
  background: #efefef none repeat scroll 0 0;
  bottom: 100%;
  content: "";
  height: 0px;
  left: 50%;
  position: absolute;
  width: 1px;
  transition: all 1s ease-out 0.5s;
  -webkit-transition: all 0.3s ease-out 0.5s;
}
.product-extra-link > a:hover > span::after {
  height: 25px;
}
.thumb-gallery {
  left: 20px;
  position: absolute;
  top: 20px;
  width: 30px;
}
.product-thumb {
  overflow: hidden;
  position: relative;
}
.thumb-gallery a {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  display: block;
  position: relative;
  margin-bottom: 10px;
  transform: translateX(-100px) rotate(-360deg);
  -webkit-transform: translateX(-100px) rotate(-360deg);
}
.thumb-gallery a:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}
.product-thumb-gallery:hover .thumb-gallery a {
  transform: translateX(0px) rotate(0);
  -webkit-transform: translateX(0px) rotate(0);
}
.product-thumb > .quickview-link {
  border-radius: 50%;
  bottom: 0;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  height: 40px;
  left: 0;
  line-height: 40px;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 40px;
  opacity: 0;
  z-index: 10;
  transform: translateX(100px) rotate(-360deg) scale(0);
  -webkit-transform: translateX(100px) rotate(-360deg) scale(0);
}
.product-thumb:hover > .quickview-link {
  transform: translateX(0px) rotate(0) scale(1);
  -webkit-transform: translateX(0px) rotate(0) scale(1);
  opacity: 1;
}
.item-product-gallery .item-product {
  margin-bottom: 50px;
}
.product-slider .owl-theme .owl-controls .owl-buttons div {
  opacity: 1;
}
.product-slider .owl-theme .owl-controls .owl-buttons {
  position: absolute;
  width: 80px;
  right: 20px;
  top: -50px;
}
.item-client {
  margin: 0 50px;
  text-align: center;
  background: #fff;
  padding: 30px 50px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.client-thumb {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid transparent;
  border-radius: 50%;
  margin: -100px auto 0;
  padding: 10px;
  width: 130px;
}
.item-client.slick-active {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}
.item-client.slick-active .client-thumb {
  background: #fff;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.item-client.slick-active .client-thumb:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}
.client-thumb a {
  display: block;
}
.client-thumb a img {
  border-radius: 50%;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.client-thumb a:hover img {
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
}
.client-say {
  background: #fafafa none repeat scroll 0 0;
  padding: 70px 0 80px;
}
.item-client .desc {
  border-bottom: 1px solid #e5e5e5;
  color: #999;
  margin-bottom: 27px;
  padding-bottom: 22px;
  position: relative;
  padding-top: 65px;
  margin-top: 25px;
  background: transparent url("../img/icon-quote.png") no-repeat center top;
}
.item-client.slick-active .desc {
  border-color: #fff;
  color: #fff;
  background: transparent url("../img/icon-quote-active.png") no-repeat center top;
}
.item-client.slick-active .client-name > a {
  color: #fff;
}
.client-name > a {
  color: #555;
}
.client-slider .slick-list {
  margin-top: -100px;
  padding-top: 100px !important;
  padding-bottom: 50px!important;
  margin-bottom: -50px;
}
.client-slider {
  margin-top: 45px;
}
.slick-arrow {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  font-size: 18px;
  height: 40px;
  position: absolute;
  top: 50%;
  width: 40px;
  z-index: 9;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.slick-arrow:hover {
  color: #fff;
}
.client-slider .slick-prev {
  left: 320px;
}
.client-slider .slick-next {
  right: 320px;
}
.latest-news {
  background: #f7f6f6 none repeat scroll 0 0;
  padding: 80px 0 80px;
}
.latest-news-intro {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 100px;
  max-width: 410px;
  position: relative;
}
.latest-news-intro::after {
  bottom: -30px;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 200px;
}
.item-post-format {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.item-post-format:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}
.post-format {
  margin-bottom: 13px;
  text-transform: uppercase;
}
.post-format span {
  background: #ff887b none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  text-align: center;
  width: 20px;
}
.item-post-format .post-info {
  padding: 30px 0;
}
.post-format > a {
  color: #999;
}
.post-comment-date {
  border-top: 1px solid #e5e5e5;
  margin-top: 27px;
  padding: 15px 20px 0;
}
.post-comment-date span {
  color: #999;
  display: inline-block;
  font-size: 12px;
  margin-top: 2px;

}
.readmore-news {
  border: 1px solid #a5b1ad;
  border-radius: 2px;
  padding: 4px 10px;
  color: #a5b1ad;
  cursor: pointer;
  display: block;
  margin-top: 15px;
}
.readmore-news:hover {
  box-shadow: rgba(0, 0, 0, 0.3);
  background-color: #a5b1ad;
  color: #383840;
}
.list-post-left {
  margin: 40px 0 90px;
}
.our-services {
  padding: 150px 0;
}
.item-service {
  position: relative;
  text-align: center;
  padding: 0 70px;
  margin: 0 -15px;
}
.list-our-service {
  padding: 0 15px;
  max-width: 1000px;
  margin: auto;
}
.service-icon > a {
  color: #fff;
  display: block;
  font-size: 60px;
  position: relative;
  z-index: 1;
}
.service-icon {
  background: #ff887b none repeat scroll 0 0;
  border-radius: 50%;
  height: 110px;
  line-height: 110px;
  margin: auto;
  position: relative;
  text-align: center;
  width: 110px;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.item-service .service-info {
  margin-top: 27px;
}
.item-service .service-info .title14 {
  margin-bottom: 17px;
}
.item-service .service-info .desc {
  margin-bottom: 32px;
}
.service-icon::after {
  position: absolute;
  width: 50%;
  height: 50%;
  right: 0;
  bottom: 0;
  content: "";
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.item-service.bottom-right {
  padding-bottom: 50px;
}
.item-service.bottom-left {
  padding-bottom: 50px;
}
.item-service.top-right {
  padding-top: 50px;
}
.item-service.top-left {
  padding-top: 50px;
}
.item-service.bottom-right::before {
  background: #ededed none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 1px;
  left: 70px;
  position: absolute;
  right: 0;
}
.item-service.bottom-right::after {
  border-top: 70px solid transparent;
  bottom: 0;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  width: 0;
  z-index: 9;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.item-service.bottom-left::before {
  background: #ededed none repeat scroll 0 0;
  left: -1px;
  content: "";
  width: 1px;
  top: 40px;
  position: absolute;
  bottom: 0;
}
.item-service.bottom-left::after {
  border-top: 70px solid transparent;
  bottom: 0;
  content: "";
  height: 0;
  position: absolute;
  left: 0;
  width: 0;
  z-index: 9;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.item-service.top-right::before {
  background: #ededed none repeat scroll 0 0;
  right: 0;
  content: "";
  width: 1px;
  top: 0px;
  position: absolute;
  bottom: 40px;
}
.item-service.top-right::after {
  border-bottom: 70px solid transparent;
  top: 0;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  width: 0;
  z-index: 9;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.item-service.top-left::before {
  background: #ededed none repeat scroll 0 0;
  left: 0;
  content: "";
  height: 1px;
  top: -1px;
  position: absolute;
  right: 70px;
}
.item-service.top-left::after {
  border-bottom: 70px solid transparent;
  top: 0;
  content: "";
  height: 0;
  position: absolute;
  left: 0;
  width: 0;
  z-index: 9;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.social-email {
  background: #fafafa none repeat scroll 0 0;
  padding: 100px 0 90px;
}
.email-intro .title18 {
  margin-bottom: 17px;
}
.newsletter-form > form {
  /*background: #fff none repeat scroll 0 0;
  border-radius: 30px;*/
}
.newsletter-form > form input[type="text"] {
  border: medium none;
  color: #999;
  height: 30px;
  border: 1px solid #aaa;
  padding: 3px 10px;
  width: 80%;
  float: left;
}
.submit-form {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
}
.submit-form input[type="submit"] {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9;
}
.submit-form::after {
  content: "";
  font-family: fontawesome;
  font-size: 30px;
  left: 0;
  position: absolute;
  top: 13px;
}
/*
.newsletter-form > form {
  background: #fff none repeat scroll 0 0;
  border-radius: 5px;

}

.submit-form {


  display: inline-block;
}
*/

.newsletter-form input[type="submit"]:hover {
  background-color: #b313ff;
}
.newsletter-form input[type="submit"] {
  background-color: #aaa;
  border: none;
  position: absolute;
  width: 15%;
  height: 30px;
  color: white;
  font-family: FontAwesome;
}

.newsletter-form input[type="email"] {
  width: 75%;
  height: 30px;
}

.social-footer a {
  color: #d3d3d3;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  font-size: 22px;
  height: 40px;
  line-height: 40px;
  margin: 0 3px;
  text-align: center;
  width: 40px;
  border-radius:5px;
}
.social-footer {
  margin: 0 -3px;
}
.social-footer a:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  color: #fff;
}
.email-intro {
  padding-right: 30px;
}
.main-footer {
  background: #31343b none repeat scroll 0 0;
  padding: 35px 0;
  color: #d3d3d3;
}
.footer-box .title18 {
  font-weight: 400;
  margin-bottom: 25px;
}
.list-instagram a {
  border: 5px solid transparent;
  display: block;
  float: left;
  margin: 0;
  width: 80px;
}
.list-instagram {
  margin: -5px;
  max-width: 340px;
}
.menu-footer .list-none li {
  margin-bottom: 10px;
}
.menu-footer .list-none li a {
  display: block;
  color: #d3d3d3;
}
.menu-footer .list-none li a:hover {
  transform: translateX(10px);
  -webkit-transform: translateX(10px);
  color: #fff
}
.contact-footer > p {
  margin-bottom: 20px;
  padding-left: 40px;
  position: relative;
}
.contact-footer .contact-address {
  line-height: 24px;
  margin-top: -3px;
  max-width: 240px;
}
.contact-footer > p .fa {
  font-family: fontawesome;
  font-size: 30px;
  left: 0;
  position: absolute;
  top: 0;
}
.footer-bottom {
  background: #181818 none repeat scroll 0 0;
  padding: 30px 0;
}
.payment-method {
  margin: 0 -6px;
}
.payment-method > a {
  margin: 0 6px;
}
.nav-footer.list-inline-block {
  display: inline-block;
  margin-left: 16px;
  margin-top: 5px;
  vertical-align: top;
}
.nav-footer li a {
  color: #fff;
  text-transform: uppercase;
}
.nav-footer li {
  margin: 0 20px;
}
.scroll-top:hover {
  box-shadow: 0 0 20px #fff inset;
}
.main-nav.main-nav1 {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #d3d3d3;
}
.mega-menu-thumb {
  margin: 1px 1px 1px -60px;
}
.main-nav .has-mega-menu .mega-menu {
  padding-left: 50px;
}
.mega-menu-box {
  margin-top: 47px;
}
.mega-menu-box .title14 {
  margin-bottom: 21px;
}
.mega-menu-box .list-none li {
  margin-bottom: 17px;
}
.mega-menu-box .list-none li a {
  display: block;
}
.mega-menu-box .list-none li a:hover {
  transform: translateX(10px);
  -webkit-transform: translateX(10px);
}
.product-thumb-gallery .product-thumb-link::before {
  display: none;
}
/********************************************************************************************
									Product Shop							
*********************************************************************************************/
.filter-color li a {
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  display: block;
  height: 36px;
  padding: 5px;
  position: relative;
  width: 36px;
}
.filter-color li span {
  border-radius: 50%;
  bottom: 0;
  display: block;
  height: 30px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
}
.top-header {
  padding: 10px 0;
}
.header-top-menu li a {
  color: #fff;
}
.header-top-menu li {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 10px;
}
.header-top-menu.list-inline-block {
  margin: 0 -10px;
}
.header-top-menu li:last-child {
  border: medium none;
}
.header-general {
  padding: 13px 0 26px;
}
.main-nav.main-nav-pages {
  margin: 15px 0 0;
}
.meta-link-ontop.meta-link-pages {
  margin: 20px 0 0 -50px;
}
.header-contact-link li a {
  font-weight: 700;
}
.header-contact-link li a .fa {
  margin-right: 5px;
  font-size: 18px;
}
.banner-shop-slider .owl-pagination {
  bottom: 180px;
  left: 0;
  position: absolute;
  width: 100%;
}
.banner-shop-slider .banner-info .title30 {
  margin-bottom: 20px;
}
.banner-shop-slider .owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: 10px;
}
.banner-shop-slider .owl-theme .owl-controls .owl-buttons div.owl-next {
  right: 10px;
}
.bread-crumb {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  padding: 19px 0;
}
.bread-crumb a::after {
  content: "/";
  margin: 0 5px;
}
.sidebar-shop.sidebar-left {
  border-right: 5px solid #e5e5e5;
  padding-right: 15px;
  padding-top: 13px;
}
.sidebar-shop.sidebar-right {
  border-left: 5px solid #e5e5e5;
  padding-left: 20px;
  padding-top: 13px;
}
.sort-pagi-bar {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
  padding: 20px 0;
}
.view-type {
  display: inline-block;
  margin: 0 25px;
}
.sort-bar {
  display: inline-block;
}
.view-type > a {
  color: #ebebeb;
  display: inline-block;
  font-size: 18px;
  height: 36px;
  line-height: 36px;
  margin: 0 5px;
}
.view-type > a.active {
  color: #555;
}
.sort-pagi-bar .title18 {
  margin-top: 10px;
}
.info-product-hover-dir {
  padding: 30px;
}
.inner-product-hover-dir {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  height: 100%;
  position: relative;
  text-align: center;
}
.content-product-hover-dir {
  bottom: 0;
  height: 140px;
  left: 0 !important;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0 !important;
  width: 180px;
}
.content-product-hover-dir .quickview-link {
  background: #fff none repeat scroll 0 0;
  border-radius: 20px;
  display: block;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.content-product-hover-dir .quickview-link:hover {
  color: #fff;
}
.content-product-hover-dir .quickview-link .fa {
  margin-left: 15px;
}
.product-total-sale {
  display: block;
  margin: 20px 0;
}
.item-product-grid .product-thumb {
  margin-bottom: 20px;
}
.item-product-grid {
  margin-bottom: 30px;
}
.item-product-grid .product-rate {
  margin: 10px 0;
}
.product-new-label {
  background: #fff none repeat scroll 0 0;
  border: 1px dashed #46d47f;
  border-radius: 50%;
  color: #46d47f;
  display: block;
  height: 40px;
  left: 20px;
  line-height: 38px;
  position: absolute;
  text-align: center;
  top: 20px;
  width: 40px;
  z-index: 10;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.pagi-nav-bar {
  background: #fafafa none repeat scroll 0 0;
  padding: 5px 15px;
}
.content-grid-sidebar {
  margin-bottom: 10px;
}
.content-pages {
  margin-bottom: 100px;
}
a.btn-circle {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  font-size: 18px;
  height: 40px;
  top: 50%;
  width: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
}
a.btn-circle:hover {
  color: #fff;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}
.pagi-nav-bar .inline-block {
  width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  border: 1px solid transparent;
  background: transparent;
  font-weight: 700;
  border-radius: 50%;
}
.pagi-nav-bar .inline-block.current-page,
.pagi-nav-bar .inline-block:hover {
  background: #fff;
}
.pagi-nav-bar .btn-circle {
  margin: 0 15px;
}
.widget-product-cat .widget-content .has-sub-cat > ul {
  display: none;
  padding: 10px 0 0;
}
.widget-product-cat .widget-content .has-sub-cat > ul a {
  color: #999;
}
.range-filter #slider-range {
  border: medium none;
  border-radius: 0;
  height: 4px;
  margin: 5px 0 30px;
}
.range-filter #slider-range .ui-slider-handle.ui-state-default.ui-corner-all {
  border: medium none;
  border-radius: 4px;
  cursor: pointer;
  height: 16px;
  margin: 0 -8px;
  top: -6px;
  width: 16px;
}
.range-filter {
  margin-top: 30px;
}
.range-filter .btn-filter {
  border: medium none;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  height: 30px;
  padding: 0 13px;
  text-transform: uppercase;
  transition: all 0.5s ease-out 0s;
}
.range-filter #amount {
  display: inline-block;
  margin-right: 6px;
  vertical-align: top;
}
.range-filter #amount > .number {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  color: #555;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 13px;
  width: 60px;
}
.range-filter #amount > .separate {
  margin: 0 10px;
}
.filter-default li {
  margin-bottom: 10px;
}
.filter-default li:last-child {
  margin-bottom: 0;
}
.filter-default a {
  color: #333;
  padding-left: 30px;
  position: relative;
}
.filter-default > li > a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #e5e5e5;
  font-family: fontawesome;
  content: "";
  line-height: 18px;
  border-radius: 50%;
  text-align: center;
}
.filter-default > li > a.active::before {
  content: "\f058";
}
.filter-default a span {
  color: #999;
}
.sidebar-shop .widget {
  border-bottom: 1px solid #e5e5e5;
}
.widget-title {
  cursor: pointer;
  padding: 26px 0;
  position: relative;
}
.widget-title::after {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  content: "";
  font-family: fontawesome;
  height: 30px;
  line-height: 28px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 19px;
  width: 30px;
}
.widget-title.active::after {
  content: "\f106";
}
.widget-content {
  display: none;
  margin-bottom: 20px;
}
.widget-content .mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 0;
}
.widget-content .mCustomScrollBox > .mCSB_scrollTools {
  border-radius: 5px;
  opacity: 1;
  width: 10px;
  right: 0px;
}
.widget-content .mCSB_scrollTools .mCSB_draggerRail {
  width: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) inset;
  background: #fff none repeat scroll 0 0;
}
.widget-content .mCSB_scrollTools .mCSB_dragger {
  background: #ff9488;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) inset;
}
.widget-content.custom-scroll {
  padding-right: 10px;
}
.widget-content .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: transparent;
}
.widget-filter-color .widget-content {
  height: 185px;
}
.filter-color > li {
  margin: 0 2px 8px 0;
}
.filter-default .product-rate {
  display: inline-block;
  margin: 0;
}
.item-product-list {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
}
.item-product-list:last-child {
  border: none;
}
.item-product-list .product-info {
  padding-right: 15px;
  padding-top: 28px;
}
.item-product-list .product-title {
  margin-bottom: 12px;
}
.item-product-list .product-price {
  margin: 10px -3px 20px;
}
.item-product-list::after {
  background: #e5e5e5 none repeat scroll 0 0;
  bottom: 30px;
  content: "";
  left: 66.66%;
  margin-left: -8px;
  position: absolute;
  top: 0;
  width: 1px;
}
.product-more-info {
  padding-top: 28px;
}
.product-more-info .title14 {
  color: #555;
  margin-bottom: 17px;
  text-transform: capitalize;
}
.product-more-info .list-none li {
  margin-top: 5px;
}
.product-more-info .list-none li a {
  padding-left: 15px;
  position: relative;
}
.product-more-info .list-none li a::before {
  background: #000 none repeat scroll 0 0;
  border-radius: 5px;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 5px;
}
.content-list-sidebar {
  margin-bottom: 20px;
}
.banner-slider.banner-shop-slider {
  margin-bottom: -1px;
}
/**********************************************************************************************************
										Product Details			
**********************************************************************************************************/
.detail-product {
  margin-top: 35px;
}
.wrap-detail-gallery {
  margin-right: -10px;
  padding-left: 80px;
  position: relative;
}
.gallery-control {
  left: 0;
  position: absolute;
  top: 0;
  width: 70px;
}
.gallery-control .carousel li {
  margin-bottom: 10px;
}
.gallery-control .carousel li a {
  display: block;
}
.detail-product {
  margin-top: 35px;
}
.wrap-detail-gallery {
  margin-right: -10px;
  padding-left: 80px;
  position: relative;
}
.gallery-control {
  left: 0;
  position: absolute;
  top: 0;
  width: 70px;
}
.gallery-control .carousel li {
  margin-bottom: 10px;
  float: none!important;
  width: 70px!important;
  height: 70px!important;
}
.gallery-control .carousel li a {
  display: block;
}
.title-tab-gal-detail .list-inline-block a {
  display: block;
  position: relative;
  width: 70px;
}
.title-tab-gal-detail .list-inline-block {
  margin: 0 -3px;
}
.title-tab-gal-detail .list-inline-block li {
  margin: 0 3px;
}
.title-tab-gal-detail .list-inline-block li.active a::after {
  border-radius: 50%;
  bottom: -10px;
  color: #fff;
  content: "";
  font-family: fontawesome;
  height: 20px;
  left: 50%;
  line-height: 20px;
  margin-left: -10px;
  position: absolute;
  text-align: center;
  width: 20px;
}
.detail-info {
  color: #555;
  margin-left: 30px;
}
.title-product-detail {
  margin: 5px 0 15px;
}
.product-rate.rate-counter {
  margin-right: 30px;
  position: relative;
}
.product-rate.rate-counter span {
  color: #999;
  left: 100%;
  margin-left: 5px;
  position: absolute;
  top: -2px;
  width: 100px;
}
.add-review {
  border-left: 1px solid #555;
  margin-left: 4px;
  padding-left: 10px;
}
.list-inline-block.review-rating {
  margin-bottom: 6px;
}
.detail-info .product-more-info {
  padding-top: 16px;
}
.title-tab-gal-detail {
  margin: 18px 0 23px;
}
.color-gal-tab {
  margin-bottom: 10px;
}
.detail-attr-size .list-inline-block a {
  border: 1px dotted #555;
  border-radius: 50%;
  display: block;
  height: 40px;
  line-height: 38px;
  margin: 0 3px;
  text-align: center;
  text-transform: uppercase;
  width: 40px;
}
.detail-attr-size .list-inline-block {
  margin: 0 -3px;
}
.detail-attr-size {
  margin-bottom: 30px;
}
.detail-attr-size label {
  margin-bottom: 15px;
}
.detail-gallery .mid {
  position: relative;
  overflow: hidden;
}
.detail-gallery .mid::after {
  bottom: 15px;
  color: #555;
  content: "";
  font-family: fontawesome;
  font-size: 30px;
  position: absolute;
  right: 15px;
}
.detail-social {
  margin: 30px 0 0 80px;
  text-align: center;
}
.detail-social a {
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  margin: 0 3px;
  text-align: center;
  width: 40px;
  line-height: 40px;
}
.detail-social a:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}
.detail-social a.share-face {
  background: #4f649f none repeat scroll 0 0;
}
.detail-social a.share-twit {
  background: #58c5e5 none repeat scroll 0 0;
}
.detail-social a.share-pint {
  background: #e10419 none repeat scroll 0 0;
}
.detail-gallery .tab-pane {
  display: block !important;
  left: 0;
  opacity: 0;
  top: 0;
  width: 100%;
  position: absolute;
}
.detail-gallery .tab-pane.active {
  opacity: 1;
  position: relative;
}
.detail-qty {
  display: inline-block;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 140px;
  border: 1px solid #aab0ae
}
.qty-down {
  left: 20px;
  position: absolute;
}
.qty-up {
  position: absolute;
  right: 20px;
}
.addcart-link.add-cart-detail {
  background: #9fb7a9 none repeat scroll 0 0;
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  margin: 0 3px;
  padding: 0 40px;
}
.detail-info .product-extra-link {
  margin-top: 30px;
}
.detail-extra {
  border-top: 1px solid #e5e5e5;
  margin-top: 30px;
  padding-top: 20px;
}
.product-code span {
  color: #999;
}
.avail-instock {
  color: #72b226;
}
.tags-detail a {
  color: #999;
  margin-right: 15px;
}
.detail-extra .desc {
  margin-bottom: 3px;
}
.tabs-detail {
  margin-top: 40px;
}
.title-tab-detail li {
  margin: 0 5px;
}
.title-tab-detail li.active {
  margin: 0;

  background-color: #dfe0e4; color: white;
}
.tab-pane {
  border-top: 1px solid #dfe0e4;
  padding: 20px;
}
.title-tab-detail li a {
  color: #6f8078;
  display: block;
  font-weight: 700;
  padding: 15px 20px;
  position: relative;
}
/*.title-tab-detail li a::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}*/
.title-tab-detail li.active a::after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}
.title-tab-detail li.active a {
  color: #39453d;
}
.title-tab-detail {

  /*  margin-bottom: 30px;*/
}
.tabs-detail .tab-content {
  margin: auto;
  max-width: 750px;
}
.desc-left {
  color: #999;
  font-style: italic;
  line-height: 24px;
  margin-bottom: 17px;
  padding-left: 70px;
  position: relative;
}
.detail-descript .desc {
  margin-bottom: 30px;
}
.desc-left::before {
  color: #666;
  content: "";
  font-family: fontawesome;
  font-size: 30px;
  left: 0;
  position: absolute;
  top: 10px;
}
.related-product {
  margin-top: 90px;
}
.related-product .title14 {
  border-bottom: 1px solid #e5e5e5;
  color: #555;
  margin-bottom: 30px;
  padding-bottom: 18px;
  text-transform: capitalize;
}
.product-related-slider {
  margin: 0 -15px;
}
.product-related-slider .item-product {
  margin: 0 15px;
}
.detail-external-link .detail-info .product-more-info {
  margin-bottom: 45px;
}
.detail-addition .product-more-info {
  padding: 0 0 15px;
}
.detail-addition .table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: #fff;
}
.detail-addition .table-striped > tbody > tr:nth-of-type(2n) {
  background-color: #fafafa;
}
.detail-addition .table td {
  padding: 5px 20px;
}
.list-detail-group {
  display: table;
  margin-bottom: 10px;
  width: 100%;
}
.list-detail-group li {
  border-right: 1px solid #e5e5e5;
  display: table-cell;
  padding: 10px 20px;
  vertical-align: middle;
}
.list-detail-group .product-price,
.list-detail-group .product-title {
  margin: 0;
}
.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-author a {
  border-radius: 50%;
  display: block;
  overflow: hidden;
  width: 70px;
}
.list-none.list-tags-review li > .review-author a img {
  border-radius: 50%;
}
.list-none.list-tags-review li > .review-info {
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding: 20px;
  position: relative;
}
.review-header {
  color: #999;
}
.review-info .product-rate {
  position: absolute;
  right: 20px;
  top: 20px;
}
.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: 6px;
  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: 6px;
  max-height: 120px;
  padding: 10px 15px;
  width: 100%;
}
.review-form > div > input[type="submit"] {
  border: medium none;
  margin-top: 10px;
  padding: 0 30px;
  text-transform: uppercase;
  height: 40px;
  font-weight: 700;
  background: #555555;
  color: #fff;
}
.review-form {
  margin-top: 23px;
}
.content-tags-detail {
  padding-top: 5px;
}
.list-detail-group li:first-child {
  padding: 0;
  width: 140px;
}
.list-detail-group li:last-child {
  border: medium none;
}
.detail-group {
  margin: 45px 0 20px;
}
/***************************************************************************************************
											Blog
***************************************************************************************************/
.item-post-format.item-blog-full {
  box-shadow: none;
  margin: 0 -10px 200px;
  position: relative;
}
.item-post-format.item-blog-full .post-info {
  background: #fff none repeat scroll 0 0;
  bottom: -150px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  left: 50px;
  padding: 30px 50px 20px ;
  position: absolute;
  right: 50px;
}
.list-blog-full {
  margin-top: 50px;
  padding: 0 10px;
}
.loadmore .shop-button {
  padding: 10px 38px;
}
.item-post-format.item-blog-full .post-comment-date {
  padding: 30px 80px 0px;
}
.post-info-hidden {
  margin: 20px 0 5px;
}
.btn-dashed {
  border-radius: 20px;
  display: inline-block;
  font-size: 18px;
  height: 40px;
  line-height: 38px;
  padding: 0 30px;
}
.btn-dashed:hover {
  color: #fff;
}
.btn-dashed .fa {
  margin-left: 10px;
}
.post-info-hidden .desc {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.content-blog-sidebar .item-post-format {
  margin-bottom: 30px;
}
.content-blog-sidebar {
  margin-bottom: 20px;
  padding-top: 50px;
}
.post-thumb-link {
  display: block;
  overflow: hidden;
}
.post-thumb-link img {
  width: 100%;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.post-thumb:hover .post-thumb-link img {
  transform: scale(1.15) rotate(5deg);
  -webkit-transform: scale(1.15) rotate(5deg);
}
.item-recent-post.table {
  margin-bottom: 20px;
}
.item-recent-post .post-thumb {
  width: 80px;
}
.item-recent-post .post-info {
  padding-left: 20px;
}
.item-recent-post .post-info .product-title {
  margin: 7px 0 12px;
}
.post-date-time {
  color: #999;
}
.widget-post-tags .list-inline-block a:hover {
  color: #fff;
}
.widget-post-tags .list-inline-block a {
  background: #f9f9f9 none repeat scroll 0 0;
  border-radius: 18px;
  color: #333;
  display: block;
  padding: 8px 25px;
}
.widget-post-tags .list-inline-block li {
  margin: 0 1px 6px;
}
.single-intro .title30 {
  color: #555;
  margin: 0 0 16px;
  text-transform: inherit;
}
.content-pages.single-content {
  padding-top: 35px;
}
.single-post-info .desc {
  margin-bottom: 7px;
}
.single-post-info .desc a {
  color: #999;
  margin: 0 5px;
}
.single-post-info .post-comment-date span {
  display: inline-block;
  font-size: 14px;
  margin: 0 10px;
}
.single-post-info .post-comment-date {
  border: medium none;
  margin: 0;
  padding: 0;
}
.single-post-info .post-comment-date .post-date {
  margin: 9px 0;
}
.single-post-info {
  border-right: 1px solid #e5e5e5;
}
.single-text-intro {
  color: #999;
  font-weight: 700;
  line-height: 25px;
  padding-left: 20px;
}
.single-intro {
  margin-bottom: 45px;
}
.single-content .banner-adv {
  margin-bottom: 50px;
}
.desc.desc-margin {
  margin-left: 20px;
}
.blockquote {
  border-radius: 10px;
  font-size: 18px;
  font-style: italic;
  font-weight: 100;
  line-height: 30px;
  margin: 50px auto;
  max-width: 900px;
  padding: 47px 60px;
  position: relative;
}
.blockquote::after {
  bottom: 30px;
  content: "";
  left: 0;
  position: absolute;
  top: 30px;
  width: 10px;
}
.single-tags {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  margin: 50px 0;
  padding: 14px 0;
}
.single-tags label {
  color: #555;
  margin: 0;
}
.single-tags a {
  color: #999;
  margin: 0 8px;
}
.control-post {
  border: 1px solid #e5e5e5;
  margin: 45px 0;
  padding: 25px 15px;
  position: relative;
}
.control-post::after {
  background: #e5e5e5 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  top: 0;
  width: 1px;
}
.control-post .prev-post,
.control-post .next-post {
  color: #999;
  text-transform: uppercase;
}
.control-post .post-title {
  font-size: 14px;
  margin: 10px 0 0;
}
.related-post-slider .item-post-format {
  margin: 0 15px 30px;
}
.related-post-slider {
  margin: 28px -15px -30px;
}
.related-post-slider .post-comment-date {
  padding: 30px 30px 0;
}
.related-post-slider .owl-buttons {
  position: absolute;
  right: 15px;
  top: -40px;
  width: 80px;
}
.related-post-slider .owl-controls .owl-buttons > div {
  opacity: 1;
}
/*********************************************************************************************
											Home 2
**********************************************************************************************/
.social-email.social-email2 {
  background: rgba(0, 0, 0, 0) url("../images/home/home2/email-prl.jpg")/*tpa=http://demo.7uptheme.com/html/topshop/images/home/home2/email-prl.jpg*/ no-repeat fixed center center;
}
.social-email.social-email2 .email-intro .desc {
  color: #fff;
}
.banner-slider.banner-slider2 .banner-info {
  height: 510px;
}
.banner-slider.banner-slider2 .banner-info-image {
  right: 50px;
}
.banner-slider.banner-slider2 {
  margin-bottom: 50px;
}
.banner-slider.banner-slider2 .owl-pagination {
  bottom: 60px;
  left: 0;
  position: absolute;
  width: 100%;
}
.header2.header-general {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 9;
  background: #fff;
}
.item-adv2 {
  text-align: center;
}
.list-adv2 {
  margin: 0 10px 110px;
}
.list-adv2 .item-adv2 {
  margin: 0 -10px;
}
.item-adv2 .banner-info {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  height: 200px;
  padding-top: 80px;
  width: 200px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}
.item-adv2 .banner-info .title60 {
  font-weight: 400;
  margin-bottom: -5px;
  text-transform: inherit;
}
.item-adv2 .banner-info .title18 {
  font-weight: 400;
}
.item-adv2 .banner-info::before {
  content: "";
  font-family: fontawesome;
  font-size: 36px;
  left: 90px;
  position: absolute;
  top: 40px;
}
.item-adv2 .underline-title {
  font-weight: 400;
}
.item-adv2 .underline-title::after {
  margin-left: -50px;
  width: 100px;
}
.item-adv2 .banner-adv {
  margin-bottom: 27px;
}
.item-adv2 .desc {
  margin: 20px auto 23px;
  max-width: 400px;
}
.shopnow.fa-icon {
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 30px;
  height: 60px;
  line-height: 60px;
  width: 60px;
  text-align: center;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}
.product-box2 {
  background: #f7f6f6 none repeat scroll 0 0;
  padding: 70px 0 100px;
}
.content-product2 {
  background: #fff none repeat scroll 0 0;
  margin-top: 100px;
  padding: 50px 0;
  position: relative;
}
.title-box2 .title60 {
  font-weight: 400;
  padding-left: 10px;
  position: relative;
  text-transform: inherit;
  display: inline-block;
}
.box-index {
  color: #ebebeb;
  display: inline-block;
  font-family: Poppins;
  font-size: 260px;
  font-weight: 400;
  height: 170px;
  left: 0;
  line-height: 170px;
  position: absolute;
  top: 0;
}
.title-box2 {
  min-height: 170px;
  padding-top: 68px;
  position: relative;
}
.intro-product2 .title-box2 {
  display: inline-block;
  margin-right: 40px;
}
.intro-product2 .desc {
  display: inline-block;
  font-size: 18px;
  position: relative;
}
.intro-product2 {
  position: relative;
}
.intro-product2 .btn-dashed {
  position: absolute;
  right: 0;
  top: 87px;
  z-index: 99;
}
.title-lamp {
  background: #fff none repeat scroll 0 0;
  border-radius: 30px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.title-lamp li a {
  color: #333;
  display: block;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 700;
  padding: 14px 80px;
  text-transform: uppercase;
  border-radius: 30px;
  position: relative;
  z-index: 9;
}
.title-lamp li.active a {
  color: #fff;
}
.title-lamp li.active a::before {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fff;
  content: "";
  top: 20px;
  left: 60px;
  border-radius: 50%;
}
.ef-lamp {
  border-radius: 30px;
  bottom: 0;
  position: absolute;
  top: 0;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2) inset;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.item-product2 {
  border-right: 1px dotted #e5e5e5;
  padding: 0 50px;
}
.item-product2 .item-product-grid {
  margin: 0;
}
.item-product2 .item-product-grid:first-child {
  margin-bottom: 50px;
}
.item-product2 .item-product-grid:last-child {
  padding-top: 50px;
}
.item-product2 .item-product-grid .product-thumb {
  margin-bottom: 27px;
}
.content-product2::before {
  border-top: 1px dotted #e5e5e5;
  content: "";
  height: 1px;
  left: 50px;
  position: absolute;
  right: 50px;
  top: 50%;
}
.massage-package {
  background: #d6d6d6 none repeat scroll 0 0;
  padding: 80px 0 60px;
  position: relative;
}
.massage-package::before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 50%;
}
.massage-package-box .title-box2 {
  padding-top: 80px;
}
.massage-package-box .desc {
  font-size: 18px;
  line-height: 30px;
  margin: 25px 0 50px;
}
.adv-massage-package {
  position: relative;
}
.leaf-fly {
  position: absolute;
  right: -80px;
  top: -20px;
  display: inline-block;
}
.item-massage-service {
  border-bottom: 1px solid #ccc;
  padding: 50px 0;
}
.list-massage-service {
  padding-left: 55px;
  padding-top: 20px;
}
.item-massage-service .service-thumb {
  margin-right: -30px;
}
.item-massage-service:last-child {
  border: medium none;
}
.item-massage-service .service-info {
  padding-top: 25px;
}
.item-massage-service .service-info .title18 {
  margin: 0 0 17px;
}
.item-massage-service .service-info .readmore {
  color: #fff;
  display: inline-block;
  font-weight: 700;
  margin-top: 35px;
  padding-left: 30px;
  position: relative;
}
.item-massage-service .service-info .readmore::before {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  content: "";
  font-family: fontawesome;
  font-weight: 400;
  height: 20px;
  left: 0;
  line-height: 20px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.price-box2 {
  background: rgba(0, 0, 0, 0) url("../images/home/home2/price-prl.jpg")/*tpa=http://demo.7uptheme.com/html/topshop/images/home/home2/price-prl.jpg*/ no-repeat fixed center center;
  padding: 150px 0 130px;
}
.table-price table {
  width: 100%;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.item-price-box {
  background: rgba(96, 96, 96, 0.2) none repeat scroll 0 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin: 0 30px 30px;
  padding: 60px 50px 20px;
  position: relative;
  text-align: center;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.item-price-box:hover {
  background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
}
.item-price-box .underline-title a {
  color: #fff;
}
.item-price-box .underline-title::after {
  margin-left: -50px;
  width: 100px;
}
.item-price-box .underline-title {
  font-weight: 400;
  margin-left: 10px;
  padding-bottom: 30px;
}
.price-label {
  left: 25px;
  opacity: 0.5;
  position: absolute;
  top: 25px;
  font-weight: 400;
}
.price-slider {
  margin: 0 -30px;
}
.table-price table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.table-price table td {
  padding: 9px 0;
}
.table-price table tr:last-child {
  border: medium none;
}
.table-price {
  margin-top: 30px;
  overflow: hidden;
  position: relative;
}
.table-price .btn-dashed {
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
  opacity: 0;
  max-width: 174px;
  margin: auto;
}
.item-price-box:hover .table-price table {
  transform: translateY(-80px);
  -webkit-transform: translateY(-80px);
}
.item-price-box:hover .table-price .btn-dashed {
  transform: translateY(-60px);
  -webkit-transform: translateY(-60px);
  opacity: 1;
}
.item-price-box.leaf-center::before {
  background: rgba(0, 0, 0, 0) url("../images/home/home2/leaf-p1.png")/*tpa=http://demo.7uptheme.com/html/topshop/images/home/home2/leaf-p1.png*/ no-repeat scroll center center;
  bottom: -23px;
  content: "";
  height: 57px;
  left: 50%;
  margin-left: -58px;
  position: absolute;
  width: 116px;
}
.item-price-box.leaf-bottom::before {
  background: rgba(0, 0, 0, 0) url("../images/home/home2/leaf-p2.png")/*tpa=http://demo.7uptheme.com/html/topshop/images/home/home2/leaf-p2.png*/ no-repeat scroll center center;
  bottom: 35px;
  content: "";
  height: 52px;
  left: 35px;
  position: absolute;
  width: 92px;
}
.item-price-box.leaf-top::before {
  background: rgba(0, 0, 0, 0) url("../images/home/home2/leaf-p3.png")/*tpa=http://demo.7uptheme.com/html/topshop/images/home/home2/leaf-p3.png*/ no-repeat scroll center center;
  top: 17px;
  content: "";
  height: 181px;
  left: -3px;
  position: absolute;
  width: 123px;
}
.client-say2 {
  padding: 95px 0 90px;
}
.client-intro .desc {
  margin: 30px 0 0;
}
.client-intro {
  max-width: 340px;
}
.client-say2 .client-slider2 {
  margin-left: 30px;
  margin-top: 50px;
}
.mega-sale2 {
  background: rgba(0, 0, 0, 0) url("../images/home/home2/mega-sale.jpg")/*tpa=http://demo.7uptheme.com/html/topshop/images/home/home2/mega-sale.jpg*/ no-repeat scroll center top;
  padding-top: 85px;
}
.intro-mega-sale .box-index {
  color: #fff;
}
.intro-mega-sale > .title30 {
  margin: 35px 0 25px 30px;
}
.intro-mega-sale > .btn-dashed {
  margin-left: 50px;
}
.mega-sale2 .product-type-slider {
  margin-top: 160px;
}
.product-type-slider .owl-controls .owl-buttons {
  position: absolute;
  right: 15px;
  top: -40px;
  width: 80px;
}
.product-type-slider .owl-controls .owl-buttons > div {
  opacity: 1;
}
.latest-news-slider2 .item-post-format.item-blog-full {
  margin: 0 5px 200px;
}
.latest-news-slider2 .owl-controls .owl-buttons {
  position: absolute;
  right: 5px;
  top: -40px;
  width: 80px;
}
.latest-news-slider2 .owl-controls .owl-buttons > div {
  opacity: 1;
}
.latest-news-slider2 {
  margin: 50px -5px 0;
}
.latest-news2 {
  margin-bottom: 50px;
  margin-top: 15px;
}
.intro-news2 .title-box2 {
  display: inline-block;
  margin-right: 30px;
}
.intro-news2 .desc {
  display: inline-block;
  font-size: 18px;
  position: relative;
}
.intro-news2 {
  margin-bottom: 85px;
  position: relative;
}
.intro-news2 .btn-dashed {
  position: absolute;
  right: 0;
  top: 90px;
}
/*****************************************************************************************************
											Home 3
******************************************************************************************************/
.wrap-cart-phone > div {
  display: inline-block;
  margin: 0 40px;
  vertical-align: top;
}
.header-main3 {
  padding: 20px 0 30px;
}
.wrap-cart-phone {
  margin: 5px 0 0;
}
.header-nav3 {
  padding: 15px 0;
}
.main-nav.main-nav3 > ul > li > a {
  color: #fff;
}
.search-form3 .search-form {
  border: 1px dashed #fff;
  border-radius: 20px;
  height: 40px;
  position: relative;
}
.search-form3 .search-form input[type="text"] {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  bottom: 0;
  color: #fff;
  height: 40px;
  left: 0;
  padding: 0 40px 0 20px;
  position: absolute;
  right: 0;
  top: 0;
}
.search-form3 .submit-form {
  position: absolute;
  width: 34px;
}
.search-form3 .submit-form::after {
  color: #fff;
  font-size: 14px;
  line-height: 38px;
}
.banner-button.bg-white:hover {
  color: #fff;
}
.banner-slider3 .banner-button.bg-white {
  margin: 30px 0 0;
}
.banner-title2 {
  font-size: 90px;
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 100px;
}
.banner-title2 span {
  font-size: 120px;
  margin: 0 20px;
  font-weight: 400;
  text-transform: capitalize;
}
.banner-slider3 .owl-pagination {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
}
.banner-slider3 .banner-title.vibes-font {
  line-height: 140px;
  margin: 0;
  text-shadow: unset;
}
.banner-slider3 {
  margin-bottom: 95px;
}
.banner-slider.banner-slider3 .banner-info {
  height: 400px;
}
.banner-slider.banner-slider3 .banner-info {
  height: 400px;
}
.title-box3 {
  margin: 0 0 35px;
  padding-bottom: 15px;
  padding-left: 30px;
  position: relative;
}
.title-box3::before {
  content: "";
  font-family: fontawesome;
  font-weight: 400;
  left: 0;
  position: absolute;
  top: 0;
}
.new-product-slider .item-new-product {
  margin: 0 15px 30px;
}
.new-product-slider {
  margin: 0 -15px;
}
.new-product-slider .owl-controls .owl-buttons > div {
  opacity: 1;
}
.new-product-slider .owl-controls .owl-buttons {
  position: absolute;
  right: 15px;
  top: -66px;
  width: 80px;
}
.item-new-product .product-new-label {
  bottom: -18px;
  left: 0;
  top: auto;
}
.item-new-product .product-thumb {
  margin-bottom: 28px;
  overflow: visible;
}
.item-new-product .shop-button {
  margin: 25px 0 0;
  padding: 10px 40px;
}
.new-product-box {
  margin-bottom: 70px;
}
.banner-adv3 .banner-info {
  height: 190px;
  left: 100px;
  right: auto;
  text-align: center;
}
.banner-adv3 .banner-info h2.vibes-font {
  color: #999;
  margin: 37px 0 30px;
}
.banner-adv.banner-adv3 {
  margin-bottom: 95px;
}
.list-tab-cat3 .title-box3 {
  margin-bottom: 28px;
}
.tab-cat-box3 .title18 {
  margin: 0 0 28px;
}
.list-title-tab3 li a {
  border: 1px solid #e5e5e5;
  border-radius: 15px;
  display: block;
  height: 30px;
  line-height: 28px;
  padding: 0 25px;
}
.list-title-tab3 li {
  margin: 0 3px;
}
.list-title-tab3.list-inline-block {
  margin: 0 -3px;
}
.tab-cat-slider3 {
  margin: 40px -10px 0;
}
.tab-cat-slider3 .item-product-gallery {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  margin: 0 0 30px;
}
.tab-cat-slider3 .thumb-gallery {
  margin: 20px 0 0;
  position: static;
  text-align: center;
  width: auto;
}
.tab-cat-slider3 .thumb-gallery a {
  border: medium none;
  box-shadow: none;
  display: inline-block;
  margin: 0 3px;
  transform: none;
  width: 80px;
}
.tab-cat-slider3 .thumb-gallery a::before {
  position: absolute;
  left: 50%;
  width: 1px;
  content: "";
  height: 36px;
  bottom: 100%;
  margin-bottom: -15px;
}
.tab-cat-slider3 .item-product-gallery .product-info {
  padding: 20px;
}
.tab-cat-slider3 .item-product-gallery .product-info .product-title {
  margin: 0 0 10px;
}
.tab-cat-slider3 .item-product-gallery .product-price {
  display: inline-block;
}
.tab-cat-slider3 .item-product-gallery .product-extra-link {
  display: inline-block;
  margin: 0 50px;
  vertical-align: middle;
}
.tab-cat-slider3 .item-product-grid {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}
.tab-cat-slider3 .product-info {
  padding: 0 20px 20px;
}
.tab-cat-slider3 .item-product-grid .product-price {
  min-height: 30px;
}
.tab-cat-slider3 .item {
  padding: 0 10px;
}
.tab-cat-box3 {
  margin-bottom: 18px;
}
.tab-cat-slider3 .owl-controls .owl-buttons > div {
  opacity: 1;
}
.tab-cat-slider3 .owl-controls .owl-buttons {
  position: absolute;
  right: 10px;
  top: -40px;
  width: 80px;
}
.from-blog3 .related-post-slider {
  margin: 50px -15px 70px;
}
.from-blog3 .related-post-slider .owl-buttons {
  top: -92px;
}
.from-blog3 {
  margin-top: 65px;
}
/*************************************************************************************************
											Home 4	
**************************************************************************************************/
.social-email.bg-dark {
  background: #181818 none repeat scroll 0 0;
}
.social-email.bg-dark .desc {
  color: #fff;
}
.social-email.bg-dark {
  background: #181818 none repeat scroll 0 0;
}
.social-email.bg-dark .desc {
  color: #fff;
}
.box-product-type .underline-title {
  margin-bottom: 50px;
  padding-bottom: 30px;
  text-align: center;
}
.box-product-type .underline-title::after {
  margin-left: -50px;
  width: 100px;
}
.box-product-type {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 45px 20px 40px;
  background: #fff;
}
.product-type-slider .box-product-type {
  margin: 0 15px 30px;
}
.product-type-slider {
  margin: 0 -15px;
}
.item-product-type.table {
  border-bottom: 1px dashed #e5e5e5;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.item-product-type.table .product-thumb {
  width: 120px;
}
.item-product-type.table .product-info {
  padding-left: 20px;
  padding-top: 17px;
}
.item-product-type.table:last-child {
  border: medium none;
  margin: 0;
  padding: 0;
}
.product-type-slider {
  margin-bottom: 70px;
}
.item-product-type.table .product-rate {
  margin: 10px 0 15px;
}
.banner-slider4 .banner-info .shop-button {
  margin: 35px 0 0;
  padding: 10px 30px;
}
.banner-slider4 .banner-info {
  height: 280px;
}
.banner-slider4 {
  margin-bottom: 30px;
}
.banner-slider4 .owl-controls .owl-pagination {
  bottom: 70px;
  left: 0;
  position: absolute;
  right: 0;
}
.banner-slider4 .banner-info .shop-button {
  margin: 35px 0 0;
  padding: 10px 30px;
}
.banner-slider4 .banner-info {
  height: 280px;
}
.banner-slider4 {
  margin-bottom: 30px;
}
.banner-slider4 .owl-controls .owl-pagination {
  bottom: 70px;
  left: 0;
  position: absolute;
  right: 0;
}
.item-service4 {
  border: 1px solid #e5e5e5;
  margin: 30px 0;
  padding: 0 15px 20px;
  text-align: center;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.item-service4:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}
.item-service4 .sevice-icon {
  background: #fff none repeat scroll 0 0;
  border: 1px dashed #e5e5e5;
  border-radius: 50%;
  display: block;
  font-size: 30px;
  height: 60px;
  line-height: 58px;
  margin: -30px auto 18px;
  width: 60px;
}
.list-service4 {
  margin-bottom: 70px;
}
.product-type-slider .owl-wrapper-outer {
  margin-bottom: -30px;
  padding-bottom: 30px;
}
.banner-countdown {
  background: rgba(0, 0, 0, 0) url("../images/home/prl-countdown.jpg")/*tpa=http://demo.7uptheme.com/html/topshop/images/home/prl-countdown.jpg*/ no-repeat fixed center center;
  padding: 100px 0;
  margin-bottom: 100px;
}
.content-banner-coutndown .shop-button {
  margin: 45px 0 0;
  padding: 10px 30px;
}
.content-banner-coutndown .vibes-font {
  margin: 15px 0;
}
.week-countdown .countdown-section {
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  padding-top: 5px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 15px 10px;
  box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.2);
  text-align: center;
}
.week-countdown .countdown-amount {
  display: block;
  font-size: 30px;
  margin-bottom: -7px;
}
.title-box4 {
  margin-bottom: 50px;
  position: relative;
}
.title-box4::before {
  background: #e5e5e5 none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
}
.title-box4 span {
  border-radius: 30px;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
  display: inline-block;
  padding: 20px 80px;
  position: relative;
}
.title-box4 span::before {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  content: "";
  height: 10px;
  left: 60px;
  position: absolute;
  top: 25px;
  width: 10px;
}
.product-info-top {
  left: 0;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.product-info-top .product-title {
  margin-bottom: 12px;
}
.item-product4 .product-extra-link,
.item-product4 .product-price {
  bottom: 0;
  left: 0;
  padding: 20px;
  position: absolute;
  right: 0;
  z-index: 1;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.item-product4 {
  margin-bottom: 30px;
}
.item-product4 .banner-adv .banner-info {
  height: 110px;
}
.item-product4 .banner-adv .banner-info .shop-button {
  margin: 28px 0 0;
}
.item-product4 .banner-adv .banner-info .product-title {
  margin: 0 0 10px;
}
.item-product4 .banner-adv .banner-info .title30:first-child {
  margin: 0 0 10px;
}
.item-product4 .product-thumb:hover .product-new-label {
  transform: scale(0);
  -webkit-transform: scale(0);
}
.product-info-top {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  opacity: 0;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.item-product4 .product-thumb:hover .product-info-top {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  opacity: 1;
}
.item-product4 .product-extra-link {
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  opacity: 0;
}
.item-product4 .product-thumb:hover .product-extra-link {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  opacity: 1;
}
.item-product4 .product-thumb:hover .product-price {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  opacity: 0;
}
.content-product-box4 {
  margin-bottom: 10px;
}
.product-box4 {
  margin-bottom: 95px;
}
.item-product4 .owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: 10px;
}
.item-product4 .owl-theme .owl-controls .owl-buttons div.owl-next {
  right: 10px;
}
/******************************************************************************************************
										Home 5
******************************************************************************************************/
.banner-slider iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.adv-background {
  min-height: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
.item-advert {
  height: 380px;
  margin-bottom: 30px;
}
.item-advert2 {
  height: 330px;
}
.adv-background .banner-info {
  height: 180px;
}
.adv-background .vibes-font {
  margin: 35px 0 30px;
}
.item-advert2 .week-countdown {
  margin-top: 40px;
  text-align: left;
}
.list-advert {
  margin-bottom: 100px;
}
.title-box5 {
  margin: 0 0 45px;
  overflow: hidden;
  position: relative;
}
.title-box5 span {
  display: inline-block;
  padding: 0 35px;
  position: relative;
}
.title-box5 span::before {
  background: #e5e5e5 none repeat scroll 0 0;
  content: "";
  height: 1px;
  right: 100%;
  position: absolute;
  top: 50%;
  width: 1200px;
}
.title-box5 span::after {
  background: #e5e5e5 none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 100%;
  position: absolute;
  top: 50%;
  width: 1200px;
}
.product-box5 {
  background: #333 none repeat scroll 0 0;
  margin-bottom: 95px;
  padding: 90px 0;
}
.item-product5 {
  margin: 0 15px;
  padding: 40px 40px 30px;
  position: relative;
}
.item-product5 .item-product-grid {
  margin: 0;
}
.product-slider5 {
  margin: 0 -15px;
}
.title-tab5 li a {
  font-weight: 700;
  position: relative;
}
.title-tab5 li {
  margin: 0 16px;
}
.title-tab5.list-inline-block {
  margin-bottom: 45px;
}
.title-tab5 .hot-label {
  bottom: 25px;
  margin-left: -40px;
}
.title-tab5 li.active a::before {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fff;
  content: "";
  left: -20px;
  top: 5px;
  border-radius: 50%;
}
.product-slider5 .owl-controls .owl-pagination {
  margin-top: 45px;
}
.title-box5.white span::before,
.title-box5.white span::after {
  background: rgba(255, 255, 255, 0.1);
}
.list-category5 {
  background: #333 none repeat scroll 0 0;
  padding: 50px 15px;
  position: relative;
}
.box-category5 {
  margin-bottom: 100px;
}
.item-cat5.item-collection {
  background: transparent none repeat scroll 0 0;
  margin: 0 35px;
  padding: 0;
}
.item-collection.item-cat5 h2.vibes-font {
  color: #999;
}
.list-category5::after {
  background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
  bottom: 50px;
  content: "";
  left: 50%;
  position: absolute;
  top: 50px;
  width: 1px;
}
.box-client5 {
  margin: 0 auto 100px;
  max-width: 730px;
}
.client-thumb2 {
  width: 110px;
}
.client-thumb2 a {
  display: block;
  height: 110px;
  width: 110px;
  margin: auto;
}
.client-thumb2 a img {
  border-radius: 50%;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.client-thumb2 a:hover img {
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
}
.client-info2 {
  padding-left: 95px;
}
.client-info2 .desc {
  margin-bottom: 20px;
  position: relative;
}
.client-info2 .desc::before {
  background: rgba(0, 0, 0, 0) url("../images/icons/icon-quote2.png")/*tpa=http://demo.7uptheme.com/html/topshop/images/icons/icon-quote2.png*/ no-repeat scroll center center;
  content: "";
  height: 38px;
  left: -50px;
  position: absolute;
  top: 0;
  width: 36px;
}
.client-slider2 .owl-controls .owl-pagination {
  text-align: left;
  padding-left: 195px;
  margin-top: 20px;
}
.client-slider2 .owl-controls .owl-page span {
  background: #bebebe;
  box-shadow: none;
  height: 10px;
  width: 10px;
  margin: 0 10px;
}
.client-slider2 .owl-theme .owl-controls .owl-page.active span::after {
  height: 10px;
  width: 10px;
}
.product-slider5 .owl-theme .owl-controls .owl-buttons div {
  margin-top: -100px;
}
.product-slider5 .owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: -5px;
}
.product-slider5 .owl-theme .owl-controls .owl-buttons div.owl-next {
  right: -5px;
}
/**************************************************************************************************
											Home 6
***************************************************************************************************/
.header6 {
  left: 0;
  position: absolute;
  right: 0;
  top: 50px;
  z-index: 999;
}
.meta-link6 .search-form .submit-form::after {
  color: #fff;
}
.menu-fixed {
  background: #fff none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 290px;
  z-index: 1001;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.boxed-overlay .menu-fixed {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
.boxed-overlay::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.menu-fixed .btn-menu-fixed {
  color: #fff;
  left: 100%;
  position: absolute;
  top: 75px;
}
.main-nav.main-nav-fixed > ul > li {
  display: block;
}
.main-nav.main-nav-fixed {
  margin: 70px 0 0;
}
.main-nav.main-nav-fixed > ul > li > .sub-menu {
  left: 100%;
  top: 0;
}
.main-nav.main-nav-fixed .has-mega-menu .mega-menu {
  left: 100%;
  top: 0;
}
.meta-link-ontop.meta-link6 {
  margin-top: 20px;
}
.box-title6 {
  margin: auto;
  max-width: 670px;
  min-height: 390px;
  padding-top: 140px;
  position: relative;
  text-align: center;
}
.box-title6::before {
  position: absolute;
  background: rgba(0, 0, 0, 0) url("../images/home/bg-img.png")/*tpa=http://demo.7uptheme.com/html/topshop/images/home/bg-img.png*/;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center top;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 390px;
  margin: auto;
  animation-name: spin;
  animation-duration: 3000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 3000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotateY(0deg);
  }
  to {
    -moz-transform: rotateY(180deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotateY(0deg);
  }
  to {
    -webkit-transform: rotateY(180deg);
  }
}
@keyframes spin {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(180deg);
  }
}
.box-title6::before {
  position: absolute;
}
.box-title6 .underline-title::after {
  margin-left: -50px;
  width: 100px;
}
.box-title6 .underline-title {
  padding-bottom: 24px;
}
.box-title6 .desc {
  margin-bottom: 40px;
  margin-top: 20px;
}
.box-title6 .shop-button {
  padding: 10px 30px;
}
.list-wellcome6 {
  position: relative;
  margin-top: 75px;
  margin-bottom: -70px;
}
.list-wellcome6::before {
  background: #f9f9f9 none repeat scroll 0 0;
  bottom: 220px;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 150px;
}
.list-wellcome6 .item-collection {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}
.item-collection.item-right {
  margin-top: 350px;
}
.tab-product-box6 {
  margin-top: -50px;
  text-align: center;
}
.tab-product-box6 .tab-content {
  margin-bottom: 60px;
  margin-top: 95px;
  text-align: left;
}
.product-box6 {
  margin-bottom: 90px;
}
.js-orbs-animation canvas {
  height: 820px;
}
.deal-countdow6 {
  background: #f9f9f9 none repeat scroll 0 0;
  padding: 0 0 200px;
  text-align: center;
}
.deal-countdow6 .product-rate {
  margin: 14px auto 10px;
}
.deal-image {
  margin-top: -470px;
}
.deal-countdow6 .shop-button {
  margin: 40px 0 0;
  padding: 10px 40px;
}
.deal-countdow6 .product-info {
  margin-top: 50px;
}
.week-countdown.day-countdown {
  margin-top: 40px;
}
.week-countdown.day-countdown .countdown-section {
  box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.2);
  color: #fff;
}
.week-countdown.day-countdown .countdown-section:first-child {
  display: none;
}
.brand-item {
  border-right: 1px solid #e5e5e5;
  padding: 25px 15px;
  text-align: center;
}
.brand-slider6 {
  border-top: 1px solid #e5e5e5;
}
.banner-parallax6 {
  background: rgba(0, 0, 0, 0) url("../images/home/bg-prl6.jpg")/*tpa=http://demo.7uptheme.com/html/topshop/images/home/bg-prl6.jpg*/ no-repeat fixed center center;
  margin-bottom: 100px;
  padding: 150px 0;
}
.client-slider6 {
  margin: 100px auto 70px;
  max-width: 900px;
}
.client-slider6 .item-client {
  border: medium none;
  margin: 60px 70px 30px;
}
.client-slider6 .owl-theme .owl-controls .owl-buttons div {
  opacity: 1;
}
.item-blog6 {
  position: relative;
}
.item-blog6 .post-info {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  padding: 30px 100px;
  position: absolute;
  right: 0;
}
.item-blog6 .post-info .desc {
  color: #fff;
  margin-top: 20px;
}
.item-blog6 .post-format > a {
  color: #fff;
}
.list-blog6 .item-blog6 {
  margin: 0 -10px 10px;
}
.list-blog6 {
  padding: 0 10px;
  margin-bottom: 95px;
}
.list-blog6 .viewall-button {
  margin-top: 80px;
  display: inline-block;
}
/**************************************************************************************************
											Vendor Shop	
***************************************************************************************************/
.widget-best-seller .vendor-product .wrap-detail-gallery {
  margin-right: 0;
}
.widget-best-seller .vendor-product .detail-info {
  margin-left: 0;
}
.widget-best-seller .item-product-type.table .product-info {
  padding-top: 0;
}
.widget-best-seller .item-product-type.table .product-thumb {
  width: 90px;
}
.widget-best-seller .item-product-type.table {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.widget-product-search .search-form {
  border: 1px solid #e5e5e5;
  padding-right: 40px;
}
.widget-product-search .search-form .submit-form {
  position: absolute;
  text-align: center;
  width: 40px;
}
.widget-product-search .search-form input[type="text"] {
  border: medium none;
  color: #999;
  height: 38px;
  padding: 0 15px;
}
.widget-product-search .search-form .submit-form::after {
  line-height: 38px;
}
.vendor-slider {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  margin-top: 50px;
}
.brand-item .title14 {
  margin-top: 15px;
}
.vendor-slider .brand-item {
  border: none;
  padding: 20px 10px;
}
.vendor-total-info {
  border: 1px solid #e5e5e5;
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 30px;
}
.vendor-logo > a {
  display: block;
  margin: auto;
  max-width: 200px;
}
.vendor-logo > a img {
  width: 100%;
}
.vendor-info-left {
  text-align: center;
}
.vendor-logo {
  margin-bottom: 30px;
}
.list-inline-block.vendor-contact > li:first-child {
  border-right: 1px solid #ccc;
  margin-right: 8px;
  padding-right: 10px;
}
.verified-vendor {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  margin: 0 10px;
  padding: 10px 20px;
  text-transform: uppercase;
  vertical-align: top;
  font-weight: 400;
}
.verified-vendor .fa {
  margin-right: 5px;
}
.vendor-contact .desc .fa {
  margin-right: 5px;
}
.vendor-info-right .title18 {
  margin: 15px 0;
}
.vendor-info-right .title30 {
  margin: 0 0 10px;
}
.social-footer.social-vendor {
  margin-top: 20px;
}
.social-footer.social-vendor a {
  font-size: 18px;
  height: 40px;
  line-height: 38px;
  width: 40px;
}
.content-shop-vendor .sidebar-shop {
  padding-top: 0;
}
.content-shop-vendor .sort-pagi-bar {
  padding-top: 10px;
}
.btn-favourite-vendor span {
  margin-left: 5px;
}
.btn-favourite-vendor {
  padding: 10px 30px;
}
.vendor-rating .title30 {
  margin-bottom: 15px;
}
.single-rating .single-post-info {
  border: medium none;
  margin-top: -8px;
}
.list-inline-block.vendor-review {
  background: #f9f9f9 none repeat scroll 0 0;
  margin: 20px 0 0;
  padding: 20px 10px;
  position: relative;
}
.single-rating {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.list-inline-block.vendor-review li {
  padding: 0 10px;
  vertical-align: top;
}
.list-inline-block.vendor-review li .title18 {
  margin: 0 0 10px;
  text-transform: inherit;
}
.list-inline-block.vendor-review::before {
  border-bottom: 10px solid #f9f9f9;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: "";
  height: 0;
  left: 20px;
  position: absolute;
  top: -10px;
  width: 0;
}
/**************************************************************************************************
											Pages	
***************************************************************************************************/
.content-about {
  margin-top: 35px;
}
.content-about > h2.title30 {
  margin-bottom: 25px;
}
.content-about p.blockquote {
  margin: 30px 0 60px;
}
.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: "\f10d";
  font-family: fontAwesome;
  position: absolute;
  top: 5px;
  left: -20px;
}
.item-about-client .client-info .title14 {
  margin: 20px 0 2px;
}
.about-accordion .toggle-tab-title span {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
}
.about-accordion .toggle-tab-title {
  min-height: 40px;
  padding-left: 50px;
}
.toggle-tab-title {
  cursor: pointer;
  position: relative;
}
.about-accordion .toggle-tab-title h2 {
  font-size: 14px;
  text-transform: uppercase;
  padding: 12px 15px 12px 0;
  border-bottom: 1px solid #e5e5e5;
  min-height: 40px;
}
.about-accordion .item-toggle-tab .toggle-tab-title::after {
  content: "\f107";
  position: absolute;
  font-family: fontAwesome;
  top: 12px;
  right: 0;
}
.about-accordion .item-toggle-tab.active .toggle-tab-title::after {
  content: "\f106";
}
.about-accordion .toggle-tab-content {
  padding: 12px 0 7px;
}
.about-accordion {
  margin-right: 50px;
}
.map-custom {
  height: 360px;
}
.contact-google-map {
  padding: 10px;
}
.content-contact-page {
  margin-top: 35px;
}
.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;
}
.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 input[type="text"] {
  height: 40px;
  display: block;
  width: 100%;
  border: 1px solid #e5e5e5;
  background: #fff;
  color: #999;
  padding: 0 20px;
  margin-bottom: 10px;
}
.contact-form > h2.title18 {
  margin-bottom: 30px;
}
.contact-form textarea {
  display: block;
  width: 100%;
  border: 1px solid #e5e5e5;
  color: #999;
  padding: 10px 20px;
  margin-bottom: 20px;
}
.contact-form input[type="submit"],
.contact-form input[type="reset"] {
  text-transform: uppercase;
  padding: 10px 30px;
}
.contact-accordion {
  background: #fff;
}
.contact-form {
  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: "\f067";
  position: absolute;
  font-family: fontAwesome;
  right: 0;
  top: 13px;
}
.contact-accordion .item-toggle-tab.active .toggle-tab-title::after {
  content: "\f068";
}
/************************************************************************************************
											Cart/Checkout
************************************************************************************************/
.form-my-account input[type="text"] {
  border: 1px solid #e5e5e5;
  color: #999;
  height: 40px;
  padding: 0 20px;
  text-transform: uppercase;
  width: 100%;
}
.form-my-account .title {
  margin-bottom: 26px;
}
.form-my-account {
  max-width: 370px;
  width: 100%;
}
.account-register {
  float: left;
  position: relative;
  width: 100%;
}
.account-register .form-my-account {
  float: right;
}
.account-register::before {
  border-right: 1px solid #e5e5e5;
  content: "";
  height: 100%;
  left: -15px;
  position: absolute;
  top: 0;
  width: 1px;
}
.form-my-account > p {
  margin-bottom: 20px;
  max-width: 370px;
  position: relative;
}
.form-my-account label, #newsletterForm label {
  color: #d3d3d3;
  font-weight: 400;
  margin: 0;
}
.form-my-account .ship-address label {
  color: #333;
}
.form-my-account input[type="checkbox"] + label::before {
  border: 1px solid #e5e5e5;
  content: "";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 14px;
  font-weight: 400;
  height: 20px;
  line-height: 18px;
  margin-right: 17px;
  text-align: center;
  vertical-align: middle;
  width: 20px;
}
.form-my-account input[type="checkbox"]:checked + label::before {
  content: "\f00c";
}
.form-my-account input[type="checkbox"]{
  display: none;
}
.form-my-account a {
  position: absolute;
  right: 0;
  top: 0;
}
.form-my-account input[type="submit"] {
  border: medium none;
  color: #fff;
  height: 40px;
  margin-top: 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: 110px;
}
.form-my-account input[type="submit"]:hover {
  background-color: #333;
}
.form-my-account > p:last-child {
  margin: 0;
}
.box-col2 input[type="text"] {
  float: left;
  width: 47.5%;
}
.box-col2 input[type="text"]:first-child {
  margin-right: 5%;
}
.form-my-account textarea {
  border: 1px solid #e5e5e5;
  color: #999;
  padding: 10px 15px;
  text-transform: uppercase;
  width: 100%;
}
.ship-address > label {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.check-billing {
  border-right: 1px solid #e5e5e5;
  margin-right: -15px;
}
.check-address {
  float: left;
  width: 100%;
}
.check-address .form-my-account {
  float: right;
}
.order_review_heading {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin: 50px 0 -1px;
  padding: 20px;
  position: relative;
  text-transform: uppercase;
}
.shop_table.woocommerce-checkout-review-order-table thread {
  position: relative;
}
td.product-thumbnail img {
  max-width: 100px;
}
/*Woocommerce*/
.woocommerce table.shop_table {
  border: 1px solid #e5e5e5;
  border-collapse: collapse;
  border-radius: 0;
  margin: 0 0 50px;
  text-align: left;
  width: 100%;
}
.woocommerce table.shop_table thead {
  background: #f4f4f4 none repeat scroll 0 0;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
}
.woocommerce table.shop_table thead th {
  padding: 15px 20px;
}
.woocommerce table.shop_table td {
  border-top: 1px solid #e5e5e5;
  padding: 15px 20px;
  vertical-align: middle;
}
.woocommerce table,
.woocommerce th,
.woocommerce td {
  border: 1px solid #e5e5e5 !important;
  color: #555;
  margin: 0;
  padding: 15px 20px !important;
}
.woocommerce tfoot th {
  text-transform: uppercase;
}
#shipping_method li {
  padding: 10px 0;
}
#shipping_method li label {
  cursor: pointer;
  margin: 0;
  padding-left: 25px;
  position: relative;
}
#shipping_method li input[type="radio"] {
  display: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #shipping_method li input[type="radio"] + label::before {
    line-height: 13px;
  }
}
#shipping_method li input[type="radio"] + label::before {
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  content: "";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 6px;
  font-weight: 400;
  height: 14px;
  left: 0;
  line-height: 13px;
  margin-right: 10px;
  position: absolute;
  text-align: center;
  top: 2px;
  vertical-align: middle;
  width: 14px;
}
#shipping_method li input[type="radio"]:checked + label::before {
  content: "\f111";
}
.payment_methods.methods {
  border: 1px solid #e5e5e5;
  margin: 0 0 -1px;
}
.payment_methods.methods li {
  border-bottom: 1px solid #e5e5e5;
  padding: 20px;
}
.payment_methods.methods li:last-child {
  border: none;
}
.payment_methods.methods li label {
  font-size: 18px;
  margin: 0 0 0 7px;
  text-transform: uppercase;
}
.payment_box.payment_method_bacs > p {
  margin: 5px 0 0;
  padding-left: 24px;
}
.payment_method_paypal img {
  margin: -6px 10px 0;
  max-width: 160px;
}
.form-row.place-order {
  border: 1px solid #e5e5e5;
  padding: 20px;
  text-align: right;
}
.form-row.place-order input[type="submit"] {
  border: medium none;
  color: #fff;
  height: 40px;
  padding: 0 25px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.form-row.place-order input[type="submit"]:hover {
  background-color: #333;
}
.form-my-account select {
  border: 1px solid #e5e5e5;
  color: #999;
  height: 40px;
  padding: 0 20px;
  text-transform: uppercase;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-my-account select option {
  text-transform: capitalize;
  font-weight: 400;
  padding: 10px 20px;
}
.woocommerce table.shop_table td.actions {
  text-align: right;
}
.woocommerce table.shop_table td .coupon {
  float: left;
}
.woocommerce table.shop_table td.actions input[type="submit"],.woocommerce table.shop_table td.actions button {
  border: medium none;
  color: #fff;
  height: 40px;
  padding: 0 20px;
}
.woocommerce table.shop_table td.actions input[type="submit"]:hover, .woocommerce table.shop_table td.actions button:hover {
  background: #333 none repeat scroll 0 0;
}
.woocommerce table.shop_table td.actions input[type="text"] {
  border: 1px solid #e5e5e5;
  color: #999;
  height: 40px;
  padding: 0 20px;
}
.woocommerce .cart-content-page table.shop_table thead {
  background: #f4f4f4;
}
.woocommerce .cart-content-page table.shop_table thead th {
  border-color: #e5e5e5;
  color: #333;
}
.woocommerce .cart-content-page table.shop_table .product-thumbnail img {
  max-width: 70px;
}
.cart-collaterals .cart_totals > h2 {
  background: #f4f4f4 none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 -1px;
  padding: 15px 20px;
  text-transform: uppercase;
}
.wc-proceed-to-checkout a.checkout-button {
  color: #fff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin-top: 20px;
  padding: 0 25px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.wc-proceed-to-checkout a.checkout-button:hover {
  background-color: #333;
}
/*End Wooocommerce*/
.banner-cart-slider {
  margin-bottom: -1px;
}

.weOffer {padding: 20px 0;}
.weOffer .desc {padding-top: 15px;}
.weOffer .icon {height: 70px;}
.tableMiniCart td {padding: 2px 8px !important;}
.freeDelivery .freeDtitle {font-size: 10px;line-height: 12px;}
.fnt12 {font-size: 12px;}
.tableMiniCart.small td {font-size: 11px;}
.tab_c {text-align: center;}
.tab_r {text-align: right}
.oneline {white-space: nowrap}
.top-margin {margin-top: 112px;height: 1px;}

.login {width: 100%; background: url('../uploads/login_bgnd.jpg') no-repeat; background-size: 100% auto; background-position: center center;  height: 100%}
.register, .activateCont {padding-bottom: 70px;}
.registerCont{background-color: #f4f4f4}
.loginbox {margin: 120px 0; overflow: hidden}
.loginCont {padding: 10px 50px 10px 20px; margin-left: 16.6666%}
.registerCont{padding: 10px 20px;}
.nomarginlr {margin-left: 0 !important; margin-right: 0 !important;}
#loginForm label, .loginForm label {font-size: 12px; font-weight: 300}
#loginForm input[type="text"], #loginForm input[type="password"], .inpbigBox, .loginForm input[type="text"], .loginForm input[type="password"]{border: 1px solid #a5b1ad; padding: 10px 10px;}
#loginForm input[type="submit"], .btncolor1, .loginForm input[type="submit"] {background-color: #a5b1ad; border: 1px solid #a5b1ad; padding: 10px 10px; color: white;}
 .notRememberPass {padding: 10px 0px 10px 10px}
.loginCont, .registerCont {margin-bottom: -99999px; padding-bottom: 99999px;  }
.goToRegister {border: 1px solid #a5b1ad; padding: 10px 30px; margin-top: 20px; display: block; color: #a5b1ad; text-align: center; width: 30%}
.goToRegister:hover{background-color: white;}
.registerCont .atuts-icon {font-size: 40px; color: #a5b1ad;  }

.registerCont .atuts  { text-align: center; margin-top: 15px;  color: #a5b1ad; font-size: 14px;  }
#regForm h5 {margin-bottom: 2px;}
.thanxReg {font-size: 16px;}
.h-bordered {padding-bottom: 2px;border-bottom: 1px solid #a5b1ad; margin-top: 30px;}

.chklabel{float:left;width: 95%; font-size: 12px; padding-top: 2px; text-align: justify}
.chkintend{float:left;width:20px}
.chklabel sup {color: red;}
label.hint {font-weight: normal;}

.regSucImg {padding: 50px 0 0 30px;}
.pad-t-50 {padding-top: 50px;}
.btncolor1:hover {color: white; background-color: #333}
.alert-danger {
  color: #a94442;
  background-color: #ffebeb;
  border-color: #ebccd1;background-image: none;
}
.footer {background-color: #31343b; color: #d3d3d3; }
.footer a {color: #d3d3d3;}
.footer a:hover {color: #fff}
.mini-cart-content span {margin-top:0 !important;}

.category_header {border-bottom: 1px solid #d3d3d3;}
.newsCont {margin-bottom: 30px;}
.product-title1.elipssis{
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  padding: 0 5px;
  display: block;
  text-align: center;
  overflow: hidden}
.bg-color3 {
  background: #9fb7a9;
}
.quantity.buttons_added .plus, .quantity.buttons_added .minus {background-color: #f0f0f0; border: none; width: 27px; height: 27px;}
.quantity.buttons_added .plus:hover, .quantity.buttons_added .minus:hover {color: #ffa379}
.title-tab-detail li.active a span, .title-tab-detail li.active a{font-weight: normal; font-style: italic;}
.title-tab-detail li.active {background-color: #f4f4f4}
.totalcartleft {background-color: #f4f4f4; padding: 15px 10px;}
.tableCart thead th {font-size: 10px; text-transform: uppercase; font-weight: normal}
.tableCart td {height: 45px; padding-top: 15px;}
.tableCart td.product-name { padding-top: 20px;}
.tableCart td.product-price { padding-top: 20px;}
.tableCart td.product-quantity { padding-top: 15px;}
.tableCart td.product-subtotal{ padding-top: 20px;}
.tableCart td.product-remove{ padding-top: 20px;}
.tableCart td.product-remove a.remove:hover{color: #ffa379}
.transport_field_sections input[type=radio] {margin-top: -4px;}
.cart_totals table th {font-weight: normal;}
.edit a {cursor: pointer}
.userMenu li a.has-children:after {content: '\f0d7'; font-family: FontAwesome; font-weight: normal; font-style: normal; margin: 0px 0px 0px 10px; text-decoration: none; right: -10px;}
.userMenu li a[aria-expanded="true"]::after { content: "\f0da";}
ul.userMenu li a {display: inline !important;}
.category-dropdown .userMenu li a.has-children:after {top:2px}
.titleSmall {text-align: left; max-width: 125px;}
.ellipsis1 {text-overflow: ellipsis; overflow: hidden;max-width: 125px;}
div.atooltip{display: inline-block; margin-left: 5px;}
.atooltip i{font-size: 24px; vertical-align: middle; line-height: 18px;color: #9fb7a9}
.tooltip.left .tooltip-arrow {border-left-color: #9fb7a9 }
.tooltip-inner {background-color: #9fb7a9;}
.afterCheckbox {display: inline-block; width: 95%}
.beforeCheckbox{display: inline-block; width: 5%; vertical-align: top;padding-left: 4px;}
input[type=checkbox].error{ outline: 2px solid #F00;}
.color4 {color:  #ffa379}
.autocomplete-suggestions {width: auto !important}
td.no-wrap {white-space: nowrap}
h3.product-title {max-width: 200px;}
ul.cartItemsList {list-style: none;margin:0; padding:0;}
ul.cartItemsList li {display: inline-block;  margin-right: 40px; height: 90px; vertical-align: top;}
ul.cartItemsList li span{display: block; font-size: 16px; line-height: 16px; color: #444}
ul.cartItemsList li .cartItemDesc {display: inline-block; margin-left: 10px;  height: 80px;margin-top: -20px; vertical-align: middle}
ul.cartItemsList li i {font-size: 60px;;color: #9fb7a9;}
ul.cartItemsList li i.fa-signal {font-size: 50px; line-height: 60px;margin-top: 9px; vertical-align: top; }
ul.cartItemsList li .cartItemDesc .cartItemValue {font-size: 24px; font-weight: bold;}
.icon {display: inline-block;text-rendering: auto;  -webkit-font-smoothing: antialiased;}
.useRabat {display: inline-block; vertical-align: top !important; margin:0; padding:0; height: 90px; position: relative; padding-top: 26px;}
.btnUseRabat {padding: 10px 30px; border: 1px solid #9fb7a9;}
.btnUseRabat:hover{color: white !important; background-color:#9fb7a9; }
.useRabatCont {position: absolute; min-width: 230px; border: 1px solid #9fb7a9; background-color: white; min-height: 100px;top:58px;box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1); font-size: 12px; line-height: 14px; padding: 14px;}
.cartItemDescPoints {padding-top: 35px;}
.useRabatCont .btncolor1 {color: white;}
.profilelist {font-size: 11px;margin:0;margin-top: -12px;display: block}
.cart-empty {padding: 40px 0;font-size: 16px;}

.stickers {position: absolute;z-index:1; display: block; top: 0; right: 0; width: 90px;  font-size: 11px; text-align: center;  color: white; line-height: 25px;}
.stickers div {margin-bottom: 10px;height: 25px;}
.stickers .new {background-color: #809e62;}
.stickers .sellhit {background-color: #ff8548;}
.stickers .ocasion {background-color: #ff8542;}
.dockedProd .img-container {display: inline-block;}
.dockedProd .item-description {display: inline-block; text-align: center; max-width: 100%;}
.dockedProd {text-align: center; width: 200px;float: left;display:inline-block}
.dockedProd .img-container img {width: 150px; margin: 0 25px;}
.dockedProd .item-description .price {font-weight: bold; font-size: 16px;}
.dockedProd .item-description .desc {font-weight: normal; font-size: 9px;}
.dockedProd .item-description .link {margin-top: 10px;}
.dockedProd .item-description .link a {border: 1px solid #a5b1ad; border-radius: 2px;  padding: 4px 10px;  color: #a5b1ad;  cursor: pointer;}
.dockedProd .item-description .link a:hover {
  box-shadow: rgba(0, 0, 0, 0.3);
  background-color: #a5b1ad;
  color: #383840;
}
.agreements a.link{color: #9fb7a9;}
.damOrderHistory {overflow-x: auto}
@media  (max-width: 990px) {
  .weOffer .desc {
    height: 80px;
  }

}

.category-wide{
  height: 352px;
  font-size:16px;
}
.ellipsis-promo{
    font-size: 14px;
}

/*================================*/
/*        EVENTS                  */
/*================================*/
.event-preview .item-post-format{
  text-align: left;
}
.event-preview .readmore-news{
  display: inline-block;
  margin-top: 0px;
}

.event-preview  .post-comment-date{
  border:none;
  margin-top: 0px;
  padding-top: 0px;
}
.event-preview .post-title{
  font-size: 18px;
  margin-top: 10px;
}

.event-preview .post-preview{
  margin: 15px 0;
}

.events-right-lasts{
  margin-top: 27px
}

.header-avatar{
  max-height: 30px;
  border-radius: 100%;
}

.header-avatar+i{
  display: none;
}




form#product_search {
  outline: 0;
  float: left;
  padding-right: 16px;
  background-color: white;
  border-left: 1px solid #d3d3d3;
  /**/
}
form#product_search.xs-product-search{
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding-right: 0px;
}

form#product_search > .textbox {
  outline: 0;
  height: 45px;
  width: 244px;
  line-height: 45px;
  padding: 0 16px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #212121;
  border: 0;
  float: left;
  /**/
}
form#product_search.xs-product-search > .textbox {
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
form#product_search > .textbox:focus {
  outline: 0;
  background-color: #FFF;
}

form#product_search > .button {
  outline: 0;
  background: none;
  /**/
  background-color: white;
  float: left;
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 45px;
  border: 0;
  color: /*#FFF*/ #555;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease;
  /**/
  margin: 0px;
  padding: 0px;
}
form#product_search.xs-product-search > .button {
  background-color: rgba(38, 50, 56, 0.8);
  color: #FFF;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
form#product_search > .button:hover {
  background-color: #a5b1ad;
}

.category_search{
  margin-top: 10px;
}

.category_search + #content > .content-pages.single-content{
  padding-top: 10px;
}

.no-product-found{
  text-align: center;
  font-size: 22px;
  line-height: 30px;
  font-weight: bolder;
  color: #a5b1ad;
}

.product-foud{
  font-size: 22px;
  margin-bottom: 30px;
  margin-left: -15px;
}
.inqbox {
  clear:both;
  margin-bottom:25px;
  margin-top:0;
  padding:0
}
.inqbox.collapsed .inqbox-content {
  display:none
}
.inqbox.collapsed .fa.fa-chevron-up:before {
  content:"\f078"
}
.inqbox.collapsed .fa.fa-chevron-down:before {
  content:"\f077"
}
.inqbox:after,.inqbox:before {
  display:table
}
.inqbox-title {
  border-color:#e7eaec;
  background-color:#fff;
  border-image:none;
  border-style:solid solid none;
  border-width:1px 0 0;
  color:inherit;
  margin-bottom:0;
  padding:14px 15px 7px;
  min-height:48px;
  -webkit-box-shadow: 0 2px 0 1px rgba(0,0,0,.08)!important;
  box-shadow: 0 2px 0 1px rgba(0,0,0,.08)!important;
}
.inqbox-content {
  background-color:#fff;
  color:inherit;
  padding:15px 20px 20px;
  border-color:#e7eaec;
  border-image:none;
  border-style:solid solid none;
  border-width:1px 0;
  -webkit-box-shadow: 0 1px 0 1px rgba(0,0,0,.08)!important;
  box-shadow: 0 1px 0 1px rgba(0,0,0,.08)!important;
}
.inqbox-footer {
  color:inherit;
  border-top:1px solid #e7eaec;
  font-size:90%;
  background:#fff;
  padding:10px 15px;
  -webkit-box-shadow: 0 1px 0 1px rgba(0,0,0,.08)!important;
  box-shadow: 0 1px 0 1px rgba(0,0,0,.08)!important;
}
.float-e-margins .btn {
  margin-bottom:5px
}
.border-top-danger {
  border-color:#ec4758!important;
  border-width:2px 0 0!important
}
.border-top-primary {
  border-color:#1C84C6!important;
  border-width:2px 0 0!important
}
.border-top-info {
  border-color:#31b0d5!important;
  border-width:2px 0 0!important
}
.border-top-success {
  border-color:#1ab394!important;
  border-width:2px 0 0!important
}
.border-top-warning {
  border-color:#f8ac59!important;
  border-width:2px 0 0!important
}
.border-top-default {
  border-color:#c2c2c2!important;
  border-width:2px 0 0!important
}
.kform .gui-input[disabled] {color: #444 !important;}
.filters .kform .checkbox {width: 12px; height: 12px; border: 1px solid #666; padding-top:0 !important;}
.filters .kform .switch, .filters .kform .option, .filters .kform .field-label {
  font-size: 10px;
}
.filters .form-horizontal .checkbox,.filters  .form-horizontal .radio {
  min-height: 10px;
}
.kform .input-footer {
  padding: 10px;
  display: block;
  margin-top: -1px;
  line-height: 16px;
  position: relative;
  background: #F5F5F5;
  border: 1px solid #DDD;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 11px;
  color: #999;
}
.kform .gui-textarea {
  resize: none;
  line-height: 19px;
  overflow: auto;
  max-width: 100%;
  height: 96px;
  width: 100%;
}
.kform,
.kform * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.kform {
  line-height: 1.231;
  font-weight: 400;
  font-size: 14px;
  color: #626262;
}
.kform .section {
  margin-bottom: 22px;

}
.kform .append-icon,
.kform .prepend-icon {
  top: 0;
  left: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 100%;
}
.kform .append-icon .field-icon,
.kform .prepend-icon .field-icon {
  top: 0;
  z-index: 4;
  width: 42px;
  height: 42px;
  color: inherit;
  line-height: 42px;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  pointer-events: none;
}
.kform .append-icon .field-icon i,
.kform .prepend-icon .field-icon i {
  position: relative;
  font-size: 14px;
}
.kform .prepend-icon .field-icon {
  left: 0;
}
.kform .append-icon .field-icon {
  right: 0;
}
.kform .prepend-icon > input,
.kform .prepend-icon > textarea {
  padding-left: 36px;
}
.damColLeft {background-color: #f5f5f5 }
.damFlex {display:flex;display: -ms-flex;}
@media (max-width: 1160px){
  .panel .panelDesc {font-size: 11px;}
}
@media (max-width: 990px){
  .panel .panelDesc {font-size: 14px;}
}
.nano-content {padding: 25px;padding-right: 0;}
.kform .field {
  display: block;
  position: relative;
}

#starter-option{
  outline: 0;
  height: 42px;
  width: 244px;
  line-height: 42px;
  margin-left: 5px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #212121;
  border: 0;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
@media (min-width: 768px) {
  .flagMenu {
    max-width: 92px;
  }
  .main-nav .menu-item-has-children .sub-menu li.branch-break {
    border-top: 1px solid rgba(90,90,90, .3);
    border-bottom: 1px solid rgba(90,90,90, .3);
    margin: 3px 0;
    font-size: 10px;
    font-weight: 300;
    color:#555;
  }
}
.main-nav .menu-item-has-children .sub-menu li.branch-break{
  padding: 0px;
  text-align: center;

}
.main-nav .menu-item-has-children .sub-menu li.branch-break:hover{
  background-color: white;
}
.minicartButtons a:hover i {color: white;}

.save-cart-btn:hover{cursor:pointer}