:root {
  --main-color: #eda407;
  --border-color: #cccccc;
}
.hidden {
  display: none;
}
.menupop.hover:hover {
  transition: none;
  transform: none;
  animation: unset;
}

/*Menu fixed style*/
.fixed-header.active-menu {
  position: fixed ;
  top: 0;
  margin: 0;
  left: 0 !important;
  right: 0 !important;
  z-index: 9;
/*  -webkit-transition: top 0.5s ease-out 0s !important;
  transition: top 0.5s ease-out 0s !important;*/
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
.logo img{max-height: 60px}
/*.fixed-header.active-menu .logo img{height: 60px}*/
.page-content-box .fixed-header.active-menu {
  box-shadow: none;
}
.page-content-box .fixed-header.active-menu .container > div {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}
.admin-bar .fixed-header.active-menu {
  top: 32px;
}
.admin-bar .search-icon.toggle .search-form-wrap {
  top: 32px;
}
img {
  max-width: 100%;
  height: auto;
}
/*shop item*/
.list-post-wrap,
.list-product-wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list-product-wrap:after, .list-product-wrap:before,
.list-post-wrap:after, .list-post-wrap:before{
  display: none;
}
.list-col-item {
  float: left;
  padding: 0 15px;
}
.list-1-item {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.list-2-item {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.list-3-item {
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
.list-4-item {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.list-5-item {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.list-6-item {
  -ms-flex: 0 0 16.66666667%;
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.list-7-item {
  -ms-flex: 0 0 14.2857%;
  flex: 0 0 14.2857%;
  max-width: 14.2857%;
}
.list-8-item {
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
.list-9-item {
  -ms-flex: 0 0 11.111%;
  flex: 0 0 11.111%;
  max-width: 11.111%;
}
.list-10-item {
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  max-width: 10%;
}
.list-col-item.list-10-item,
.list-col-item.list-9-item,
.list-col-item.list-8-item,
.list-col-item.list-7-item,
.list-col-item.list-6-item,
.list-col-item.list-5-item {
  padding: 0 5px;
}
.list-post-wrap .wrap-item[data-item="5"],
.list-post-wrap .wrap-item[data-item="6"],
.blog-grid-view[data-column="5"] .row,
.blog-grid-view[data-column="6"] .row,
.product-grid-view[data-column="5"] .row,
.product-grid-view[data-column="6"] .row,
.product-grid-view[data-column="7"] .row,
.product-grid-view[data-column="8"] .row,
.product-grid-view[data-column="9"] .row,
.product-grid-view[data-column="10"] .row {
  margin: 0 -5px;
}
/*end*/

/*attribute css*/
.tawcvs-swatches {
  margin: -5px;
}
.tawcvs-swatches li {
  padding: 0 !important;
  max-height: 18px;
  margin: 5px;
}
.tawcvs-swatches .swatch {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.detail-attr .tawcvs-swatches {
  margin: -5px;
}
.detail-attr .tawcvs-swatches .swatch {
  margin: 5px;
}
.detail-attr.type-color label {
  display: none;
}
.tawcvs-swatches .active .swatch-color:before, 
.tawcvs-swatches .swatch-color.selected:before {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  height: 24px;
  width: 24px;
  border: 1px solid #222;
}
.tawcvs-swatches .active .swatch,
.tawcvs-swatches .swatch.selected {
  color: #f598a4;
  opacity: 1;
}
.tawcvs-swatches .swatch.disabled {
  opacity: 0.1;
}
.tawcvs-swatches .swatch-color {
  text-indent: -9999px;
}
.tawcvs-swatches .active .swatch-label {
  background-color: #f1f1f1;
}
.tawcvs-swatches .swatch-color {
  width: 18px;
  height: 18px;
  line-height: 18px;
}
.tawcvs-swatches .swatch-image {
  position: relative;
  opacity: .5;
}
.tawcvs-swatches .swatch-image .text {
  font-size: 14px;
  color: #f598a4;
  text-align: center;
  margin-top: 10px;
  line-height: normal;
}
.tawcvs-swatches .swatch-image img {
  width: 40px;
  height: 25px;
  padding: 2px;
  border: 1px solid;
}
.tawcvs-swatches .swatch-label{
  padding: 2px 5px;
  border: 1px solid;
  font-size: 12px;
}

/* End attribute css*/
.woocommerce div.product div.summary {
  margin-bottom: 0;
}
/* detail tab css*/
.detail-tab-desc > h2:first-child {
  display: none;
}
.detail-tab-desc *:last-child {
  margin-bottom: 0px !important;
}
.detail-tab-desc > p.desc:nth-of-type(1) {
  margin-top: -6px;
}
.detail-tab-desc p {
  color: #555;
  margin: 0;
  line-height: 24px;
}
.detail-tab-desc p.desc {
  margin: 15px 0;
}
.detail-tab-desc p.desc:last-child {
  margin-bottom: 0px;
}
.woocommerce #reviews #comments {
  margin-bottom: 42px;
}
.woocommerce #reviews #comments > h2 {
  margin: 0 0 20px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  display: none;
}
.woocommerce #reviews #comments .wrap-rating {
  margin-bottom: 10px;
}
.woocommerce #reviews #comments ol.commentlist li {
  margin: 0 0 30px;
}
.woocommerce #reviews #comments ol.commentlist li:last-child {
  margin-bottom: 0px;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  width: 80px;
  border: 0;
  padding: 0;
  border-radius: 50%;
}
.woocommerce #reviews #comments ol.commentlist {
  padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0;
  margin-left: 110px;
  padding: 35px 30px;
  border: 0;
  border-radius: 0px;
  position: relative;
  background: #f5f5f5;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p:last-child {
  margin-bottom: 0px;
}
.comment-form-rating {
  float: left;
  width: 100%;
  margin-bottom: 17px;
}
.woocommerce #review_form #respond p.stars {
  margin-bottom: 0 !important;
}
.woocommerce .star-rating,
.woocommerce p.stars a {
  color: #ffc000;
}
.woocommerce-review__author {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  text-transform: capitalize;
}
.woocommerce-review__dash {
  display: none;
}
.woocommerce-review__published-date {
  font-size: 12px;
  color: #999;
  margin: 0 18px;
}
.woocommerce-product-rating * {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  line-height: 1;
}
.woocommerce-product-rating .woocommerce-review-link {
  margin: 0 10px;
  color: #666;
}
/* End detail tab css*/
.single-title {
  position: relative;
  margin: -7px 0 60px;
  padding-left: 60px;
  font-size: 30px;
}
.single-title .line {
  position: absolute;
  width: 50px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 100%;
  left: 0;
  border-top: 1px solid #222;
  transform-origin: 0% 0%;
}
.single-title .title14 {
  position: absolute;
  right: 0;
  bottom: 4px;
}
/*Woocommerce Page css*/
.woocommerce-cart-form .qty-label {
  display: none;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
  min-width: 200px;
  padding-left: 12px;
  padding-right: 12px;
}
td.product-remove {
  width: 30px;
}
td.product-thumbnail {
  max-width: 60px;
  text-align: center;
}
td.product-quantity .detail-qty {
  margin-bottom: 0px;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 70px;
}
/*End Woocommerce page css*/
.woocommerce div.product .list-product-group form.cart {
  display: block;
  margin-bottom: 0px;
}
.list-product-group form.cart table {
  table-layout: fixed;
  border: 0;
  width: 100%;
}
.group-qty label {
  display: none;
}
.detail-info .group-qty .detail-qty {
  margin-bottom: 15px;
}
.detail-info .group-info .product-price del {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
}
.detail-info .group-info .product-price > span,
.detail-info .group-info .product-price ins {
  font-size: 18px;
}
.woocommerce table.shop_attributes td p {
  padding: 10px;
}
.group-list .group-item {
  padding: 0;
}
.group-list .group-item > * {
  border: 0;
  padding: 10px;
}
.group-list .group-item > .group-thumb {
  width: 120px;
  padding-right: 20px;
}
.group-list .group-item > .group-qty {
  padding-right: 0px;
}
.group-list .group-info {
  padding: 0;
  padding-left: 30px;
}
.group-list .group-info .product-price {
  margin: 0 -6px 7px;
}
.group-list .group-info .product-price > * {
  margin: 0 6px;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 14px;
}
.group-list .group-info .product-price > span,
.group-list .group-info .product-price ins {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 500;
  color: #222;
}
.group-list .group-info .product-price del {
  color: #ccc;
  font-weight: 500;
  font-style: normal;
}
.group-list .group-info .product-title {
  margin: 10px 0;
}
.product-detail .list-product-group form.cart .single_add_to_cart_button {
  width: 100%;
  margin-top: 20px;
}
.group-list .qty-label {
  display: none;
}
.group-list .group-item .group-qty .detail-qty {
  margin: 0;
  float: right;
}
.mini-cart-empty {
  text-align: center;
  padding: 70px 20px;
}
.mini-cart-empty .empty-icon {
  color: #e5e5e5;
}
.mini-cart-empty .desc {
  margin-bottom: 15px;
}
.mini-cart-button a.button,
.woocommerce .mini-cart-button a.button {
  height: 46px;
  line-height: 44px;
  display: block;
  padding: 0 20px;
  border: none;
  background: #222;
  text-align: center;
}
.mini-cart-button a.button:hover,
.woocommerce .mini-cart-button a.button:hover {
  background: #f598a4;
  color: #fff;
}
.mini-cart-button a.button:first-child,
.woocommerce .mini-cart-button a.button:first-child {
  background-color: transparent;
  border: 1px solid #222;
  line-height: 44px;
  margin-bottom: 10px;
  color: #222;
}
.mini-cart-button a.button:first-child:hover,
.woocommerce .mini-cart-button a.button:first-child:hover {
  border-color: #f598a4;
  color: #fff;
  background-color: #f598a4;
}
.aside-box .dropdown-list {
  left: auto;
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  pointer-events: inherit;
}
/*End*/
body.compensate-for-scrollbar {
  overflow: inherit;
  margin: 0 !important;
}
.fancybox-opened,
.zoomContainer {
  z-index: 9997;
}
.fancybox-overlay {
  z-index: 9996;
}
.header-page{  box-shadow:0 2px 8px 0 rgba(0, 0, 0, 0.1), 0 4px 10px 0 rgba(0, 0, 0, 0.10);}
.menu-on-fixed.single-product .header-page {
  position: static;
}
.single-product .header-page {
  z-index: 9998;
  position: relative;
}
.product-popup-content {
  padding: 35px 30px 30px;
  overflow-x: hidden;
  width: 900px;
  max-height: 550px;
}
.product-popup-content .detail-info {
  padding: 0px !important;
}
.product-popup-content .product-detail {
  margin-bottom: 0;
}
.fancybox-opened .fancybox-skin {
  background: #fff;
}
/*Begin Search Ajax*/
.list-product-search {
  line-height: normal;
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  right: 0;
  margin-top: 30px;
  padding: 10px 20px;
  position: absolute;
  top: 100%;
  width: 100%;
  min-width: 200px;
  max-height: 265px;
  overflow-y: auto;
  z-index: 10000;
  opacity: 0;
  font-size: 15px;
  visibility: hidden;
  transition: all 0.35s ease-out 0s;
  -webkit-transition: all 0.35s ease-out 0s;
}
.list-product-search > p:last-child {
  margin-bottom: 0px;
}
.list-product-search.active {
  opacity: 1;
  visibility: visible;
  margin-top: 2px;
}
.item-search-pro {
  border-bottom: 2px dotted #eee;
  display: table;
  padding: 10px 0;
  width: 100%;
}
.item-search-pro > div {
  display: table-cell;
  vertical-align: middle;
}
.item-search-pro:last-child {
  border: none;
}
.item-search-pro .title14 {
  text-transform: capitalize;
  font-weight: 500;
}
.item-search-pro > div.search-ajax-thumb {
  width: 50px;
}
.item-search-pro > div.search-ajax-price {
  text-align: right;
}
.item-search-pro > div.search-ajax-title {
  padding: 0 10px;
}
.live-search-on.active .list-product-search {
  opacity: 1;
  visibility: visible;
  margin-top: 1px;
}
/*End Search Ajax*/
.list-product-search.ajax-loading {
  text-align: center;
}
.overlay .mini-cart-link {
  color: #555;
}
.follow-instagram {
  margin: -0.5px;
}
.follow-instagram li {
  margin: 0.5px;
  width: 20%;
  float: left;
}
.instagram-slider .group-navi .owl-nav {
  right: 0;
}
/*menu live preview*/
.main-nav .preview-image {
  background: #fff;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  left: 100%;
  padding: 10px;
  position: absolute;
  top: 0;
  width: 200px;
  opacity: 0;
  visibility: hidden;
  margin-top: 30px;
  border: 1px solid #cccccc;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.main-nav li:hover > .preview-image {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.preview-image img {
  height: auto;
}
.preview-image > a {
  display: block;
  height: 200px;
  overflow: hidden;
  position: relative;
}
.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%;
}
.preview-image > a:hover > img {
  top: 100%;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}
/*end live preview*/
.item-mega-menu ul li {
  margin-bottom: 15px;
}
.item-mega-menu ul li:last-child {
  margin-bottom: 0;
}
.item-mega-menu > h3 {
  margin-bottom: 20px;
}
/*Login/register*/
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.login-popup-content {
  position: absolute;
  /*max-width: 420px;*/
  background-color: #fff;
  color: #555;
  overflow: hidden;
  z-index: 10000;
  margin: 0 auto;
  top: 5%;
  left: 20px;
  right: 20px;
}
.popup-form {
 /* max-width: 350px;*/
  margin: 0 auto;
  display: none;
  /*padding: 20px;*/
  background: #fff;
}
.login-popup-content-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-out 0s;
  -webkit-transition: all 0.4s ease-out 0s;
}
.login-popup-content-wrap.open {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease-out 0s;
  -webkit-transition: all 0.4s ease-out 0s;
}
.login-popup-content-wrap .login-popup-content {
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  transition: all 0.4s ease-out 0s;
  -webkit-transition: all 0.4s ease-out 0s;
}
.login-popup-content-wrap.open .login-popup-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition: all 0.4s ease-out 0s;
  -webkit-transition: all 0.4s ease-out 0s;
}
.popup-form .submit {
  margin: 0;
  position: relative;
}
.popup-form .submit i {
  position: absolute;
  color: #fff;
  right: 15px;
  top: 15px;
}
.popup-form.active {
  display: block;
}
.login-popup-content {
  padding: 25px 20px;
}
.popup-form .form-header h5,
.popup-form > h5 {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 10px;
  text-align: center;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.popup-form .desc.note {
  margin: 0 0 10px;
  font-size: 12px;
}
.popup-form .extra-field .woocommerce-privacy-policy-text p {
  color: #898989;
  font-size: 12px;
}
.popup-form .form-header .desc,
.popup-form > .desc {
  text-align: center;
  color: #898989;
  margin-bottom: 10px;
}
.popup-form .form-header {
  margin-bottom: 30px;
}
.popup-form form > p,
.popup-form .form-field {
  position: relative;
  margin-bottom: 18px;
}
.popup-form .forgetmenot {
  position: relative;
  margin-bottom: 10px;
}
.popup-form form .extra-field > p > label,
.popup-form form > p > label {
  position: static;
}
.popup-form label:not(.rememberme) {
  text-align: left;
  color: #898989;
  /*position: absolute;*/
  font-weight: normal;
  /*top: 6px;*/
  left: 0;
  width: 100%;
  transition: all 0.4s ease-out 0s;
  -webkit-transition: all 0.4s ease-out 0s;
  z-index: 0;
}
.popup-form input:not(.button) {
  border-width: 0 0 1px;
  width: 100%;
  max-width: 100%;
  padding: 3px;
  z-index: 1;
  position: relative;
  /*background: transparent;*/
  /*border-radius: 0px;*/
  /*padding-bottom: 10px;*/
}
.popup-form input.button {
  padding: 0 30px;
  height: 46px;
  line-height: 46px;
  display: block;
  width: 100%;
}
.popup-form .has-value input:not(.wp-submit) ~ label,
.popup-form input:not(.wp-submit):focus ~ label {
  font-size: 80%;
  top: -15px;
}
.popup-form .has-value input:not(.wp-submit) ~ label.rememberme {
  font-size: 100%;
  top: 0px;
}
.nav-form {
  text-align: center;
  margin: 0 -10px;
}
.popup-redirect {
  position: relative;
  padding: 0 10px;
  margin-top: 10px;
  border: 0;
  font-weight: 600;
  display: inline-block;
}
.popup-redirect:before {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 10px;
  background: #ccc;
  transition: all 0.4s ease-out 0s;
  -webkit-transition: all 0.4s ease-out 0s;
}
.popup-redirect:hover:before {
  width: calc(100% - 20px);
  background: #f598a4;
}
.popup-redirect:nth-child(2n) {
  border-left: 1px solid #ccc;
}
.popup-form input {
  -webkit-appearance: none;
}
.popup-form input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0px 9999px white;
}
#customer_login #apply_for_vendor,
.extra-field #apply_for_vendor,
.woocommerce-form__label input[type=checkbox],
.woocommerce-form__label input[type=radio],
.popup-form form input[type=checkbox],
.popup-form form input[type=radio] {
  position: static;
  opacity: 1;
  visibility: visible;
  display: inline-block;
  width: 22px;
  min-width: 22px;
  height: 22px;
  line-height: 1;
  background-color: #eee !important;
  border: 0;
  margin: -3px 5px 0 0 !important;
  outline: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.05s border-color ease-in-out;
  transition: 0.05s border-color ease-in-out;
}
#customer_login #apply_for_vendor:checked:before,
.extra-field #apply_for_vendor:checked:before,
.woocommerce-form__label input[type=radio]:checked:before,
.woocommerce-form__label input[type=checkbox]:checked:before,
.popup-form input[type=radio]:checked:before,
.popup-form input[type=checkbox]:checked:before {
  font: normal normal normal 12px/1 FontAwesome;
  width: 22px;
  line-height: 22px;
}
#customer_login #apply_for_vendor:checked:before,
.extra-field #apply_for_vendor:checked:before,
.woocommerce-form__label input[type=checkbox]:checked:before,
.woocommerce-form__label input[type=radio]:checked:before,
.popup-form input[type=checkbox]:checked:before,
.popup-form input[type=radio]:checked:before {
  content: "\f00c";
  color: mediumseagreen !important;
}
.input-focus-line {
  background-color: transparent;
  bottom: -1px;
  height: 2px;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 0;
  z-index: 2;
  transition: all 0.4s ease-out 0s;
  -webkit-transition: all 0.4s ease-out 0s;
}
.popup-form .invalid .input-focus-line {
  background-color: #bf2c2c;
  left: 0;
  width: 100%;
}
.popup-form .input-focus .input-focus-line {
  background-color: #f598a4;
  left: 0;
  width: 100%;
}
.woocommerce-form-register p{
  margin-bottom: 12px;
}

.close-login-form {
  position: absolute;
  top: 8px;
  right: 8px;
  color: #333;
  opacity: 0.5;
  font-weight: 300;
  font-size: 40px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  z-index: 1001;
}
.popup-form .forgetmenot label {
  font-size: 14px;
  font-weight: normal;
}
.popup-form .forgetmenot label:after,
.popup-form .forgetmenot label:before {
  display: none !important;
}
.ms-error,
.ms-done {
  display: none;
}
#login_error {
  color: #d41212;
}
.popup-form .message {
  border-left: 4px solid #00a0d2;
  padding: 12px;
  margin-left: 0;
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
  color: #898989;
  font-size: 12px;
}
.popup-form .ms-default {
  color: #898989;
  font-size: 12px;
}
.popup-form .login_error {
  border-left: 4px solid #bf2c2c;
  padding: 12px;
  margin-left: 0;
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
  color: #898989;
  font-size: 12px;
}
/*End custom*/
/*Tool Panel*/

.item-post-mega {
  padding: 0 15px;
}
.item-post-mega:last-child .item-post {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.item-post-mega .item-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.item-post-mega .item-post .post-thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  overflow: hidden;
  margin-right: 15px;
}
.item-post-mega .item-post .post-info {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.item-post-mega .item-post .post-info .title14 {
  line-height: 1.4;
  font-weight: 500;
  margin: 5px 0 8px;
}
.item-post-mega .item-post .post-info .post-time {
  color: #999;
}
.item-post-mega .item-post .post-info .post-comment {
  color: #999;
  margin: 0 5px;
}
.item-post-mega .item-post .post-info .post-comment:hover {
  color: #f598a4;
}
.mega-menu-list > h3 {
  position: relative;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 22px; font-family: Roboto, "Helvetica Neue", Arial, sans-serif; font-size: 16px; border-bottom: solid #ccc 1px; padding-bottom: 2px
}
.mega-menu-list > h3 > span {
  position: relative;
}
.mega-menu-list ul.list-none li {
  padding: 4px 0;
  line-height: 18px;
}
.mega-menu-list ul.list-none li a {
  font-size: 14px;
  position: relative;
  color: #5b646d;
}
.mega-menu-list ul.list-none li a:hover {
  color: #eda407;
}
.mega-menu-list .menu-label {
  position: absolute;
  bottom: 100%;
  margin-left: -20px;
  z-index: 1;
  display: inline-block;
  padding: 2px 4px;
  vertical-align: middle;
  white-space: nowrap;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.3px;
  font-size: 10px;
  line-height: 12px;
}
.mega-menu-list .menu-label:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top-width: 4px;
  border-top-color: transparent;
  border-right-color: transparent!important;
  border-bottom-width: 0;
  border-bottom-color: transparent!important;
  border-left-color: transparent!important;
  border-right-width: 7px;
  border-left-width: 0;
}
.mega-menu-list .label-green {
  background: #6dab3c;
}
.mega-menu-list .label-green.menu-label:before {
  border-color: #6dab3c;
}
.mega-menu-list .label-red {
  background: #d41212;
}
.mega-menu-list .label-red.menu-label:before {
  border-color: #d41212;
}
.mega-menu-list .label-orange {
  background: #f7be68;
}
.mega-menu-list .label-orange.menu-label:before {
  border-color: #f7be68;
}
.mega-menu-list .label-black {
  background: #222;
}
.mega-menu-list .label-black.menu-label:before {
  border-color: #222;
}
.mega-menu-list .label-blue {
  background: #4cadc9;
}
.mega-menu-list .label-blue.menu-label:before {
  border-color: #4cadc9;
}
.mega-menu .mega-posts-inner .vc_column-inner {
  margin: -60px -45px;
  background: rgba(0, 0, 0, 0.02);
  padding: 65px 30px !important;
  margin-left: 30px;
  border-left: 1px solid #e5e5e5;
}
.posts-mega .title-box {
  margin-bottom: 0px !important;
}
.posts-mega .title-block {
  font-size: 16px !important;
  line-height: 25px !important;
  font-weight: 600;
  margin-bottom: 20px !important;
  text-transform: uppercase;
}
.posts-mega .title-block:before {
  display: none;
}
.list-attr a {
  position: relative;
}
.list-attr a.active {
  color: #f598a4;
}
.list-attr a.active:before {
  content: '';
  position: absolute;
  top: 3px;
  right: -35px;
  width: 6px;
  height: 12px;
  border: solid MediumSeaGreen;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.small-action .product-extra-link > a.addcart-link {
  width: 46px !important;
  padding: 0;
}
.small-action .product-extra-link > a.addcart-link span {
  display: none;
}
.small-action .product-extra-link > a.addcart-link:after {
  content: "\f16e";
  font-family: LineAwesome;
  font-size: 18px;
}
.small-action .product-extra-link > a.addcart-link.loading:after {
  opacity: 0;
  visibility: hidden;
}
/* Search Icon */
.search-icon .search-form-wrap {
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 1003;
  border: 1px solid #ccc;
  width: 320px;
  margin: 10px 0 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-out 0s;
  -webkit-transition: all 0.4s ease-out 0s;
}
.search-icon.active > .search-form-wrap {
  margin-top: 0px;
  opacity: 1;
  visibility: visible;
}
.search-icon.active .icon-search,
.search-icon .icon-close {
  display: none;
}
.search-icon.active .icon-close {
  display: inline-block;
}
.search-icon.s-popup .search-form-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 1002;
  transition: all 0.4s ease-out 0s;
  -webkit-transition: all 0.4s ease-out 0s;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  border: none;
}
.search-icon.s-popup.active .search-form-wrap {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.search-icon.s-popup.active .overlay-fixed {
  opacity: 1;
  visibility: visible;
}
.search-icon.s-popup .search-form {
  max-width: 570px;
  top: 25%;
  margin: -30px auto 0;
  z-index: 1111;
}
/* Home 1 */
.header-group {
  margin: 0 -12px;
}
.header-group > div {
  position: relative;
  padding: 20px 12px;
}
.header-group .aside-link .la,
.header-group .mini-cart-link .la,
.header-group .open-login-form .la,
.header-group .account-icon,
.header-group .s-icon .la {
  font-size: 26px;
  color: #5b646d;
  transition: all 0.4s ease-out 0s;
  -webkit-transition: all 0.4s ease-out 0s;
}
.header-group .aside-link .la:hover,
.header-group .mini-cart-link .la:hover,
.header-group .open-login-form .la:hover,
.header-group .account-icon:hover,
.header-group .s-icon .la:hover {
  color: #f598a4;
}
.header-group5 .mini-cart-link .mini-cart-number {
  background: #fff;
  color: #f598a4;
}
.header-group5 .aside-link .la,
.header-group5 .mini-cart-link .la,
.header-group5 .open-login-form .la,
.header-group5 .s-icon .la {
  color: #fff !important;
}
.header-group5 > div {
  padding-top: 36.5px;
  padding-bottom: 36.5px;
}
.header-bottom3 .header-group > div {
  padding-top: 21px;
  padding-bottom: 21px;
}
.header-page .vc_column-inner {
  z-index: inherit !important;
}
.slider1 {
  overflow: visible;
}
.slider1 .wrap-item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 95px;
  bottom: 95px;
  width: 60px;
  background-color: #f598a4;
  opacity: 0.46;
  z-index: 1;
}
.item-slider1 {
  padding-left: 33.333%;
}
.obc-title.title48 {
  line-height: 72px;
  letter-spacing: 5px;
  margin-bottom: 19px;
  max-width: 520px;
}
.obc-desc.desc {
  position: relative;
  max-width: 535px;
  padding-left: 65px;
}
.obc-line {
  position: relative;
  padding-left: 65px;
}
.obc-line:before,
.obc-desc.desc:before {
  content: '';
  position: absolute;
  width: 60px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 50%;
  left: -7px;
  border-top: 1px solid;
}
.obc-desc.white:before {
  border-color: #fff;
}
.item-slider .banner-info .slider-button {
  margin-top: 53px;
}
.banner-slider .group-navi .owl-nav {
  right: auto;
  left: calc(33.333% - 90px);
  top: auto;
  bottom: 80px;
  width: 180px;
}
.banner-slider .group-navi .owl-nav button {
  opacity: 1 !important;
  visibility: visible !important;
}
.banner-slider .group-navi.owl-theme .owl-nav button.owl-prev {
  left: 0px;
}
.banner-slider .group-navi.owl-theme .owl-nav button.owl-next {
  right: 0px;
}
.pagi-num .owl-dots {
  display: none;
}
.group-control {
  margin: 43px 0 -7px;
}
.group-control .number-slider {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 500;
  color: #222;
}
.dotsContainer {
  padding: 0 15px;
}
.dotsContainer .owl-dot {
  width: 100px;
  height: 10px;
  padding: 0;
  background-color: transparent;
}
.dotsContainer .owl-dot.active {
  opacity: 1;
}
.dotsContainer .owl-dot span{
  display: block;
  height: 1px;
  background-color: #f598a4;
  opacity: 0.3;
}
.dotsContainer .owl-dot.active span{
  opacity: 1;
}

.close-mobile-menu {
  display: none;
}
.close-mobile-menu {
  color: #fff;
  height: 40px;
  line-height: 40px;
  font-size: 19px;
  z-index: 1111;
  padding: 0 15px;
  width: 100%;
  cursor: pointer;
  text-align: right;
  position: relative;
  overflow: hidden;
  margin-bottom: -1px;
  background-color: #008080;
}
.toggle > .overlay-fixed,
.cart-overlay.toggle {
  visibility: visible;
  opacity: 1;
}
.overlay-fixed,
.cart-overlay {
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 0px;
  background-color: rgba(0, 0, 0, 0.3);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-out 0s;
  -webkit-transition: all 0.4s ease-out 0s;
}
.overlay-fixed,
.cart-overlay,
.popup-overlay {
  cursor: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAQAAABKfvVzAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfiBhAEAxkATuHJAAAAc0lEQVQ4y62Uyw0AIQhEyZZgKdZPDbb0PG1W4wcmWU8mM08FAaPiFEssCk41HGgxQqEB/m4CZHLFyOK4I1v1jByVvXC9exXD6GZDKn+fKZfuEcnZB+RgfxIn/PokMWgxreLHiaUhFp9Y3mIDyS2qDwFxzHTrd0X+OIg1vgAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxOC0wNi0xNlQwNDowMzoyNSswMjowMBtL4b8AAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTgtMDYtMTZUMDQ6MDM6MjUrMDI6MDBqFlkDAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAABJRU5ErkJggg=='), auto;
}
.aside-box-content {
  position: fixed;
  top: 0;
  right: 0;
  width: 350px;
  transform: translateX(550px);
  -webkit-transform: translateX(550px);
  height: 100%;
  min-height: 100%;
  padding: 30px 50px 20px;
  background-color: #fff;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
  -webkit-backface-visibility: hidden;
  box-sizing: border-box;
  box-shadow: 0px 6px 20px 0px rgba(63, 39, 42, 0.15);
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.aside-box .aside-box-content.active {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
.top-filter .box-attr-filter::before {
  display: none;
}
.top-filter .box-attr-filter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 20px;
  width: 100%;
  left: 0;
  border: 1px solid #ccc;
}
.top-filter .box-attr-filter .widget {
  margin-bottom: 0px;
  border: 0;
}
.top-filter .box-attr-filter .widget ul {
  width: 100%;
  max-height: 175px;
  padding-right: 5px;
}
.widget_orderby .dropdown-link {
  display: none;
}
.widget_orderby .dropdown-list {
  display: block;
  position: static;
  opacity: 1;
  visibility: visible;
  border: 0;
  box-shadow: none;
}
.widget_orderby .dropdown-list li a {
  padding: 0;
}
.widget_orderby .dropdown-list li a.active {
  color: #f598a4;
}
.header-aside .vc_row {
  margin-bottom: 54px;
}
.header-aside .vc_row .wpb_content_element {
  margin-bottom: 0px;
}
.header-aside .vc_row .wpb_content_element .desc {
  margin-bottom: 18px;
}
.header-aside .vc_row .wpb_content_element .list-desc li:not(:last-child) {
  margin-bottom: 2px;
}
.header-aside .vc_row .wpb_content_element .list-desc i {
  margin-right: 10px;
}
.header-aside .vc_row .aside-title {
  margin-bottom: 27px;
}
.header-aside .vc_row .newsletter-form .form-newsletter {
  background-color: #f598a4;
}
.header-aside .vc_row .newsletter-form .form-newsletter input[type="email"] {
  color: #fff;
  height: 46px;
  line-height: 46px;
}
.header-aside .vc_row .newsletter-form .form-newsletter input[type="email"]::placeholder {
  color: #fff;
}
.header-aside .vc_row .newsletter-form .form-newsletter .submit-form {
  width: 46px;
}
.header-aside .vc_row .newsletter-form .form-newsletter .submit-form:after {
  color: #fff;
  line-height: 46px;
}
.header-aside .vc_row .follow-instagram {
  margin: 0;
}
.header-aside .vc_row .follow-instagram li {
  width: 50%;
  margin: 0;
}
.header-aside .vc_row .follow-instagram li img{
  width: 100%;
  object-fit: cover;
}
.header-aside .vc_row .social-list {
  margin: 0 -12px;
}
.header-aside .vc_row .social-list > a {
  padding: 0 12px;
  font-size: 18px;
}

.menu-sticky-on.main-nav > ul > li > a{ margin-top: 23px; margin-bottom: 23px}
.fixed-header.active-menu .main-nav > ul > li > a{
 /* height: 70px;line-height: 70px;*/ margin-top: 0; margin-bottom: 0 
}
.header-bottom3 .fixed-logo{
  display: none;
}

.fixed-header.active-menu.header-bottom3 .header-socials,
.fixed-header.active-menu .header-bottom3 .header-socials,
.fixed-header.active-menu.header-bottom3 .obc-logo,
.fixed-header.active-menu .header-bottom3 .obc-logo {
  display: none;
}

.fixed-header.active-menu.header-bottom3 .fixed-logo,
.fixed-header.active-menu .header-bottom3 .fixed-logo {
  display: block !important;
  margin: 0;
}

.fixed-header.active-menu .header-top{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
@media (max-width:991px) {
.mobile-hide{display: none !important}
}
@media (min-width:992px) {
.desktop-hide{display: none !important}
}

.mini-cart-main-content .price {font-size: 16px}
.banner-brand{max-height: 380px; overflow-y: hidden}

.footer-brand{ padding: 20px 0}
