.vktab_widget_content {
  position: relative;
  margin-bottom: 30px;
}

.vktab_widget_content img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.vktab_widget_content a {
  color: #444;
}

.vktab_widget_content .wpt-tab-header .widget-title {
  font-size: 18px;
}

.vktab_widget_content .wpt-tab-header.modern-style {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 75px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.vktab_widget_content .wpt-tab-header.modern-style .widget-title {
  width: 23%;
  margin: 0;
  float: left;
  text-align: center;
  color: #fff;
  line-height: 75px;
  background: #24ab5c;
}

.vktab_widget_content .wpt-tab-header.modern-style .wpt-tabs {
  background: #232f3e;
  width: 77%;
  position: relative;
}

.vktab_widget_content .wpt-tab-header.modern-style .wpt-tabs.no-title {
  width: 100%;
}

.vktab_widget_content .wpt-tab-header.modern-style .wpt-tabs .owl-stage-outer {
  height: 100%;
}

.vktab_widget_content .wpt-tab-header.modern-style .wpt-tabs .owl-stage-outer .owl-item .tab_title {
  width: 100%;
}

.vktab_widget_content .wpt-tab-header.modern-style .wpt-tabs .owl-stage-outer .owl-item:first-child .tab_title a {
  border: none;
}

.vktab_widget_content .wpt-tab-header.modern-style .wpt-tabs .owl-stage-outer .owl-item.selected a {
  color: #f90;
}

.vktab_widget_content .wpt-tab-header.modern-style .wpt-tabs .owl-stage-outer .owl-item.selected::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 8px solid;
  border-color: transparent transparent #fff;
  left: 50%;
  bottom: 10px;
  margin: 0 0 -11px -8px;
}

.vktab_widget_content .wpt-tab-header.modern-style .wpt-tabs .tab_title {
  list-style: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  margin: 0;
  position: relative;
}

.vktab_widget_content .wpt-tab-header.modern-style .wpt-tabs .tab_title a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-left: 1px solid #55667b;
  margin: 16px 0 19px 0;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  padding: 14px 15px;
  height: 40px;
  width: 100%;
}

.vktab_widget_content .wpt-tab-header.modern-style .wpt-tabs .tab_title a:hover {
  color: #f90;
}

.vktab_widget_content .wpt-tab-header.modern-style .wpt-tabs .tab_title i {
  height: 20px;
  margin-bottom: 6px;
  font-size: 18px;
  width: 100%;
  margin-top: -15px;
}

.vktab_widget_content .wpt-tab-header.modern-style .wpt-tabs .tab_title.selected a {
  color: #f90;
}

.vktab_widget_content .wpt-tab-header.modern-style .wpt-tabs .tab_title.selected::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 8px solid;
  border-color: transparent transparent #fff;
  left: 50%;
  bottom: 10px;
  margin: 0 0 -11px -8px;
}

.vktab_widget_content .wpt-tab-header.classic-style {
  display: block;
}

.vktab_widget_content .wpt-tab-header.classic-style .widget-title {
  text-align: center;
  color: #000;
  line-height: 75px;
}

.vktab_widget_content .wpt-tab-header.classic-style .wpt-tabs.no-title {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.vktab_widget_content .wpt-tab-header.classic-style .wpt-tabs .tab_title {
  display: inline-block;
  text-align: center;
  margin-right: 12px;
  margin-bottom: 20px;
}

.vktab_widget_content .wpt-tab-header.classic-style .wpt-tabs .tab_title a {
  display: block;
  text-transform: capitalize;
  text-decoration: none;
  color: #444;
  font-size: 16px;
  padding: 6px 20px;
  border: solid 1px #e3e3e3;
  -webkit-border-radius: 32px;
  border-radius: 32px;
}

.vktab_widget_content .wpt-tab-header.classic-style .wpt-tabs .tab_title a:hover {
  color: #fff;
  background-color: #ffa842;
  border-color: #ffa842;
}

.vktab_widget_content .wpt-tab-header.classic-style .wpt-tabs .tab_title i {
  font-size: 16px;
  margin-right: 5px;
}

.vktab_widget_content .wpt-tab-header.classic-style .wpt-tabs .tab_title.selected a {
  color: #fff;
  background-color: #ffa842;
  border-color: #ffa842;
}

.vktab_widget_content .wpt-tab-header.classic-style .wpt-tabs .owl-stage-outer {
  height: 100%;
}

.vktab_widget_content .wpt-tab-header.classic-style .wpt-tabs .owl-stage-outer .owl-item.selected a {
  color: #fff;
  background-color: #ffa842;
  border-color: #ffa842;
}

.vktab_widget_content .inside {
  background: #fff;
  width: 100%;
  display: inline-block;
  margin-top: 25px;
}

.vktab_widget_content .inside .tab-product-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.vktab_widget_content .inside .tab-product-wrapper.img-align-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.vktab_widget_content .inside .tab-product-wrapper.img-align-left .cat_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 32%;
  padding-right: 30px;
}

.vktab_widget_content .inside .tab-product-wrapper.img-align-left .cat_img a {
  margin-bottom: 30px;
}

.vktab_widget_content .inside .tab-product-wrapper.img-align-left .nb_wcproducts_default {
  width: 68%;
}

.vktab_widget_content .inside .tab-product-wrapper.img-align-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.vktab_widget_content .inside .tab-product-wrapper.img-align-right .cat_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 32%;
  padding-left: 30px;
}

.vktab_widget_content .inside .tab-product-wrapper.img-align-right .cat_img a {
  margin-bottom: 30px;
}

.vktab_widget_content .inside .tab-product-wrapper.img-align-right .nb_wcproducts_default {
  width: 68%;
}

.vktab_widget_content .inside .tab-product-wrapper.img-align-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.vktab_widget_content .inside .tab-product-wrapper.img-align-top .cat_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.vktab_widget_content .inside .tab-product-wrapper.img-align-top .cat_img a {
  margin-bottom: 30px;
  padding-right: 30px;
}

.vktab_widget_content .inside .tab-product-wrapper.img-align-top .cat_img a:last-child {
  padding-right: 0px;
}

.vktab_widget_content .inside .tab-product-wrapper.img-align-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.vktab_widget_content .inside .tab-product-wrapper.img-align-bottom .cat_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.vktab_widget_content .inside .tab-product-wrapper.img-align-bottom .cat_img a {
  margin-bottom: 30px;
  padding-right: 30px;
}

.vktab_widget_content .inside .tab-product-wrapper.img-align-bottom .cat_img a:last-child {
  padding-right: 0px;
}

.vktab_widget_content .inside .tab-product-wrapper .nb_wcproducts_default .nb_wc-products .owl-stage-outer .owl-item {
  max-width: 100%;
}

.vktab_widget_content .inside .tab-product-wrapper .nb_wcproducts_default .nb_wc-products .owl-stage-outer .owl-item .product-image img {
  display: inline-block;
}

.vktab_widget_content .inside .tab-product-wrapper .nb_wcproducts_default .nb_wc-products .owl-stage-outer .owl-item.multi-row > div:first-child {
  margin-bottom: 30px;
}

.vktab_widget_content .inside .tab-product-wrapper .nb_wcproducts_default .nb_wc-products .products-column {
  position: relative;
  max-width: 100%;
  min-height: 1px;
}

.vktab_widget_content .inside .tab-product-wrapper .nb_wcproducts_default .nb_wc-products .products-column .product {
  padding: 0 15px;
  margin-bottom: 30px;
}

.vktab_widget_content .owl-nav .owl-prev i,
.vktab_widget_content .owl-nav .owl-next i {
  font-size: 24px;
  color: #fff;
}

.vktab_widget_content .owl-nav .owl-prev,
.vktab_widget_content .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #aeb2b8;
  padding: 8px 5px;
}

.vktab_widget_content .owl-nav .owl-prev {
  left: 0;
}

.vktab_widget_content .owl-nav .owl-prev:hover {
  background: #f90;
}

.vktab_widget_content .owl-nav .owl-next {
  right: 0;
}

.vktab_widget_content .owl-nav .owl-next:hover {
  background: #f90;
}

/* Loading... */

.wpt-loading {
  min-height: 120px;
}

.wpt-loading:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 11;
}

.wpt-loading:after {
  content: "";
  width: 25px;
  height: 25px;
  background-color: #333;
  display: block;
  margin: 0 auto 3em auto;
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 12;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }

  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }

  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}

@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }

  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }

  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

.vktab_widget_content .inside .tab-product-wrapper .nb_wcproducts_default .nb_wc-products.imr-0 .products-column .product {
  padding-right: 0px;
  padding-left: 0px;
}

.vc_tta-container .vc_tta-tabs.vc_tta-style-nb-lazaa .vc_tta-tabs-container {
  margin-bottom: 30px !important;
}

.vc_tta-container .vc_tta-tabs.vc_tta-style-nb-lazaa .vc_tta-tabs-container .vc_tta-tabs-list {
  margin-left: -15px;
  margin-right: -15px;
}

.vc_tta-container .vc_tta-tabs.vc_tta-style-nb-lazaa .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 16.66667%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
}

.vc_tta-container .vc_tta-tabs.vc_tta-style-nb-lazaa .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
  padding: 0;
  text-align: center;
  border: none;
  line-height: 40px;
  color: #444;
  background: #ececec;
}

.vc_tta-container .vc_tta-tabs.vc_tta-style-nb-lazaa .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
  color: #fff;
  background: #f57d38;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #f57d38 0%, #fdc942 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#f57d38), to(#fdc942));
  background: -o-linear-gradient(left, #f57d38 0%, #fdc942 100%);
  background: linear-gradient(to right, #f57d38 0%, #fdc942 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f57d38', endColorstr='#fdc942',GradientType=1 );
  /* IE6-9 */
}

.vc_tta-container .vc_tta-tabs.vc_tta-style-nb-lazaa .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:last-child {
  width: 33.32%;
}

.vc_tta-container .vc_tta-tabs.vc_tta-style-nb-lazaa .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading {
  margin-bottom: 28px;
}

.vc_tta-container .vc_tta-tabs.vc_tta-style-nb-lazaa .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading a {
  padding: 0;
  text-align: center;
  border: none;
  line-height: 40px;
  color: #444;
  background: #ececec;
  font-weight: normal;
  font-size: 16px;
}

.vc_tta-container .vc_tta-tabs.vc_tta-style-nb-lazaa .vc_tta-panels-container .vc_tta-panel.vc_active .vc_tta-panel-heading a {
  color: #fff;
  background: #f57d38;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #f57d38 0%, #fdc942 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#f57d38), to(#fdc942));
  background: -o-linear-gradient(left, #f57d38 0%, #fdc942 100%);
  background: linear-gradient(to right, #f57d38 0%, #fdc942 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f57d38', endColorstr='#fdc942',GradientType=1 );
  /* IE6-9 */
}

.vc_tta-container .vc_tta-tabs.vc_tta-style-nb-lazaa .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-body {
  border: none;
  padding: 0;
}

.vc_tta-container .vc_tta-tabs.vc_tta-style-nb-lazaa .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-body .wpb_single_image {
  margin-bottom: 30px;
}

.vc_tta-container .vc_tta-tabs.vc_tta-style-nb-lazaa .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-body .wpb_single_image .vc_figure {
  width: 100%;
}

.vc_tta-container .vc_tta-tabs.vc_tta-style-nb-lazaa .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-body .wpb_single_image .vc_single_image-wrapper {
  display: block;
  overflow: hidden;
}

.vc_tta-container .vc_tta-tabs.vc_tta-style-nb-lazaa .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-body .wpb_single_image .vc_single_image-wrapper img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.vc_tta-container .vc_tta-tabs.vc_tta-style-nb-lazaa .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-body .wpb_single_image .vc_single_image-wrapper:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.vc_tta-container .vc_tta-tabs.vc_tta-style-nb-lazaa.vc_tta-shape-rounded .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
  -webkit-border-radius: 2px !important;
  border-radius: 2px !important;
}

.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1 .vc_tta-tabs-container .vc_tta-tabs-list {
  overflow: visible !important;
  font-size: 16px;
}

.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a {
  padding: 3px 12px;
  border: 1px solid transparent;
  color: #444;
  position: relative;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:hover > a,
.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1 .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active > a {
  color: #00adef;
}

.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1 .vc_tta-panels-container .vc_active .vc_tta-panel-title > a {
  color: #00adef;
}

.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-none .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a {
  padding: 4px 15px;
  border: 1px solid transparent;
  color: #444;
}

.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-none .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:hover > a,
.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-none .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active > a {
  color: #00adef;
}

.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-none .vc_tta-panels-container .vc_tta-panel-title > a {
  border: 1px solid #dcddde;
  color: #444;
  text-align: center;
}

.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-none .vc_tta-panels-container .vc_active .vc_tta-panel-title > a {
  color: #00adef;
}

.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-square .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a,
.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-round .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a,
.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-rounded .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a {
  padding: 6px 20px;
  border: 1px solid #efefef;
  color: #444;
  -webkit-border-radius: 2em;
  border-radius: 2em;
}

.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-square .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:hover > a,
.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-square .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active > a,
.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-round .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:hover > a,
.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-round .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active > a,
.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-rounded .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:hover > a,
.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-rounded .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active > a {
  border-color: #099ad1;
  color: #fff;
  background-color: #00adef;
}

.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-square .vc_tta-panels-container .vc_tta-panel-title > a,
.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-round .vc_tta-panels-container .vc_tta-panel-title > a,
.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-rounded .vc_tta-panels-container .vc_tta-panel-title > a {
  border: 1px solid #ccc;
  color: #444;
  background-color: #fff;
  font-size: 16px !important;
}

.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-square .vc_tta-panels-container .vc_active .vc_tta-panel-title > a,
.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-round .vc_tta-panels-container .vc_active .vc_tta-panel-title > a,
.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-rounded .vc_tta-panels-container .vc_active .vc_tta-panel-title > a {
  border-color: #099ad1;
  color: #fff;
  background-color: #00adef;
  font-size: 16px !important;
}

.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-round .vc_tta-panel-title > a {
  -webkit-border-radius: 2em;
  border-radius: 2em;
}

.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_tta-shape-rounded .vc_tta-panel-title > a {
  -webkit-border-radius: 25px;
  border-radius: 25px;
}

.wpb-js-composer .vc_tta.vc_tta-style-nbstyle1.vc_general .vc_tta-panel-body {
  border: 0 none;
  padding: 15px 0 5px;
}

.nbfw_category-img-container {
  position: relative;
  margin-bottom: 30px;
  display: block;
  overflow: hidden;
}

.nbfw_category-img-container .category-img-item img {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.nbfw_category-img-container .category-img-item .cat-text {
  position: absolute;
  left: 50%;
  bottom: 30px;
  padding: 10px 15px;
  background: rgba(255, 255, 255, 0.7);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #000;
  font-weight: 700;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.nbfw_category-img-container .category-img-item:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.nbfw_category-img-container .category-img-item:hover .cat-text {
  background: #ffa842;
  color: #fff;
  bottom: 50%;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.list-brands {
  margin-top: 25px;
}

.list-brands .brand-item {
  margin-bottom: 30px;
}

.list-brands .brand-item a {
  display: block;
  border: 1px solid #efefef;
}

.list-brands .brand-item a img {
  vertical-align: middle;
}

.brands-list .owl-nav .owl-prev,
.brands-list .owl-nav .owl-next {
  top: 33%;
  position: absolute;
  font-size: 23px;
  background: #999;
  color: #fff;
  padding: 0 3px;
}

.brands-list .owl-nav .owl-prev.disabled,
.brands-list .owl-nav .owl-next.disabled {
  background: #ccc;
}

.brands-list .owl-nav .owl-prev {
  left: 0px;
}

.brands-list .owl-nav .owl-next {
  right: 0px;
}

.brands-list.border-img .brand-item {
  border: 1px solid #d7d7d7;
}

/* services */

.nb-fw.services .image-icon {
  width: 100%;
}

.nb-fw.services.icon-position-left .image-icon {
  width: auto;
}

.nb-fw.services.icon-position-left {
  clear: both;
  display: inline-block;
}

.nb-fw.services.icon-position-left .image-icon,
.nb-fw.services.icon-position-left .svicon-font {
  float: left;
}

.nb-fw.services.icon-position-left .content {
  padding-left: 20px;
}

.svicon-font {
  position: relative;
  min-width: 50px;
  min-height: 50px;
}

.svicon-font span:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.svicon-circle .svicon-font {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.nb-fw.border-solid .svicon-font {
  border: 1px solid;
}

.nb-fw.border-dotted .svicon-font {
  border: 1px dotted;
}

.nb-fw.border-dashed .svicon-font {
  border: 1px dashed;
}

.nb-fw.services.icon-position-left .content {
  padding-top: 18px;
  float: left;
}

.nb-fw.services.text-center.icon-position-top .svicon-font {
  margin: 0 auto 15px;
}

/* timeline-simple */

ul.timeline {
  margin: 0;
  padding: 0;
}

.nb-fw.timeline_simple {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  content: '';
  display: inline-block;
  clear: both;
  width: 100%;
}

.nb-fw.timeline_simple .timeline-bar {
  left: 50%;
  z-index: 1;
  content: '';
  display: block !important;
  position: absolute;
  width: 3px;
  top: 30px;
  bottom: 0;
  background-color: #ccc;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.nb-fw.timeline_simple .timeline-items {
  z-index: 3;
  clear: both;
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 60px;
  list-style: none !important;
}

.nb-fw.timeline_simple .timeline-major {
  -webkit-box-shadow: 0 0 1px 6px #f8f8f8;
  box-shadow: 0 0 1px 6px #f8f8f8;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  line-height: 58px;
  float: none;
  margin: 0 auto;
  display: table;
  clear: both;
  width: 66px;
  height: 66px;
  top: 50%;
  text-align: center;
  font-size: 16px;
  color: #fefefe;
  font-weight: bold;
  background: #ff9900;
  text-align: center;
  border: 3px solid #f5d8b2;
}

.nb-fw.timeline_simple .timeline-events {
  width: 43%;
  float: left;
  text-align: left;
  position: relative;
}

.nb-fw.timeline_simple .timeline-events:before {
  position: absolute;
  content: '';
  width: 78px;
  height: 1px;
  background: #ccc;
  top: 20px;
  z-index: 1;
}

.nb-fw.timeline_simple .timeline-events.item-left:before {
  right: -78px;
}

.nb-fw.timeline_simple .timeline-events:after {
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  background: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid #999999;
  -webkit-box-shadow: 0 0 0 3px #fff;
  box-shadow: 0 0 0 3px #fff;
  top: 20px;
  margin-top: -7px;
  z-index: 2;
}

.nb-fw.timeline_simple .timeline-events.item-left:after {
  right: -90px;
}

.nb-fw.timeline_simple .timeline-events.item-right {
  float: right;
}

.nb-fw.timeline_simple .timeline-events.item-right:before {
  left: -78px;
}

.nb-fw.timeline_simple .timeline-events.item-right:after {
  left: -85px;
}

.nb-fw.timeline_simple .timeline-end {
  background-color: #c9c9c9;
  color: #fff;
  -webkit-box-shadow: 0 0 1px 6px #f8f8f8;
  box-shadow: 0 0 1px 6px #f8f8f8;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 15px;
  float: none;
  margin: 0 auto;
  display: table;
  clear: both;
  width: 200px;
  text-align: center;
}

.timeline-events .avatar {
  width: 30%;
  float: left;
  margin: 0;
}

.timeline-events {
  background: #fff;
  border: 1px solid #cecece;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 5px #cecece;
  box-shadow: 0 0 5px #cecece;
  padding: 20px;
}

.timeline-events .avatar img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.timeline-events .content {
  width: 70%;
  float: left;
  padding-left: 20px;
}

/* cat-icon */

.nb-fw.cat-icon .owl-nav .owl-prev,
.nb-fw.cat-icon .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: transparent;
  padding: 8px 5px;
}

.nb-fw.cat-icon .owl-nav .owl-prev i,
.nb-fw.cat-icon .owl-nav .owl-next i {
  font-size: 40px;
  color: #444;
}

.nb-fw.cat-icon .owl-nav .owl-next {
  right: 0px;
}

.nb-fw.cat-icon .owl-nav .owl-prev {
  left: 0px;
}

.nb-fw.cat-icon .cat-item i {
  font-size: 19px;
  margin-bottom: 15px;
}

.nb-fw.cat-icon .cat-item a {
  text-transform: uppercase;
  color: #394351;
  font-weight: 400;
}

/* .nb-fw.list-store-dokan */

.nb-fw.list-store-dokan {
  margin-bottom: 50px;
  margin-top: 35px;
}

.nb-fw.list-store-dokan li {
  list-style: none;
}

.nb-fw.list-store-dokan.avatar-top .store-content {
  min-height: 270px;
}

.nb-fw.list-store-dokan .store-content {
  background: #f5f5f5;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 25px;
  border: 1px solid;
}

.nb-fw.list-store-dokan .store-content .seller-avatar {
  text-align: center;
  margin-top: -70px;
  margin-bottom: 15px;
}

.nb-fw.list-store-dokan ul {
  padding-left: 0;
  margin: 0 li;
  margin-list-style: none;
  margin-padding-top: 55px;
}

.nb-fw.list-store-dokan.avatar-top .store-data {
  text-align: center;
}

.nb-fw.list-store-dokan.avatar-top .store-content {
  margin-top: 50px;
}

.nb-fw.list-store-dokan.avatar-top .store-address,
.nb-fw.list-store-dokan.avatar-top .store-phone {
  text-align: left;
}

.nb-fw.list-store-dokan.avatar-left .store-content {
  display: inline-block;
  padding: 27px 6px;
  width: 100%;
}

.nb-fw.list-store-dokan .store-name {
  line-height: 16px;
  margin-bottom: 18px;
}

.nb-fw.list-store-dokan .store-address {
  margin-top: 7px;
  margin-bottom: 7px;
}

.nb-fw.list-store-dokan.avatar-left .store-content .seller-avatar {
  width: 100px;
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  margin-right: 10px;
}

.nb-fw.list-store-dokan.avatar-left .store-content .store-data-container {
  width: calc(100% - 110px);
  width: -webkit-calc(100% - 110px);
  width: -moz-calc(100% - 110px);
  float: left;
}

.nb-fw.list-store-dokan.avatar-left .owl-stage-outer {
  padding-top: 7px;
}

.nb-fw.list-store-dokan.avatar-left .store-content .nb-fw-btn,
.nb-fw.list-store-dokan.avatar-left .store-content .store-data .store-name {
  text-align: left;
}

.nb-fw.list-store-dokan.avatar-left ul li {
  padding-top: 0;
}

.nb-fw.list-store-dokan .store-content .seller-avatar img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px 0 rgba(51, 51, 51, 0.35);
  box-shadow: 0 0 10px 0 rgba(51, 51, 51, 0.35);
  width: 91px;
  margin: 0 auto;
}

.nb-fw.list-store-dokan.avatar-left .owl-carousel .owl-stage-outer {
  padding-top: 7px;
}

.nb-fw.list-store-dokan .store-content .store-data .store-name {
  text-align: center;
  text-transform: capitalize;
  font-size: 18px;
  color: #444444;
  font-weight: bold;
}

.nb-fw.list-store-dokan .store-content .nb-fw-btn {
  width: 100%;
  text-align: center;
}

.nb-fw.list-store-dokan .store-content .store-address,
.nb-fw.list-store-dokan .store-content .store-phone {
  position: relative;
  padding-left: 21px;
  line-height: 20px;
}

.nb-fw.list-store-dokan .nb-fw-btn a {
  height: 35px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  padding: 0 25px;
  line-height: 32px;
  font-size: 15px;
}

.nb-fw.list-store-dokan .store-content .store-phone {
  margin-bottom: 15px;
}

.nb-fw.list-store-dokan .store-content .store-address:before,
.nb-fw.list-store-dokan .store-content .store-phone:before {
  font-family: "fontawesome";
  position: absolute;
  top: -1px;
  left: 0;
  font-size: 16px;
}

.nb-fw.list-store-dokan .store-content .store-address:before {
  content: '\f041';
}

.nb-fw.list-store-dokan .store-content .store-phone:before {
  content: '\f095';
}

/* nb-fw banner  */

.effect-zoom .nbfw_banner-container:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.effect-3 .nbfw_banner-container:before {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  content: '';
  -webkit-transition: -webkit-transform .8s;
  transition: -webkit-transform .8s;
  -o-transition: transform .8s;
  transition: transform .8s;
  transition: transform .8s, -webkit-transform .8s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  cursor: pointer;
}

.effect-3:hover .nbfw_banner-container:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0);
}

.effect-1 .nbfw_banner-container:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(35, 47, 62, 0.8);
  top: 0;
  left: 0;
  content: "";
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
}

.effect-1 .nbfw_banner-container .nbfw-txt-info {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(1) translate(-50%, -41%);
  -ms-transform: scale(1) translate(-50%, -41%);
  transform: scale(1) translate(-50%, -41%);
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  padding: 0px;
}

.effect-1 .nbfw_banner-container .nbfw-txt-info h4 {
  color: #f8981d;
}

.effect-1 .nbfw_banner-container .nbfw-txt-info h4 a {
  color: #f8981d;
}

.effect-1 .nbfw_banner-container .nbfw-txt-info h4:before {
  content: '';
  width: 40%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 4%;
  top: -50px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.effect-1 .nbfw_banner-container .nbfw-txt-info h4:after {
  top: 96px;
  left: 55%;
  content: '';
  width: 40%;
  height: 1px;
  background: #fff;
  position: absolute;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.effect-1:hover .nbfw_banner-container:before {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.effect-1:hover .nbfw_banner-container .nbfw-txt-info {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1) translate(-50%, -50%);
  -ms-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
}

.effect-5 {
  position: relative;
  overflow: hidden;
}

.effect-5 .nbfw_banner-container:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
}

.effect-5 .nbfw_banner-container:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
}

.effect-5:hover .nbfw_banner-container:before {
  right: 50%;
  left: 50%;
  background: rgba(255, 255, 255, 0.2);
}

.effect-5:hover .nbfw_banner-container::after {
  top: 50%;
  bottom: 50%;
  background: rgba(255, 255, 255, 0.2);
}

.nbfw_banner-container {
  position: relative;
  overflow: hidden;
}

.nbfw_banner-container img {
  width: 100%;
  vertical-align: middle;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.nbfw_banner-container .nbfw-txt-info {
  padding: 15px;
  width: 50%;
}

.nbfw_banner-container .nbfw-txt-info .txt-caption {
  font-size: 16px;
  color: #666;
  position: relative;
}

.nbfw_banner-container .nbfw-txt-info .txt-caption.has-divider {
  margin-bottom: 10px;
}

.nbfw_banner-container .nbfw-txt-info .txt-caption .txt-caption-divider {
  content: "";
  position: absolute;
  width: 52px;
  bottom: -8px;
  display: inline-block;
  border-top: solid 1px #545454;
}

.nbfw_banner-container .nbfw-txt-info.text-right .txt-caption-divider {
  right: 0;
}

.nbfw_banner-container .nbfw-txt-info.text-left .txt-caption-divider {
  left: 0;
}

.nbfw_banner-container .nbfw-txt-info .txt-primary {
  color: #444;
  margin-bottom: 0;
  font-size: 30px;
}

.nbfw_banner-container .nbfw-txt-info .txt-des {
  font-size: 14px;
  color: #888;
  margin-bottom: 0;
  margin-top: 5px;
}

.nbfw_banner-container .nbfw-txt-info.p-center-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.nbfw_banner-container .nbfw-txt-info.p-top-left {
  position: absolute;
  left: 0;
  top: 10%;
}

.nbfw_banner-container .nbfw-txt-info.p-top-right {
  position: absolute;
  right: 0;
  top: 10%;
}

.nbfw_banner-container .nbfw-txt-info.p-center-right {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(-5%, -50%);
  -ms-transform: translate(-5%, -50%);
  transform: translate(-5%, -50%);
}

.nbfw_banner-container .nbfw-txt-info.p-center-left {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.nbfw_banner-container .nbfw-txt-info.p-bottom-center {
  position: absolute;
  left: 50%;
  bottom: 5%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.nbfw_banner-container .nbfw-txt-info.bg-white {
  background: rgba(255, 255, 255, 0.85);
}

.nbfw_banner-container .nbfw-txt-info.box-circle {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.mrb30 {
  margin-bottom: 30px;
}

.res-col2-768-991,
.res-col1-768-991,
.res-col3-768-991,
.res-col4-768-991,
.res-col1-500,
.res-col2-500,
.res-col3-500,
.res-col4-500 .res-col1-480,
.res-col2-480,
.res-col3-480,
.res-col4-480 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nb-fw.countdown-box .counter-group .counter-block {
  display: block;
  margin: 25px auto;
}

.owl-dots {
  text-align: center;
  margin-top: 25px;
}

.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

.owl-dots .owl-dot.active span {
  background: #869791;
}

.owl-dots.disabled {
  display: none;
}

.avatar-left .owl-dots {
  margin-top: 0;
}

/* headline */

.nb-fw.heading {
  margin-bottom: 25px;
}

.headline-separator {
  display: inline-block;
  border-bottom: 1px solid;
  height: 1px;
  width: 100%;
}

.headline-container .title {
  margin-bottom: 0;
  line-height: 26px;
}

.headline-container .sub-heading {
  margin-bottom: 9px;
  margin-top: 4px;
}

.line_before_after .title {
  position: relative;
}

.line_before_after .title:before,
.line_before_after .title:after {
  content: "";
  position: relative;
  width: 15px;
  height: 1px;
  background: #545454;
  top: -9px;
  display: inline-block;
}

.line_before_after .title:before {
  left: -16px;
}

.line_before_after .title:after {
  right: -16px;
}

/* hotdeal-list */

.product_hotdeals .layout-slider {
  margin-bottom: 50px;
}

.product_hotdeals .layout-slider .hotdeal-list-wrap {
  display: inline-block;
}

.product_hotdeals .layout-slider .hotdeal-list-wrap .item-product-meta {
  float: left;
  width: 52%;
  padding-left: 28px;
}

.product_hotdeals .layout-slider .hotdeal-list-wrap .item-product-meta .product-title {
  margin-bottom: 5px;
}

.product_hotdeals .layout-slider .hotdeal-list-wrap .item-product-meta .product-title a {
  color: #444;
  font-size: 18px;
  font-weight: bold;
}

.product_hotdeals .layout-slider .hotdeal-list-wrap .item-product-meta .product-description {
  margin-top: 18px;
  line-height: 23px;
  color: #666;
  margin-bottom: 27px;
}

.product_hotdeals .layout-slider .hotdeal-list-wrap .item-product-meta .counter-wrapper {
  margin-bottom: 30px;
}

.product_hotdeals .layout-slider .hotdeal-list-wrap .item-product-meta .counter-wrapper .number-wrapper {
  font-size: 20px;
  font-weight: bold;
  color: #666;
  margin-top: 2px;
}

.product_hotdeals .layout-slider .hotdeal-list-wrap .item-product-meta .counter-wrapper .ref-wrapper {
  font-size: 12px;
  text-transform: lowercase;
  color: #666;
  margin-top: -4px;
}

.product_hotdeals .layout-slider .hotdeal-list-wrap .item-product-meta .counter-wrapper > div {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 15px;
  display: inline-block;
  width: 51px;
  height: 51px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #eeeeee;
  text-align: center;
}

.product_hotdeals .layout-slider .hotdeal-list-wrap .item-product-meta .counter-wrapper > div:last-child {
  margin-right: 0;
}

.product_hotdeals .layout-slider .hotdeal-list-wrap .item-product-meta .counter-wrapper > div:hover .number-wrapper,
.product_hotdeals .layout-slider .hotdeal-list-wrap .item-product-meta .counter-wrapper > div:hover .ref-wrapper {
  color: #fff;
}

.product_hotdeals .layout-slider .hotdeal-list-wrap .item-product-meta .price {
  font-size: 20px;
  font-weight: bold;
  color: #40c6ff;
}

.product_hotdeals .layout-slider .hotdeal-list-wrap .item-product-meta .price del {
  margin-right: 10px;
  color: #999999;
}

.product_hotdeals .layout-slider .hotdeal-list-wrap .item-product-meta .price del span {
  color: #999999;
}

.product_hotdeals .layout-slider .hotdeal-list-wrap .item-product-meta a.button {
  background: transparent;
  color: #40c6ff;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  border-color: #40c6ff;
  border-width: 2px;
  line-height: 36px;
  height: 36px;
  font-weight: 700;
}

.product_hotdeals .layout-slider .hotdeal-list-wrap .item-product-meta a.button .tooltip {
  position: relative;
  line-height: 38px;
  opacity: 1;
}

.product_hotdeals .layout-slider .hotdeal-list-wrap .item-product-meta a.button:hover {
  background: #40c6ff;
  color: #fff;
}

.product_hotdeals .layout-slider .hotdeal-list-wrap .item-product-image {
  float: left;
  width: 48%;
  position: relative;
  overflow: hidden;
  border: 1px  solid #f1f1f1;
}

.product_hotdeals .layout-slider .hotdeal-list-wrap .item-product-image img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.product_hotdeals .layout-slider .hotdeal-list-wrap .item-product-image:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.product_hotdeals .layout-slider .hotdeal-list-wrap .item-product-image .onsale {
  width: 45px;
  height: 45px;
  background: #40c6ff;
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  line-height: 45px;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
}

.product_hotdeals .layout-slider .hotdeal-list-wrap .star-rating,
.product_hotdeals .layout-slider .hotdeal-list-wrap .start-rating {
  display: none;
}

.product_hotdeals .layout-banner .hotdeal-list-wrap .item-product-meta .product-title {
  margin-bottom: 0;
}

.product_hotdeals .layout-banner .hotdeal-list-wrap .item-product-meta .product-title a {
  font-size: 20px;
  font-weight: 400;
}

.product_hotdeals .layout-banner .hotdeal-list-wrap .item-product-meta .heading-title {
  font-size: 24px;
  margin-bottom: 5px;
}

.product_hotdeals .layout-banner .hotdeal-list-wrap .item-product-meta .product-description {
  width: 40%;
  margin-bottom: 10px;
}

.product_hotdeals .layout-banner .hotdeal-list-wrap .item-product-meta .counter-wrapper {
  margin-bottom: 25px;
}

.product_hotdeals .layout-banner .hotdeal-list-wrap .item-product-meta .counter-wrapper .number-wrapper {
  font-size: 48px;
  font-weight: bold;
  line-height: 55px;
}

.product_hotdeals .layout-banner .hotdeal-list-wrap .item-product-meta .counter-wrapper > div {
  -webkit-border-radius: 0;
  border-radius: 0;
  background: transparent;
  position: relative;
  padding-right: 30px;
  display: inline-block;
  margin-right: 40px;
}

.product_hotdeals .layout-banner .hotdeal-list-wrap .item-product-meta .counter-wrapper > div:after {
  content: ':';
  position: absolute;
  right: -12px;
  top: -12px;
  font-size: 48px;
}

.product_hotdeals .layout-banner .hotdeal-list-wrap .item-product-meta .counter-wrapper > div:last-child:after {
  content: none;
}

.product_hotdeals .layout-banner .hotdeal-list-wrap .item-product-meta .counter-wrapper .ref-wrapper {
  font-size: 16px;
  padding-left: 10px;
  color: #666;
  display: inline-block;
  position: relative;
  text-transform: lowercase;
  line-height: 23px;
}

.product_hotdeals .layout-banner .hotdeal-list-wrap .item-product-meta .counter-wrapper .ref-wrapper:before,
.product_hotdeals .layout-banner .hotdeal-list-wrap .item-product-meta .counter-wrapper .ref-wrapper:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 1px;
  background: #545454;
  top: 12px;
  display: inline-block;
}

.product_hotdeals .layout-banner .hotdeal-list-wrap .item-product-meta .counter-wrapper .ref-wrapper:before {
  left: 0px;
}

.product_hotdeals .layout-banner .hotdeal-list-wrap .item-product-meta .counter-wrapper .ref-wrapper:after {
  right: -9px;
}

.product_hotdeals .layout-banner .hotdeal-list-wrap .item-product-meta a.button {
  background: transparent;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  border-color: #fff;
  border-width: 2px;
  line-height: 36px;
  height: 36px;
  font-weight: 700;
}

.product_hotdeals .layout-banner .hotdeal-list-wrap .item-product-meta a.button .tooltip {
  position: relative;
  line-height: 38px;
  opacity: 1;
}

.product_hotdeals .layout-banner .hotdeal-list-wrap .item-product-meta a.button:hover {
  background: #40c6ff;
  color: #fff;
}

.widget.widget_nbt_contact_info {
  margin-bottom: 15px;
}

.widget.widget_nbt_contact_info .info {
  margin: 0;
}

.widget.widget_nbt_contact_info .info li {
  margin-bottom: 3px;
  border-bottom: none;
}

.widget.widget_nbt_contact_info .info li i {
  margin-right: 15px;
}

.widget.widget_nbt_contact_info .info li:hover i {
  color: #1BA590;
}

.widget.widget_nbt_contact_info .info.info-address {
  position: relative;
  padding-left: 25px;
}

.widget.widget_nbt_contact_info .info.info-address:before {
  font-family: "fontawesome";
  content: '\f015';
  position: absolute;
  top: 8px;
  left: 0;
  font-size: 16px;
}

.widget.widget_text .contact-style-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.widget.widget_text .contact-style-2.info-tel {
  margin-top: 50px;
}

.widget.widget_text .contact-style-2 span.icon {
  max-width: 40px;
  height: 40px;
  line-height: 40px;
  border: solid 1px #000;
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40px;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  margin-right: 15px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.widget.widget_text .contact-style-2 span.icon i {
  font-size: 18px;
}

.widget.widget_text .contact-style-2 span.phone,
.widget.widget_text .contact-style-2 span.fax {
  display: block;
}

.widget.widget_text .contact-style-2:hover span.icon i {
  color: #fff;
}

.widget.widget_text h5.mrt-30 {
  margin-top: 31px;
}

.widget.nbfw-social-links {
  margin-bottom: 0;
}

.widget.nbfw-social-links .nbfw-social-link-widget {
  margin: 0;
}

.widget.nbfw-social-links .nbfw-social-link-widget li {
  list-style: none;
  display: inline-block;
  text-align: center;
  border: none !important;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.widget.nbfw-social-links .nbfw-social-link-widget li a {
  width: 40px;
  height: 40px;
  line-height: 38px;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid;
  padding: 0 !important;
  font-size: 18px;
}

.widget.nbfw-social-links .nbfw-social-link-widget li a:hover {
  color: #fff !important;
  border-color: transparent;
}

.widget.nb_blogs_promotion {
  margin-bottom: 0px;
}

.widget.nb_blogs_promotion .lst-blogs-promotion {
  display: inline-block;
  line-height: 75px;
  text-align: center;
  width: 100%;
  height: 46px;
  overflow: hidden;
  position: relative;
}

.widget.nb_blogs_promotion .lst-blogs-promotion:before {
  content: "Hot";
  position: absolute;
  top: 10px;
  left: -webkit-calc(50%);
  left: calc(50%);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  padding: 1px 3px;
  color: #fff;
  border: 1px solid #ed1d24;
  line-height: 100%;
  font-weight: 300;
  font-size: 10px;
  text-transform: uppercase;
}

.widget.nb_blogs_promotion .lst-blogs-promotion:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #ed1d24;
  position: absolute;
  top: 24px;
  left: -webkit-calc(50% - 4px);
  left: calc(50% - 4px);
}

@media (min-width: 768px) {
  .banner-odds > .vc_column-inner > .wpb_wrapper > div {
    display: inline-block;
  }

  .banner-odds > .vc_column-inner > .wpb_wrapper > div.odd-col-6-right {
    width: 60%;
    padding-right: 15px;
  }

  .banner-odds > .vc_column-inner > .wpb_wrapper > div.odd-col-6-left {
    width: 60%;
    padding-left: 15px;
  }

  .banner-odds > .vc_column-inner > .wpb_wrapper > div.odd-col-4-right {
    width: 40%;
    padding-right: 15px;
  }

  .banner-odds > .vc_column-inner > .wpb_wrapper > div.odd-col-4-left {
    width: 40%;
    padding-left: 15px;
  }
}

@media (max-width: 1600px) {
  .nbfw_banner-container .nbfw-txt-info {
    width: 65%;
  }

  .nbfw_banner-container .nbfw-txt-info .txt-primary {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .vktab_widget_content .inside .tab-product-wrapper.img-align-left .cat_img {
    display: none;
  }

  .vktab_widget_content .inside .tab-product-wrapper.img-align-left .nb_wcproducts_default {
    width: 100%;
  }

  .vktab_widget_content .inside .tab-product-wrapper.img-align-right .cat_img {
    display: none;
  }

  .vktab_widget_content .inside .tab-product-wrapper.img-align-right .nb_wcproducts_default {
    width: 100%;
  }

  .timeline-events .avatar,
  .timeline-events .content {
    width: 100%;
  }

  .timeline-events .avatar {
    text-align: center;
    margin-bottom: 15px;
  }

  .timeline-events .avatar img {
    width: 60%;
  }

  .timeline-events .content {
    padding-left: 0;
  }

  .timeline-events {
    padding: 10px;
  }

  .product_hotdeals .layout-slider .hotdeal-list-wrap .item-product-meta {
    width: 100%;
    padding-left: 0;
    margin-top: 0;
  }

  .product_hotdeals .layout-slider .hotdeal-list-wrap .item-product-image {
    width: 100%;
    margin-bottom: 30px;
  }

  .footer-bot-section .widget.nbfw-social-links .nbfw-social-link-widget {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .vktab_widget_content .wpt-tab-header.classic-style .wpt-tabs .tab_title {
    width: 100%;
  }

  .vktab_widget_content .inside .tab-product-wrapper.img-align-top .cat_img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .vktab_widget_content .inside .tab-product-wrapper.img-align-top .cat_img a {
    padding-right: 0;
  }

  .vktab_widget_content .inside .tab-product-wrapper.img-align-bottom .cat_img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .vktab_widget_content .inside .tab-product-wrapper.img-align-bottom .cat_img a {
    padding-right: 0;
  }

  .list-brands-container .vc_tta-panels-container {
    margin-bottom: 55px;
  }

  .nb-fw.timeline_simple .timeline-events {
    width: 100%;
  }

  .nb-fw.timeline_simple .timeline-events:before,
  .nb-fw.timeline_simple .timeline-events:after {
    content: none;
  }
}

@media screen and (max-width: 767px) {
  .nb-fw.list-store-dokan.avatar-left .store-content .store-data-container {
    width: -webkit-calc(100%);
    width: calc(100%);
    width: -moz-calc(100%);
    width: 100%;
  }

  .nb-fw.list-store-dokan.avatar-left .store-content .seller-avatar {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .nb-fw.list-store-dokan.avatar-left .store-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 575px) {
  .vktab_widget_content .wpt-tab-header.modern-style {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 150px;
  }

  .vktab_widget_content .wpt-tab-header.modern-style .widget-title {
    width: 100%;
  }

  .vktab_widget_content .wpt-tab-header.modern-style .wpt-tabs.no-title {
    height: 75px;
  }

  .vktab_widget_content .wpt-tab-header.modern-style .wpt-tabs {
    width: 100%;
    height: 75px;
  }

  .vktab_widget_content .inside .tab-product-wrapper .nb_wcproducts_default .nb_wc-products .products-column {
    width: 100%;
  }

  .nbfw_banner-container .nbfw-txt-info .txt-caption {
    font-size: 14px;
  }

  .nbfw_banner-container .nbfw-txt-info .txt-primary {
    font-size: 18px;
  }

  .nbfw_banner-container .nbfw-txt-info .txt-des {
    font-size: 13px;
  }

  .product_hotdeals .layout-banner .hotdeal-list-wrap .item-product-meta .product-description {
    width: 90%;
  }

  .product_hotdeals .layout-banner .hotdeal-list-wrap .item-product-meta .counter-wrapper .number-wrapper {
    font-size: 40px;
  }

  .product_hotdeals .layout-banner .hotdeal-list-wrap .item-product-meta .counter-wrapper > div {
    padding-right: 15px;
    margin-right: 25px;
  }

  .product_hotdeals .layout-banner .hotdeal-list-wrap .item-product-meta .counter-wrapper > div:nth-child(2):after {
    content: none;
  }
}

@media screen and (max-width: 499px) {
  .res-col2-480 .wpb_column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .res-col1-480 .wpb_column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .res-col3-480 .wpb_column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .res-col4-480 .wpb_column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .nb-fw.timeline_simple .timeline-events.item-left:before {
    right: -50px;
  }

  .nb-fw.timeline_simple .timeline-events:before {
    width: 50px;
  }

  .nb-fw.timeline_simple .timeline-events.item-left:after {
    right: -59px;
  }

  .nb-fw.timeline_simple .timeline-events.item-right:before {
    left: -50px;
  }

  .nb-fw.timeline_simple .timeline-events.item-right:after {
    left: -54px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .nbfw_banner-container .nbfw-txt-info .txt-caption {
    font-size: 14px;
  }

  .nbfw_banner-container .nbfw-txt-info .txt-primary {
    font-size: 18px;
  }

  .nbfw_banner-container .nbfw-txt-info .txt-des {
    font-size: 13px;
  }

  .product_hotdeals .layout-slider .hotdeal-list-wrap .item-product-meta .counter-wrapper .ref-wrapper {
    margin-top: -8px;
  }

  .product_hotdeals .layout-slider .hotdeal-list-wrap .item-product-meta .counter-wrapper > div {
    width: 45px;
    height: 45px;
    margin-right: 5px;
  }

  .widget.nbfw-social-links .nbfw-social-link-widget li a {
    margin-right: 12px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .res-col2-768-991 .wpb_column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .res-col1-768-991 .wpb_column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .res-col3-768-991 .wpb_column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .res-col4-768-991 .wpb_column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media screen and (min-width: 500px) and (max-width: 767px) {
  .res-col2-500 .wpb_column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .res-col1-500 .wpb_column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .res-col3-500 .wpb_column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .res-col4-500 .wpb_column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .product_hotdeals .layout-slider .hotdeal-list-wrap .item-product-meta .counter-wrapper {
    margin-bottom: 20px;
  }

  .product_hotdeals .layout-slider .hotdeal-list-wrap .item-product-meta .counter-wrapper > div {
    margin-right: 28px;
    margin-bottom: 10px;
  }
}