#header-outer[data-format="centered-menu"] #top .span_9,
#header-outer[data-format="centered-menu"] #top .span_9 .sf-menu:not(.buttons) {
  left:0;
  position:relative;
  text-align:center;
  width:100%;
  z-index:1
}

#header-outer[data-format="centered-menu"] #top nav >.sf-menu >li{
  float:none;
  display:inline-block
}
#header-outer[data-format="centered-menu"] #top nav >.sf-menu >.megamenu{
  position:static
}
#header-outer[data-format="centered-menu"] #top nav >.sf-menu >li ul{
  text-align:left
}
#header-outer[data-format="centered-menu"] #top nav >.buttons,
#header-outer[data-format="centered-menu"] #top .span_3{
  z-index:10;
  position:absolute
}
#header-outer[data-format="centered-menu"] #top .span_3{
  left:0
}

#header-outer[data-format="centered-menu"] .logo-spacing {
  visibility: hidden;
  pointer-events:none;
  z-index: -100;
}

@media only screen and (max-width: 690px) {
  #header-outer[data-format="centered-menu"] .logo-spacing  {
    display: none;
  }
}

#header-outer[data-format="centered-menu"] .logo-spacing img {
  margin-bottom: 0;
}

#header-outer[data-format="centered-menu"] #top .span_3 {
  position: relative;
  margin-right: 0;
}
#header-outer[data-format="centered-menu"] #top .span_9,
#header-outer[data-format="centered-menu"] #top .span_9 .sf-menu:not(.buttons) {
  position: static;
}

#header-outer[data-format="centered-menu"] #top .span_9,
#header-outer[data-format="centered-menu"] #top .span_9 nav {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
#header-outer[data-format="centered-menu"] #top nav >.buttons,
#header-outer[data-format="centered-menu"] #top .span_3 {
  height: 100%;
}

@media only screen and (max-width: 999px) {
  #header-outer[data-format="centered-menu"] #top .span_9 {
    text-align: right;
    z-index: 10000;
    left: auto;
  }
}/*
Theme Name:  Salient
Description: Styles for the "Cascading Images" page builder element.
*/

.nectar_cascading_images{
  position:relative;
  display:block;
}
.nectar_cascading_images .cascading-image {
	pointer-events: none;
}

.nectar_cascading_images.overflow-hidden {
  overflow: hidden;
}

.nectar_cascading_images.forced-aspect .cascading-image:first-child .img-wrap {
  background-size: cover;
  background-position: center;
}
.nectar_cascading_images.forced-aspect .cascading-image:first-child .bg-layer > div {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  padding-bottom: 0;
  position: absolute;
}

.nectar_cascading_images .cascading-image img,
.nectar_cascading_images .cascading-image .img-wrap{
  display:block;
  margin-bottom:0;
  line-height:0
}
.nectar_cascading_images .cascading-image img.nectar-lazy {
	opacity: 0;
	width: 100%;
	transition: opacity 0.5s ease;
}

.cascading-image[data-has-img="false"] .bg-color:not(.calculated) {
	padding-bottom: 60%;
}

.nectar_cascading_images .cascading-image img.nectar-lazy.loaded {
	opacity: 1;
}

.nectar_cascading_images .cascading-image .img-wrap, .nectar_cascading_images .cascading-image .bg-layer > .bg-color {
  display:inline-block
}
.nectar_cascading_images .cascading-image .img-wrap.lazy-enabled:not(.img-loaded) {
	display: block;
}
.nectar_cascading_images .cascading-image,
.nectar_cascading_images .cascading-image .inner-wrap{
  display:inline-block;
  width:100%;
  text-align:center
}
.nectar_cascading_images {
	line-height: 0;
}
.nectar_cascading_images .cascading-image:not(:first-child){
  position:absolute;
  top:50%;
  left:50%;
  -ms-transform:translateY(-50%) translateX(-50%);
  -webkit-transform:translateY(-50%) translateX(-50%);
  transform:translateY(-50%) translateX(-50%)
}
.nectar_cascading_images.animated-in .cascading-image .inner-wrap{
  -ms-transition:transform 0.7s cubic-bezier(.3,0.95,.3,0.95),opacity 0.3s ease;
  -webkit-transition:-webkit-transform 0.7s cubic-bezier(.3,0.95,.3,0.95),opacity 0.3s ease;
  transition:transform 0.7s cubic-bezier(.3,0.95,.3,0.95),opacity 0.3s ease
}
.nectar_cascading_images.animated-in .cascading-image[data-animation="grow-in-reveal"] .inner-wrap{
  -ms-transition:transform 1.1s cubic-bezier(.3,0.95,.3,0.95),opacity 0.3s ease;
  -webkit-transition:-webkit-transform 1.1s cubic-bezier(.3,0.95,.3,0.95),opacity 0.3s ease;
  transition:transform 1.1s cubic-bezier(.3,0.95,.3,0.95),opacity 0.3s ease
}
.nectar_cascading_images[data-border-radius="3px"] .inner-wrap img,
.nectar_cascading_images[data-border-radius="3px"] .inner-wrap .img-wrap,
.nectar_cascading_images[data-border-radius="3px"] .inner-wrap .bg-color {
  border-radius: 3px;
}
.nectar_cascading_images[data-border-radius="5px"] .inner-wrap img,
.nectar_cascading_images[data-border-radius="5px"] .inner-wrap .img-wrap,
.nectar_cascading_images[data-border-radius="5px"] .inner-wrap .bg-color {
  border-radius: 5px;
}
.nectar_cascading_images[data-border-radius="10px"] .inner-wrap img,
.nectar_cascading_images[data-border-radius="10px"] .inner-wrap .img-wrap,
.nectar_cascading_images[data-border-radius="10px"] .inner-wrap .bg-color {
  border-radius: 10px;
}
.nectar_cascading_images[data-border-radius="15px"] .inner-wrap img,
.nectar_cascading_images[data-border-radius="15px"] .inner-wrap .img-wrap,
.nectar_cascading_images[data-border-radius="15px"] .inner-wrap .bg-color {
  border-radius: 15px;
}
.nectar_cascading_images[data-border-radius="20px"] .inner-wrap img,
.nectar_cascading_images[data-border-radius="20px"] .inner-wrap .img-wrap,
.nectar_cascading_images[data-border-radius="20px"] .inner-wrap .bg-color {
  border-radius: 20px;
}

.cascading-image[data-has-img="true"] .inner-wrap .bg-color {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.nectar_cascading_images .cascading-image[data-max-width="125%"] img {
	max-width: 125%;
	width: auto;
}
.nectar_cascading_images .cascading-image[data-max-width="135%"] img {
	max-width: 135%;
	width: auto;
}
.nectar_cascading_images .cascading-image[data-max-width="150%"] img {
	max-width: 150%;
	width: auto;
}
.nectar_cascading_images .cascading-image[data-max-width="175%"] img {
	max-width: 175%;
	width: auto;
}
.nectar_cascading_images .cascading-image[data-max-width="200%"] img {
	max-width: 200%;
	width: auto;
}


@media only screen and (max-width: 1000px) {

	.nectar_cascading_images .cascading-image[data-max-width-mobile="100%"] img {
		max-width: 100%;
		width: auto;
	}
	.nectar_cascading_images .cascading-image[data-max-width-mobile="125%"] img {
		max-width: 125%;
		width: auto;
	}
	.nectar_cascading_images .cascading-image[data-max-width-mobile="135%"] img {
		max-width: 135%;
		width: auto;
	}
	.nectar_cascading_images .cascading-image[data-max-width-mobile="150%"] img {
		max-width: 150%;
		width: auto;
	}
	.nectar_cascading_images .cascading-image[data-max-width-mobile="175%"] img {
		max-width: 175%;
		width: auto;
	}
	.nectar_cascading_images .cascading-image[data-max-width-mobile="200%"] img {
		max-width: 200%;
		width: auto;
	}
}


@media all and (-ms-high-contrast:none){
  *::-ms-backdrop,.row .nectar_cascading_images .cascading-image img:not([srcset]){
    width:100%
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .row .nectar_cascading_images .cascading-image img:not([srcset]){
    width:100%
  }
	.nectar_cascading_images .cascading-image .img-wrap {
	  max-width: 100%;
	}
}

.nectar_cascading_images .cascading-image[data-animation="grow-in"] .inner-wrap{
  -webkit-transform:scale(0.75);
	transform:scale(0.75);
}
.nectar_cascading_images .cascading-image[data-animation="grow-in-reveal"] .inner-wrap {
	-webkit-transform:scale(0.5);
	transform:scale(0.5);
}
.nectar_cascading_images .cascading-image[data-animation="grow-in-reveal"] .inner-wrap .img-wrap {
		overflow: hidden;
}
.nectar_cascading_images .cascading-image[data-animation="grow-in-reveal"] .inner-wrap img {
	-webkit-transform: scale(1.7);
	transform: scale(1.7);
	transition: transform 1.1s cubic-bezier(.3,0.95,.3,0.95);
  -webkit-transition: transform 1.1s cubic-bezier(.3,0.95,.3,0.95);
}
.nectar_cascading_images .cascading-image[data-animation="flip-in"] .inner-wrap{
  transform: rotateY(25deg);
  -webkit-transform:rotateY(25deg);
}
.nectar_cascading_images .cascading-image[data-animation="fade-in-from-left"] .inner-wrap{
  transform:translateX(-60px);
  -webkit-transform:translateX(-60px);
}
.nectar_cascading_images .cascading-image[data-animation="fade-in-from-right"] .inner-wrap{
  transform:translateX(60px);
  -webkit-transform:translateX(60px);
}
.nectar_cascading_images .cascading-image[data-animation="fade-in-from-bottom"] .inner-wrap{
  transform:translateY(60px);
  -webkit-transform:translateY(60px);
}
/*
Theme Name:  Salient
Description: Global responsive styles
*/

@media only screen and (min-width: 1300px) {

  .container,
  .post-area.standard-minimal.full-width-content .post .inner-wrap {
    max-width: 1100px;
  }
}


/* Small Desktop */
@media only screen and (min-width: 1000px) and (max-width: 1300px) {


  #author-bio #author-info {
    width: 544px;
  }

  #project-meta ul li .nectar-love-wrap.fadein {
    margin-right: 11px;
    padding-right: 11px;
  }

  .post-area.masonry {
    width: 895px;
  }

  .post-area.masonry.span_9 {
    width: 660px;
    margin-right: 10px;
  }

  .post-area.masonry.span_9 .masonry-blog-item {
    width: 46.5%;
  }

  #page-header-bg .span_6 .subheader {
    font-size: 24px;
  }


  .nectar-slider-wrap[data-full-width="false"] .swiper-slide .content h2,
  #boxed .nectar-slider-wrap[data-full-width="false"] .swiper-slide .content h2 {
    font-size: 32px;
    line-height: 50px;
  }

  body .swiper-slide .content p {
    font-size: 20px;
    line-height: 34px;
  }

  .nectar-slider-wrap[data-full-width="false"] .swiper-slide .content p {
    font-size: 14px;
    line-height: 24px;
  }

  .main-content .col.span_4 .col.span_2 img,
  .main-content .col.span_3 .col.span_2 img,
  .main-content .col.span_2 .col.span_2 img,
  .main-content .col.span_6 .col.span_2 img {
    padding-right: 5px;
    top: -3px;
  }

  .portfolio-items:not(.carousel) .col .work-item.style-2 i {
    line-height: 32px;
    height: 32px;
    width: 32px;
    font-size: 14px;
  }

  #top nav > ul > li > a {
    padding-left: 8px;
  }

  .sf-sub-indicator {
    left: 6px;
  }

  body .swiper-slide .content p.transparent-bg span,
  .nectar-slider-wrap[data-full-width="false"] .swiper-slide .content p.transparent-bg span {
    line-height: 38px;
  }


  body .vc_pie_chart .vc_pie_chart_value {
    font-size: 32px;
  }
}




/* Tablet Portrait */
@media only screen and (min-width : 690px) and (max-width : 999px) {

  .span_1, .span_2, .span_3, .span_4, .span_5, .span_6,
  .span_7, .span_8, .span_9, .span_10, .span_11, .span_12 {
    width: 100%;
    margin-left: 0;
  }

  .col, body .vc_row-fluid .wpb_column {
    margin-bottom: 25px;
  }

  #header-outer .col {
    margin-bottom: 0;
    margin-right: 0;
  }

  .wpb_column {
    width: 100%;
  }

  body[data-ccsa="larger"] .vc_row-fluid:not(.full-width-content) .wpb_column {
    margin-right: 20px;
    margin-left: 20px;
    width: calc(100% - 40px);
  }

  body[data-ccsa="larger"] .vc_row-fluid.full-width-content .wpb_column {
    margin-right: 0;
    width: 100%;
  }


  /* Tablet width override */
  body .vc_row-fluid .wpb_column[data-t-w-inherits="small_desktop"] {
    margin-bottom: 0;
  }

  .vc_col-sm-12[data-t-w-inherits="small_desktop"]:not([class*="vc_col-md-"]),
  body .vc_row-fluid .wpb_column[data-t-w-inherits="small_desktop"].vc_col-md-12 {
    width: 100%;
  }

  body .vc_row-fluid [class*="vc_col-"][data-t-w-inherits="small_desktop"]:first-child:not([class*="offset"]) {
    margin-left: 0;
  }

  /* Tablet width override end */

  body .vc_row-fluid .vc_col-sm-2 {
    width: 31.2%;
    margin-left: 3.1%;
  }

  body .vc_row-fluid.full-width-content .vc_col-sm-2 {
    width: 33.3%;
    margin-left: 0%;
  }


  body .vc_row-fluid.full-width-content .vc_col-xs-6 {
    width: 50%;
  }

  body .vc_row-fluid .vc_col-xs-12[class*="vc_col-xs-"] {
    width: 100%;
  }


  .vc_row-fluid .vc_col-sm-2[class*="vc_col-sm-"]:first-child:not([class*="offset"]),
	.vc_row-fluid .vc_col-sm-2[class*="vc_col-sm-"]:nth-child(3n+4):not([class*="offset"]) {
    margin-left: 0;
  }

  .container {
    max-width: 600px;
  }

  .wpb_column.force-tablet-text-align-left,
  .wpb_column.force-tablet-text-align-left .col {
    text-align: left!important;
  }

  .wpb_column.force-tablet-text-align-right,
  .wpb_column.force-tablet-text-align-right .col {
    text-align: right!important;
  }

  .wpb_column.force-tablet-text-align-center,
  .wpb_column.force-tablet-text-align-center .col,
  .wpb_column.force-tablet-text-align-center .vc_custom_heading,
  .wpb_column.force-tablet-text-align-center .nectar-cta {
    text-align: center!important;
  }

  .wpb_column.force-tablet-text-align-center .img-with-aniamtion-wrap img {
    display: inline-block;
  }


  .one-fourths.span_3,
  .one-fourths.vc_span3,
  .one-fourths.vc_col-sm-3:not([class*="vc_col-xs-"]) {
    width: 50%;
    margin-bottom: 2%;
  }

  #footer-outer .one-fourths.span_3,
  #footer-outer .one-fourths.vc_span3,
  #footer-outer .one-fourths.vc_col-sm-3:not([class*="vc_col-xs-"]) {
    width: 48%!important;
    margin-bottom: 2%;
    margin-right: 15px;
    margin-left: 0!important;
    padding: 15px;
    float: left;
  }

  .one-fourths.span_3.clear-both,
  .one-fourths.vc_span3.clear-both,
  .one-fourths.vc_col-sm-3.clear-both:not([class*="vc_col-xs-"]) {
    clear: both;
  }

  #footer-outer .one-fourths.span_3.right-edge,
  .one-fourths.span_3.right-edge,
  .one-fourths.vc_span3.right-edge,
  .one-fourths.vc_col-sm-3.right-edge:not([class*="vc_col-xs-"]) {
    margin-right: 0;
  }

  .portfolio-items .col {
    width: 100%;
    margin-left: 0;
    margin-bottom: 8px;
  }

  .portfolio-items:not(.carousel) div:nth-child(2n+2),
  .portfolio-items:not(.carousel) div:nth-child(2n+2) {
    clear: both;
  }


  .portfolio-items[data-ps="6"] .col {
    padding: 2%;
  }

  body .portfolio-items[data-ps="6"] .work-item .parallaxImg-layers > div .bg-img:after {
    opacity: 1;
  }

  body .portfolio-items[data-ps="6"] .work-item .work-meta .inner,
  body .portfolio-items[data-ps="6"] .wide_tall .work-item .work-meta .inner {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }

  .col.boxed:hover,
  .ascend .main-content .col.boxed:hover,
  .material .main-content .col.boxed:hover {
    margin-top: 0;
    top: 0;
    transform: none;
    -webkit-transform: none;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  }

  #call-to-action .container a {
    margin-top: 20px;
    margin-left: 0;
  }

  #ajax-content-wrap .post-area {
    padding-right: 0;
  }

  body.single-portfolio .row .col.section-title h1 {
    width: 450px;
    margin: 0 auto;
    display: block;
  }

  #ajax-content-wrap .contact-info {
    padding-left: 0;
  }

  .nectar-google-map {
    max-height: 425px;
  }

  #sidebar #flickr > div {
    width: 16%;
  }

  #footer-outer #copyright .col {
    width: 49%;
    margin-bottom: 0;
  }

  #footer-widgets .container .col {
    margin-left: 15px;
    width: 48%;
  }

  #footer-widgets .one-fourths .span_3:nth-child(2n+1) {
    margin-left: 0;
  }

  body #sidebar #flickr div {
    float: left;
  }

  #sidebar .recent_projects_widget div a,
  body #sidebar #flickr div a {
    width: 90px;
  }

  #sidebar .recent_projects_widget div a:nth-child(3n+3),
  body #sidebar #flickr div:nth-child(3n+3) a {
    margin: 2% 2% 0 0;
  }

  body #sidebar .recent_projects_widget div a:last-child,
  body #sidebar #flickr div {
    margin-right: 0;
  }


  #author-bio #author-info {
    width: 494px;
  }

  #page-header-bg .span_6 h1 {
    font-size: 32px;
    line-height: 38px;
  }

  #page-header-bg .span_6 {
    top: auto!important;
    float: none;
  }

  body.single-post #page-header-bg[data-post-hs="default_minimal"] {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .page-header-no-bg #ajax-content-wrap .portfolio-filters {
    margin-top: 15px;
    float: none;
    clear: both;
    height: auto;
  }

  #page-header-bg[data-parallax="1"] .project-title .span_6 {
    padding-right: 70px;
  }

  .page-header-no-bg  .portfolio-filters ul {
    position: absolute;
    width: 100%;
  }

  html.js #page-header-bg[data-parallax="0"].not-loaded {
    background-color: #F5F5F5;
  }



  #call-to-action .container span {
    display: block;
  }

  .masonry-blog-item {
    width: 47.7%;
  }

  .post-area.masonry,
  .post-area.masonry.span_9,
  body[data-ext-responsive="true"] .post-area.masonry.span_9,
  body[data-ext-responsive="true"] .post-area.masonry.span_9.meta_overlaid {
    width: 610px;
  }

  #ajax-content-wrap .post-area.masonry.span_9,
  .post-area.masonry.span_9 {
    margin-bottom: 90px;
  }

  .post-area.masonry.span_9 .masonry-blog-item {
    width: 47.3%;
  }

  .post-area.masonry.span_9.material .masonry-blog-item {
    width: 47.1%;
  }


  body.woocommerce .container div.product div.images div.thumbnails a,
  body.woocommerce .container #content div.product div.images div.thumbnails a,
  body.woocommerce-page .container div.product div.images div.thumbnails a,
  body.woocommerce-page .container #content div.product div.images div.thumbnails a {
    width: 16.9%;
    margin-right: 3.8%;
  }

  .woocommerce .container div.product div.images div.thumbnails a:nth-child(5n+5) {
    margin-right: 0;
  }

  .main-content .col.span_4 .col.span_2,
  .main-content .col.span_3 .col.span_2,
  .main-content .col.span_2 .col.span_2,
  .main-content .col.span_6 .col.span_2 {
    width: 7%;
  }

  .main-content .col.span_4 .span_10,
  .main-content .col.span_3 .col.span_10,
  .main-content .col.span_2 .col.span_10,
  .main-content .col.span_6 .col.span_10 {
    width: 91%;
  }

  .testimonial_slider .flickity-page-dots {
    bottom: -35px;
  }

  #ajax-content-wrap .span_12 .col.span_6.empty-second {
    width: 49%;
  }


  body .swiper-slide .content p i {
    width: 18px;
    font-size: 16px;
  }


  body .swiper-slide .content p.transparent-bg span,
  .nectar-slider-wrap[data-full-width="false"] .swiper-slide .content p.transparent-bg span {
    line-height: 29px;
  }

  #footer-widgets .container .col.span_6,
  #footer-widgets .container .col.span_4 {
    margin-left: 0;
    margin-right: 15px;
    padding: 15px;
    margin-bottom: 0;
  }

  #footer-widgets .container .col.span_4 {
    margin-bottom: 40px;
  }

  #footer-widgets .container .row > div:last-child,
  #footer-widgets .container .row > div.col_last {
    margin-right: 0;
  }


  .iosSlider.product-thumbnails .thumb {
    width: 112px;
  }

  #footer-widgets .container .row > div:nth-child(2).span_4,
  body .woocommerce .full-width-content > ul.products[data-product-style="material"] li:nth-child(3n+3),
	body.woocommerce-page .full-width-content > ul.products[data-product-style="material"] li:nth-child(3n+3) {
    margin-right: 0!important;
  }

  body .woocommerce .full-width-content > ul.products[data-product-style="material"] li:nth-child(2n+2),
	body.woocommerce-page .full-width-content > ul.products[data-product-style="material"] li:nth-child(2n+2) {
    margin-right: 2%!important;
  }
}



/* Phone */
@media only screen and (max-width : 690px) {


  .material:not(.admin-bar) #header-outer[data-using-secondary="1"] {
    top: 0;
  }

  #header-outer[data-using-secondary="1"]:not(.hidden-secondary) {
    transform: none!important;
  }

  .vc_row-fluid [class*="vc_span"] {
    width: 100%!important;
  }

  body[data-ccsa="larger"] .vc_row-fluid:not(.full-width-content) .wpb_column {
    margin-right: 20px;
    margin-left: 20px;
    width: calc(100% - 40px);
  }

  body[data-ccsa="larger"] .vc_row-fluid.full-width-content .wpb_column {
    margin-right: 0;
    width: 100%;
  }


  .vc_row-fluid .vc_col-sm-2[class*="vc_col-sm-"]:first-child:not([class*="offset"]),
	.vc_row-fluid .vc_col-sm-2[class*="vc_col-sm-"]:nth-child(2n+3):not([class*="offset"]) {
    margin-left: 0;
  }

  .container,
  .orbit-wrapper .slider-nav,
  .post-area.standard-minimal.full-width-content .post .inner-wrap {
    max-width: 320px;
  }

  body[data-slide-out-widget-area-style="simple"] #header-outer[data-full-width="true"] #mobile-menu,
  body #header-outer[data-full-width="true"] header > .container,
  body #header-secondary-outer[data-full-width="true"] > .container {
    max-width: 100%;
    padding: 0 18px;
  }

  .col {
    margin-bottom: 25px;
  }

  .wpb_column.force-phone-text-align-left,
  .wpb_column.force-phone-text-align-left .col {
    text-align: left!important;
  }

  .wpb_column.force-phone-text-align-right,
  .wpb_column.force-phone-text-align-right .col {
    text-align: right!important;
  }

  .wpb_column.force-phone-text-align-center,
  .wpb_column.force-phone-text-align-center .col,
  .wpb_column.force-phone-text-align-center .vc_custom_heading,
  .wpb_column.force-phone-text-align-center .nectar-cta {
    text-align: center!important;
  }
  .wpb_column.force-tablet-text-align-center .img-with-aniamtion-wrap img {
    display: inline-block;
  }

  .post-area {
    margin-bottom: 0;
  }

  .col.boxed:hover,
  .ascend .main-content .col.boxed:hover,
  .material .main-content .col.boxed:hover {
    margin-top: 0;
    top: 0;
    transform: none;
    -webkit-transform: none;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  }

  #header-outer .col {
    margin-bottom: 0;
  }

  .nectar_fullscreen_zoom_recent_projects .project-slide .project-info h2,
  .nectar_fullscreen_zoom_recent_projects .project-slide .project-info p {
    max-width: 100%;
  }

  #fp-nav ul li a,
  .fp-slidesNav ul li a {
    padding: 11px 11px;
  }

  #fp-nav ul li a span,
  .fp-slidesNav ul li a span {
    height: 6px;
    width: 6px;
  }

  #fp-nav.right {
    right: 10px;
  }

  .nectar_fullscreen_zoom_recent_projects .dot-nav {
    display: none;
  }

  .container .post .post-meta {
    display: none;
  }

  #ajax-content-wrap .container .post .post-content {
    padding-left: 0;
  }


  .container .post-header {
    font-size: 12px;
  }
  .post-content.classic .post-header > span:after {
    height: 9px;
  }

  .container .comment-list .comment > div {
    padding: 25px 25px 40px 25px;
  }

  #ajax-content-wrap .comment-list .children {
    padding-left: 20px;
  }

  .container .comment-list .comment > div img.avatar {
    display: block;
    position: relative;
    height: 40px;
    width: 40px;
    top: 0;
    left: 0;
    margin-bottom: 5px;
  }
  body:not(.original) .bypostauthor > .comment-body > .comment-author > img.avatar {
    border-width: 2px;
  }

  body:not(.material) .comment-list .children {
    background-image: none;
  }
  body.ascend #ajax-content-wrap .comment-list .children {
    margin-left: 0;
    padding-left: 30px;
  }

  body.material #ajax-content-wrap .comment-list .comment > div,
  body.material #ajax-content-wrap .comment-list .pingback > div {
    margin-top: 2.5em;
  }

  body.material .comment-list .children {
    border-left: 1px solid rgba(0,0,0,0.1);
  }
  body.material .container .comment-list .comment > div {
    padding: 0px 0 40px 0;
  }
  body.material #ajax-content-wrap .comment-list .children {
    margin-left: 0;
    padding-left: 30px;
  }
  body.material #ajax-content-wrap .comment-list .comment .comment > div {
    padding-left: 0;
  }


  .container #respond h3 {
    font-size: 18px;
  }

  .container .comment-list .reply {
    right: 29px;
    top: auto;
    bottom: 29px;
  }
  .original .container .comment-list .reply {
    right: 0;
    top: auto;
    bottom: 0;
    margin-top: 20px;
    position: relative;
  }

  .auto_meta_overlaid_spaced .masonry-blog-item {
    margin-bottom: 0;
  }


  .container .contact-info {
    padding-left: 0;
  }

  #single-meta .meta-comment-count,
  .row .col.section-title [data-hide-on-mobile="true"] span:not(.total_loves):not(.nectar-love-count):not(.share-btn),
  .single #page-header-bg #single-below-header[data-hide-on-mobile="true"] span:not(.total_loves):not(.nectar-love-count) {
    display: none;
  }

  .single #page-header-bg[data-post-hs="default"] #single-below-header[data-hide-on-mobile="false"],
  .single [data-header-style="default"] #single-below-header[data-hide-on-mobile="false"] {
      margin-top: 15px;
  }
  .single #page-header-bg[data-post-hs="default"] #single-below-header[data-hide-on-mobile="false"] > span:first-child > span,
  .single [data-header-style="default"] #single-below-header[data-hide-on-mobile="false"] > span:first-child > span {
      padding-left: 0;
  }

  #ajax-content-wrap #page-header-bg[data-post-hs="default_minimal"] #single-below-header span:not(.rich-snippet-hidden),
  #ajax-content-wrap .row.heading-title[data-header-style="default_minimal"] .col.section-title span.meta-category  {
    display: inline-block;
  }

  .container-wrap[data-remove-post-comment-number="0"][data-remove-post-author="0"][data-remove-post-date="0"] .heading-title[data-header-style="default_minimal"] #single-below-header > span,
  #page-header-bg[data-post-hs="default_minimal"] .span_6[data-remove-post-comment-number="0"][data-remove-post-author="0"][data-remove-post-date="0"] #single-below-header > span {
    padding: 0 8px;
  }
  .container-wrap[data-remove-post-comment-number="0"][data-remove-post-author="0"][data-remove-post-date="0"] .heading-title[data-header-style="default_minimal"] #single-below-header span,
  #page-header-bg[data-post-hs="default_minimal"] .span_6[data-remove-post-comment-number="0"][data-remove-post-author="0"][data-remove-post-date="0"] #single-below-header span {
    font-size: 13px;
    line-height: 10px;
  }

  .single-post #single-meta .nectar-social[data-position="right"] {
    margin-left: 0;
  }

  #single-meta .nectar-social.hover[data-position="right"] .nectar-social-inner {
    left: 0;
    text-align: left;
    right: auto;
  }

  #single-meta .nectar-social {
    margin-left: 0;
  }

  .material #page-header-bg.fullscreen-header .author-section {
    margin-top: 5px;
  }

  html.js #page-header-bg[data-parallax="0"].not-loaded {
    background-color: #F5F5F5;
  }

  #page-header-bg .portfolio-filters ul {
    position: absolute;
    width: 100%;
  }

  #page-header-bg .span_6 {
    margin-bottom: 15px;
  }

  body #footer-outer #copyright .col ul {
    float: left;
  }

  body #footer-outer #copyright .col ul li:first-child {
    margin-left: 0;
  }

  #call-to-action .container a {
    display: block;
    margin-top: 20px;
    margin-left: 0;
  }

  #call-to-action {
    font-size: 18px;
  }

  #ajax-content-wrap h2 .nectar-button,
  #ajax-content-wrap h3 .nectar-button,
  #ajax-content-wrap h4 .nectar-button {
    display: block;
  }

  #ajax-content-wrap #footer-widgets .container .col:nth-child(3) {
    margin-bottom: 40px;
  }

  #footer-outer #flickr img, #sidebar #flickr img {
    width: 95px;
  }

  .post-area #pagination,
  .post-area.masonry #pagination {
    padding-left: 0;
  }

  body .portfolio-items[data-ps="6"] .work-item .parallaxImg-layers > div .bg-img:after {
    opacity: 1;
  }

  body .portfolio-items[data-ps="6"] .work-item .work-meta .inner,
  body .portfolio-items[data-ps="6"] .wide_tall .work-item .work-meta .inner {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }


  .bottom_controls #portfolio-nav .controls li#next-link a i:after,
	.bottom_controls #portfolio-nav .controls li#prev-link a i:after {
    display: none;
  }

  #search-results .result,
  .masonry-blog-item {
    width: 100%!important;
    margin-right: 0!important;
    margin-bottom: 25px;
    margin-left: 0!important;
  }

  .posts-container[data-load-animation="none"] article .inner-wrap.animated {
    opacity: 1;
  }

  .masonry-blog-item {
    position: relative!important;
    top: auto!important;
    display: block;
  }

  .gallery .gallery-item {
    width: 100%!important;
  }

  #author-bio img {
    margin-right: 0;
    width: 60px;
    height: 60px;
  }

  .row .blog-recent[data-style="list_featured_first_row"].columns-3 .featured .post-featured-img {
    padding-bottom: 75%;
  }

  .section-down-arrow i.icon-default-style[class^="icon-"] {
    font-size: 16px;
  }

  .section-down-arrow {
    bottom: 10px;
    right: 20px;
  }

  #page-header-bg.fullscreen-header .author-section {
    bottom: 20px;
  }

  #page-header-bg.fullscreen-header .author-section .meta-date:not(.updated) {
    margin-top: -4px;
    display: block;
  }

  #contact-map {
    height: 270px;
  }

  .nectar-google-map {
    max-height: 270px;
  }

  .pp_pic_holder {
    left: 9px;
    width: 96%;
  }

  .pp_content {
    width: 100%;
    height: 290px;
  }

  .pp_content iframe {
    width: 100%;
  }

  .pp_content .pp_inline iframe {
    height: 250px;
  }

  .pp_content #pp_full_res img {
    width: 100%;
    height: auto;
  }

  #page-header-bg .span_6 h1,
  body.search #page-header-bg h1,
  .single.single-post .section-title h1,
   body.single.single-post .row .col.section-title.span_12 h1 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 4px;
  }

  #page-header-bg .span_6 {
    top: auto!important;
    float: none;
  }

  #page-header-bg .author-section .meta-author .avatar {
    display: none;
  }

  #page-header-bg.fullscreen-header .author-section .avatar-post-info {
    margin: 10px 0 0 0;
  }


  #ajax-content-wrap .pricing-table > div {
    width: 100%;
    margin: 0 0 25px 0;
  }


  body.woocommerce .post-area .woocommerce-result-count,
  body.woocommerce .post-area .woocommerce-ordering {
    float: none;
  }

  body.woocommerce .post-area .woocommerce-ordering {
    right: 0;
  }

  body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    float: none;
    border-right: 0;
    width: 100%;
  }

  #page-header-bg #portfolio-nav ul,
  .section-title #portfolio-nav ul {
    margin-bottom: 0;
  }

  #portfolio-nav ul:first-child {
    z-index: 103;
  }

  #portfolio-nav .controls:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  body .container .portfolio-filters-inline.full-width-content .container {
    padding-left: 0;
    padding-right: 0;
  }


  body #full_width_portfolio .project-title.parallax-effect .container,
  body #page-header-bg .project-title .container {
    padding-bottom: 30px;
  }

  body #page-header-bg .section-title,
  .project-title .section-title,
  body.single .project-title .section-title {
    padding: 0;
  }

  .row .col.section-title.project-title {
    padding-bottom: 30px;
    margin-bottom: 30px!important;
  }

  #footer-outer #social li {
    margin-right: 10px;
    margin-left: 0;
  }

  .post-area.masonry,
  .post-area.masonry.span_9,
  body[data-ext-responsive="true"] .post-area.masonry.span_9,
  body[data-ext-responsive="true"] .post-area.masonry.span_9.meta_overlaid {
    width: 320px;
  }

  #ajax-content-wrap .post-area.masonry.span_9,
  .post-area.masonry.span_9 {
    margin-bottom: 90px;
  }

  .ascend #ajax-content-wrap .comment-list .reply {
    top: 0;
  }

  #customer_details > div {
    width: 100%;
    float: none;
  }


  .woocommerce .shop_table .coupon {
    margin-bottom: 10px;
    margin-top: 5px;
  }

  .woocommerce #customer_login.col2-set .col-1,
  .woocommerce-page #customer_login.col2-set .col-1,
  .woocommerce #customer_login.col2-set .col-2,
  .woocommerce-page #customer_login.col2-set .col-2,
  .woocommerce form.login .form-row-first,
  .woocommerce-page form.login .form-row-first,
  .woocommerce form.login .form-row-last,
  .woocommerce-page form.login .form-row-last {
    width: 100%!important;
  }

  .woocommerce .shop_table .actions > input {
    float: left!important;
  }

  .iosSlider.product-thumbnails .thumb {
    width: 93px;
  }

  .main-content .col.span_4 .col.span_2,
  .main-content .col.span_3 .col.span_2,
  .main-content .col.span_2 .col.span_2,
  .main-content .col.span_6 .col.span_2 {
    width: 15%;
  }

  .main-content .col.span_4 .span_10,
  .main-content .col.span_3 .col.span_10,
  .main-content .col.span_2 .col.span_10,
  .main-content .col.span_6 .col.span_10 {
    width: 83%;
  }

  .auto_meta_overlaid_spaced .masonry-blog-item .post-content {
    height: 55vh;
  }

  .slider-pagination {
    bottom: 10px;
  }

  body .swiper-slide .content p i {
    width: 14px;
    font-size: 12px;
  }

  .main-content .col.span_4 .col.span_2 img,
  .main-content .col.span_3 .col.span_2 img,
  .main-content .col.span_2 .col.span_2 img,
  .main-content .col.span_6 .col.span_2 img {
    padding-right: 13px;
    top: -3px;
  }

  .woocommerce .woocommerce-result-count {
    padding-bottom: 0;
  }

  .woocommerce #ajax-content-wrap .woocommerce-ordering,
  body[data-fancy-form-rcs="1"].woocommerce.woocommerce #ajax-content-wrap .woocommerce-ordering {
    position: relative;
    right: 0;
    top: 0;
    margin-left: 0;
    float: none;
  }

  .woocommerce .product-subtotal {
    display: none;
  }



  .nectar-slider-wrap[data-full-width="false"] .swiper-slide .content p.transparent-bg span,
  body .swiper-slide .content p.transparent-bg span {
    line-height: 20px;
    top: -5px;
    left: 4px;
    box-shadow: 4px 0 0 rgba(0, 0, 0, 0.5), -4px 0 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 4px 0 0 rgba(0, 0, 0, 0.5), -4px 0 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 4px 0 0 rgba(0, 0, 0, 0.5), -4px 0 0 rgba(0, 0, 0, 0.5);
    -o-box-shadow: 4px 0 0 rgba(0, 0, 0, 0.5), -4px 0 0 rgba(0, 0, 0, 0.5);
  }

  #buddypress .register-section {
    width: 100%;
    margin-bottom: 15px;
  }

  .full-width-content.blog-fullwidth-wrap:not(.meta-overlaid) {
    padding: 0 10%!important;
  }

  #header-outer[data-full-width="true"] header > .container {
    padding: 0;
  }


  .blog-title ul .meta-share-count > a,
  .single .blog-title #single-meta ul .meta-share-count > a{
    display: none;
  }

  .blog-title ul .meta-share-count .nectar-social {
    display: block!important;
    position: relative!important;
  }

  .blog-title ul .meta-share-count .nectar-social,
  .blog-title ul .meta-share-count .nectar-social a {
    opacity: 1!important;
    left: 0!important;
  }

  .nectar-flickity[data-control-style="material_pagination"] .flickity-page-dots .dot
  .nectar-flickity[data-controls="material_pagination"] .flickity-page-dots .dot {
    width: 25px;
  }

}


/* Phone and Tablet */
@media only screen and (min-width : 1px) and (max-width : 999px) {

  #to-top:not(.mobile-enabled) {
    display: none;
  }

  body[data-ajax-transitions="true"] #ajax-loading-screen[data-method="standard"][data-disable-mobile="1"] {
    display: none;
  }


  body #header-outer:not(.transparent) #top .span_3 #logo[data-supplied-ml="true"] img:not(.mobile-only-logo),
  body #header-outer.transparent #top .span_3 #logo[data-supplied-ml-starting="true"] img.starting-logo:not(.dark-version):not(.mobile-only-logo),
  body #header-outer.transparent #top .span_3 #logo[data-supplied-ml-starting-dark="true"] img.starting-logo.dark-version {
    display: none!important;
  }

  body #header-outer:not(.transparent)  #top .span_3 #logo .mobile-only-logo,
  body #header-outer.transparent #top .span_3 #logo[data-supplied-ml-starting="true"] img.mobile-only-logo.starting-logo:not(.dark-version),
  body #header-outer.transparent #top .span_3 #logo[data-supplied-ml-starting-dark="true"] img.mobile-only-logo.starting-logo.dark-version,
  #page-header-bg[data-parallax="1"] .span_6 .inner-wrap,
  #page-header-bg .span_6 {
    display: block!important;
  }

  body #header-outer[data-permanent-transparent="1"][data-transparent-header="true"].transparent #top .span_3 #logo .mobile-only-logo {
    opacity: 1!important;
  }

  body[data-hhun="1"] #header-outer[data-mobile-fixed="false"].invisible:not(.side-widget-open) {
    transform: none!important;
    pointer-events: auto!important;
  }

  #header-outer[data-format="centered-menu-bottom-bar"] #top .span_9 #logo {
    display: none;
  }

	#page-header-bg[data-parallax="1"] .span_6,
  #page-header-bg[data-parallax="1"] {
    padding-right: 0;
    transform: translate(0px)!important;
    visibility: visible!important;
  }

  #page-header-bg[data-parallax="1"][data-alignment-v="middle"].fullscreen-header .span_6 {
    -webkit-transform: translateY(-50%)!important;
    transform: translateY(-50%)!important;
  }

  #page-header-bg[data-parallax="1"][data-alignment-v="middle"].fullscreen-header .nectar-particles .span_6 {
    -webkit-transform: none!important;
    transform: none!important;
  }

  #page-header-bg.fullscreen-header .row {
    top: 0!important;
  }

  #ajax-content-wrap .video-texture {
    display: none;
  }

  .full-width-section.parallax_section,
  .full-width-content.parallax_section {
    background-attachment: scroll!important;
    background-position: center!important;
  }

  .wpb_row.parallax_section .row-bg.using-image,
  #page-header-wrap[data-parallax="1"] .page-header-bg-image-wrap .page-header-bg-image {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }

  #page-header-wrap #page-header-bg[data-animate-in-effect="zoom-out"] .page-header-bg-image {
    transition: none;
    -webkit-transition: none;
  }

  .original #search-outer #search input[type="text"],
  body[data-header-format="left-header"]:not(.material) #search-outer #search input[type="text"] {
    font-size: 24px;
    border-bottom-width: 2px;
  }

 .original #search-outer .container {
   width: 100%;
 }

  body.material #search-outer #search form input[type="text"][name] {
    font-size: 16px;
    line-height: 40px;
    border-bottom-width: 2px;
    padding-right: 50px;
  }

  body.material #search-outer,
	.material #header-outer.transparent .bg-color-stripe,
  .material #search-outer .bg-color-stripe {
    height: 30vh;
  }

  body.material #search-outer {
    min-height: 200px;
  }

  body.material #search-outer .col {
    margin-bottom: 0;
  }


  img.img-with-animation[data-animation="fade-in-from-right"] {
    padding-left: 0;
  }

  img.img-with-animation[data-animation="fade-in-from-left"] {
    padding-right: 0;
  }

  img.img-with-animation[data-animation="fade-in-from-bottom"] {
    bottom: 0;
  }


  .img-with-aniamtion-wrap .inner {
    margin: 0!important;
  }

  body .img-with-aniamtion-wrap img {
    max-width: 100%;
  }

  body .img-with-aniamtion-wrap:not([data-max-width-mobile="default"]) .inner {
    max-width: none!important;
  }

  .img-with-aniamtion-wrap.right[data-max-width-mobile="125%"]:not([data-max-width="75%"]):not([data-max-width="50%"]) .inner,
  .img-with-aniamtion-wrap.center[data-max-width-mobile="150%"]:not([data-max-width="75%"]):not([data-max-width="50%"]) .inner {
      margin-left: -25%!important;
  }
  .img-with-aniamtion-wrap.right[data-max-width-mobile="150%"]:not([data-max-width="75%"]):not([data-max-width="50%"]) .inner,
  .img-with-aniamtion-wrap.center[data-max-width-mobile="200%"]:not([data-max-width="75%"]):not([data-max-width="50%"]) .inner {
      margin-left: -50%!important;
  }
  .img-with-aniamtion-wrap.right[data-max-width-mobile="165%"]:not([data-max-width="75%"]):not([data-max-width="50%"]) .inner {
      margin-left: -65%!important;
  }
  .img-with-aniamtion-wrap.right[data-max-width-mobile="175%"]:not([data-max-width="75%"]):not([data-max-width="50%"]) .inner {
      margin-left: -75%!important;
  }
  .img-with-aniamtion-wrap.right[data-max-width-mobile="200%"] .inner {
      margin-left: -100%!important;
  }

  .img-with-aniamtion-wrap[data-max-width-mobile*="%"]:not([data-max-width="75%"]):not([data-max-width="50%"]) img {
    width: 100%;
  }
  .img-with-aniamtion-wrap[data-max-width="75%"] .inner {
    max-width: 75%;
  }

  .img-with-aniamtion-wrap[data-max-width="50%"] .inner {
    max-width: 50%;
  }


  .full-width-section > .col.span_12 {
    margin-bottom: 0;
  }


  div[data-bg-mobile-hidden="true"] .row-bg.using-image {
    background-image: none!important;
  }

  .full-width-section,
  body[data-bg-header="true"] .full-width-section.first-section,
  body[data-bg-header="true"] .full-width-content.first-section,
	body[data-header-resize="0"] .container-wrap .portfolio-filters-inline.first-section,
  #header-outer[data-transparent-header="true"][data-permanent-transparent="false"] #logo .dark-version,
  #header-outer #top #logo img {
    margin-top: 0!important;
  }

  .single-portfolio .row .post-area {
    margin-top: 0;
  }


  .nectar_fullscreen_zoom_recent_projects .project-slide .project-info h2,
  .nectar_fullscreen_zoom_recent_projects .project-slide .project-info p {
    max-width: 75%;
  }


  body #header-outer[data-format="centered-menu-under-logo"] #top #logo img,
  body #header-outer[data-format="centered-menu-bottom-bar"] #top #logo img {
    margin: 0;
  }

  #header-outer[data-has-menu="false"][data-format="default"] #top .span_3,
	#header-outer[data-has-menu="true"][data-mobile-fixed="1"] #top .span_3,
	#header-outer[data-has-menu="true"][data-ptnm="1"] #top .span_3,
  #header-outer[data-has-menu="true"] #top .span_3,
  body.material #header-outer[data-format="centered-menu-bottom-bar"] #top .span_3 {
    text-align: left;
  }


  #header-outer[data-transparent-header="true"].no-pointer-events.side-widget-open {
    pointer-events: auto;
  }

  .material #header-outer[data-transparent-header="true"][data-mobile-fixed="1"].transparent {
    overflow: visible;
  }

  #header-outer[data-mobile-fixed="1"],
	#header-outer[data-permanent-transparent="1"][data-mobile-fixed="1"] {
    position: fixed!important;
  }

  .material #header-outer[data-mobile-fixed="false"][data-using-secondary="1"],
  .material.admin-bar #header-outer[data-mobile-fixed="false"][data-using-secondary="1"] {
    top: 0;
  }

  body #header-outer[data-transparent-header="true"][data-remove-border="true"],
  body #header-outer[data-transparent-header="true"][data-remove-border="true"].transparent {
    border: none;
  }

  body[data-slide-out-widget-area-style="slide-out-from-right-hover"][data-slide-out-widget-area="true"][data-user-set-ocm="off"] #header-outer header > .container {
    max-width: 100%;
    padding: 0 18px;
  }


  .using-mobile-browser .slide-out-hover-icon-effect a {
    pointer-events: auto;
  }

  .container-wrap {
    z-index: 11;
  }


  .work-item:not([data-custom-content="on"]) .work-info-bg {
    display: none;
  }

  .style-3 .work-info-bg {
    display: block;
  }


  body #top #logo img,
  #header-outer[data-permanent-transparent="false"] #logo .dark-version {
    height: 24px;
    margin-top: -3px;
    top: 3px;
    position: relative;
  }

  #header-outer[data-transparent-header="true"][data-permanent-transparent="false"] #logo .dark-version,
  #header-outer #top #logo img {
    top: 0;
  }


  body.material #header-outer[data-permanent-transparent="false"] #logo .dark-version,
  #header-outer[data-permanent-transparent="false"] #logo .dark-version {
    position: absolute;
  }

  .original #header-outer:not([data-transparent-header="true"]) #top #logo img.stnd,
  .ascend #header-outer:not([data-transparent-header="true"]) #top #logo img.stnd,
  .material #header-outer:not([data-transparent-header="true"]) #top #logo img.stnd,
  .original #header-outer:not([data-transparent-header="true"]) #top #logo picture.stnd,
  .ascend #header-outer:not([data-transparent-header="true"]) #top #logo picture.stnd,
  .material #header-outer:not([data-transparent-header="true"]) #top #logo picture.stnd {
    position: relative;
  }


  body:not(.material) #header-outer[data-mobile-fixed="1"] #logo .starting-logo,
	body:not(.material) #header-outer[data-mobile-fixed="1"] #logo .dark-version {
    top: 6px;
  }

  .admin-bar #header-outer, .logged-in.buddypress #header-outer {
    top: 0;
  }

  .admin-bar.material-ocm-open #header-outer.transparent {
    top: 46px;
  }

  body #header-outer {
    margin-bottom: 0;
    padding: 12px 0;
  }

  body.page-template-template-no-header.nectar_using_pfsr #header-outer,
  body.page-template-template-no-header-footer.nectar_using_pfsr #header-outer {
    padding: 0;
  }

  body #header-outer,
  body[data-hhun="1"]:not(.no-scroll) #header-outer:not([data-transparent-header="true"]):not(.detached),
  body[data-hhun="1"]:not(.no-scroll) #header-outer[data-permanent-transparent="false"][data-using-secondary="1"]:not([data-transparent-header="true"]) {
    position: relative;
  }

  .original #header-outer[data-transparent-header="true"][data-remove-border="false"].transparent,
  .ascend #header-outer[data-transparent-header="true"][data-remove-border="false"].transparent {
    transition: background-color 0.30s ease,box-shadow 0.30s ease,margin 0.25s ease;
  }


  #header-outer[data-permanent-transparent="1"].transparent #top .span_9 > .slide-out-widget-area-toggle i {
    color: #fff;
  }

  body #slide-out-widget-area.slide-out-from-right-hover {
    z-index: 9999;
  }

  #header-outer.transparent.side-widget-open.no-bg-color #top #logo .starting-logo:not(.dark-version) {
    opacity: 1;
  }

  #header-outer.transparent.side-widget-open.no-bg-color #top #logo img:not(.starting-logo) {
    opacity: 0;
  }

  #slide-out-widget-area {
    top: 0!important;
  }

  #header-outer #logo {
    top: 0;
    left: 0;
  }

  #header-space {
    display: none;
  }

  #header-space[data-header-mobile-fixed="1"] {
    display: block;
  }

  #top #mobile-cart-link,
  #top .span_9 > .slide-out-widget-area-toggle,
  #top .mobile-search {
    display: inline-block;
  }

  #top .col.span_3 {
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
  }

  #top .col.span_3,
  #header-outer[data-format="centered-menu"] #top .span_3,
  #header-outer[data-format="centered-logo-between-menu"] #top .span_3 {
    position: relative;
  }

  #header-outer #top .col.span_3 {
    line-height: 0;
  }

  #header-outer #top .col.span_3 #logo {
    vertical-align: middle;
  }

  #top .col.span_9 {
    margin-left: 0;
    margin-bottom: 0;
    width: 100%!important;
    float: none;
    z-index: 100;
    position: static;
  }

  #header-outer[data-format="centered-menu"] #top .span_9,
  #header-outer[data-format="centered-logo-between-menu"] .row .col.span_9 {
    position: static;
  }


  #top .col.span_9,
  #header-outer[data-format="centered-menu-bottom-bar"] #top .span_9 {
    min-height: 0;
    width: auto!important;
    position: absolute!important;
    right: 0;
    top: 0;
    z-index: 2000;
    height: 100%;
  }



  .owl-carousel[data-enable-animation="true"] .owl-stage > .owl-item,
  #slide-out-widget-area.slide-out-from-right-hover .inner[data-prepend-menu-mobile="true"] .off-canvas-menu-container,
  body[data-slide-out-widget-area="true"] #top #logo,
  body:not(.single-post) #page-header-bg:not(.fullscreen-header) .span_6,
  body:not(.single-post) #page-header-bg[data-alignment-v="bottom"]:not(.fullscreen-header) .span_6 >.inner-wrap,
  body:not(.single-post) #page-header-bg[data-alignment-v="top"]:not(.fullscreen-header) .span_6 >.inner-wrap,
  body:not(.single-post) #page-header-bg:not(.fullscreen-header) .nectar-particles .span_6 .inner-wrap,
  body:not([data-m-animate="1"]) img.img-with-animation[data-animation="fade-in-from-bottom"] {
    -webkit-transform: none!important;
    transform: none!important;
  }


  body[data-slide-out-widget-area="true"] #top .span_9 > .slide-out-widget-area-toggle.std-menu {
    left: 0!important;
    right: auto!important;
    text-align: left;
    z-index: 10000;
  }

  body[data-slide-out-widget-area="true"] #top .span_3 {
    text-align: center;
  }

  body[data-slide-out-widget-area="true"] #header-outer[data-has-menu="false"] #top .span_3 {
    text-align: left;
  }

  #header-outer .slide-out-widget-area-toggle .lines-button,
	#header-outer .slide-out-widget-area-toggle .lines,
	#header-outer .slide-out-widget-area-toggle .lines:before,
	#header-outer .slide-out-widget-area-toggle .lines:after {
    width: 22px;
  }

  #header-outer .slide-out-widget-area-toggle.mobile-icon .lines:after {
    top: -6px;
  }

  body #header-outer .slide-out-widget-area-toggle.mobile-icon .lines:before {
    top: 6px;
  }

  body[data-slide-out-widget-area="true"] #top #logo, #header-outer[data-mobile-fixed="1"] #top #logo {
    display: inline-block;
  }

  body[data-slide-out-widget-area="true"]:not(.material) [data-transparent-header="true"][data-mobile-fixed="false"] #top #logo {
    position: relative;
  }

  body[data-slide-out-widget-area="true"] #top .col.span_3 {
    width: 100%;
  }

  body #slide-out-widget-area:not(.slide-out-from-right-hover) .slide_out_area_close {
    display: block;
  }

  #slide-out-widget-area .widget_nav_menu {
    overflow-y: hidden;
    overflow-x: hidden;
  }

  #header-outer #top nav > ul {
    width: auto;
    padding: 15px 0 25px 0;
    margin: 0 auto 0 auto;
    z-index: 100000;
    position: relative;
  }


  #header-outer #top nav >ul >li >ul >li {
    opacity: 1;
    transform: none;
  }

  #top nav > ul li,
  #header-outer #top nav >ul >.megamenu >ul >li {
    display: block;
    width: auto;
    margin-left: 0;
  }
  #top nav >ul >.megamenu >.sub-menu {
    width: auto!important;
    opacity: 1;
    display: block;
  }

  #top nav > ul ul {
    position: relative;
    width: auto;
    top: 0;
    left: 0;
    padding: 0;
    opacity: 1;
    visibility: visible;
    box-shadow: 0px 0px 0px #fff;
    -webkit-box-shadow: 0px 0px 0px #fff;
    background-color: transparent;
    float: none;
  }

  #top nav > ul ul li {
    padding-left: 20px;
  }

  #top nav .sf-menu .sfHover > a {
    color: #FFBAAF;
  }


  a > .sf-sub-indicator {
    right: 0;
    position: absolute;
    padding: 16px;
    left: auto;
    top: 0;
    height: auto;
    width: auto;
  }

  .swiper-slide .mejs-controls {
    display: none;
    visibility: hidden;
  }

  #ajax-content-wrap .mejs-controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
  }

  #ajax-content-wrap .post-area {
    padding-right: 0;
    margin-bottom: 0;
  }

  .slider-nav {
    position: relative;
    max-width: 600px;
    margin: -40px auto 0px auto;
  }

  body .slider-nav > span {
    height: 25px;
    width: 25px;
  }


  body .slider-nav > .left {
    left: 0;
  }

  body .slider-nav > .right {
    left: 30px;
  }

  .slider-nav span span,
  #header-outer #top nav {
    display: none!important;
  }


  #footer-widgets .container .col {
    margin-bottom: 40px;
  }

  #footer-widgets .container .col:nth-child(3),
  #footer-widgets .container .col:nth-child(4) {
    margin-bottom: 0;
  }

  #pagination {
    margin-bottom: 40px;
  }

  .portfolio-items .col .work-item .work-info .custom-content .nectar-button {
    width: auto;
  }

  body .nectar-button.see-through-2,
  body .nectar-button.see-through-3,
  #page-header-wrap,
  #page-header-bg {
    transition: none!important;
    -webkit-transition: none!important;
  }

  #ajax-content-wrap .wp-caption {
    width: 100%;
  }

  body.single-portfolio #sidebar {
    margin-top: 30px;
  }

  body.search .row .col.section-title h1 {
    font-size: 18px;
  }

  body.search .row .col.section-title span {
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
  }

  body.search .divider {
    display: none;
  }

  .main-content > div {
    padding-bottom: 0;
  }

  #single-meta {
    display: block;
    clear: both;
    margin-bottom: 10px;
  }

  body.single-post #page-header-bg:not(.fullscreen-header):not([data-post-hs="default"]) {
    min-height: 250px;
  }

  body.single-post #page-header-bg:not(.fullscreen-header) .row,
  body #page-header-bg:not(.fullscreen-header) .row,
  body:not(.single-post) #page-header-bg .nectar-particles .span_6 .row,
  body:not(.single-post) #page-header-bg:not(.fullscreen-header) .span_6,
  body:not(.single-post) #page-header-bg:not(.fullscreen-header) .nectar-particles .span_6 > .inner-wrap,
  #page-header-bg[data-parallax="1"] {
    top: 0!important;
  }

  body:not(.single-post) #page-header-bg:not(.fullscreen-header) {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  body:not(.single-post) #page-header-bg[data-padding-amt="low"]:not(.fullscreen-header) {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  body:not(.single-post) #page-header-bg[data-padding-amt="high"]:not(.fullscreen-header) {
    padding-top: 13%;
    padding-bottom: 13%;
  }

  body:not(.single-post) #page-header-bg:not(.fullscreen-header) .span_6 {
    min-height: 40px;
  }

  body:not(.single-post) #page-header-bg:not(.fullscreen-header) .span_6.empty-title {
    min-height: 80px;
  }

  #single-meta,
  body[data-header-format] #header-secondary-outer,
  #page-header-bg[data-parallax="1"],
  body:not(.single-post) #page-header-bg[data-alignment-v="top"]:not(.fullscreen-header) .span_6 .inner-wrap,
  body:not(.single-post) #page-header-bg:not(.fullscreen-header) .nectar-particles .span_6 > .inner-wrap:first-child,
  body:not(.single-post) #page-header-bg:not(.fullscreen-header) .span_6 {
    position: relative!important;
  }


  body:not(.single-post) .nectar-particles svg {
    display: none;
  }

  #top,
  #page-header-wrap,
  #header-outer:not([data-permanent-transparent="1"]),
  body:not(.single-post) #page-header-bg:not(.fullscreen-header),
  body:not(.single-post) #page-header-bg[data-alignment-v="bottom"]:not(.fullscreen-header),
  body:not(.single-post) #page-header-bg[data-alignment-v="top"]:not(.fullscreen-header),
  .full-page-inner-wrap[data-content-pos="full_height"] .full-page-inner > .span_12,
  .vc_text_separator {
    height: auto!important;
  }

  body:not(.single-post) #page-header-bg[data-alignment-v="bottom"]:not(.fullscreen-header) {
    padding-top: 16%;
    padding-bottom: 4%;
  }

  body:not(.single-post) #page-header-bg[data-alignment-v="bottom"][data-padding-amt="low"]:not(.fullscreen-header) {
    padding-top: 10%;
    padding-bottom: 2%;
  }

  body:not(.single-post) #page-header-bg[data-alignment-v="bottom"][data-padding-amt="high"]:not(.fullscreen-header) {
    padding-top: 20%;
    padding-bottom: 6%;
  }

  body:not(.single-post) #page-header-bg[data-alignment-v="top"]:not(.fullscreen-header) {
    padding-top: 4%;
    padding-bottom: 16%;
  }

  body:not(.single-post) #page-header-bg[data-alignment-v="top"][data-padding-amt="low"]:not(.fullscreen-header) {
    padding-top: 2%;
    padding-bottom: 10%;
  }

  body:not(.single-post) #page-header-bg[data-alignment-v="top"][data-padding-amt="high"]:not(.fullscreen-header) {
    padding-top: 6%;
    padding-bottom: 20%;
  }

  .related-posts.columns-3 .span_4 {
    margin-right: 0;
  }

  #single-meta ul {
    margin-left: 0;
  }

  .page-template-template-portfolio-php .portfolio-filters {
    margin-bottom: 0;
  }


  #footer-outer #social li {
    width: 33px;
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .nectar-recent-posts-slider .recent-post-container {
    max-width: none;
  }

  .nectar-recent-posts-slider .recent-post-container,
	.nectar-recent-posts-slider .flickity-page-dots {
    padding: 0 40px;
  }

  .nectar-flickity[data-controls="next_prev_arrows"] .flickity-prev-next-button {
    display: none;
  }

  .nectar-flickity[data-controls="next_prev_arrows"]:not(.masonry) .flickity-slider .cell {
    width: 60%;
    margin-right: 7%;
  }

  .full-width-content .nectar-recent-posts-slider .recent-post-container .inner-wrap {
    max-width: 100%;
  }


  body.woocommerce ul.products li.product,
  body.woocommerce-page ul.products li.product,
  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce .related ul.products li.product,
  .woocommerce .related ul li.product,
  .woocommerce .upsells.products ul.products li.product,
  .woocommerce .upsells.products ul li.product,
  .woocommerce-page .related ul.products li.product,
  .woocommerce-page .related ul li.product,
  .woocommerce-page .upsells.products ul.products li.product,
  .woocommerce-page .upsells.products ul li.product,
	body.woocommerce .span_9 ul.products li.product,
  body.woocommerce-page .span_9 ul.products li.product,
  body .woocommerce ul.products li.product,
  body .woocommerce-page ul.products li.product,
	.woocommerce .products.related .product,
  .woocommerce .products.upsells .product,
  .woocommerce-page.columns-3 ul.products li.product,
	.woocommerce.columns-3 ul.products li.product {
    width: 47.8%;
    margin: 0px 4% 25px 0px;
  }

  body .woocommerce ul.products li.product.material,
  body.woocommerce-page ul.products li.product.material,
	.woocommerce .span_9 ul.products li.product.material,
  .woocommerce-page .span_9 ul.products li.product.material,
	body .woocommerce.columns-1 ul.products li.product.material {
    width: 48.8%;
    margin: 0px 2% 2% 0px;
  }

  body .woocommerce ul.products[data-product-style="minimal"] li.product.minimal {
    width: calc(49.7% - 15px);
  }


  body .woocommerce ul.products[data-product-style="material"] li:nth-child(2n+1),
	 body.woocommerce-page ul.products[data-product-style="material"] li:nth-child(2n+1) {
    margin-right: 2%!important;
  }

  .woocommerce .products.related .product,
  .woocommerce .products.upsells .product {
    width: 48%!important;
  }

  .woocommerce .span_9 ul.products li.product:nth-child(2n+2),
  .woocommerce-page .span_9 ul.products li.product:nth-child(2n+2),
	body .woocommerce ul.products li.product:nth-child(2n+2),
  body .woocommerce-page ul.products li.product:nth-child(2n+2),
	body.woocommerce ul.products li:nth-child(2n+2),
  body.woocommerce .main-content > .row > ul.products[data-n-tablet-columns="default"][data-n-phone-columns="default"][data-product-style="text_on_hover"] li:nth-child(2n+2),
  body.woocommerce .main-content > .row > ul.products[data-n-tablet-columns="default"][data-n-phone-columns="default"][data-product-style="classic"] li:nth-child(2n+2) {
    margin-right: 0;
  }

  body .woocommerce ul.products[data-product-style="material"] li:nth-child(2n+2),
	body.woocommerce-page ul.products[data-product-style="material"] li:nth-child(2n+2),
  body .woocommerce .carousel-wrap.products-carousel ul.products[data-product-style="material"] li:nth-child(2n+1),
  .woocommerce .related ul.products li:nth-child(2n+2),
  .woocommerce .upsells.products ul li.product:nth-child(2n+2) {
    margin-right: 0!important;
  }

  body.woocommerce .span_9 ul.products li.product,
  body.woocommerce-page .span_9 ul.products li.product {
    clear: none;
  }

  .single-product .product_title,
  .span_9 .carousel-heading {
    padding-right: 0!important;
  }

  .woocommerce .span_9 .woocommerce-ordering {
    right: 0;
  }

  .cart-outer {
    display: none;
  }


  #page-header-wrap {
    margin-top: 0;
    overflow: visible;
  }


  #page-header-bg[data-parallax="1"] .span_6 .inner-wrap,
  #page-header-bg .span_6 {
    opacity: 1!important;
  }


  body #header-outer[data-using-secondary="1"],
  body.admin-bar #header-outer[data-using-secondary="1"] {
    top: 0;
  }

  h1 .nectar-button, h2 .nectar-button, h3 .nectar-button, h4 .nectar-button {
    display: inline-block;
    margin-top: 20px;
  }

  body .clients.no-carousel:not(.fade-in-animation) > div {
    opacity: 1;
  }

  #page-header-bg[data-parallax="1"] .span_6 .inner-wrap,
  .swiper-slide .content p,
  .swiper-slide .content h2,
  .swiper-slide .content h1,
  .swiper-slide .content h3,
  .swiper-slide .content .buttons,
  .nectar-slider-wrap[data-caption-trans="reveal_title"] .swiper-slide .content h2 > span span,
  .nectar-slider-wrap[data-caption-trans="reveal_title"] .swiper-slide .content h1 > span span {
    transform: none!important;
    -webkit-transform: none!important;
  }

  .divider-border[data-animate="yes"],
  .divider-small-border[data-animate="yes"] {
    visibility: visible!important;
  }

  .post-area.masonry:not(.meta_overlaid),
  .swiper-slide .content p,
  .swiper-slide .content h2,
  .swiper-slide .content h1,
  .swiper-slide .content h3,
  .swiper-slide .content .buttons,
  .nectar-slider-wrap[data-caption-trans="reveal_title"] .swiper-slide .content h2 > span span,
  .nectar-slider-wrap[data-caption-trans="reveal_title"] .swiper-slide .content h2 .word,
  .nectar-slider-wrap[data-caption-trans="reveal_title"] .swiper-slide .content h1 > span span,
  .nectar-slider-wrap[data-caption-trans="reveal_title"] .swiper-slide .content h1 .word,
  .owl-carousel[data-enable-animation="true"] .owl-stage > .owl-item,
  .owl-carousel[data-enable-animation="true"] .owl-controls {
    opacity: 1!important;
  }

  .col.has-animation[data-animation="fade-in-from-bottom"],
  .wpb_column.has-animation[data-animation="fade-in-from-bottom"],
  .nectar-fancy-box.has-animation[data-animation="fade-in-from-bottom"] {
    bottom: 0!important;
  }



  .parallax_slider_outer.first-section .swiper-container .slider-prev,
  .parallax_slider_outer.first-section .swiper-container .slider-next {
    margin-top: -30px;
  }

  .post-area.col_last {
    padding-left: 0!important;
  }

  .woocommerce .post-area .woocommerce-ordering {
    float: none!important;
    display: block;
  }

  .col.centered-text ul,
  .wpb_column.centered-text ul,
  .col.centered-text ul li,
  .wpb_column.centered-text ul li {
    text-align: left;
    margin-left: 0!important;
  }

  .col.centered-text ul,
  .wpb_column.centered-text ul {
    margin: 0!important;
    display: block!important;
  }


  #ajax-content-wrap .nectar-fancy-ul[data-animation="true"] ul li,
  .nectar-fancy-ul[data-animation="true"] ul li {
    left: 0;
  }

  .testimonial_slider .controls ul {
    text-align: center!important;
  }

  #page-header-bg[data-parallax="0"] {
    margin-top: -1px;
  }



  .wpb_tabs_nav .cta-button {
    top: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    left: 0;
    right: auto;
  }

  body.single-portfolio #full_width_portfolio .container-wrap {
    padding-top: 2.1em;
  }


  #footer-widgets .container .row > div:last-child {
    margin-bottom: 0!important;
  }



  .blog-fullwidth-wrap .post-area.masonry {
    margin-bottom: 0;
  }

  body .pp_gallery,
  .woocommerce .pp_gallery {
    display: none;
  }


  .material .span_9 #author-bio {
    margin-bottom: 60px;
  }

}


/* Legacy Phone with Narrow Width */
@media only screen and (max-width: 321px) {

  .container,
  .slider-nav,
  .post-area.standard-minimal.full-width-content .post .inner-wrap {
    max-width: 300px;
  }
}



@media only screen and (max-width: 479px) {

  .full-width-content .wpb_column.max_width_phone_420px.left_margin_phone_auto.right_margin_phone_auto {
    width: 320px;
  }

}

/* Phone Landscape */
@media only screen and (min-width: 480px) and (max-width: 690px) {

  body .container,
  body .slider-nav,
  .post-area.standard-minimal.full-width-content .post .inner-wrap {
    max-width: 420px;
  }


  #ajax-content-wrap .project-title #all-items {
    left: 194px;
  }

  .post-area.masonry,
  .post-area.masonry.span_9,
  body[data-ext-responsive="true"] .post-area.masonry.span_9,
  body[data-ext-responsive="true"] .post-area.masonry.span_9.meta_overlaid {
    width: 420px;
  }

  .iosSlider.product-thumbnails .thumb {
    width: 98px;
  }



}


/* WP Admin Bar Changes Height */
@media screen and (max-width: 782px) {
  .admin-bar #header-outer[data-permanent-transparent="1"][data-mobile-fixed="1"],
  .logged-in.buddypress #header-outer[data-permanent-transparent="1"][data-mobile-fixed="1"],
	.admin-bar #header-outer[data-permanent-transparent="false"][data-mobile-fixed="1"],
  .logged-in.buddypress #header-outer[data-permanent-transparent="false"][data-mobile-fixed="1"],
  body.admin-bar #header-outer[data-transparent-header="true"][data-mobile-fixed="false"] {
    top: 47px;
  }

  #header-secondary-outer[data-permanent-transparent="1"] {
    margin-top: 0;
  }

  body {
    position: static;
  }

  #fp-nav.tooltip_alt {
    display: none;
  }
}






/* Tablet Landscape */
@media only screen and (min-device-width: 481px) and (max-device-width: 1025px) and (orientation:landscape) {

  #header-outer[data-lhe="animated_underline"] #top nav > ul > li:not([class*="button_"]) > a:hover .menu-title-text:after {
    display: none;
  }

  #to-top {
    display: none;
  }

  body .slide-out-hover-icon-effect a {
    pointer-events: auto;
  }

  #page-header-wrap #page-header-bg[data-animate-in-effect="zoom-out"] .page-header-bg-image {
    transition: none;
    -webkit-transition: none;
  }

  #page-header-bg[data-parallax="1"] .span_6,
  #page-header-bg[data-parallax="1"] {
    position: relative!important;
  }

  #page-header-bg[data-parallax="1"] {
    top: 0!important;
  }

  #page-header-bg .span_6 {
    display: block!important;
    opacity: 1!important;
  }

  .swiper-container .slider-right {
    right: 0!important;
  }

  .video-texture {
    display: none;
  }

  img.img-with-animation[data-animation="fade-in-from-right"] {
    padding-left: 0;
  }

  img.img-with-animation[data-animation="fade-in-from-left"] {
    padding-right: 0;
  }

  img.img-with-animation[data-animation="fade-in-from-bottom"],
  .col.has-animation[data-animation="fade-in-from-bottom"],
  .wpb_column.has-animation[data-animation="fade-in-from-bottom"] {
    bottom: 0;
  }


  .parallax_slider_outer.first-section .nectar-slider-wrap,
  #full_width_portfolio .project-title.parallax-effect,
  .parallax_slider_outer.first-section .swiper-slide .content,
  .parallax_slider_outer.first-section .nectar-slider-wrap,
  .owl-carousel[data-enable-animation="true"] .owl-stage > .owl-item {
    transform: none!important;
    -webkit-transform: none!important;
  }


  .parallax_slider_outer.first-section .swiper-slide .content,
  .owl-carousel[data-enable-animation="true"] .owl-controls,
  .owl-carousel[data-enable-animation="true"] .owl-stage > .owl-item {
    opacity: 1!important;
  }


  .divider-border[data-animate="yes"],
  .divider-small-border[data-animate="yes"],
  .img-with-animation[data-animation="grow-in"],
  .col.has-animation[data-animation="grow-in"],
  .wpb_column.has-animation[data-animation="grow-in"] {
    visibility: visible;
  }

  .portfolio-items .col .work-item .work-info a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
  }

  .portfolio-items .col .work-item .work-info .custom-content .nectar-button {
    width: auto;
  }

  body .portfolio-items[data-ps="6"] .work-item .parallaxImg-layers > div .bg-img:after {
    opacity: 1;
  }

  body .portfolio-items[data-ps="6"] .work-item .work-meta .inner,
  body .portfolio-items[data-ps="6"] .wide_tall .work-item .work-meta .inner {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }

  .portfolio-items .col .work-item:not(.style-2):not(.style-3):not(.style-3-alt):not(.style-4) .work-info .vert-center {
    height: 100%;
    top: 0 ;
    transform: none;
    -webkit-transform: none;
  }

}



/* Higher Res Tablets */

@media only screen and (max-device-width: 2600px) {

  body[data-ajax-transitions="true"].using-mobile-browser #ajax-loading-screen[data-method="standard"][data-disable-mobile="1"] {
    display: none;
  }

  body.using-mobile-browser.material #slide-out-widget-area.slide-out-from-right {
    overflow-y: scroll;
  }

  body.using-mobile-browser .parallax_section .row-bg[data-parallax-speed="fixed"] {
    background-attachment: scroll!important;
  }

  body.using-mobile-browser .cp-modal-popup-container {
    position: relative;
    z-index: 100000;
  }

  body[data-remove-m-video-bgs="1"].using-mobile-browser .swiper-slide .video-wrap video,
  body[data-remove-m-video-bgs="1"].using-mobile-browser .nectar-video-wrap video {
    display: none;
  }

  body[data-remove-m-video-bgs="1"].using-mobile-browser .mobile-video-image {
    display: block;
  }


  .using-mobile-browser img.img-with-animation[data-animation="fade-in-from-right"] {
    padding-left: 0;
  }


  .using-mobile-browser img.img-with-animation[data-animation="fade-in-from-left"] {
    padding-right: 0;
  }

  .using-mobile-browser img.img-with-animation[data-animation="fade-in-from-bottom"],
  .using-mobile-browser .col.has-animation[data-animation="fade-in-from-bottom"],
  .using-mobile-browser .wpb_column.has-animation[data-animation="fade-in-from-bottom"] {
    bottom: 0;
  }

  .using-mobile-browser .parallax_slider_outer .nectar-slider-wrap[data-animate-in-effect="zoom-out"].loaded .slide-bg-wrap,
  .using-mobile-browser .owl-carousel[data-enable-animation="true"] .owl-stage > .owl-item,
  .using-mobile-browser .portfolio-items .style-5 .parallaxImg-rendered-layer {
    transform: none!important;
    -webkit-transform: none!important;
  }


  body[data-remove-m-video-bgs="1"].using-mobile-browser .mobile-video-image,
  .using-mobile-browser #page-header-bg[data-parallax="1"] .span_6,
  .using-mobile-browser .owl-carousel[data-enable-animation="true"] .owl-stage > .owl-item,
  .using-mobile-browser .owl-carousel[data-enable-animation="true"] .owl-controls {
    opacity: 1!important;
  }


  .using-mobile-browser .nectar-video-box .play_button_mouse_follow.nectar_video_lightbox {
    top: 50%;
    left: 50%;
  }

  .ascend.using-mobile-browser #search {
    height: 100%;
  }

  .ascend.using-mobile-browser #search #search-box {
    top: 20px;
  }

  .using-mobile-browser #page-header-bg[data-parallax="1"] .span_6 {
    display: block!important;
  }


  .using-mobile-browser .slide-out-hover-icon-effect a {
    pointer-events: auto;
  }

  .using-mobile-browser .wpb_row.parallax_section .row-bg.using-image.translate {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }


  body.using-mobile-browser .nectar-video-wrap {
    height: 100%;
  }

  body.using-mobile-browser .blurred-wrap.blurred {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
  }

}




/* Responsive styles specific to full width masonry setups */
@media only screen and (min-width: 1600px) {


  .post-area.full-width-content .masonry-blog-item,
  .full-width-content .post-area .masonry-blog-item {
    width: 18%;
  }


	/* Constrained Masonry */
  body .portfolio-items.constrain-max-cols .col.elastic-portfolio-item.wide{
    width: 50%;
  }

  body .portfolio-items.constrain-max-cols .col.elastic-portfolio-item.wide_tall {
    width: 50%;
  }

  body .portfolio-items.constrain-max-cols .col.elastic-portfolio-item.tall,
  body .portfolio-items.constrain-max-cols.masonry-items .col.elastic-portfolio-item.regular {
    width: 25%;
  }

}

@media only screen and (min-width: 1300px) and (max-width: 1600px) {


  body .default-style .portfolio-items .col.elastic-portfolio-item {
    width: 22.43%!important;
  }

  .post-area.full-width-content .masonry-blog-item,
  .full-width-content .post-area .masonry-blog-item {
    width: 23%;
  }

  .full-width-content.blog-fullwidth-wrap:not(.meta-overlaid) {
    padding-left: 2.8%!important;
  }

}


@media only screen and (min-width: 990px) and (max-width: 1300px) {

	/* Constrained Cols */
  body .portfolio-items.constrain-max-cols.no-masonry .col.elastic-portfolio-item {
    width: 25%;
  }

}


@media only screen and (min-width: 470px) and (max-width: 990px) {

  .portfolio-items .elastic-portfolio-item {
    width: 50%;
  }

}


@media only screen and (max-width: 690px) and (min-width: 470px) {

  .post.quote .post-content .quote-inner,
  .post.link .post-content .link-inner,
  .format-status .post-content .status-inner,
  .post.format-aside .aside-inner {
    padding: 50px 10%;
  }
}



@media only screen and (max-width: 690px) {

  body[data-remove-m-video-bgs="1"] .swiper-slide .video-wrap video,
  body[data-remove-m-video-bgs="1"] .nectar-video-wrap video {
    display: none;
  }

  body[data-remove-m-video-bgs="1"] .mobile-video-image {
    display: block;
  }

  .posts-container[data-load-animation="fade_in_from_bottom"] .inner-wrap.animated,
	.posts-container[data-load-animation="fade_in"] article .inner-wrap.animated,
  .posts-container[data-load-animation="perspective"] article .inner-wrap.animated,
  .posts-container[data-load-animation="fade_in_from_bottom"] .inner-wrap,
	.posts-container[data-load-animation="fade_in"] article .inner-wrap,
  .posts-container[data-load-animation="perspective"] article .inner-wrap {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }

  .post-area.masonry.classic .posts-container:not(.meta-moved) .post-content > .post-meta {
    opacity: 0;
    position: absolute!important;
  }


  .material .related-post-wrap h3.related-title {
    padding-top: 60px;
  }

  .nectar-recent-posts-slider .inner-wrap {
    max-width: 80%;
  }

  .arhchive #page-header-wrap #page-header-bg .subheader {
    display: none;
  }
}


@media only screen and (max-width: 470px) {


  .post.quote .post-content .quote-inner,
  .post.link .post-content .link-inner,
  .format-status .post-content .status-inner,
  .post.format-aside .aside-inner {
    padding: 50px 10%;
  }

  .full-width-content.blog-fullwidth-wrap:not(.meta-overlaid) {
    padding: 0 10%!important;
  }

  body .post-area.auto_meta_overlaid_spaced[data-ams].span_9 {
    margin: 0;
  }

  body .auto_meta_overlaid_spaced[data-ams].span_9 .masonry-blog-item {
    padding-left: 0;
    padding-right: 0;
  }

  body .woocommerce ul.products[data-product-style="material"] li.product.material,
	body.woocommerce-page ul.products[data-product-style="material"] li.product.material,
	.woocommerce .span_9 ul.products li.product.material,
	.woocommerce-page .span_9 ul.products li.product.material,
	body .woocommerce.columns-1 ul.products li.product.material {
    margin-right: 0%!important;
    width: 100%;
  }

  .woocommerce .products.related .product.material,
  .woocommerce .products.upsells .product.material {
    width: 100%!important;
  }


}/*
Theme Name:  Salient
Description: Styles for the "Minimal" product style.
*/

body .products li.product.minimal .product-add-to-cart a {
  font-size: 12px;
}

.woocommerce ul.products li.product.minimal .price,
.woocommerce-page ul.products li.product.minimal .price,
.nectar-ajax-search-results ul.products li.product.minimal .price {
  color: #000!important;
}

.woocommerce-page ul.products li.product.minimal .price,
.woocommerce ul.products li.product.minimal .price {
  padding-top: 4px;
  margin-bottom: 0;
}

.minimal.product .product-wrap .normal.icon-salient-cart[class*=" icon-"],
.minimal.product .product-wrap .normal.icon-salient-m-eye[class*=" icon-"] {
  background-color: transparent;
  width: auto;
  padding-right: 5px;
}

.minimal.product .product-wrap .normal.icon-salient-m-eye[class*=" icon-"] {
  padding-right: 4px;
}

.woocommerce ul.products .minimal.product  span.onsale,
.woocommerce-page ul.products .minimal.product  span.onsale {
  top: 22px;
  min-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  min-width: 0;
  right: auto;
  left: 22px;
  margin: 0;
  width: auto;
  font-size: 12px!important;
  line-height: 20px;
  font-family: inherit;
  font-weight: normal;
}

li.product.minimal .woocommerce-loop-product__title {
  width: calc(100%);
  padding-bottom: 2px!important;
  display: inline;
}
body.woocommerce #ajax-content-wrap ul.products li.minimal.product span.onsale,
#ajax-content-wrap ul.products li.minimal.product span.onsale,
.nectar-woo-flickity ul.products li.minimal.product span.onsale,
.nectar-ajax-search-results ul.products li.minimal.product span.onsale {
  border-radius: 4px;
  z-index: 100;
}

.span_12.light li.product.minimal .woocommerce-loop-product__title,
.span_12.light li.product.minimal div.product-add-to-cart {
  color: #333;
}

ul.products li.minimal.product .product-wrap {
  overflow: visible;
}

.products li.product.minimal .product-meta {
  position: relative;
}

@media only screen and (max-width: 1250px) and (min-width: 1000px) {

  .full-width-content .vc_col-sm-6 .products.columns-2.flickity-enabled li.product.minimal [data-nectar-quickview="true"] a i.normal,
  .products.columns-dynamic.flickity-enabled li.product.minimal [data-nectar-quickview="true"] a i.normal,
  .products.columns-4 li.product.minimal [data-nectar-quickview="true"] a i.normal {
    display: none;
  }

}

.products li.product.minimal [data-nectar-quickview="true"] .nectar_quick_view {
  display: inline-block;
  line-height: 12px;
  font-size: 12px;
  border-radius: 3px;
  color: inherit;
  letter-spacing: 0;
}
.products li.product.minimal [data-nectar-quickview="true"] .button.product_type_variable,
.products li.product.minimal [data-nectar-quickview="true"] .button.product_type_simple:not(.added) {
  margin-right: 14px;
}
.products li.product.minimal [data-nectar-quickview="true"] .add_to_cart_button,
.products li.product.minimal .product-add-to-cart .added_to_cart {
  display: inline-block;
  margin-right: 15px;
  letter-spacing: 0;
  color: inherit;
  line-height: 20px;
}

.products li.product.minimal .product-add-to-cart .loading:after {
  right: auto!important;
  left: 2px;
}
.products li.product.minimal .product-add-to-cart .loading .icon-salient-cart {
  visibility: hidden;
}

.products li.product.minimal:hover .product-add-to-cart a.added_to_cart {
  transition: transform 0.55s cubic-bezier(.2,.75,.5,1), opacity 0.55s cubic-bezier(.2,.75,.5,1), background-size 0.55s cubic-bezier(.2,.75,.5,1);
}
.products li.product.minimal .product-add-to-cart a.added { margin-right: 0; }
.products li.product.minimal .product-add-to-cart a.added span { display: none; }

.products li.product.minimal .product-add-to-cart .added_to_cart {
  text-indent: 0;
  position: relative!important;
  font-size: 12px;
}

.products li.product.minimal .product-add-to-cart[data-nectar-quickview="true"] a,
.products li.product.minimal .product-add-to-cart a {
  background-color: transparent!important;
  padding: 0!important;
  color: inherit;
  margin-top: 0;
}

li.product.minimal .product-wrap img {
  margin-bottom: 0!important;
  border-radius: 6px 6px 0 0;
  transition: border-radius 0.5s cubic-bezier(.2,.75,.5,1)
}

.woocommerce ul.products .minimal.product span.onsale,
.woocommerce-page ul.products .minimal.product span.onsale{
  left: 20px;
  top: 20px;
  padding: 3px 11px;
}

.products li.product.minimal .product-meta {
  padding: 25px 25px 25px 25px;
}


.products li.product.minimal .product-meta h2 {
  padding-top: 0;
  margin-top: 0!important;
}

.products li.product.minimal .product-add-to-cart {
  position: absolute;
  width: 100%;
  padding: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}
.products li.product.minimal .price-hover-wrap .price {
  margin-bottom: 0;
}
.products li.product.minimal .price-hover-wrap {
  position: relative;
  min-height: 26px;
  width: calc(100% + 40px);
}
.products li.product.minimal .product-add-to-cart a {
  opacity: 0;
  transition: none;
}

.products li.product.minimal:hover .product-add-to-cart a {
  pointer-events: all;
}

.products li.product.minimal .product-meta > a h2,
.products li.product.minimal .product-meta,
.products li.product.minimal .product-meta .price  {
  display: block;
  transition: opacity 0.55s cubic-bezier(.2,.75,.5,1), transform 0.55s cubic-bezier(.2,.75,.5,1);
}

.products li.product.minimal:hover .product-meta .price {
  transition: opacity 0.15s cubic-bezier(.2,.75,.5,1), transform 0.15s cubic-bezier(.2,.75,.5,1);
}

.products li.product.minimal:hover .product-meta > a h2 {
  transform: translateY(0px);
}
.products li.product.minimal .product-add-to-cart a {
  transform: translateY(0px);
  transition: transform 0.25s cubic-bezier(.2,.75,.5,1), opacity 0.25s cubic-bezier(.2,.75,.5,1);
}
.products li.product.minimal:hover .product-add-to-cart a {
  transition: transform 0.55s cubic-bezier(.2,.75,.5,1), opacity 0.55s cubic-bezier(.2,.75,.5,1);
}

.products li.product.minimal.hover-bound:hover .product-meta  {
  transform: translateY(9px) translatex(-10px);
}

.products li.product.minimal:hover .product-meta .price {
  opacity: 0;

}
.products li.product.minimal:hover .product-add-to-cart a {
  opacity: 1;
  transform: translateY(0px);

}

li.product.minimal:hover .product-wrap img {
  border-radius: 0;
}

.products li.product.minimal .background-color-expand,
.products li.product.minimal .background-color-expand:before {
  display: block;
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #fff;
  border-radius: 6px;
  transition: transform 0.55s cubic-bezier(.2,.75,.5,1);
  pointer-events: none;
  z-index: -1;
}
.products li.product.minimal .background-color-expand:before {
  z-index: -2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform-origin: center;
  background-color: transparent;
  box-shadow: none;
  background-color: transparent;
  opacity: 0;
  box-shadow: 0px 50px 95px -15px rgba(0,0,0,0.15);
  transition: opacity 0.55s cubic-bezier(.2,.75,.5,1);
}

.products[data-product-style="minimal"] {
  width: calc(100% + 15px);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}


.full-width-content > .products[data-product-style="minimal"] {
  width: 100%;
  padding-left: 15px;
}

.products li.product.minimal.hover-bound:hover .background-color-expand:before {
  opacity: 1;
  pointer-events: all;
}
.products li.product.minimal:hover .background-color-expand {
  pointer-events: all;
}

.products li.product.minimal .product-wrap {
  background-color: #fff;
  border-radius: 6px;
}

.woocommerce .span_9 ul.products[data-product-style="minimal"] li.product.minimal,
.woocommerce-page .span_9 ul.products[data-product-style="minimal"] li.product.minimal {
  width: calc(33.25% - 15px);
}

.woocommerce ul.products[data-product-style="minimal"] li.product.minimal,
.woocommerce-page ul.products[data-product-style="minimal"] li.product.minimal {
  width: calc(25% - 15px);
  margin-right: 15px;
  margin-bottom: 15px;
  clear: none;
}

@media only screen and (min-width: 1000px) {
  body .woocommerce.columns-4 ul[data-product-style="minimal"].products li.product {
    width: calc(24.9% - 15px);
  }
}
@media only screen and (min-width: 690px) {

  body .woocommerce.columns-2 ul[data-product-style="minimal"].products li.product {
    width: calc(49.7% - 15px);
  }
  body .woocommerce.columns-3 ul[data-product-style="minimal"].products li.product {
    width: calc(33.1% - 15px);
  }
}
body .woocommerce.columns-1 ul[data-product-style="minimal"].products li.product {
  width: calc(100%);
}

.woocommerce .cart-collaterals .cross-sells ul.products[data-product-style="minimal"] li.product.minimal,
.woocommerce-page .cart-collaterals .cross-sells  ul.products[data-product-style="minimal"] li.product.minimal {
  width: calc(50% - 15px);
}

.full-width-content ul.products[data-product-style="minimal"] li.product.minimal,
.woocommerce-page .full-width-content ul.products[data-product-style="minimal"] li.product.minimal {
  margin-left: 0!important;
}

@media only screen and (max-width: 1500px) and (min-width: 1000px) {
  .full-width-content ul.products[data-product-style="minimal"] li.product.minimal,
  .woocommerce-page .full-width-content ul.products[data-product-style="minimal"] li.product.minimal {
    width: calc(24.9% - 15px);
  }
}

@media only screen and (min-width: 1500px) {
  .full-width-content .vc_span12 ul.products[data-product-style="minimal"] li.product.minimal,
  .woocommerce-page .full-width-content ul.products[data-product-style="minimal"] li.product.minimal {
    width: calc(20% - 15px);
  }
}



@media only screen and (max-width: 1300px) and (min-width: 1000px) {
  .woocommerce  ul.products[data-product-style="minimal"] li.product.minimal,
  .woocommerce-page  ul.products[data-product-style="minimal"] li.product.minimal {
    width: calc(33.1% - 15px);
  }
}


@media only screen and (max-width: 1300px) and (min-width: 690px) {
  .woocommerce .span_9 ul.products[data-product-style="minimal"] li.product.minimal,
  .woocommerce-page .span_9 ul.products[data-product-style="minimal"] li.product.minimal {
    width: calc(49.7% - 15px);
  }
}

@media only screen and (max-width: 999px) and (min-width: 690px) {
  body.woocommerce-page .full-width-content ul.products[data-n-tablet-columns="default"][data-product-style="minimal"] li.product:nth-child(2n+2) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 999px) {
  body.woocommerce .span_9 ul.products[data-product-style="minimal"] li.product.minimal,
  body.woocommerce-page .span_9 ul.products[data-product-style="minimal"] li.product.minimal,
  body.woocommerce ul.products[data-product-style="minimal"] li.product.minimal,
  body.woocommerce-page ul.products[data-product-style="minimal"] li.product.minimal {
    margin-right: 15px;
    width: calc(49.7% - 15px);
  }
}


@media only screen and (max-width: 690px) {
  .woocommerce .span_9 ul.products[data-product-style="minimal"] li.product.minimal,
  .woocommerce-page .span_9 ul.products[data-product-style="minimal"] li.product.minimal,
  .woocommerce  ul.products[data-product-style="minimal"] li.product.minimal,
  .woocommerce-page ul.products[data-product-style="minimal"] li.product.minimal {
    width: 100%;
  }
}

.woocommerce-page ul.products[data-product-style="minimal"] li.product.minimal.last,
.woocommerce ul.products[data-product-style="minimal"] li.product.minimal.last {
  margin-right: 15px;
}/*
Theme Name:  Salient
Description: WooCommerce plugin styles
*/


body[data-smooth-scrolling="0"] #header-outer .cart-menu {
	padding-right: 0;
}

body[data-smooth-scrolling="0"] #header-outer .widget_shopping_cart {
	right: 0;
}

#header-outer .icon-shopping-cart {
	font-size: 20px;
	height: auto;
	line-height: 20px;
	border-radius: 0;
	-webkit-border-radius: 0;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-color: transparent;
}

.woocommerce #payment,
.woocommerce-page #payment,
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	background-color: transparent;
}

.woocommerce #order_review #payment #place_order {
	float: none;
}


body.original #top nav ul .nectar-woo-cart >div {
  padding-left: 0;
}

body.original .buttons .nectar-woo-cart {
  pointer-events: none;
  width: 0;
  padding-left: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
body.original .buttons.product_added .nectar-woo-cart {
  pointer-events: all;
  width: 45px;
  padding-left: 19px;
}



body.original #header-outer .cart-menu-wrap {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: transform 0.4s ease 0.2s;
  transition: transform 0.4s ease 0.2s;
}

body.original #header-outer .cart-menu-wrap.has_products {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.woocommerce-checkout #payment div.payment_box:before {
	display: none;
}

#header-outer .cart-menu-wrap {
	top: 0;
	height: 100%;
}

#header-outer .cart-outer .widget_shopping_cart_content p.woocommerce-mini-cart__empty-message {
	padding: 20px;
	width: 240px;
	font-size: 14px;
  line-height: 22px;
}

#header-outer .cart-outer .blockUI.blockOverlay {
	opacity: 0.2!important;
}
.nectar-slide-in-cart:not(.style_slide_in_click) .blockUI.blockOverlay {
	opacity: 0.7!important;
	background-color:#fff!important;
}


html:not(.js) #header-outer .cart-menu-wrap {
 	visibility: visible;
}

.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th {
	padding: 6px 0;
}

#header-outer .cart-menu {
	z-index: 10000;
	right: 0;
	top: 0;
}

#header-outer .cart-menu .icon-shopping-cart {
	left: 0;
	margin-top: -1px;
	top: auto;
	position: absolute;
	width: 24px;
}

#header-outer .cart-menu .cart-icon-wrap {
	margin-left: 0;
	height: 24px;
	line-height: 18px;
	position: relative;
}

#header-outer .cart-menu .cart-icon-wrap i {
	background-color: transparent;
	border-radius: 0;
	line-height: 18px;
	height: 21px;
	position: absolute;
	top: 2px;
	left: 0;
	width: 22px;
	color: rgba(0,0,0,0.4);
}


#header-outer .cart-menu .cart-contents {
	padding-left: 0;
	position: relative;
}


#header-outer .widget_shopping_cart,
.woocommerce .cart-notification,
#header-outer .cart-notification  {
	display: none;
	position: absolute;
	right: 16px;
	z-index: 100000;
}

body[data-smooth-scrolling="0"] #header-outer .widget_shopping_cart,
body[data-smooth-scrolling="0"] .woocommerce .cart-notification,
body[data-smooth-scrolling="0"] #header-outer .cart-notification  {
	right: 0;
}

.cart-outer .cart-notification {
 	width: 240px;
 	display: none;
 	margin-top: 0;
 	line-height: 20px;
}

 #header-outer .cart-outer .cart-notification {
   padding: 20px;
   font-size: 12px;
 }


.woocommerce .cart-notification .item-name:before,
#header-outer .cart-notification .item-name:before {
	content: '"';
}

.woocommerce .cart-notification .item-name:after,
#header-outer .cart-notification .item-name:after {
	content: '"';
}

.woocommerce .cart-notification img, #header-outer .cart-notification img {
	float: right;
	width: 55px;
	height: auto;
	margin-left: 14px;
}

.quantity .minus ~ input[type=number]::-webkit-inner-spin-button,
.quantity .minus ~ input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity .minus ~ input[type=number] {
	-moz-appearance: textfield;
	 margin: 0;
}

#header-outer .total,
.nectar-slide-in-cart .total {
	clear: both;
	color: #ccc;
	padding: 17px 20px;
	border: 0;
}

#header-outer .total,
#header-outer .total strong,
.nectar-slide-in-cart .total,
.nectar-slide-in-cart .total strong {
	font-size: 18px;
	font-family: 'Open Sans';
	font-weight: 600;
  font-weight: normal;
  letter-spacing: -1px;
}

.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce button.button,
.woocommerce-page button.button,
.woocommerce input.button,
.nectar-quick-view-box a.button,
.woocommerce-page input.button,
.woocommerce #respond input#submit,
.woocommerce-page #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page #content input.button {
	background-color: #333333;
	box-shadow: none;
	-webkit-box-shadow: none;
	background-image: none;
	text-shadow: none;
	-webkit-text-shadow: none;
	border: none;
    background-repeat: no-repeat;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    padding: 10px 10px;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    font-weight: normal;
    transition: all 0.25s ease 0s;
}

body #top nav .widget_shopping_cart a.button,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled, .woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
  color: #FFFFFF;
}

.woocommerce #respond input#submit,
.woocommerce-page #respond input#submit {
	padding: 15px 22px;
}

.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table th,
.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce-page .cart-collaterals .cart_totals table td {
	padding-bottom: 10px;
}

@media only screen and (min-width: 1000px) {
	.woocommerce-cart .span_8 {
		padding-right: 30px;
	}
}

body .cart-collaterals .order-total {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce li[class*="fa-"].product {
  height: auto;
}

.woocommerce-page:not([data-form-submit="see-through"]) div[data-project-style="classic"] button[type="submit"].single_add_to_cart_button:hover,
.woocommerce input[type="submit"][name="apply_coupon"]:hover,
.woocommerce input[type="submit"][name="update_cart"]:hover,
.woocommerce button[type="submit"][name="calc_shipping"]:hover {
	background-color: #333333!important;
}

.woocommerce input[type="submit"][name="apply_coupon"]:hover,
.woocommerce input[type="submit"][name="update_cart"]:hover,
.woocommerce button[type="submit"][name="calc_shipping"]:hover {
	opacity: 0.8;
}

.woocommerce .span_4 input[type="submit"].checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce #order_review #payment #place_order:hover {
	opacity: 0.8;
}

.woocommerce .span_4 input[type="submit"].checkout-button,
.checkout input[type="submit"]#place_order {
	width: 100%!important;
	margin-top: 10px;
}

.woocommerce-cart .wc-proceed-to-checkout {
	padding: 0;
}
.woocommerce-cart .wc-proceed-to-checkout a {
	padding: 10px;
}
.woocommerce-page button[type="submit"].single_add_to_cart_button,
body[data-form-submit="regular"].woocommerce-page .container-wrap button[type=submit].single_add_to_cart_button {
	font-size: 16px;
	padding: 20px 45px!important;
	transition: all 0.2s ease;
}

.woocommerce-page .woocommerce p.return-to-shop a.wc-backward {
	padding: 20px 45px;
	transition: all 0.2s ease;
}

.woocommerce-page .woocommerce p.cart-empty {
  padding-bottom: 25px;
  padding-top: 10%;
  color: #000;
  background-color: transparent!important;
  text-align: center;
  margin-bottom: 20px;
}
.woocommerce-page.woocommerce-cart .woocommerce p.cart-empty {
    padding-left: 2em!important;
		padding-right: 2em!important;
}

.woocommerce-page .woocommerce p.return-to-shop {
	padding-bottom: 10%;
	text-align: center;
}
.woocommerce-page .woocommerce p.return-to-shop a.button.wc-backward {
	display: inline-block;
}


.woocommerce .cart .quantity {
	position: relative;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	background-image: none;
	display: inline-block;
	vertical-align: middle;
	border: none;
	position: relative;
	transition: all 0.25s ease;
	box-shadow: 0 2px 12px rgba(0,0,0,0.08);
	border-radius: 50px!important;
	background-color: #fff;
  -webkit-appearance: none;
}



.woocommerce-mini-cart li .product-details > a {
	font-size: 16px;
}
.woocommerce-mini-cart li .modify > .quantity {
	margin: 15px 0;
}

.widget_shopping_cart li {
	display: flex;
	padding: 15px 0;
  align-items: center;
}
#header-outer .widget_shopping_cart li {
	align-items: flex-start;
}
.nectar-slide-in-cart.style_slide_in .widget_shopping_cart li {
	display: block;
}
 #sidebar .widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item {
	 padding: 15px 0;
 }
#sidebar .widget_shopping_cart .woocommerce-mini-cart > li:first-child {
	 padding-top: 0;
 }

.woocommerce .cart .quantity label.screen-reader-text {
	display: none;
}

.woocommerce .cart .quantity.hidden input.plus,
.woocommerce .cart .quantity.hidden input.minus {
	visibility: hidden;
	pointer-events: none;
}


#header-outer a.cart-contents .cart-wrap span {
    border-radius: 99px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 11px;
    font-weight: normal;
    line-height: 17px;
    right: 7px;
    margin-left: 4px;
    text-align: center;
    width: 17px;
    height: 17px;
}

#header-outer .cart-wrap {
	position: relative;
  right: -7px;
  top: -7px;
	font-size: 12px;
	margin-right: 0;
	z-index: 10;
	float: right;
}


#header-outer nav.cart-active #search-btn {
	margin-left: 10px;
}

#header-outer nav.cart-active #search-btn > div {
	padding-left: 10px;
}

.woocommerce ul.products li.product .product-wrap img,
.woocommerce-page ul.products li.product .product-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

.woocommerce ul.products li.product .product-wrap:hover img.hover-gallery-image,
.woocommerce ul.products li.product .product-wrap:hover picture.hover-gallery-image {
	opacity: 1;
}
.woocommerce ul.products li.product .product-wrap img.hover-gallery-image,
.woocommerce ul.products li.product .product-wrap picture.hover-gallery-image {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	opacity: 0;
	-ms-transition: opacity 0.3s cubic-bezier(.21, .6, .35, 1);
	transition: opacity 0.3s cubic-bezier(.21, .6, .35, 1);
	-webkit-transition: opacity 0.3s cubic-bezier(.21, .6, .35, 1);
	transform: translateZ(0) scale(1.0, 1.0);
}

.woocommerce div.product div.images.woocommerce-product-gallery .product-slider img,
.woocommerce div.product div.images.woocommerce-product-gallery.default-woo-gallery img {
	margin-bottom: 0;
}

.woocommerce ul.products li.product img,
.woocommerce-page ul.products li.product img,
.woocommerce div.product div.images img,
.woocommerce-page div.product div.images img,
.woocommerce #content div.product div.images img,
.woocommerce-page #content div.product div.images img {
	box-shadow: none;
	-webkit-box-shadow: none;
}

.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3,
.woocommerce ul.products li.product h2,
.woocommerce-page ul.products li.product h2 {
	font-family: 'Open Sans';
	font-weight: 400;
    line-height: 23px;
    font-size: 18px;
    margin-top: 10px;
    text-transform: none;
    letter-spacing: 0;
    padding: 0.5em 0 0.3em 0;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  line-height: 23px;
  font-size: 18px;
  margin-top: 10px;
}


.woocommerce div.product[data-tab-pos="in_sidebar"] div.summary,
.woocommerce-page div.product[data-tab-pos="in_sidebar"] div.summary,
.woocommerce #content div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce #content div.product div.images,
.woocommerce-page #content div.product div.images {
	width: 100%!important;
	margin-bottom: 0!important;
}

#ajax-content-wrap .component .composited_product_images,
.woocommerce-page #ajax-content-wrap div.product div.composited_product_images {
    width: 20%!important;
}



.product[data-tab-pos*="fullwidth"] .summary.entry-summary {
	width: 57.5%;
}

@media only screen and (max-width: 999px) {
	.product[data-tab-pos*="fullwidth"] .summary.entry-summary {
		width: 100%;
	}
	.woocommerce div.product div.summary {
		width: 100%;
	}

}

.product[data-hide-product-sku="1"] .product_meta .sku_wrapper  {
	display: none;
}

.woocommerce .quantity input.qty,
.woocommerce-page .quantity input.qty,
.woocommerce #content .quantity input.qty,
.woocommerce-page #content .quantity input.qty {
	float: none!important;
}

.woocommerce div.product form.cart div.quantity {
  float: none;
}


.woocommerce div.product form.cart div.quantity,
.woocommerce-page div.product form.cart div.quantity,
.woocommerce #content div.product form.cart div.quantity,
.woocommerce-page #content div.product form.cart div.quantity {
	margin-right: 20px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	width: 23.45%;
	margin-right: 2%;
	margin-bottom: 2%;
}

.woocommerce .span_9 ul.products li.product,
.woocommerce-page .span_9 ul.products li.product {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}



nav.woocommerce-pagination {
	margin-top: 50px;
}

/*material*/
/*default cols*/


@media only screen and (min-width:1000px) {

	/* 4 cols */
	.woocommerce.columns-4 ul.products.columns-4 li.text_on_hover,
	.woocommerce.columns-4 ul.products.columns-4 li.classic {
    margin-right: 2%;
    clear: none;
  }
	.woocommerce.columns-4 ul.products.columns-4 li.text_on_hover:nth-child(4n+4),
	.woocommerce.columns-4 ul.products.columns-4 li.classic:nth-child(4n+4) {
    margin-right: 0%;
  }
	.woocommerce.columns-4 ul.products.columns-4 li.text_on_hover:nth-child(4n+5),
	.woocommerce.columns-4 ul.products.columns-4 li.classic:nth-child(4n+5) {
    clear: both;
  }

	/* 3 cols */
	.woocommerce.columns-3 ul.products.columns-3 li.text_on_hover,
	.woocommerce.columns-3 ul.products.columns-3 li.classic {
    margin-right: 2%;
    clear: none;
    width: 32%;
  }

	.woocommerce.columns-3 ul.products.columns-3 li.text_on_hover:nth-child(3n+3),
	.woocommerce.columns-3 ul.products.columns-3 li.classic:nth-child(3n+3)  {
    margin-right: 0%;
  }

	.woocommerce.columns-3 ul.products.columns-3 li.text_on_hover:nth-child(3n+4),
	.woocommerce.columns-3 ul.products.columns-3 li.classic:nth-child(3n+4) {
    clear: both;
  }

	/* 2 cols */
	.woocommerce.columns-2 ul.products.columns-2 li.text_on_hover,
	.woocommerce.columns-2 ul.products.columns-2 li.classic {
    margin-right: 2%;
    clear: none;
  }
	.woocommerce.columns-2 ul.products.columns-2 li.text_on_hover:nth-child(2n+2),
	.woocommerce.columns-2 ul.products.columns-2 li.classic:nth-child(2n+2) {
    margin-right: 0%;
  }
	.woocommerce.columns-2 ul.products.columns-2 li.text_on_hover:nth-child(2n+3),
	.woocommerce.columns-2 ul.products.columns-2 li.classic:nth-child(2n+3) {
    clear: both;
  }

}



@media only screen and (min-width: 1000px)  {


	/*fullwidth*/
	.full-width-content .woocommerce.columns-3 ul.products.columns-3 li.text_on_hover,
	.full-width-content .woocommerce.columns-3 ul.products.columns-3 li.classic {
    margin-left: 0%; width: 30.75%;
  }
	.full-width-content .woocommerce.columns-3 ul.products.columns-3 li.text_on_hover:nth-child(3n+4),
	.full-width-content .woocommerce.columns-3 ul.products.columns-3 li.text_on_hover:nth-child(1),
	.full-width-content .woocommerce.columns-3 ul.products.columns-3 li.classic:nth-child(3n+4),
	.full-width-content .woocommerce.columns-3 ul.products.columns-3 li.classic:nth-child(1) {
    margin-left: 2%;
  }


}


.woocommerce ul.products li.first,
.woocommerce-page ul.products li.first {
	clear: none;
}



/*fullwidth*/
@media only screen and (max-width: 1500px) and (min-width: 1000px) {

	.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
		clear: both;
	}

	.full-width-content ul.products li.product,
  .woocommerce-page .full-width-content ul.products li.product {
		width: 22.45%;
	}

	.full-width-content ul.products li:nth-child(4n+1),
  .woocommerce-page .full-width-content ul.products li:nth-child(4n+1) {
		margin-left: 2%;
	}

	.full-width-content .columns-2 ul.products li:nth-child(4n+1),
  .woocommerce-page .full-width-content .columns-2 ul.products li:nth-child(4n+1) {
		margin-left: 0;
	}

	.woocommerce-page .full-width-content ul.products li.product.last,
  .full-width-content ul.products li.product.last {
		margin-right: 2%;
	}

}

@media only screen and (min-width: 1500px) {

	.woocommerce ul.products li.first,
  .woocommerce-page ul.products li.first {
		clear: both;
	}

	.full-width-content .vc_span12 ul.products li.product,
  .woocommerce-page .full-width-content ul.products li.product {
		width: 17.54%;
	}
	.woocommerce-page .full-width-content .vc_span12 ul.products li.product.last,
  body .full-width-content .vc_span12 ul.products li.product.last,
	.woocommerce-page .full-width-content ul.products li.product.last,
  .woocommerce-page .full-width-content ul.products li.product.last {
		margin-right: 2%;
	}

	.full-width-content .vc_span12 ul.products li.first,
  .woocommerce-page .full-width-content ul.products li.first {
		clear: none!important;
	}
	.full-width-content .vc_span12 ul.products li:nth-child(5n+6),
  .woocommerce-page .full-width-content ul.products li:nth-child(5n+6) {
		clear: both;
	}
	.full-width-content .vc_span12 ul.products li:nth-child(5n+1),
  .woocommerce-page .full-width-content .vc_span12 ul.products li:nth-child(5n+1),
	.woocommerce-page .full-width-content ul.products li:nth-child(5n+1),
  .woocommerce-page .full-width-content .vc_span12 ul.products li:nth-child(5n+1) {
		margin-left: 2%;
	}

}

@media only screen and (max-width: 999px) and (min-width: 690px) {
	.woocommerce .full-width-content > ul.products[data-product-style="text_on_hover"],
	.woocommerce-page .full-width-content > ul.products[data-product-style="text_on_hover"],
	.woocommerce .full-width-content > ul.products[data-product-style="classic"],
	.woocommerce-page .full-width-content > ul.products[data-product-style="classic"] {
		display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
		padding: 15px;
	}
	.woocommerce .full-width-content > ul.products[data-product-style="text_on_hover"] li.product,
	.woocommerce-page .full-width-content > ul.products[data-product-style="text_on_hover"] li.product,
	.woocommerce .full-width-content > ul.products[data-product-style="classic"] li.product,
	.woocommerce-page .full-width-content > ul.products[data-product-style="classic"] li.product {
		float: none;
		margin: 0!important;
		width: 33.3%;
		padding: 15px;
	}

	 body .full-width-content .vc_span12 ul.products li.product,
	.woocommerce-page .full-width-content ul.products li.product {
		width: 27.7%;
	}

	body .full-width-content .vc_span12 ul.products li:nth-child(3n+1),
	.woocommerce-page .full-width-content ul.products li:nth-child(3n+1) {
		margin-left: 4%;
		margin-right: 4%;
	}

	.woocommerce-page .full-width-content ul.products li.product.last,
  body .full-width-content .vc_span12 ul.products li.product.last {
		margin-right: 4%;
	}

  body .full-width-content .vc_span12 ul.products li:nth-child(3n+4),
  .woocommerce-page .full-width-content ul.products li:nth-child(3n+4) {
		clear: both!important;
	}
	 body .full-width-content .vc_span12 ul.products li.first,
   .woocommerce-page .full-width-content ul.products li.first {
		clear: none;
	}
	 body .full-width-content .vc_span12 ul.products li:nth-child(3n+3),
   .woocommerce-page .full-width-content ul.products li:nth-child(3n+3) {
		clear: none;
	}

	body .full-width-content .vc_span12 ul.products li:nth-child(2n+2),
  body.woocommerce-page .full-width-content ul.products li.product:nth-child(2n+2),
	body .full-width-content .vc_span12 .woocommerce ul.products li:nth-child(2n+2) {
		margin-right: 4%;
	}

	 body .full-width-content .page-title,
   .woocommerce .full-width-content .woocommerce-result-count,
   .full-width-content .woocommerce-breadcrumb {
		padding-left: 4%;
	}

	.full-width-content .woocommerce-ordering {
		right: 4%;
	}
	 body .full-width-content .vc_span12 ul.products li.product:nth-child(2n),
   .woocommerce-page .full-width-content ul.products li.product:nth-child(2n) {
		float: left;
	}
	.full-width-content .vc_span12 ul.products li.product,
  .woocommerce-page .full-width-content ul.products li.product {
		clear: none;
	}

	.woocommerce ul.products li.first.classic,
  .woocommerce-page ul.products li.first.classic {
		clear: none;
	}

}

@media only screen and (max-width: 690px) {

	body .full-width-content .vc_span12 ul.products li:nth-child(4n+1),
  .woocommerce-page .full-width-content ul.products li:nth-child(4n+1) {
		margin-left: 5%;
	}

	.woocommerce-page .full-width-content ul.products li.product.last,
  body .full-width-content .vc_span12 ul.products li.product.last {
		margin-right: 5%;
	}
	body .full-width-content .page-title,
  .full-width-content .woocommerce-result-count,
	body .full-width-content .woocommerce-ordering {
		padding-left: 5%;
		padding-right: 5%;
		right: 0;
	}
	body .full-width-content .vc_span12 ul.products li:nth-child(2n+2),
  .woocommerce-page .full-width-content ul.products li:nth-child(2n+2),
	body .full-width-content .vc_span12 .woocommerce ul.products li:nth-child(2n+2) {
		margin-right: 5%;
	}
	body .full-width-content .vc_span12 ul.products li:nth-child(2n+3),
  .woocommerce-page .full-width-content ul.products li:nth-child(2n+3) {
		margin-left: 5%;
	}
	body .full-width-content .vc_span12 ul.products li.product,
  body.woocommerce-page .full-width-content ul.products li.product {
		width: 42.5%;
	}

	.woocommerce ul.products .text_on_hover.product .add_to_cart_button,
	.text_on_hover.product a.added_to_cart {
		padding: 10px 13px;
		width: 100%;
		margin-top: 10px;
	}


}



.woocommerce .full-width-content .page-title,
.woocommerce .full-width-content .woocommerce-result-count,
 body .full-width-content .woocommerce-breadcrumb {
	padding-left: 2%;
}

.woocommerce .full-width-content .woocommerce-ordering {
	right: 2%;
}
.woocommerce .full-width-content .woocommerce-result-count {
	margin-right: 2%;
}

.woocommerce .full-width-content {
	position: relative;
}

.woocommerce-page .full-width-content {
	margin-top: 0!important;
}

.woocommerce mark {
  background-color: transparent!important;
}



@media only screen and (max-width: 690px) {
	.woocommerce .shop_table .coupon {
		border: none;
		margin-top: 30px;
		padding: 0;
	}
	.woocommerce table.cart td.actions {
		padding: 20px;
	}
	.woocommerce table.cart td.actions button[type="submit"] {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.woocommerce .shop_table .coupon input,
  .woocommerce .shop_table .coupon input#coupon_code {
		width: 100%!important;
		margin-top: 10px;
	}

}



#ajax-content-wrap .related.products > h2,
#ajax-content-wrap .upsells.products > h2,
#ajax-content-wrap #comments h2,
#ajax-content-wrap #review_form h3,
#ajax-content-wrap .cart_totals h2,
#ajax-content-wrap .shipping_calculator h2,
#ajax-content-wrap .cross-sells > h2,
#ajax-content-wrap .cart-collaterals > h2 {
	font-size: 30px;
	line-height: 40px;
}


.woocommerce-page ul.products li.product.last,
.woocommerce ul.products li.product.last {
	margin-right: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	font-size: 12px;
}

.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button:after,
.woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
	font-size: 18px;
}

body[data-fancy-form-rcs="1"] .cart_totals #shipping_method li,
body[data-fancy-form-rcs="1"] .order-review #shipping_method li {
	text-indent: 0;
	position: relative;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
  padding-bottom: 1.5em;
}

.wc-proceed-to-checkout .button.checkout-button,
.woocommerce #order_review #payment #place_order,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  font-size: 1.25em;
  padding: 25px!important;
  display: block;
  text-align: center;
  width: 100%;
}

.woocommerce .products.related,
.woocommerce .products.upsells {
	clear: both;
}

.woocommerce ul.products li.product .text-on-hover-wrap .price del,
.woocommerce-page ul.products li.product .text-on-hover-wrap .price del {
	color: rgba(0,0,0,0.7)!important;
}


.woocommerce .pp_gallery {
	opacity: 1;
	display: block;
}

.woocommerce .product-wrap {
	overflow: hidden;
	position: relative;
}

.woocommerce div.product form.cart .group_table .woocommerce-grouped-product-list-item__quantity .button.product_type_external {
	margin-left: 10px;
	padding: 13px 15px!important;
}
.woocommerce div.product form.cart .group_table .woocommerce-grouped-product-list-item__quantity .button.product_type_external i {
	display: none;
}


div.pp_woocommerce a.pp_expand,
div.pp_woocommerce a.pp_contract,
div.pp_woocommerce a.pp_expand:before,
div.pp_woocommerce a.pp_contract:before {
	display: none!important;
}

.woocommerce div.product form.cart .variations,
.woocommerce .variations,
.nectar-quick-view-box .variations,
.woocommerce .nectar-quick-view-box div.product form.cart .variations {
	position: relative;
	width: auto;
	background-color: transparent;
	margin-bottom: 40px;
}

.woocommerce .variations td,
.nectar-quick-view-box .variations td{
	vertical-align: middle!important;
}

.woocommerce .variations th,
.nectar-quick-view-box .variations th,
.woocommerce .variations tr,
.woocommerce .variations td,
.nectar-quick-view-box .variations td  {
	background-color: transparent!important;
	border: none!important;
}


div.product .single_variation .price {
	display: block;
	margin-top: 0;
}

body:not([data-fancy-form-rcs="1"]).woocommerce .reset_variations  {
	display: none!important;
}
.woocommerce[data-fancy-form-rcs="1"] select + .reset_variations {
	display: none;
}

.woocommerce .reset_variations,
.nectar-quick-view-box .reset_variations {
	display: inline-block;
	margin-left: 15px;
	font-size: 14px;
	vertical-align: middle;
}
.woocommerce a.reset_variations:before {
    display: inline-block;
    font-size: inherit;
    position: relative;
    top: 1px;
    content: "\e117";
    margin-right: .5407911001em;
    font-family:'icomoon';
    speak:none; font-weight:normal; font-variant:normal; text-transform:none;
    line-height:1; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale
}
.woocommerce div.product form.cart .variations td .fancy-select-wrap {
	display: inline-block;
	padding-top: 0;
}


.woocommerce .product-wrap .add_to_cart_button.added:before,
.woocommerce .product-wrap .add_to_cart_button.added:after {
	background-image: none;
	content: none!important;
}

.woocommerce .product-wrap img.attachment-shop_catalog {
	position: relative;
	display: block;
	transition: all 0.2s linear;
	margin-bottom: 0!important;
}


a.added_to_cart,
.classic a.added_to_cart {
	display: none;
	position: absolute!important;
	text-indent: -9999px;
}

.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .price ins,
.woocommerce ul.products li.product .price ins .amount {
	font-size: 18px;
	line-height: 22px;
	font-family: 'Open Sans';
	font-weight: 600;
}

.woocommerce .price ins,
body.woocommerce div.product .price ins,
.woocommerce ul.products li.product .price ins,
.nectar-quick-view-box .summary .price ins {
	font-weight: normal;
	text-decoration: none;
}
.nectar-quick-view-box .summary .price ins {
  font-weight: 700;
}
.nectar-quick-view-box .summary .price del {
   color: rgba(145, 145, 145, 0.5);
   font-size: 0.67em;
 }

.woocommerce .woocommerce-ordering {
	position: absolute;
	right: 0;
	bottom: 13px;
	margin-bottom: 0;
}

.woocommerce .span_9 .woocommerce-ordering {
	right: 20px;
}

.woocommerce .span_9.col_last .woocommerce-ordering {
	right: 0!important;
}

.woocommerce .post-area .woocommerce-ordering {
	float: right!important;
}

.woocommerce .post-area .woocommerce-result-count {
	float: left!important;
}

.nectar-shop-header {
	position: relative;
}

.nectar-shop-header .woocommerce-breadcrumb {
	padding: 13px 0;
	line-height: 40px;
	margin-bottom: 40px;
}

.nectar-shop-header .woocommerce-breadcrumb .fa.fa-angle-right {
	font-size: 14px;
}

.nectar-shop-filters {
	display: flex;
	align-items: center;
}
.nectar-shop-filters .nectar-shop-filter-trigger {
	height: 100%;
	align-items: center;
	display: flex;
}


.woocommerce-breadcrumb [class*="fa-"] {
	line-height: 32px;
  top: -1px;
  width: 20px;
}

body[data-fancy-form-rcs="1"] .woocommerce-ordering .fancy-select-wrap {
	padding-top: 0;
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
	float: none;
	margin-bottom: 5px;
	padding-bottom: 15px;
	position: absolute;
	bottom: 13px;
	padding: 0;
	right: 230px;
}

.woocommerce .woocommerce-breadcrumb {
	color: inherit;
}
.woocommerce .woocommerce-breadcrumb a,
.woocommerce .woocommerce-breadcrumb i {
	color: #000;
}
.woocommerce .woocommerce-breadcrumb span a,
.woocommerce div.product .woocommerce-review-link,
.woocommerce.single-product div.product_meta a {
	padding: 1px 0;
}
.woocommerce .woocommerce-breadcrumb span:last-child {
	opacity: 0.55;
}

body[data-fancy-form-rcs="1"].woocommerce .woocommerce-result-count,
body[data-fancy-form-rcs="1"].woocommerce-page .woocommerce-result-count {
	right: auto;
	position: relative;
	float: right;
	bottom: auto;
	margin-bottom: 0;
	margin-top: 13px;
	line-height: 40px;
	display: inline-block;
}
body[data-fancy-form-rcs="1"].woocommerce.woocommerce .woocommerce-ordering {
	position: relative;
	float: right;
	bottom: auto;
	margin-left: 20px;
	margin-top: 13px;
}

body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-container {
	min-width: 100px;
	width: auto!important;
}

body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-container--default .select2-selection--single {
	border: none!important;
	box-sizing: content-box;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0;
	font-weight: 600;
}
body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: inherit;
}
.select2-results {
	padding: 4px;
}

.woocommerce .cart-notification {
	display: none;
}

.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale,
.woocommerce span.onsale,
.woocommerce-page span.onsale {
	z-index: 1000;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	line-height: 29px;
	padding: 7px;
	right: 15px;
	width: 44px;
	margin-top: -8px;
	box-shadow: none;
	-webkit-box-shadow: none;
	background-image: none;
	text-shadow: none;
	left: auto;
	font-family: 'Open Sans';
	font-weight: 300;
}

.woocommerce-page .single-product-main-image .onsale {
	display: none;
}

.woocommerce #pp_full_res .pp_inline p {
	display: block;
}

.woocommerce .products .classic .star-rating,
.woocommerce-page .products .classic .star-rating,
.woocommerce-page .products .material .star-rating,
.woocommerce .products .material .star-rating,
.woocommerce .products .minimal .star-rating {
	display: none!important;
}


.woocommerce div.product .summary p.price {
	display: block;
	color: inherit;
	font-size: 30px;
	line-height: 30px;
	margin-top: 0.5em;
	padding-bottom: 1.3em;
}


.woocommerce .summary ins .price {
	color: #444444;
}

.woocommerce .quick_rating .star-rating {
	float: none;
	position: relative;
	top: 2px;
}

.woocommerce .review_num {
	float: left;
	margin-right: 5px;
}

.woocommerce .quick_rating:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.woocommerce .quick_rating {
	margin-bottom: 0;
}

.woocommerce div.product .product_title,
.woocommerce #content div.product .product_title,
.woocommerce-page div.product .product_title,
.woocommerce-page #content div.product .product_title {
	margin-bottom: 3px;
}

.woocommerce div.product .woocommerce-product-rating {
	line-height: 1;
	display: flex;
	margin-top: 15px;
	margin-bottom: 1em;
	align-items: center;
}
.woocommerce .woocommerce-product-rating .star-rating {
	margin-right: 10px;
	margin-top: 0;
}
.woocommerce .star-rating {
	height: 1.1em!important;
  width: 86px;
	letter-spacing: 4px;
	font-size: 13px;
}

.woocommerce p.stars a.star-1,
.woocommerce-page p.stars a {
	width: 1.1em;
}

.woocommerce div.product .woocommerce-review-link {
	font-size: 14px;
}


.woocommerce div.product div.images .woocommerce-product-gallery__trigger  { position: absolute; }


.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th,
.nectar-quick-view-box div.product form.cart .variations td,
.nectar-quick-view-box div.product form.cart .variations th {
	display: block;
	line-height: 1em;
}

.woocommerce div.product form.cart .variations td.label {
	padding-bottom: 6px;
}
.woocommerce div.product form.cart .variations td.label label {
	line-height: 1;
}

.woocommerce div.product form.cart .variations tbody > tr:first-child > td.label {
	padding-top: 0;
}

.woocommerce-page button[type="submit"].single_add_to_cart_button {
	margin-top: 30px;
}



.woocommerce table.shop_attributes,
.woocommerce-page table.shop_attributes,
body:not(.woocommerce-cart) .main-content table.shop_attributes {
	margin-top: 20px;
}



.woocommerce div.product_meta > span {
	display: block;
	line-height: 1.4;
	margin-bottom: 10px;
}
.woocommerce div.product_meta > span:last-child {
	margin-bottom: 0;
}

.woocommerce div.product_meta { font-size: 14px; }


.woocommerce div[itemprop="description"] ul {
	margin-left: 0;
}

.woocommerce div.product div.images div.thumbnails a,
 .woocommerce #content div.product div.images div.thumbnails a,
 .woocommerce-page div.product div.images div.thumbnails a,
 .woocommerce-page #content div.product div.images div.thumbnails a {
	width: 22.1%!important;
}

.woocommerce div.product div.images div.thumbnails a.first,
.woocommerce #content div.product div.images div.thumbnails a.first,
.woocommerce-page div.product div.images div.thumbnails a.first,
.woocommerce-page #content div.product div.images div.thumbnails a.first {
	clear: none!important;
}

.woocommerce div.product div.images div.thumbnails a.last,
.woocommerce #content div.product div.images div.thumbnails a.last,
.woocommerce-page div.product div.images div.thumbnails a.last,
.woocommerce-page #content div.product div.images div.thumbnails a.last {
	margin-right: 3.8%!important;
}

.woocommerce div.product div.images div.thumbnails a:nth-child(4n+4) {
	margin-right: 0!important;
}

.woocommerce table.shop_attributes th,
.woocommerce-page table.shop_attributes th,
.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
	background-color: transparent!important;
}

.woocommerce table.shop_attributes td,
.woocommerce-page table.shop_attributes td {
	font-weight: normal;
	font-style: normal;
	background-color: transparent;
}

.woocommerce table.shop_attributes th,
.woocommerce-page table.shop_attributes th {
	color: #333;
}

.woocommerce #tab-reviews #reviews #comments div[itemprop="aggregateRating"] .star-rating {
	display: none!important;
}

.woocommerce .commentlist li {
	list-style: none;
}

.woocommerce #content nav.woocommerce-pagination ul li,
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce-page #content nav.woocommerce-pagination ul li,
.woocommerce-page nav.woocommerce-pagination ul li {
	margin: 1px!important;
}

.woocommerce-pagination {
	padding-bottom: 20px;
}

.woocommerce #content nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul,
.woocommerce-page #content nav.woocommerce-pagination ul,
.woocommerce-page nav.woocommerce-pagination ul,
.woocommerce #content nav.woocommerce-pagination ul li,
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce-page #content nav.woocommerce-pagination ul li,
.woocommerce-page nav.woocommerce-pagination ul li {
	border: 0!important;
}


div.pp_woocommerce .pp_content_container {
	background-color: transparent!important;
	padding: 0!important;
}

div.pp_woocommerce .pp_details .pp_description,
div.pp_woocommerce .pp_close:before,
.woocommerce #pp_full_res .pp_inline p:empty {
	display: none;
}

.pp_woocommerce .pp_content_container .pp_left {
	padding-left: 40px;
}
.pp_woocommerce .pp_content_container .pp_right {
	padding-right: 40px;
}


div.pp_woocommerce .pp_previous:before,
div.pp_woocommerce .pp_next:before {
	background-image: none;
	text-shadow: none;
	-webkit-text-shadow: none;
	color: #fff;
	font-size: 36px;
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	font-weight: normal;
}


.woocommerce #pp_full_res .pp_inline p {
	padding-bottom: 6px;
}

.woocommerce #pp_full_res .pp_inline #reply-title {
	margin-bottom: 18px;
}

.woocommerce #pp_full_res .comment-form-comment,
.woocommerce .comment-form-comment {
	margin-top: 25px!important;
}

.woocommerce #pp_full_res .comment-form-comment textarea {
	margin: 9px 0;
}

.after-product-summary-clear { clear: both; }

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-message {
	box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 0;
	padding-left: 15px;
	-webkit-border-radius: 0;
	background-image: none;
	color: #fff;
	border: none;
	text-shadow: none;
	-webkit-text-shadow: none;
}

.woocommerce .row .col .woocommerce-info,
.woocommerce .row .col .woocommerce-message {
	padding-bottom: 1em;
}

.woocommerce-message a {
	color: #fff;
}

.woocommerce-message:before,
.woocommerce-error:before,
.woocommerce-info:before {
	box-shadow: none;
	-webkit-box-shadow: none;
	content: none;
}

.woocommerce .container .woocommerce-message a.button,
.woocommerce .container .woocommerce-error a.button,
.woocommerce .container .woocommerce-info a.button,
.woocommerce-page .container .woocommerce-message a.button,
.woocommerce-page .container .woocommerce-error a.button,
.woocommerce-page .container .woocommerce-info a.button {
	padding: 0;
	line-height: inherit;
	height: 1.5em;
	vertical-align: middle;
	background-color: transparent;
}
.container .woocommerce-message .button.wc-forward {
  margin-left: 25px;
}


.woocommerce-message:before {
	box-shadow: none;
	-webkit-box-shadow: none;
	content: '';
	background-color: transparent;
	text-indent: -9999px;
	display: block;
	position: absolute;
	top: 10px;
	width: 20px;
	height: 16px;
}

.woocommerce input#coupon_code {
	width: 50%;
	font-size: 14px;
	line-height: 18px;
	float: none;
}

.woocommerce .checkout_coupon input#coupon_code {
  width: 100%;
}

.woocommerce-cart .cart-collaterals .cart_totals table {
  margin-bottom: 20px;
}

.woocommerce-shipping-calculator p {
  padding-bottom: 0;
}
.woocommerce-shipping-calculator p a {
  margin-top: 3px;
  display: block;
}
.woocommerce-shipping-calculator > p:first-child a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0d1";
    margin-right: 0.3342343017em;
}

@media only screen and (min-width: 770px) {
  .coupon .minimal-form-input {
  	width: 54%;
  }
}

@media only screen and (max-width: 770px) {

body.woocommerce .cart-collaterals .cross-sells ul.products li,
body.woocommerce-page .cart-collaterals .cross-sells ul.products li {
	width: 100%;
	margin-bottom: 3em;
}
.woocommerce table.shop_table { margin-bottom: 4em; }

}



@media only screen and (max-width: 770px) {

  .woocommerce table.cart tbody td {
      padding: 10px 20px;
  		border: none;
  }
  .woocommerce table.cart tr td:last-child {
  	padding-right: 20px;
  }
  table.cart tr { margin-bottom: 15px; }
  table.cart td.product-remove a.remove {
      position: absolute;
      font-size: 1.4em;
      top: 20px;
      right: 20px;
  }
  .woocommerce table.cart td.product-thumbnail {
  	padding-top: 20px;
  }
  table.cart td.product-remove {
      padding: 0!important;
      border-top: 1.6em solid;
      position: relative;
  }
  .woocommerce-cart .cart-collaterals .woocommerce-shipping-destination {
    padding-top: 1.5em;
  }

}


.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th {
	padding: 20px;
	border: none;
}
.woocommerce-cart .woocommerce table.shop_table td {
	border: none;
}
.woocommerce-cart .woocommerce table.shop_table .product-name a {
	color: inherit;
}

#add_payment_method .cart-collaterals .shipping-calculator-button::after,
.woocommerce-cart .cart-collaterals .shipping-calculator-button::after,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after {
  font-size: 14px;
}

.woocommerce-cart table tbody tr:nth-child(1n) td:not(.actions),
.woocommerce-cart .cart-collaterals table tr:nth-child(1n) th {
    background-color: rgba(0,0,0,0.01);
}
.woocommerce-cart table tbody tr:nth-child(2n) td:not(.actions),
.woocommerce-cart .cart-collaterals table tr:nth-child(2n) th {
    background-color: rgba(0,0,0,0.03);
}

.woocommerce-cart .cart-collaterals table tr:nth-child(1n) th {

}

.coupon .minimal-form-input input#coupon_code {
	width: 100%;
}
.woocommerce-page table.cart td.actions .coupon {
	min-width: 50%;
	text-align: left;
}


.woocommerce .woocommerce-cart-form__contents .actions .button {
	height: auto;
}

.woocommerce .actions .button {
	padding: 5px 8px 5px 8px;
	height: 29px;
	line-height: 20px;
}

body[data-form-submit="default"] .woocommerce .actions input[type=submit],
body[data-form-submit="default"] .woocommerce .actions button[type=submit] {
    padding: 15px 22px;
}

body:not(.ascend) .actions .coupon .button {
	height: auto;
}

.woocommerce .actions {
	padding: 12px;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-cart table.cart img:not([srcset]),
.woocommerce-checkout table.cart img,
.woocommerce table.cart img,
.woocommerce #content table.cart img,
.woocommerce-page table.cart img,
.woocommerce-page #content table.cart img {
	width: 90px;
	margin-bottom: 0;
}

.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
	border-radius: 0;
	-webkit-border-radius: 0;
	border: none;
}

.woocommerce table.cart td {
	padding: 25px 20px;
}
@media only screen and (min-width: 999px) {
  .woocommerce table.cart td.product-name {
     width: 32%;
  }
}

@media only screen and (max-width: 999px) and (min-width: 770px) {

	.woocommerce table.cart td {
		padding: 20px 10px 20px 20px;
	}
	.woocommerce table.cart td img {
		height: auto;
	}
  .woocommerce table.cart td.product-name a {
     width: 23%;
		 font-size: 14px;
		 line-height: 1.3;
  }
}

.woocommerce table.cart td.product-remove {
	padding-right: 0;
}

.woocommerce table.cart td.actions,
body .woocommerce table.cart td.actions {
	padding-left: 0;
	padding-right: 0;
}

.woocommerce table.cart td.actions {
  background-color: transparent;
}

 .woocommerce-cart[data-form-style="default"] table.cart td.actions .coupon .input-text {
	 padding: 16px;
 }

body[data-form-style="minimal"].woocommerce-cart table.cart .minimal-form-input {
	margin-top: -30px;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
	top: auto;
	left: auto;
	position: relative;
	right: auto;
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	border: 1px solid transparent;
  font-size: 20px ;
  height: 20px ;
  line-height: 17px ;
  padding: 0 ;
  transition: all 0.2s linear 0s;
  width: 10px ;
}
.woocommerce.widget_shopping_cart .cart_list li a.remove.with_text {
	font-size: 12px;
	width: auto;
	color: inherit!important;
	float: none;
	text-align: left;
	margin-top: 7px;
	margin-left: 0;
}

.widget_shopping_cart .nectar-inactive {
	display: none;
}
.nectar-slide-in-cart .widget_shopping_cart .nectar-inactive {
	display: block;
}


.woocommerce table.cart a.remove,
.woocommerce #content table.cart a.remove,
.woocommerce-page table.cart a.remove,
.woocommerce-page #content table.cart a.remove {
	transition: all 0.2s linear;
	font-size: 24px;
	padding: 0;
	line-height: 30px;
	width: 30px;
	height: 30px;
	-webkit-transition: color 0.2s ease, background-color 0.2s ease;
	transition: color 0.2s ease, background-color 0.2s ease;
	color: rgba(0,0,0,0.7)!important;
	margin: 0 auto;
}

table.cart a.remove {
	font-family: 'Open Sans';
	font-weight: 400;
}

.woocommerce  table.cart td.product-quantity {
    min-width: 157px;
}
.woocommerce div.product form.cart .group_table td:first-child {
	min-width: 180px;
}
.woocommerce table.cart .product-thumbnail a,
.woocommerce table.cart .product-thumbnail a img {
	display: block;
}

.woocommerce-page table.cart a.remove:hover {
	color: #fff!important;
}

.woocommerce-cart.material .wc-proceed-to-checkout a.checkout-button {
	padding: 24px;
}

@media only screen and (max-width: 768px) {
	.woocommerce table.cart .product-thumbnail a {
		display: inline-block;
	}
	.woocommerce-page table.shop_table_responsive tr td.product-thumbnail {
		text-align: left!important;
	}
	.woocommerce-page table.cart a.remove {
		color: #fff!important;
		width: 24px;
		height: 24px;
		line-height: 24px;
		font-size: 18px!important;
	}

}

.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .shipping_calculator {
	margin-top: 0!important;
}

.woocommerce p.woocommerce-info {
	padding-left: 1em!important;
}

.woocommerce .woocommerce-info a,
.woocommerce .woocommerce-error a {
	color: #fff!important;
	line-height: 1.5em;
	display: inline-block;
}
.woocommerce-message a {
	line-height: 1.5em;
	display: inline-block;
}

.woocommerce .woocommerce-info:before {
	background-color: transparent!important;
	content: ' '!important;
}

.woocommerce-billing-fields .clear, .shipping_address .clear {
	padding-bottom: 0;
}

.woocommerce .payment_methods li {
	list-style: none;
}
.woocommerce .payment_methods .wc_payment_method.payment_method_stripe img {
	 max-width: 40px;
}

.woocommerce .payment_box p {
	padding-bottom: 0;
	padding-left: 10px;
	line-height: inherit;
	font-size: inherit;
}

.woocommerce-checkout #payment div.payment_box {
   background-color: transparent;
   line-height: inherit;
	font-size: inherit;
	padding-top: 0;
	padding-bottom: 0;
}

.woocommerce-checkout #payment ul.payment_methods {
	border: none;
	padding: 0;
}

.woocommerce-checkout #payment ul.payment_methods li img {
	margin-right: 10px;
}


.product-categories .children,
#footer-outer .product-categories .children {
    margin-left: 20px !important;
    margin-top: 10px;
    margin-bottom: 0!important;
}

.select2-drop-active {
	z-index: 10000000!important;
}

.cat-parent {
	border-bottom: 0!important;
}

.checkout #order_review {
	margin-top: 34px;
}

.checkout #order_review .order-review {
   background-color: transparent;
	 border-bottom: 1px solid rgba(0,0,0,0.1);
	 border-top: 1px solid rgba(0,0,0,0.1);
}

.checkout #order_review .order-review tbody tr:first-child {
	padding-top: 20px;
}
.checkout #order_review .order-review tbody tr:last-child {
	padding-bottom: 20px;
}
.checkout #order_review .order-review tbody tr {
	display: flex;
}
.checkout #order_review .order-review tbody tr td {
	margin-left: auto;
	font-size: 16px;
}
.checkout #order_review .order-review tbody tr.order-total td .woocommerce-Price-amount {
	font-size: 22px;
}
.checkout #order_review .order-review tbody tr.order-total > *  {
	padding-bottom: 0;
}

.checkout #order_review .order-review #shipping_method label span {
	color: inherit;
}
.checkout #order_review .order-review td,
.checkout #order_review .order-review  tr th {
	border: none;
}

.checkout #order_review tr:nth-child(2n+1) {
    background-color: transparent;
}

.checkout .col2-set .col-1 {
	width: 58%;
}
.checkout .col2-set .col-2 {
	width: 39%;
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
	.checkout .col2-set .col-1 {
		width: 50%;
	}
	.checkout .col2-set .col-2 {
		width: 47%;
	}
	body .checkout .woocommerce-shipping-fields,
	body .checkout .woocommerce-billing-fields,
	body .checkout .woocommerce-additional-fields {
		padding-right: 25px;
	}

	body .woocommerce-checkout-review-order-table .product-info h4,
	.woocommerce-checkout #payment p {
		font-size: 14px;
	}
}

.woocommerce .payment_box {
	margin: 0;
	background-image: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.checkout .woocommerce-shipping-fields,
.checkout .woocommerce-billing-fields,
.checkout .woocommerce-additional-fields {
	padding-right: 45px;
}

.checkout .woocommerce-account-fields label span,
.checkout .woocommerce-shipping-fields label span {
	color: inherit;
}

@media only screen and (max-width: 999px) {
	.checkout .woocommerce-shipping-fields,
	.checkout .woocommerce-billing-fields,
	.checkout .woocommerce-additional-fields {
		border: none;
	}
}

@media only screen and (max-width: 768px) {
	.checkout .woocommerce-shipping-fields,
	.checkout .woocommerce-billing-fields,
	.checkout .woocommerce-additional-fields {
		border: none;
		padding-right: 0;
	}
}

.checkout .woocommerce-billing-fields {
	padding-bottom: 20px;
}

.woocommerce .payment_box:after {
	border: none;
}

.woocommerce div.product_meta {
	margin-bottom: 20px;
}

body[data-bg-header="true"].woocommerce-checkout .container-wrap .woocommerce,
body[data-bg-header="true"].woocommerce-cart .container-wrap .woocommerce {
	padding-top: 45px;
}

.woocommerce-checkout-review-order-table .product-container {
	background-color: rgba(0,0,0,0.02);
	padding: 20px;
	max-height: 456px;
	overflow-x: hidden;
	overflow-y: auto;
	margin-bottom: 30px;
}

.woocommerce-checkout-review-order-table .product-image {
	float: left;
	line-height: 1px;
	width: 20%;
}
.woocommerce-checkout-review-order-table .product-info {
	padding-right: 30px;
	float: right;
	width: 75%;
}
.woocommerce-checkout-review-order-table .product-info dl {
	line-height: 1.7;
}
.woocommerce-checkout-review-order-table .product-info dl dt {
	font-weight: 700;
  padding: 0;
  margin: 0 4px 0 0;
	display: inline-block;
  clear: left;
	float: left;
}
.woocommerce-checkout-review-order-table .product-info dl dd {
	padding: 0;
}
.woocommerce-checkout-review-order-table .product-info dl::after {
    clear: both;
		content: ' ';
    display: table;
}

.woocommerce-checkout-review-order-table .product-container .cart_item {
	display: flex;
	align-items: center;
}

.woocommerce-checkout-review-order-table .product-info {
	display: flex;
	align-items: center;
	margin-left: auto;
	padding-right: 0;
}

.woocommerce .woocommerce-checkout-review-order-table table.order-review tr th,
.woocommerce .woocommerce-checkout-review-order-table table.order-review tr td {
	padding: 4px 0;
	line-height: 1.6;
}
.woocommerce .woocommerce-checkout-review-order-table table.order-review ul#shipping_method li {
	margin-bottom: 0
}

.checkout #order_review p {
	line-height: 1.7;
}

.woocommerce-checkout-review-order-table .product-info .woocommerce-Price-amount {
		margin-left: auto;
}

.woocommerce-checkout-review-order-table .product-info .product-quantity  {
	display: block;
}

.woocommerce-checkout-review-order-table .product-info h4 {
	font-size :16px;
	line-height: 22px;
	margin-bottom: 0;
}
.woocommerce-checkout-review-order-table .product-info h4 a,
.woocommerce-checkout-review-order-table .product-info .amount {
	color: inherit;
}

.woocommerce-checkout-review-order-table .product-info .amount {
	font-size: 14px;
}

.woocommerce-checkout-review-order-table .product-container > div:last-child {
	margin-bottom: 0;
}

.woocommerce-checkout-review-order-table .cart_item {
	margin-bottom: 20px;
}

.woocommerce-checkout-review-order-table .cart_item:after {
	clear: both;
	display: block;
	content: ' ';
}

.woocommerce-cart[data-form-style="minimal"] table.cart td.actions .coupon .input-text {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom-width: 2px;
  padding: 14px;
}

body[data-form-style="minimal"] .woocommerce-invalid-required-field:not(.woocommerce-validated) .minimal-form-input label:after{
  -webkit-transform:translate3d(0,0,0);
  transform:translate3d(0,0,0);
  border-color:#ff2929!important
}

body[data-form-style="minimal"].woocommerce form .form-row.woocommerce-invalid-required-field:not(.woocommerce-validated) label:not([for*="_state"]) .required,
body[data-form-style="minimal"].woocommerce-page form .form-row.woocommerce-invalid-required-field:not(.woocommerce-validated) label:not([for*="_state"]) .required {
  color:#ff2929!important
}

body[data-form-style="minimal"].woocommerce form .required{
  -webkit-transition:color 0.2s cubic-bezier(.39,.71,.56,.98);
  transition:color 0.2s cubic-bezier(.39,.71,.56,.98)
}


body[data-fancy-form-rcs="1"] .woocommerce-billing-fields .fancy-select-wrap,
body[data-fancy-form-rcs="1"] .woocommerce-shipping-fields .fancy-select-wrap {
 padding-top: 0;
}

body[data-fancy-form-rcs="1"].woocommerce-page #billing_state_field .select2-container--default .select2-selection--single {
	min-height: 40px;
}



.woocommerce .chzn-container-single .chzn-single,
.woocommerce .chosen-container-single .chosen-single {
	background-image: none!important;
	border: none;
	padding: 4px 10px;
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
	border-radius: 0;
	-webkit-border-radius: 0;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
}
.woocommerce .variations td label,
.nectar-quick-view-box .variations td label {
	font-size: 14px;
}
.woocommerce .variations td,
.nectar-quick-view-box .variations td {
	padding: 7px 0;
}

.woocommerce .variations td.value,
.nectar-quick-view-box .variations td.value {
  padding-top: 0;
  padding-bottom: 20px;
}

.woocommerce .variations tr:last-child td.value,
.nectar-quick-view-box .variations tr:last-child td.value{
  padding-bottom: 0;
}

body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-container--default .select2-results>.select2-results__options {
	max-height: 250px;
}

body[data-fancy-form-rcs="1"] .woocommerce-ordering select {
	opacity: 0;
	width: 125px;
}
@media only screen and (min-width: 690px) {
	body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-dropdown {
		width: 250px!important;
		right: 0;
		left: auto;
	}
	body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-container {
		left: auto!important;
		right: 0;
	}
}
body[data-fancy-form-rcs="1"] .woocommerce-ordering  .select2-results__option {
    line-height: 1.3;
}

body[data-fancy-form-rcs="1"] .variations_form.cart .variations .select2-container{
	min-width: 200px;
	width: auto!important;
}
body[data-fancy-form-rcs="1"].woocommerce div.product form.cart .variations select {
	min-width: 200px;
}

body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-container {
	width: auto!important;
}

.woocommerce form .form-row {
	  margin: 0 0 8px;
}
.woocommerce form .form-row textarea {
	height: 5em
}

body.woocommerce-checkout:not([data-fancy-form-rcs="1"]) .select2-container--default .select2-selection--single,
body.woocommerce-checkout:not([data-fancy-form-rcs="1"]) .select2-container--default .select2-selection--single .select2-selection__rendered,
body.woocommerce-checkout:not([data-fancy-form-rcs="1"]) .select2-container--default .select2-selection--single .select2-selection__arrow,
body.woocommerce-cart:not([data-fancy-form-rcs="1"]) .cart_totals .select2-container--default .select2-selection--single,
body.woocommerce-cart:not([data-fancy-form-rcs="1"]) .cart_totals .select2-container--default .select2-selection--single .select2-selection__rendered,
body.woocommerce-cart:not([data-fancy-form-rcs="1"]) .cart_totals .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
  line-height: 48px;
}



.woocommerce .chzn-container .chzn-results .highlighted,
.woocommerce .chosen-container .chosen-results .highlighted {
	background-image: none;
}

.woocommerce .chosen-container-single .chosen-search input[type=text] {
	background: none!important;
}

.woocommerce .chzn-container-active .chzn-single-with-drop, .woocommerce .chosen-container-active .chosen-single-with-drop {
	background-color: #fff;
}

.woocommerce .chzn-container .chzn-drop,
.woocommerce .chosen-container .chosen-drop {
	border: none;
}

.woocommerce table.order-review th, .woocommerce-page table.order-review th,
.woocommerce table.order-review tfoot td, .woocommerce table.order-review tfoot th,
.woocommerce-page table.shop_table tfoot td, .woocommerce-page table.shop_table tfoot th {
	font-family: 'Open Sans';
	font-weight: 600;
	color: #333;
}

.woocommerce table.order-review td {
	padding: 8px;
}

.woocommerce table.order-review td p {
	padding-bottom: 0;
}

.woocommerce table.order-review .order-total td, .woocommerce table.order-review th {
	font-size: 16px;
	padding: 6px;
}

.woocommerce #payment div.form-row,
.woocommerce-page #payment div.form-row {
	padding: 15px 0!important;
}

.woocommerce .form-row.terms {
	float: left;
	padding-left: 0;
}

.woocommerce .form-row.terms #terms {
	margin-top: -2px;
	margin-left: 5px;
}

.container-wrap .woocommerce-error {
	margin-left: 0;
	padding-left: 10px;
}

.woocommerce-error strong {
	color: #fff!important;
}

.woocommerce-error:before {
	content: '';
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	background-color: transparent;
}

.woocommerce-cart .shipping-calculator-form button[name="calc_shipping"] {
	margin-top: 10px;
}


.woocommerce .order_details li {
	list-style: none;
}

.woocommerce .customer_details {
	margin-bottom: 20px;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
	width: 49%;
	padding: 1px;
}


.woocommerce .products {
	margin-bottom: 0!important;
}

.woocommerce a.woocommerce-main-image img {
	margin-top: 9px;
}

.woocommerce .price_slider_amount .clear {
	padding: 0!important;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
	height: 10px;
	background-color: #EBEBEB;
	height: 10px;
	background-image: none;
  border-radius: 300px 300px 300px 300px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  border-bottom: 1px solid #FFFFFF;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
	height: 10px;
	border: none;
	box-shadow: none;
	background-image: none;
  border-radius: 300px 300px 300px 300px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16) inset;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #F5F5F5;
	background-image: none;
	height: 20px;
	width: 20px;
	top: -5px;
	border: none;
	box-shadow: 0px 1px 4px rgba(0,0,0,0.25), 0px 9px 8px rgba(0,0,0,0.035), 0px 1px 0px #fff inset;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
  font-size: 12px;
}

.woocommerce .price_slider_amount button.button,
.woocommerce .price_slider_amount .price_label,
.woocommerce.ascend .price_slider_amount button.button[type="submit"],
.woocommerce.ascend .price_slider_amount .price_label {
	  background-color: rgba(0,0,0,0.045);
    background-repeat: repeat-x;
    line-height: 14px;
    padding: 5px 8px;
    border-radius: 0 0 0 0;
    margin-top: 9px;
    font-size: 12px;
		color: #000;
}
.woocommerce .price_slider_amount button.button:hover,
.woocommerce .price_slider_amount button.button:focus {
	color: #fff;
}
#ajax-content-wrap .price_slider_amount button.button:hover {
	transform: none;
	box-shadow: none;
}
.woocommerce.ascend .price_slider_amount button.button[type="submit"],
.woocommerce.ascend .price_slider_amount .price_label {
  padding: 5px 8px!important;
}

/*before js*/
.woocommerce.widget_price_filter .price_slider_amount input[type="text"] { opacity: 0; position: absolute;}
body:not(.original) .woocommerce.widget_price_filter .price_slider:not(.ui-slider) { display: block!important; }
.woocommerce.widget_price_filter .price_slider:not(.ui-slider):before,
.woocommerce.widget_price_filter .price_slider:not(.ui-slider):after {
	height: 20px;
	width: 20px;
	display: block;
	content: '';
	position: absolute;
	top: -7px;
	left: 0;
	border-radius: 100px;
}

.woocommerce.widget_price_filter .price_slider:not(.ui-slider) { height: 3px; overflow: visible; position: relative; }

.ascend .woocommerce.widget_price_filter .price_slider:not(.ui-slider) { height: 6px; }

.woocommerce.widget_price_filter .price_slider:not(.ui-slider):after {
	right: -4px;
	left: auto;
}
.ascend .woocommerce.widget_price_filter .price_slider:not(.ui-slider):after {
	right: -2px;
}


.ascend.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.ascend.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
	height: 6px;
	box-shadow: none;
}
.ascend.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.ascend.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle,
.ascend.woocommerce .woocommerce.widget_price_filter .price_slider:not(.ui-slider):before,
.ascend.woocommerce .woocommerce.widget_price_filter .price_slider:not(.ui-slider):after {
	top: -6px;
	height: 18px;
  width: 18px;
  background-color: #fff;
  box-shadow: 0 3px 12px 0 rgba(43,43,49,.09), 0 5px 17px 0 rgba(43,43,49,.11);
}
.ascend.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.ascend.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
	box-shadow: none;
    border-bottom: none;
}
.ascend.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.ascend.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
	height: 6px;
	background-color: rgba(0,0,0,0.07)!important;
}
.woocommerce.ascend .price_slider_amount .price_label,
.woocommerce.material .price_slider_amount .price_label {
  border: none;
  background-color: transparent;
  padding-right: 0;
}

body[data-form-submit="see-through"].woocommerce .price_slider_amount button.button:hover  {
	color: #666!important;
}
.woocommerce.material .price_slider_amount .price_label { padding-left: 0!important;}
body[data-form-submit="regular"].material .container-wrap .widget_price_filter button[type=submit],
body[data-form-submit].material .container-wrap .widget_price_filter button[type=submit] {
	padding: 7px 15px!important;
}
.woocommerce.ascend .price_slider_amount button.button[type="submit"] {
	background-color: transparent!important;
	border: none!important;
	padding-left: 0!important;
}
.woocommerce.material .price_slider_amount button.button[type="submit"] {
	float: right;
}
.woocommerce.material .price_slider_amount .price_label { float:left; }

body[data-button-style="slightly_rounded_shadow"].woocommerce .widget .price_slider_amount button.button[type="submit"]:hover {
	-webkit-transform: none!important;
	transform: none!important;
	box-shadow: none!important;
}
.ascend #sidebar .widget.woocommerce.widget_price_filter > form {
	padding-top: 15px;
}


.woocommerce .price_slider_amount .price_label {
	float: right;
	position: relative;
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a,
.woocommerce-page ul.cart_list li a,
.woocommerce-page ul.product_list_widget li a {
	font-weight: normal;
}

.woocommerce .product_list_widget span,
.woocommerce .product_list_widget,
.woocommerce.ascend .product_list_widget .star-rating:before  {
	font-size: 12px;
}
.woocommerce .widget_top_rated_products .product_list_widget .star-rating span,
.widget_top_rated_products .product_list_widget .star-rating span {
	font-size: 13px;
}

.woocommerce .widget_recent_reviews .product_list_widget li,
.woocommerce .widget_top_rated_products .product_list_widget li {
	line-height: 26px;
}

.woocommerce .widget_layered_nav ul li a,
.woocommerce-page .widget_layered_nav ul li a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a {
	padding-left: 25px;
}

#sidebar .woocommerce-widget-layered-nav ul li.select2-selection__choice {
	padding: 4px 8px;
}

.ascend #sidebar .woocommerce-widget-layered-nav ul li.select2-selection__choice {
  padding: 4px 8px!important;
}
#sidebar .woocommerce-widget-layered-nav ul li.select2-search--inline { padding: 0; }
#sidebar .woocommerce-widget-layered-nav ul li.select2-search--inline input {
  padding: 4px!important;
}
.ascend.woocommerce #sidebar .woocommerce-widget-layered-nav ul { margin-top: 0; }

div.widget.woocommerce.widget_product_search,
div.widget.woocommerce.widget_product_search form { position: relative; }

div.widget.woocommerce.widget_product_search button[type=submit] {
	position: absolute;
	right: 0;
	top: 0;
  height: 100%;
	padding: 15px 22px;
}


body[data-form-submit="see-through"] div.widget.woocommerce.widget_product_search button[type=submit] {
	padding: 12px 22px!important;
}
body[data-form-submit="see-through"].ascend div.widget.woocommerce.widget_product_search button[type=submit],
.ascend div.widget.woocommerce.widget_product_search button[type=submit] {
	padding: 18px 22px!important;
}

div.widget.woocommerce.widget_product_search input[type="search"] {
	padding-right: 100px;
}
body[data-form-style="minimal"] div.widget.woocommerce.widget_product_search input[type="search"] {
	padding-right: 100px;
}

body[data-form-style="minimal"] div.widget.woocommerce.widget_product_search .minimal-form-input  .screen-reader-text {
	clip: auto;
}
body[data-form-style="minimal"] div.widget.woocommerce.widget_product_search { position: relative; }
body[data-form-style="minimal"] div.widget.woocommerce.widget_product_search button[type=submit] {
	top: auto;
	bottom: 0px;
}

.woocommerce .widget_layered_nav ul li a:before,
.woocommerce-page .widget_layered_nav ul li a:before {
	width: 12px;
	height: 12px;
	border-radius: 2px;
	background-color: transparent!important;
	border: 1px solid rgba(0,0,0,0.15);
	position: absolute;
	left: 0;
	top: 4px;
	content: ' '!important;
	display: block;
}

.woocommerce .widget_layered_nav ul li.chosen a:after, .woocommerce-page .widget_layered_nav ul li.chosen a:after {
	content: "\f00c";
	width: 13px;
	text-align: center;
    line-height: 14px;
	position: absolute;
	font-size: 12px;
	left: 0;
	top: 4px;
	font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
	display: block;
}

.ascend.woocommerce #sidebar div ul li {
	padding: 0 0 12px 0;
	font-size: 15px;
	line-height: 20px;
}

.ascend.woocommerce #sidebar div ul li a {
	color: inherit;
}
.woocommerce #sidebar div ul li a:hover ~ .count,
.woocommerce #sidebar div ul li.chosen > a ~ .count,
.woocommerce #sidebar div ul .current-cat > .count {
	color: #fff;
}
.ascend.woocommerce #sidebar h4 {
	color: #000;
}
.ascend.woocommerce #sidebar div ul {
	margin-top: 12px;
}
.ascend.woocommerce #sidebar div ul > li:last-child {
	padding-bottom: 0!important;
}
.widget.woocommerce .product-categories li, .widget.woocommerce .wc-layered-nav-term,
.woocommerce .widget_layered_nav ul li, .woocommerce-page .widget_layered_nav ul li {
	position: relative;
}


@media only screen and (max-width: 999px) {

	.ascend.woocommerce #sidebar div ul.yith-wcan-color li {
		padding-bottom: 0!important;
	}

	.woocommerce-result-count { display: none;}
}


@media only screen and (min-width: 691px) {
	body[data-fancy-form-rcs="1"] .woocommerce-ordering .fancy-select-wrap a.select2-choice {
		border: none;
	}
	body .woocommerce-ordering .select2-container .select2-choice>.select2-chosen {
		font-size: 14px!important;
	}
	body[data-fancy-form-rcs="1"] .bigdrop {
		min-width: 200px;
	}
}
@media only screen and (max-width: 690px) {
	.woocommerce .container-wrap .woocommerce-ordering {
		margin-bottom: 20px;
	}
}

.widget.yith-woocommerce-ajax-product-filter .clear {
  padding-bottom: 0;
}

.widget.woocommerce .product-categories li .count,
.widget.woocommerce .wc-layered-nav-term .count,
.widget.yith-woocommerce-ajax-product-filter .count {
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 100px;
	font-size: 11px;
	text-align: center;
	line-height: 20px;
	height: 20px;
	width: 20px;
	display: inline-block;
	-webkit-transition: background-color 0.2s ease, color 0.2s ease;
	transition: background-color 0.2s ease, color 0.2s ease;
}

body:not(.ascend) .widget.woocommerce .product-categories li .count,
body:not(.ascend) .widget.woocommerce .wc-layered-nav-term .count {
	top: 12px;
}
body:not(.ascend) #sidebar .widget.woocommerce li:first-child > .count {
	top: 6px;
}
body:not(.ascend).woocommerce #sidebar .widget_layered_nav ul li a:before,
body:not(.ascend).woocommerce-page #sidebar .widget_layered_nav ul li a:before {
	top: 17px;
}
body:not(.ascend).woocommerce #sidebar .widget_layered_nav ul li:first-child a:before {
	top: 8px;
}
body:not(.ascend).woocommerce #sidebar .widget_layered_nav ul li a:after,
body:not(.ascend).woocommerce-page #sidebar .widget_layered_nav ul li a:after {
	top: 17px;
}
body:not(.ascend).woocommerce #sidebar .widget_layered_nav ul li:first-child a:after {
	top: 8px;
}

.widget_shopping_cart ul.product_list_widget li img {
	height: auto;
	width: 75px;
	margin-left: 0;
	margin-right: 15px;
	float: left;
	margin-bottom: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.widget_shopping_cart ul.product_list_widget li img:not([srcset]) {
	width: 75px;
}
#footer-outer .widget_shopping_cart .woocommerce-mini-cart__buttons a {
	color: #fff!important;
}


.material.woocommerce-page ul.product_list_widget li img,
.material #header-outer ul.product_list_widget li img {
	border-radius: 4px;
}
.woocommerce-page #sidebar .widget_top_rated_products ul.product_list_widget li img,
.woocommerce-page .widget_top_rated_products ul.product_list_widget li img,
.row .widget_top_rated_products ul.product_list_widget li img {
	width: 32px;
}

.woocommerce #ajax-content-wrap .widget_layered_nav_filters ul li a,
.woocommerce-page .widget_layered_nav_filters ul li a,
.material #ajax-content-wrap #sidebar .widget_layered_nav_filters ul li a {
	border: 1px solid rgba(0,0,0,0.1);
	transition: all 0.2s ease;
	padding: 10px 15px!important;
	display: block;
	color: inherit;
	line-height: 1;
}
body[data-button-style^="rounded"] .widget_layered_nav_filters ul li a {
	border-radius: 200px;
}

#ajax-content-wrap .widget_layered_nav_filters ul li a:hover,
.material #ajax-content-wrap #sidebar .widget_layered_nav_filters ul li a:hover {
	border: 1px solid rgba(0,0,0,0.25);
}

.woocommerce #ajax-content-wrap .widget_layered_nav_filters ul li a:before {
	line-height: inherit;
	vertical-align: top;
	margin-top: 0;
}
.woocommerce #sidebar .widget_layered_nav_filters ul {
	margin-top: -10px;
}
.woocommerce #ajax-content-wrap .widget_layered_nav_filters ul li {
	margin-right: 10px;
	margin-top: 10px;
}
.woocommerce .widget_layered_nav_filters ul li a:before {
	color: inherit;
	margin-top: 3px;
  display: inline-block;

}

.woocommerce-page .widget_layered_nav_filters ul li {
	padding: 0 1px 1px 0!important;
	border-bottom: 0!important;
}

.woocommerce .ppt {
	text-indent: -9999px!important;
}



/* yith ajax filters */

.woocommerce .yith-wcan-reset-navigation.button {
	padding: 13px 15px!important
}
.woocommerce .yith-wcan-reset-navigation.button:hover {
	opacity: 0.8;
}
.woocommerce .widget_layered_nav ul.yith-wcan-label li.chosen a,
.woocommerce-page .widget_layered_nav ul.yith-wcan-label li.chosen a,
.woocommerce .widget_layered_nav ul.yith-wcan-label li a,
.woocommerce-page .widget_layered_nav ul.yith-wcan-label li a {
	background-color: transparent;
	margin: 0;
	transition: background-color 0.2s ease;
}
.widget_layered_nav ul.yith-wcan-label li a:before,
.widget_layered_nav ul.yith-wcan-label li a:after {
	display: none!important;
}

.widget_layered_nav ul.yith-wcan-label li,
.woocommerce #sidebar .widget_layered_nav ul.yith-wcan-label li {
  padding: 0!important;
	margin: -1px -1px 0 0;
	background-color: #fff;
}

.material .widget_layered_nav ul.yith-wcan-label li,
.woocommerce.material #sidebar .widget_layered_nav ul.yith-wcan-label li {
		border: 1px solid rgba(0,0,0,0.1);
}

body .widget_layered_nav ul.yith-wcan-label li.chosen a,
body .widget_layered_nav ul.yith-wcan-label li a:hover,
body #sidebar .widget_layered_nav ul.yith-wcan-label li.chosen a,
body #sidebar .widget_layered_nav ul.yith-wcan-label li a:hover,
.ascend.woocommerce #sidebar .widget_layered_nav ul.yith-wcan-label li a:hover {
	color: #fff!important;
	border-color: transparent;
}

.widget_layered_nav ul.yith-wcan-label li a,
body.material .widget_layered_nav ul.yith-wcan-label li a,
body #sidebar .widget_layered_nav ul.yith-wcan-label li a {
  padding: 10px 20px!important;
  line-height: 1em;
}

.woocommerce .widget_layered_nav ul.yith-wcan-label li {
	margin: 0;
}
.woocommerce #sidebar .widget_layered_nav ul.yith-wcan-select {
  margin-bottom: 0;
}
.woocommerce #sidebar .widget_layered_nav ul.yith-wcan-select li {
	border: none;
	box-shadow: none;
}
.woocommerce-page .widget_layered_nav .yith-wcan-select-wrapper ul li:not(.chosen) {
	opacity: 0.3;
}
.woocommerce-page .widget_layered_nav .yith-wcan-select-wrapper ul li:hover {
	opacity: 1;
}
.woocommerce-page .widget_layered_nav .yith-wcan-select-wrapper ul li.chosen {
	box-shadow: none;
}
.woocommerce-page .widget_layered_nav .yith-wcan-select-wrapper ul li.chosen a {
	background-image: none;
}

@media only screen and (min-width: 1000px) {

	.woocommerce #sidebar .widget_layered_nav ul.yith-wcan-color {
    margin-bottom: -14px;
  }

}

.woocommerce #sidebar .widget_layered_nav ul.yith-wcan-color li a {
	border-radius: 100px;
	height: 32px;
	width: 32px;
	position: relative;
	border: none;
	margin: 0 14px 14px 0;
	box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.1);
	transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.woocommerce #sidebar .widget_layered_nav ul.yith-wcan-color li.chosen a:after {
	display: none;
}
.woocommerce #sidebar .widget_layered_nav ul.yith-wcan-color li a:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.woocommerce.original #sidebar .widget_layered_nav ul.yith-wcan-color li {
	border: none;
	padding: 0;
}

.woocommerce #sidebar .widget_layered_nav ul.yith-wcan-color li a:before,
.woocommerce #sidebar .widget_layered_nav ul.yith-wcan-select li a:before,
.woocommerce #sidebar .widget_layered_nav ul.yith-wcan-select li a:after { display: none; }

.woocommerce #sidebar .widget_layered_nav ul.yith-wcan-color li a {
	padding-left: 0!important;
}

.woocommerce .widget_layered_nav ul.yith-wcan-color li a span.multicolor.color-1 {
  border-width: 32px 32px 0 0;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li a span.multicolor.color-2 {
	border-width: 0 0 32px 32px;
}


#customer_details p.create-account {
	padding-left: 0;
	margin-top: 30px;
}


.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
	float: none;
}

body[data-form-style="minimal"] .create-account > p:first-child {
	padding-bottom: 0;
}



/*minimal*/

 .products li.product .nectar_quick_view {
	 cursor: pointer;
 }

 @media only screen and (max-width: 999px) {

	  .products li.product .nectar_quick_view {
      display: none!important;
    }

 }


#header-outer .widget_shopping_cart .cart_list li {
    text-align: left;
}


body .nectar-quick-view-box h1.product_title.entry-title {
	padding-right: 30px;
}
.nectar-quick-view-box .single_add_to_cart_button_wrap a span,
.products li.product.minimal .product-add-to-cart a span { padding: 4px 0;}
 .nectar-quick-view-box .single_add_to_cart_button_wrap a:hover span,
.products li.product.minimal .product-add-to-cart a:hover span,
.products li.product.minimal .product-add-to-cart .added_to_cart:hover,
.woocommerce-account .woocommerce > #customer_login .nectar-form-controls .control.active,
.woocommerce-tabs .full-width-content[data-tab-style="fullwidth"] ul.tabs li.active a,
.woocommerce .woocommerce-info a:hover,
.woocommerce .woocommerce-error a:hover,
.woocommerce-message a:hover,
.woocommerce-MyAccount-content .woocommerce-message a.button:hover,
.woocommerce .woocommerce-breadcrumb a:hover,
.woocommerce div.product .woocommerce-review-link:hover,
.woocommerce.single-product div.product_meta a:hover {
	background-size: 100% 2px;
}
.nectar-shop-header > .woocommerce-ordering .select2-container--default:hover .select2-selection__rendered,
.nectar-shop-header > .woocommerce-ordering .select2-container--default.select2-container--open .select2-selection__rendered {
	background-position: right bottom;
	background-size: 0% 2px;
}
.nectar-quick-view-box .single_add_to_cart_button_wrap a span,
.products li.product.minimal .product-add-to-cart a span,
.woocommerce-account .woocommerce > #customer_login .nectar-form-controls .control,
.products li.product.minimal .product-add-to-cart .added_to_cart,
.woocommerce-tabs .full-width-content[data-tab-style="fullwidth"] ul.tabs li a,
.woocommerce .woocommerce-info a,
.woocommerce .woocommerce-error a,
.woocommerce-message a,
.woocommerce .woocommerce-breadcrumb a,
.nectar-shop-header > .woocommerce-ordering .select2-container--default .select2-selection__rendered,
.woocommerce div.product .woocommerce-review-link,
.woocommerce.single-product div.product_meta a {
	background-repeat: no-repeat;
	background-size: 0% 2px;
	background-position: left bottom;
	background-image: linear-gradient(to right, #000000 0%, #000000 100%);
	transition: background-size 0.55s cubic-bezier(.2,.75,.5,1);
}
.nectar-shop-header > .woocommerce-ordering .select2-container--default .select2-selection__rendered {
	background-size: 100% 2px;
}

.nectar-quick-view-box  .single_add_to_cart_button_wrap a.single_add_to_cart_button span,
.woocommerce .woocommerce-info a,
.woocommerce .woocommerce-error a,
.woocommerce-message a,
.woocommerce-MyAccount-content .woocommerce-message a.button {
	background-image: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
}

.nectar-quick-view-box  .single_add_to_cart_button_wrap a,
.woocommerce-tabs .full-width-content[data-tab-style="fullwidth"] ul.tabs li a,
.woocommerce .woocommerce-info a,
.woocommerce-message a {
	position: relative;
}

.nectar-quick-view-box .summary-content > .nectar-full-product-link  {
 display: none!important;
}

.nectar-quick-view-box .nectar-full-product-link a {
	color: #000;
	padding-bottom:4px;
}


.woocommerce.add_to_cart_inline a.button.add_to_cart_button span.price,
.woocommerce.add_to_cart_inline a.button.add_to_cart_button .icon-salient-cart {
	display: none;
}

p.woocommerce.add_to_cart_inline { text-align: center; }
body p.woocommerce.add_to_cart_inline > span.woocommerce-Price-amount,
body p.woocommerce.add_to_cart_inline ins > span.woocommerce-Price-amount {
  display: block;
  margin-bottom: 20px;
  font-size: 22px;
}

body p.woocommerce.add_to_cart_inline {
  padding: 0 0 40px!important;
  border: none!important;
}

body .woocommerce.add_to_cart_inline a.button.add_to_cart_button {
	padding: 22px 45px;
	display: inline-block;
	font-size: 14px;
}
body .woocommerce.add_to_cart_inline a.button.add_to_cart_button:hover { opacity: 0.9; }
body .woocommerce.add_to_cart_inline a.button.add_to_cart_button.added:after {
	margin-left: 10px;
}

body .woocommerce.add_to_cart_inline a.button.add_to_cart_button.loading { opacity: 0.5; }
body .woocommerce.add_to_cart_inline a.button.add_to_cart_button.loading:after { display: none; }


li.product.no-trans * { visibility: hidden!important; }


ul.products li.product.no-trans,
ul.products li.product.no-trans *,
ul.products li.product.no-trans .background-color-expand:before {
	-webkit-transition: none!important;
	transition: none!important;
	transition-delay: 0s!important;
	box-shadow: none;
}

.nectar-quick-view-box-backdrop {
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	cursor: pointer;
	transition: opacity 0.3s ease;
	background-color: rgba(0,0,0,0.45);
	visibility: hidden;
	pointer-events: none;
	opacity: 0;
}

.nectar-quick-view-box {
	display: block;
  position: fixed;
  max-width: 1050px;
  visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: left,top,width;
	pointer-events: none;
  z-index: 20000;
	min-width: 200px;
	min-height: 200px;
}

.nectar-slide-in-cart-bg {
	position: fixed;
	z-index: -9;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	background-color: rgba(0,0,0,0.45);
	pointer-events: none;
  transition: opacity 0.4s cubic-bezier(0, 0.8, 1, 1);
}

.product.open-nectar-quick-view {
  transition: opacity .3s ease;
}

.woocommerce-variation-add-to-cart.woocommerce-variation-add-to-cart-enabled {
	margin-top: 30px;
}

.woocommerce div.product .stock,
.nectar-quick-view-box div.product .stock {
	padding-bottom: 15px;
}



/* hover text style */

.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del {
	font-size: 0.67em;
	color: rgba(145, 145, 145, 0.5);
	display: inline;
}


.woocommerce #content div.product p.price del,
.woocommerce #content div.product span.price del,
.woocommerce div.product p.price del,
.woocommerce div.product span.price del,
.woocommerce-page #content div.product p.price del,
.woocommerce-page #content div.product span.price del,
.woocommerce-page div.product p.price del,
.woocommerce-page div.product span.price del {
    color: rgba(145, 145, 145, 0.5);
    font-size: 0.67em;
}



.woocommerce #respond input#submit.loading:after,
.woocommerce a.button.loading:after,
 .woocommerce button.button.loading:after,
 .woocommerce input.button.loading:after {
	right:-20px!important;
	top: 0!important;
}



.text_on_hover.product .link-overlay,
.classic.product .link-overlay {
	z-index: 100;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}


body #amazon_customer_details.wc-amazon-payments-advanced-populated + #customer_details {
	display: block;
}
body #amazon_customer_details.wc-amazon-payments-advanced-populated + #customer_details .col-1 {
	display: none;
}

.wc-forward a:after,
.wc-forward:after {
	content: ''!important;
	margin: 0!important;
}



.easyzoom {
    display: block;
    position: relative;
}
.easyzoom img {
    vertical-align: bottom;
}

.easyzoom-flyout img {
    max-width: none !important;
    width: auto !important;
    transition: none!important;
}

.easyzoom-flyout {
    background-color: #fff;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    transition: opacity 0.25s ease 0s!important;
    -webkit-transition: opacity 0.25s ease 0s!important;
}
.easyzoom-flyout:hover { opacity: 1; }


#sidebar .widget_shopping_cart .cart_list li a.remove:hover {
  background-color: transparent;
}

.cart_item dd p {
	padding-bottom: 0;
}
.woocommerce .cart_item dt {
	font-family: inherit;
	color: inherit;
	font-weight: 700;
}
.woocommerce .cart_item dl,
body .woocommerce-checkout-review-order-table .product-info .product-quantity {
	font-size: 14px;
}


@media only screen and (max-width: 768px) {
	body .woocommerce table.cart .product-thumbnail:before { display: none; }
  body .woocommerce table.cart .product-thumbnail { display: block;}
}


/* Account */

.woocommerce-account[data-fancy-form-rcs="1"] .login-btn-row {
	margin-top: 40px;
}
.woocommerce-account .woocommerce > #customer_login form {
	display: block;
	opacity: 0;
	transition: opacity 0.5s ease;
}

.woocommerce-account .woocommerce > #customer_login .visible form  {
	opacity: 1;
}

@media only screen and (min-width: 768px) {

  .woocommerce-account .woocommerce-MyAccount-navigation {
     padding-right: 30px;
   }

}

.woocommerce-MyAccount-navigation ul{
  margin-left:0;
  border-top:1px solid rgba(0,0,0,.05);
}
.woocommerce-MyAccount-navigation ul li{
  list-style:none;
  border-bottom:1px solid rgba(0,0,0,.05);
  position:relative
}
.woocommerce-MyAccount-navigation ul li.is-active a:before,
.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li:hover a{
  opacity:1;
}
.woocommerce-MyAccount-navigation ul li a{
  padding:.857em 0;
  display:block;
  color: inherit;
  opacity:.4;
}
.woocommerce-MyAccount-navigation ul li a:before{
  display:inline-block;font:normal normal normal 1em/1 FontAwesome;
  font-size:inherit;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  content:"\f0f6";
  line-height:1.618;
  line-height: inherit;
  margin-right:15px;
  text-align:right;
  float:left;
  opacity:.4;
}
.woocommerce-MyAccount-navigation ul li a:hover:before{
  opacity:1;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before{
  content:"\f0e4";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before{
  content:"\f291";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before{
  content:"\f1c6";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before{
  content:"\f015";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before{
  content:"\f09d";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before{
  content:"\f007";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before{
  content:"\f08b";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--subscriptions a:before{
  content:"\f021";
}

.woocommerce div.product div.images .flex-control-thumbs {
	display: block;
}
.woocommerce figure.woocommerce-product-gallery__wrapper {
	margin: 0;
}

.woocommerce form .shipping-calculator-form .form-row .select2-container {
	width: 100%!important;
}

body .pswp {
    z-index: 1000001;
}


.woocommerce ul.products[data-product-style="text_on_hover"] li.product .woocommerce-loop-product__title {
	padding-bottom: 0;
}

.woocommerce ul.products[data-product-style="text_on_hover"] li.product img {
  margin-bottom: 0;
}


/* Custom archive col sizing */
.woocommerce ul.products[data-product-style]:not([data-n-desktop-columns="default"]),
.woocommerce ul.products[data-product-style]:not([data-n-desktop-small-columns="default"]),
.woocommerce ul.products[data-product-style]:not([data-n-tablet-columns="default"]),
.woocommerce ul.products[data-product-style]:not([data-n-phone-columns="default"]) {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}
.woocommerce ul.products[data-product-style]:not([data-n-desktop-columns="default"]) li.product,
.woocommerce ul.products[data-product-style]:not([data-n-desktop-small-columns="default"]) li.product,
.woocommerce ul.products[data-product-style]:not([data-n-tablet-columns="default"]) li.product,
.woocommerce ul.products[data-product-style]:not([data-n-phone-columns="default"]) li.product {
	float: none!important;
	clear: none!important;
}

@media only screen and (min-width: 1300px) {

	body.woocommerce:not(.single-product) .full-width-content > ul.products[data-n-desktop-columns="6"],
	body.woocommerce:not(.single-product) .full-width-content > ul.products[data-n-desktop-columns="5"],
	body.woocommerce:not(.single-product) .full-width-content > ul.products[data-n-desktop-columns="4"],
	body.woocommerce:not(.single-product) .full-width-content > ul.products[data-n-desktop-columns="3"],
	body.woocommerce:not(.single-product) .full-width-content > ul.products[data-n-desktop-columns="2"] {
			padding: 1.5%;
	}

	body.woocommerce:not(.single-product) ul.products[data-n-desktop-columns="6"],
	body.woocommerce:not(.single-product) ul.products[data-n-desktop-columns="5"],
	body.woocommerce:not(.single-product) ul.products[data-n-desktop-columns="4"] {
		width: 101.5%!important;
	}
	body.woocommerce:not(.single-product) ul.products[data-n-desktop-columns="3"],
	body.woocommerce:not(.single-product) ul.products[data-n-desktop-columns="2"] {
		width: 102%!important;
	}

	body.woocommerce:not(.single-product) ul.products[data-n-desktop-columns="6"] li.product {
		width: 15.14%!important;
		margin: 0 1.5% 1.5% 0%!important;
	}
	body.woocommerce:not(.single-product) ul.products[data-n-desktop-columns="5"] li.product {
		width: 18.44%!important;
		margin: 0 1.5% 1.5% 0%!important;
	}

	body.woocommerce:not(.single-product) ul.products[data-n-desktop-columns="4"] li.product {
		width: 23.4%!important;
		margin: 0 1.5% 1.5% 0%!important;
	}

	body.woocommerce:not(.single-product) ul.products[data-n-desktop-columns="3"] li.product {
		width: 31.2%!important;
		margin: 0 2% 2% 0%!important;
	}

	body.woocommerce:not(.single-product) ul.products[data-n-desktop-columns="2"] li.product {
		width: 47.9%!important;
		margin: 0 2% 2% 0%!important;
	}

}



@media only screen and (max-width: 1300px) and (min-width: 1000px){

	body.woocommerce:not(.single-product) .full-width-content > ul.products[data-n-desktop-small-columns="6"],
	body.woocommerce:not(.single-product) .full-width-content > ul.products[data-n-desktop-small-columns="5"],
	body.woocommerce:not(.single-product) .full-width-content > ul.products[data-n-desktop-small-columns="4"],
	body.woocommerce:not(.single-product) .full-width-content > ul.products[data-n-desktop-small-columns="3"],
	body.woocommerce:not(.single-product) .full-width-content > ul.products[data-n-desktop-small-columns="2"] {
			padding: 1.5%;
	}

	body.woocommerce:not(.single-product) ul.products[data-n-desktop-small-columns="6"],
	body.woocommerce:not(.single-product) ul.products[data-n-desktop-small-columns="5"],
	body.woocommerce:not(.single-product) ul.products[data-n-desktop-small-columns="4"] {
		width: 101.5%!important;
	}
	body.woocommerce:not(.single-product) ul.products[data-n-desktop-small-columns="3"],
	body.woocommerce:not(.single-product) ul.products[data-n-desktop-small-columns="2"] {
		width: 102%!important;
	}

	body.woocommerce:not(.single-product) ul.products[data-n-desktop-small-columns="6"] li.product {
		width: 15.14%!important;
		margin: 0 1.5% 1.5% 0%!important;
	}
	body.woocommerce:not(.single-product) ul.products[data-n-desktop-small-columns="5"] li.product {
		width: 18.4%!important;
		margin: 0 1.5% 1.5% 0%!important;
	}

	body.woocommerce:not(.single-product) ul.products[data-n-desktop-small-columns="4"] li.product {
		width: 23.4%!important;
		margin: 0 1.5% 1.5% 0%!important;
	}

	body.woocommerce:not(.single-product) ul.products[data-n-desktop-small-columns="3"] li.product {
		width: 31.2%!important;
		margin: 0 2% 2% 0%!important;
	}

	body.woocommerce:not(.single-product) ul.products[data-n-desktop-small-columns="2"] li.product {
		width: 47.9%!important;
		margin: 0 2% 2% 0%!important;
	}

}



@media only screen and (max-width: 999px) and (min-width: 690px){

	body.woocommerce:not(.single-product) .full-width-content > ul.products[data-n-tablet-columns="4"],
	body.woocommerce:not(.single-product) .full-width-content > ul.products[data-n-tablet-columns="3"],
	body.woocommerce:not(.single-product) .full-width-content > ul.products[data-n-tablet-columns="2"] {
			padding: 1.5%;
	}

	body.woocommerce:not(.single-product) ul.products[data-n-tablet-columns="4"] {
		width: 101.5%!important;
	}
	body.woocommerce:not(.single-product) ul.products[data-n-tablet-columns="3"],
	body.woocommerce:not(.single-product) ul.products[data-n-tablet-columns="2"] {
		width: 102%!important;
	}


	body.woocommerce:not(.single-product) ul.products[data-n-tablet-columns="4"] li.product {
		width: 23.4%!important;
		margin: 0 1.5% 1.5% 0%!important;
		padding: 0;
	}

	body.woocommerce:not(.single-product) ul.products[data-n-tablet-columns="3"] li.product {
		width: 31.2%!important;
		margin: 0 2% 2% 0%!important;
		padding: 0;
	}

	body.woocommerce:not(.single-product) ul.products[data-n-tablet-columns="2"] li.product {
		width: 47.9%!important;
		margin: 0 2% 2% 0%!important;
		padding: 0;
	}

}


@media only screen and (max-width: 690px) {

	body.woocommerce:not(.single-product) .full-width-content > ul.products[data-n-phone-columns="4"],
	body.woocommerce:not(.single-product) .full-width-content > ul.products[data-n-phone-columns="3"],
	body.woocommerce:not(.single-product) .full-width-content > ul.products[data-n-phone-columns="2"] {
			padding: 1.5%;
	}

	body.woocommerce:not(.single-product) ul.products[data-n-phone-columns="4"] {
		width: 101.5%!important;
	}
	body.woocommerce:not(.single-product) ul.products[data-n-phone-columns="3"],
	body.woocommerce:not(.single-product) ul.products[data-n-phone-columns="2"] {
		width: 102%!important;
	}


	body.woocommerce:not(.single-product) ul.products[data-n-phone-columns="4"] li.product,
	body.woocommerce:not(.single-product) ul.products[data-n-phone-columns="4"] li.product.material {
		width: 23.4%!important;
		margin: 0 1.5% 1.5% 0%!important;
	}

	body.woocommerce:not(.single-product) ul.products[data-n-phone-columns="3"] li.product,
	body.woocommerce:not(.single-product) ul.products[data-n-phone-columns="3"] li.product.material {
		width: 31.2%!important;
		margin: 0 2% 2% 0%!important;
	}

	body.woocommerce:not(.single-product) ul.products[data-n-phone-columns="2"] li.product,
	body.woocommerce:not(.single-product) ul.products[data-n-phone-columns="2"] li.product.material {
		width: 47.8%!important;
		margin: 0 2% 2% 0%!important;
	}

	body.woocommerce:not(.single-product) ul.products[data-n-phone-columns="1"] li.product,
	body.woocommerce:not(.single-product) ul.products[data-n-phone-columns="1"] li.product.material,
  .woocommerce ul.products[data-n-phone-columns="1"] li.product,
  .woocommerce ul.products[data-n-phone-columns="1"] li.product.material {
		width: 100%!important;
		margin: 0 0% 20px 0%!important;
	}


  #ajax-content-wrap .related.products > h2,
  #ajax-content-wrap .upsells.products > h2,
  #ajax-content-wrap #comments h2,
  #ajax-content-wrap #review_form h3,
  #ajax-content-wrap .cart_totals h2,
  #ajax-content-wrap .shipping_calculator h2,
  #ajax-content-wrap .cross-sells > h2,
  #ajax-content-wrap .cart-collaterals > h2 {
  	font-size: 24px;
  	line-height: 34px;
  }

}


.full-width-content > .woocommerce-products-header .term-description {
  padding: 0 35px;
}

.row .woocommerce-products-header .term-description p {
	padding-bottom: 1.5em;
}

.woocommerce form.login, .woocommerce form.register {
  border: none; padding: 0;}

.woocommerce-account .woocommerce > #customer_login {
	padding: 6% 0;
}

.woocommerce-account h2.n-disable-reg {
  margin-top: 6%;
  margin-bottom: 40px;
}
body.woocommerce-account .woocommerce-form.woocommerce-form-login.n-disable-reg {
  margin-bottom: 6%;
}

.woocommerce-account .woocommerce > #customer_login .nectar-form-controls {
	text-align: center;
}

.woocommerce-account .woocommerce > #customer_login .nectar-form-controls .control {
	cursor: pointer;
	display: inline-block;
	margin: 10px 30px;
	line-height: 1.3em!important;
	-webkit-transition: background-size 0.55s cubic-bezier(.2,.75,.5,1), opacity 0.25s ease, color 0.25s ease;
	transition: background-size 0.55s cubic-bezier(.2,.75,.5,1), opacity 0.25s ease, color 0.25s ease;
	opacity: 0.25;
	background-image: linear-gradient(to right, #000000 0%, #000000 100%);
}


.woocommerce-account.mobile .woocommerce > #customer_login .nectar-form-controls .control {
	margin: 10px 15px;
}

.woocommerce-account .woocommerce > #customer_login .nectar-form-controls .control:hover {
	opacity: 1;
	-webkit-transition: background-size 0.55s cubic-bezier(.2,.75,.5,1), opacity 0.25 ease, color 0.25s ease;
	transition: background-size 0.55s cubic-bezier(.2,.75,.5,1), opacity 0.25 ease, color 0.25s ease;
}

.woocommerce-account .woocommerce > #customer_login .nectar-form-controls .control.active {
	opacity: 1;
}

.woocommerce-account .woocommerce > #customer_login > .col-1,
.woocommerce-account .woocommerce > #customer_login > .col-2,
.woocommerce-account .woocommerce-form.woocommerce-form-login.n-disable-reg {
	max-width: 550px;
	width: 100%;
	float: none;
	margin: 0 auto;
}

.woocommerce-account .woocommerce > #customer_login > .col-1 form > p:nth-child(3){
	margin-top: 15px;
}

#customer_login .woocommerce-LostPassword.lost_password,
.woocommerce-account h2.n-disable-reg {
	text-align: center;
	position: relative;
}

.woocommerce-account .woocommerce > #customer_login .col-2 {
  display: none;
}

.woocommerce-account .woocommerce > #customer_login .col-1 h2,
.woocommerce-account .woocommerce > #customer_login .col-2 h2 {
  display: none;
}

.single-product .entry-summary p.stock.out-of-stock,
.nectar-quick-view-box p.stock.out-of-stock {
	padding: 10px 20px;
	color: #888!important;
	border: 1px solid rgba(0,0,0,0.1);
	margin-bottom: 20px;
	display: inline-block;
}



body[data-button-style*="slightly_rounded"].single-product .entry-summary p.stock.out-of-stock,
body[data-button-style*="slightly_rounded"] .nectar-quick-view-box p.stock.out-of-stock {
	border-radius: 4px;
	-webkit-border-radius: 4px;
}
body[data-button-style^="rounded"].single-product .entry-summary p.stock.out-of-stock,
body[data-button-style^="rounded"] .nectar-quick-view-box p.stock.out-of-stock {
	border-radius: 200px;
	-webkit-border-radius: 200px;
}

.woocommerce-account .woocommerce-form-login button.button,
.woocommerce-account .woocommerce-form-register button.button {
	width: 100%;
	margin-top: 50px;
	margin-bottom: 5px;
}

.woocommerce-account[data-form-submit="see-through"] .woocommerce-form-login button.button,
.woocommerce-account[data-form-submit="see-through"] .woocommerce-form-register button.button {
	border: 2px solid #000;
}

@media only screen and (max-width: 768px) {

  #customer_details > div {
    width: 100%;
  }
	#customer_details #order_review_heading {
		margin-top: 40px;
	}
  .checkout .woocommerce-billing-fields {
    padding-right: 0;
  }
  .woocommerce table.shop_table_responsive tr td.actions,
  .woocommerce-page table.shop_table_responsive tr td.actions {
    background-color: transparent;
  }
}

/* lazy image sizes */
ul.products[data-n-lazy="1"] li.product .product-wrap > a {
  display: block;
  position: relative;
}
.single-product .product[data-gallery-style="left_thumb_sticky"][data-n-lazy="1"] .product-slider .slide,
.single-product .product[data-n-lazy="1"] .product-slider .slide,
.single-product .product[data-n-lazy="1"] .product-thumbs .thumb-inner {
  position: relative;
}
.single-product .product[data-n-lazy="1"] .product-thumbs .thumb-inner {
  line-height: 0;
}
.single-product .product[data-n-lazy="1"][data-gallery-style="left_thumb_sticky"] .product-thumbs .thumb img {
  transition: border-color 0.1s ease, opacity 0.5s ease;
}

ul.products[data-n-lazy="1"] li.product .product-wrap > a:before,
.single-product .product[data-gallery-style="left_thumb_sticky"][data-n-lazy="1"] .product-slider .slide:before,
.single-product .product[data-n-lazy="1"] .product-slider .slide:before,
.single-product .product[data-n-lazy="1"] .default-woo-gallery .slide:before,
.single-product .product[data-n-lazy="1"] .product-thumbs .thumb-inner:before {
  background-color: rgba(0,0,0,.035);
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  pointer-events: none;
  z-index: -1;
  transition: opacity 0.5s ease;
}
.single-product .product[data-gallery-style="ios_slider"][data-n-lazy="1"] .product-thumbs .slider .thumb .thumb-inner:before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.single-product .product[data-gallery-style="ios_slider"][data-n-lazy="1"] .product-thumbs .slider.flickity-enabled .thumb .thumb-inner:before {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  left: 2px;
  top: 2px;
}
.single-product .product[data-gallery-style="left_thumb_sticky"][data-n-lazy="1"] .product-thumbs .thumb-inner:before {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  left: 2px;
  top: 2px;
}
@media only screen and ( max-width: 999px ) {
	.single-product .product[data-gallery-style="left_thumb_sticky"][data-n-lazy="1"] .product-thumbs .thumb-inner:before {
		height: calc(100% - 4px);
	}
}
ul.products[data-n-lazy="1"] li.product .product-wrap > a.img-loaded:before,
.single-product .product[data-gallery-style="left_thumb_sticky"][data-n-lazy="1"] .product-slider .slide.img-loaded:before,
.single-product .product[data-n-lazy="1"] .product-slider .slide.img-loaded:before,
.single-product .product[data-n-lazy="1"] .product-thumbs .thumb-inner.img-loaded:before {
  opacity: 0;
}

ul.products li.product img.nectar-lazy {
  min-height: 100px;
  background-color: rgba(0,0,0,.03);
  transition: border-color 0.1s ease, opacity 0.5s ease;
}
.single-product .product[data-n-lazy="1"] img.nectar-lazy,
.single-product .product[data-n-lazy="1"] .product-thumbs .flickity-slider .thumb img.nectar-lazy {
  transition: border-color 0.1s ease, opacity 0.5s ease;
}


ul.products li.product img.nectar-lazy,
.single-product .product[data-n-lazy="1"] img.nectar-lazy {
	opacity: 0;
}
ul.products li.product img.nectar-lazy.loaded,
.single-product .product[data-n-lazy="1"] img.nectar-lazy.loaded {
	opacity: 1;
  min-height: 0;
}

/* Deactivate hover on mobile */
@media only screen and (max-width: 999px) {
  .products[data-rm-m-hover="1"] li.product,
  .products[data-rm-m-hover="1"] li.product * {
    transition: none!important;
  }
	.products[data-rm-m-hover="1"] li.product img.nectar-lazy {
		transition: opacity 0.5s ease!important;
	}
  .products[data-rm-m-hover="1"] li.product.material {
    box-shadow: none;
  }

  .woocommerce .products[data-rm-m-hover="1"] .classic.product .product-wrap a {
    transform: translateY(0);
  }

  .products[data-rm-m-hover="1"] li.product.minimal.hover-bound:hover .product-meta,
  .products[data-rm-m-hover="1"] li.product.minimal:hover .product-add-to-cart a,
  .woocommerce .products[data-rm-m-hover="1"] .material.product:hover h3,
  .woocommerce .products[data-rm-m-hover="1"] .material.product:hover .product-meta > .price,
  .woocommerce .products[data-rm-m-hover="1"] .material.product:hover h2,
	.woocommerce ul.products li.product.minimal .product-wrap img,
	ul.products li.product.minimal:hover .product-image-wrap:not(.has-hover-image) img  {
  	transform: none!important;
  }
  .woocommerce .products[data-rm-m-hover="1"] li.product .product-wrap:hover img.hover-gallery-image,
  .woocommerce .products[data-rm-m-hover="1"] li.product .product-wrap:hover picture.hover-gallery-image,
  .products[data-rm-m-hover="1"] .material.product:hover .product-wrap .product-add-to-cart,
	.products[data-rm-m-hover="1"] .material.product:before,
	.products li.product.minimal:hover .product-add-to-cart a {
    opacity: 0;
  }
  .products[data-rm-m-hover="1"] .material.product .product-wrap .product-add-to-cart {
		pointer-events: none;
	}
  .products[data-rm-m-hover="1"] li.product.minimal:hover .product-meta .price,
  .products[data-rm-m-hover="1"] .material.product:hover .product-wrap .product-meta > .price {
    opacity: 1;
  }
  .products[data-rm-m-hover="1"] li.product.minimal .product-add-to-cart,
  .products[data-rm-m-hover="1"] li.product.minimal .background-color-expand {
    display: none!important;
  }
}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;margin:0 0 -4px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left;padding:0}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin:0;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:var(--wc-form-color-background,#fff);color:var(--wc-form-color-text,#000);border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected],.select2-results__option[data-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none;margin:5px 5px 0 0}.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before{content:"";display:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid #000 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:0 0;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true],.select2-container--default .select2-results__option[data-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected],.select2-container--default .select2-results__option--highlighted[data-selected]{background-color:#0073aa;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #0073aa}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:0 0;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:linear-gradient(to bottom,#fff 0,#eee 50%);background-repeat:repeat-x}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #0073aa}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected],.select2-container--classic .select2-results__option--highlighted[data-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#0073aa}/*
Theme Name:  Salient
Description: Theme Skin set to "Ascend" in theme options
*/


.ascend #header-outer[data-full-width="false"] #top nav ul #search-btn >div,
.ascend #header-outer[data-full-width="false"] #top nav ul #nectar-user-account >div,
.ascend #header-outer[data-full-width="false"] #top nav ul .nectar-woo-cart >div,
.ascend #header-outer[data-full-width="false"] #top nav ul .slide-out-widget-area-toggle > div {
  padding-left:19px
}

.ascend .container-wrap,
.ascend .project-title,
.ascend .vc_text_separator div,
.carousel-wrap[data-full-width="true"] .carousel-heading,
.carousel-wrap .left-border,
.carousel-wrap .right-border,
#page-header-wrap,
.page-header-no-bg,
.portfolio-items .col,
.page-template-template-portfolio-php .portfolio-items .col.span_3,
.page-template-template-portfolio-php .portfolio-items .col.span_4 {
    background-color:#f6f6f6
}

#call-to-action .triangle {
    color:#f6f6f6
}

.ascend #footer-outer #footer-widgets .col ul li,
.ascend #sidebar div ul li,
.ascend #sidebar .widget.widget_categories li,
.ascend #sidebar .widget.widget_pages li,
.ascend #sidebar .widget.widget_nav_menu li {
    border:none!important;
    padding:4px 0
}
.ascend #sidebar .widget.widget_categories li,
.ascend #sidebar .widget.widget_pages li,
.ascend #sidebar .widget.widget_nav_menu li,
.ascend #footer-outer .widget.widget_categories li,
.ascend #footer-outer .widget.widget_pages li,
.ascend #footer-outer #footer-widgets .widget.widget_categories li,
.ascend #footer-outer #footer-widgets .widget.widget_pages li
{
    padding:4px 0!important
}

.ascend #footer-outer .widget.widget_nav_menu li,
.ascend #footer-outer #footer-widgets .widget.widget_nav_menu li
{
	padding:0px 0!important
}



.ascend #sidebar .widget.widget_categories li a,
.ascend #sidebar .widget.widget_pages li a,
.ascend #sidebar .widget.widget_nav_menu li a,
.ascend #footer-outer .widget.widget_categories li a,
.ascend #footer-outer .widget.widget_pages li a,
.ascend #footer-outer .widget.widget_nav_menu li a {
    padding:0!important;
    border:none!important
}

.ascend #footer-outer #footer-widgets .col ul li a,
.ascend #sidebar div ul li a {
    display:block
}
.ascend #footer-outer .widget h4,
.ascend #sidebar h4 {
    margin-bottom:12px
}
#sidebar > .theiaStickySidebar .widget,
#sidebar > .inner .widget {
  margin-bottom:50px
}
.ascend #footer-outer #copyright {
    border-top:1px solid rgba(255,255,255,0.1);
    background-color:transparent
}
.ascend #footer-outer[data-using-widget-area="false"] #copyright {
    border:none
}
.nectar-progress-bar span strong {
    padding:4px 0;
    background-color:transparent;
    color:inherit
}
.nectar-progress-bar span strong:after {
    display:none
}
.nectar-progress-bar .bar-wrap {
    background-color:rgba(0,0,0,0.043)
}
.ascend .nectar-progress-bar .bar-wrap,
.ascend .nectar-progress-bar span {
    box-shadow:none;
    -webkit-box-shadow:none;
    -o-box-shadow:none;
    border-radius:0;
    -webkit-border-radius:0;
    -o-border-radius:0
}
.ascend .carousel-wrap[data-full-width="false"] .control-wrap {
    right:10px;
    text-align:center
}
.carousel-wrap[data-full-width="false"] .control-wrap .carousel-prev {
    padding-right:10px;
    padding-left:10px;
    margin-right:0
}
.carousel-wrap[data-full-width="false"] .control-wrap .carousel-next {
    padding-left:10px;
    margin-left:0
}
.carousel-wrap[data-full-width="false"] .control-wrap .carousel-prev,
.carousel-wrap[data-full-width="false"] .control-wrap .carousel-next,
.ascend[data-ext-responsive="true"] .carousel-wrap[data-full-width="false"] .control-wrap .carousel-prev,
.ascend[data-ext-responsive="true"] .carousel-wrap[data-full-width="false"] .control-wrap .carousel-next {
    right:0;
    position:relative;
    display:block;
    float:left
}
.ascend .carousel-next,
.ascend .carousel-prev {
    background-color:transparent;
    height:23px;
    width:10px;
    line-height:22px;
    font-size:14px;
    cursor:pointer;
    top:1px;
    transition:all .25s cubic-bezier(0.12,0.75,0.4,1);
    -webkit-transition:all .25s cubic-bezier(0.12,0.75,0.4,1);
    box-sizing:content-box
}
.carousel-wrap .control-wrap .item-count {
    height:23px;
    top:-1px;
    right:-2px;
    line-height:22px;
    letter-spacing:4px;
    position:relative;
    display:block;
    float:left;
    z-index:10;
    cursor:pointer;
    transition:all .25s cubic-bezier(0.12,0.75,0.4,1);
    -webkit-transition:all .25s cubic-bezier(0.12,0.75,0.4,1)
}
.ascend [data-full-width="false"] .carousel-next:after,
.ascend [data-full-width="false"] .carousel-prev:after {
    display:block;
    content:' ';
    position:absolute;
    width:24px;
    height:2px;
    background-color:#000;
    top:8px;
    opacity:0;
    left:-4px;
    cursor:pointer;
    transform:translateX(-20px);
    transition:all .25s cubic-bezier(0.12,0.75,0.4,1);
    -webkit-transition:all .25s cubic-bezier(0.12,0.75,0.4,1)
}

.ascend .light [data-full-width="false"] .carousel-next:after,
.ascend .light [data-full-width="false"] .carousel-prev:after {
    background-color:#fff
}

.ascend .light .carousel-next i,.ascend .light .carousel-prev i {
    color:#fff
}
.ascend [data-full-width="false"] .carousel-next:after {
    left:5px
}
.ascend [data-full-width="false"] .carousel-next:hover:after {
    opacity:1;
    transform:translateX(-12px)
}
.ascend [data-full-width="false"] .carousel-prev:after {
    transform:translateX(20px)
}
.ascend [data-full-width="false"] .carousel-prev:hover:after {
    opacity:1;
    transform:translateX(0px)
}
.ascend [data-full-width="false"] .carousel-prev:hover i {
    transform:translateX(-18px)
}
.ascend [data-full-width="false"] .carousel-prev.next-hovered,
.ascend [data-full-width="false"] .item-count.next-hovered {
    transform:translateX(-18px)
}
.ascend .carousel-next:hover,
.ascend .carousel-prev:hover {
    background-color:transparent
}
.carousel-wrap[data-full-width="true"] .carousel-prev,
.carousel-wrap[data-full-width="true"] .carousel-next {
    border:none
}
.ascend .carousel-heading .container .carousel-prev {
    right:30px
}
.ascend[data-ext-responsive="true"] .carousel-heading .container .carousel-prev {
    right:40px
}
.ascend .carousel-next i,
.ascend .carousel-prev i {
    color:#000;
    font-size:22px;
    line-height:18px;
    height: 23px;
    transition:all .25s cubic-bezier(0.12,0.75,0.4,1);
    -webkit-transition:all .25s cubic-bezier(0.12,0.75,0.4,1)
}
.ascend .carousel-next:hover,
.ascend .carousel-prev:hover {
    border-color:transparent
}
.ascend .light .carousel-next:hover i,
.ascend .light .carousel-prev:hover i {
    color:#fff
}
.ascend .nectar-button.see-through,
body.ascend .nectar-button.see-through,
.ascend .swiper-slide .button a,
body.ascend .nectar-button.see-through-2,
.ascend .nectar-button,
.ascend #to-top {
    border-radius:0;
    box-shadow:none
}
.ascend #header-outer .cart-menu .cart-icon-wrap .icon-salient-cart {
    left:0;
    transition:all .2s linear;
    -webkit-transition:all .2s linear
}

.ascend .icon-salient-cart:before {
    content:"\e606"
}
.ascend #header-outer a.cart-contents .cart-wrap span:before {
    display:none
}

body.ascend #header-outer[data-full-width="false"] #mobile-cart-link .cart-wrap {
    margin-right: 0;
}

body:not([data-header-format="left-header"]).ascend #header-outer .cart-menu .cart-contents {
  display: block;
}

body:not([data-header-format="left-header"]).ascend #header-outer[data-full-width="true"] .cart-menu .cart-contents {
  display: block;
  padding-right:29px;
  padding-left:29px
}

.ascend #header-outer .cart-wrap {
    top:-7px;
}
.ascend #header-outer .cart-menu-wrap {
    right:0
}
#header-outer .cart-wrap {
    font-size:11px
}


.ascend #header-outer #top nav ul .slide-out-widget-area-toggle[data-custom-color="true"] a,
.ascend .slide-out-widget-area-toggle[data-custom-color="true"].mobile-icon a > span {
	height: 22px;
}

.ascend #header-outer[data-full-width="true"] #top nav ul .slide-out-widget-area-toggle {
    padding-top: 0;
    padding-bottom: 0;
}

.ascend #header-outer[data-full-width="true"] #top .slide-out-widget-area-toggle[data-custom-color="true"] > div a:before {
  display: none;
}

.ascend #header-outer[data-full-width="true"][data-cart="true"] #top nav ul .slide-out-widget-area-toggle {
    position:relative;
}

.ascend[data-header-search="false"] #header-outer[data-full-width="true"][data-cart="false"][data-format="centered-menu"] #top nav ul #social-in-menu {
    margin-right:13px
}

.ascend #header-outer[data-full-width="true"] #top nav ul #search-btn a,
.ascend #header-outer[data-full-width="true"] #top nav ul #nectar-user-account a {
    padding-left:25px;
    padding-right:25px
}
.ascend #header-outer[data-full-width="true"] #top nav ul .slide-out-widget-area-toggle a {
    padding-left:28px;
    padding-right:28px
}


body[data-header-color="dark"].ascend #header-outer[data-full-width="true"][data-remove-border="true"] #top nav ul #search-btn a:after,
body[data-header-color="dark"].ascend #header-outer[data-full-width="true"][data-remove-border="true"] #top nav ul #nectar-user-account a:after,
body[data-header-color="dark"].ascend #header-outer[data-full-width="true"][data-remove-border="true"] #top nav ul .slide-out-widget-area-toggle a:after,
body[data-header-color="dark"].ascend #header-outer[data-remove-border="true"] .cart-contents:after,
body[data-header-color="dark"].ascend #header-outer[data-transparent-header="true"][data-full-width="true"][data-remove-border="true"] .cart-contents:after{
   border-left:1px solid rgba(255,255,255,0.15)
}
.ascend[data-header-search="false"] #header-outer[data-full-width="true"][data-format="centered-logo-between-menu"][data-cart="false"] #top nav ul .slide-out-widget-area-toggle a{
   border:none
}

.ascend:not([data-header-format="default"]) #header-outer[data-full-width="true"]:not([data-format="left-header"]) #search-btn,
.ascend[data-header-search="false"]:not([data-header-format="default"]) #header-outer[data-full-width="true"]:not([data-format="left-header"]) #nectar-user-account,
.ascend[data-header-search="false"][data-user-account-button="false"]:not([data-header-format="default"]) #header-outer[data-full-width="true"]:not([data-format="left-header"]) .nectar-woo-cart,
.ascend[data-header-search="false"][data-user-account-button="false"][data-cart="false"]:not([data-header-format="default"]) #header-outer[data-full-width="true"]:not([data-format="left-header"]) .slide-out-widget-area-toggle {
  margin-left: 22px;
}

body.ascend[data-header-format="default"] #header-outer[data-full-width="true"]:not([data-format="left-header"]) #top nav >.buttons{
   margin-left:22px;
}

body.ascend[data-header-format="default"] #header-outer[data-full-width="true"]:not([data-format="left-header"]) #top nav .sf-menu:not(.buttons){
   z-index: 20;
}

body.ascend #header-outer[data-full-width="true"]:not([data-format="left-header"]) #top nav >.buttons{
   margin-right: -28px;
}
body.ascend #header-outer[data-full-width="true"][data-format="menu-left-aligned"][data-has-buttons="no"] #top nav >.buttons,
body.ascend #header-outer[data-full-width="true"][data-format="centered-menu"][data-has-buttons="no"] #top nav >.buttons,
body.ascend #header-outer[data-full-width="true"][data-format="centered-logo-between-menu-alt"][data-has-buttons="no"] #top nav >.buttons{
   margin-right: 0;
}


@media only screen and (max-width: 999px) and (min-width: 690px) {
    body.ascend #slide-out-widget-area .inner .off-canvas-menu-container.mobile-only .menu.secondary-header-items {
        display: none;
   }
}
@media only screen and (max-width: 690px) {
    body.ascend #header-secondary-outer .nectar-center-text {
        display: none;
   }
    body.ascend #header-secondary-outer {
        display: none;
   }

}

.ascend[data-header-search="false"][data-user-set-ocm="off"] #header-outer[data-format="default"][data-full-width="true"][data-cart="true"] #social-in-menu{
   margin:0 30px 0 30px
}

@media only screen and (min-width:1001px) {

  .ascend #header-outer.transparent[data-transparent-header="true"][data-full-width="true"] #top nav ul #search-btn a,
  .ascend #header-outer.transparent[data-transparent-header="true"][data-full-width="true"] #top nav ul #nectar-user-account a,
  .ascend #header-outer.transparent[data-transparent-header="true"][data-full-width="true"] #top nav ul .slide-out-widget-area-toggle a{
     transition:border-color 0.30s ease;
      -webkit-transition:border-color 0.30s ease
   }

  .ascend #header-outer.transparent[data-transparent-header="true"][data-full-width="true"][data-remove-border="true"] #top nav ul #search-btn a:after,
  .ascend #header-outer.transparent[data-transparent-header="true"][data-full-width="true"][data-remove-border="true"] #top nav ul #nectar-user-account a:after,
  .ascend #header-outer.transparent[data-transparent-header="true"][data-full-width="true"][data-remove-border="true"] #top nav ul .slide-out-widget-area-toggle a:after,
  .ascend #header-outer.transparent[data-transparent-header="true"][data-full-width="true"][data-remove-border="true"] .cart-contents:after{
      border-left:1px solid rgba(255,255,255,0.25);
      display:inline-block;
      content:"";
      width:11px;
      height:20px;
      position:absolute;
      left:-1px;
      opacity:1;
      top:50%;
      margin-top:-10px;
      -webkit-transition:top 0.3s ease-out,margin-top 0.3s ease-out,height 0.3s ease-out,border-color 0.25s ease;
      transition:top 0.3s ease-out,margin-top 0.3s ease-out,height 0.3s ease-out,border-color 0.25s ease
   }
    .ascend[data-header-search="false"] #header-outer.transparent[data-transparent-header="true"][data-full-width="true"][data-remove-border="true"][data-cart="false"] #top nav ul .slide-out-widget-area-toggle a:after{
       display:none
   }
    .ascend[data-header-search="false"] #header-outer.transparent[data-transparent-header="true"][data-full-width="true"][data-remove-border="true"][data-cart="false"][data-has-menu="false"] #top nav ul .slide-out-widget-area-toggle a:after{
       border:none!important
   }
  .ascend #header-outer[data-transparent-header="true"][data-full-width="true"][data-remove-border="true"] #top nav ul #search-btn a:after,
  .ascend #header-outer[data-transparent-header="true"][data-full-width="true"][data-remove-border="true"] #top nav ul #nectar-user-account a:after,
  .ascend #header-outer[data-transparent-header="true"][data-full-width="true"][data-remove-border="true"] #top nav ul .slide-out-widget-area-toggle a:after,
  .ascend #header-outer[data-transparent-header="true"][data-full-width="true"][data-remove-border="true"] .cart-contents:after{
     height:100%;
      color:#000;
      top:0;
      border-left:1px solid rgba(0,0,0,0.07);
      display:inline-block;
      content:"";
      width:11px;
      position:absolute;
      left:-1px;
      -webkit-transition:top 0.3s ease,margin-top 0.3s ease,height 0.3s ease,border-color 0.25s ease;
      transition:top 0.3s ease,margin-top 0.3s ease,height 0.3s ease,border-color 0.25s ease
   }
  .ascend[data-header-search="false"] #header-outer[data-full-width="true"][data-format="centered-logo-between-menu"][data-cart="false"] #top nav ul .slide-out-widget-area-toggle a:after{
      border:none
   }

}

.ascend #header-outer.transparent[data-transparent-header="true"][data-full-width="true"].dark-slide >#top nav ul #search-btn a,
.ascend #header-outer.transparent[data-transparent-header="true"][data-full-width="true"].dark-slide >#top nav ul #nectar-user-account a,
.ascend #header-outer.transparent[data-transparent-header="true"][data-full-width="true"].dark-slide >#top nav ul .nectar-woo-cart .cart-contents,
.ascend #header-outer.transparent[data-transparent-header="true"][data-full-width="true"].dark-slide >#top nav ul .slide-out-widget-area-toggle a,
.ascend #header-outer.transparent[data-transparent-header="true"][data-full-width="true"][data-remove-border="true"].dark-slide .cart-contents:after,
body.ascend #boxed #header-outer.transparent.dark-slide .cart-menu .cart-icon-wrap i,
body.ascend #header-outer.transparent[data-transparent-header="true"][data-full-width="true"][data-remove-border="true"].dark-slide #top nav ul #search-btn a:after,
body.ascend #header-outer.transparent[data-transparent-header="true"][data-full-width="true"][data-remove-border="true"].dark-slide #top nav ul #nectar-user-account a:after,
.ascend #header-outer.transparent[data-transparent-header="true"][data-full-width="true"][data-remove-border="true"].dark-slide #top nav ul .slide-out-widget-area-toggle a:after {
   border-color:rgba(0,0,0,0.08) !important
}

.ascend #header-outer[data-remove-border="true"][data-transparent-header="true"][data-full-width="true"].transparent.pseudo-data-transparent #top nav ul #search-btn a,
.ascend #header-outer[data-remove-border="true"][data-transparent-header="true"][data-full-width="true"].transparent.pseudo-data-transparent .cart-menu,
.ascend #header-outer[data-remove-border="true"][data-transparent-header="true"][data-full-width="true"].transparent.pseudo-data-transparent #top nav ul .slide-out-widget-area-toggle a{
   border-color:transparent!important
}

.ascend #header-outer.transparent[data-transparent-header="true"][data-full-width="true"] #top nav ul #search-btn a,
.ascend #header-outer.transparent[data-transparent-header="true"][data-full-width="true"] #top nav ul #nectar-user-account a,
.ascend #header-outer.transparent[data-transparent-header="true"][data-full-width="true"] #top nav ul .slide-out-widget-area-toggle a,
.ascend #header-outer.transparent[data-transparent-header="true"][data-full-width="true"] #top .nectar-woo-cart .cart-contents {
    border-left:1px solid rgba(255,255,255,0.25)
}

.ascend #header-outer[data-full-width="true"] #top nav ul #search-btn a,
.ascend #header-outer[data-full-width="true"] #top nav ul #nectar-user-account a,
.ascend #header-outer[data-full-width="true"] #top nav ul .slide-out-widget-area-toggle a {
    border-left:1px solid rgba(0,0,0,0.07)
}

.ascend[data-header-color="dark"] #header-outer[data-full-width="true"] #top nav ul #search-btn a,
.ascend[data-header-color="dark"] #header-outer[data-full-width="true"] #top nav ul #nectar-user-account a,
body.ascend[data-header-color="dark"] #header-outer[data-full-width="true"] .cart-contents,
body:not([data-header-format="left-header"]).ascend[data-header-color="dark"] #header-outer[data-full-width="true"] .nectar-woo-cart .cart-contents,
.ascend[data-header-color="dark"] #header-outer[data-full-width="true"] #top nav ul .slide-out-widget-area-toggle a {
    border-left:1px solid rgba(255,255,255,0.13)
}

body:not([data-header-format="left-header"]).ascend #header-outer[data-full-width="true"] .nectar-woo-cart .cart-contents {
    border-left:1px solid rgba(0,0,0,0.07);
}

@media only screen and (min-width: 1000px) {

   .ascend #header-outer[data-transparent-header="true"][data-full-width="true"][data-remove-border="true"] #top nav ul #search-btn a,
   .ascend #header-outer[data-transparent-header="true"][data-full-width="true"][data-remove-border="true"] #top nav ul #nectar-user-account a,
   .ascend #header-outer[data-transparent-header="true"][data-full-width="true"][data-remove-border="true"] #top nav ul .slide-out-widget-area-toggle a,
   .ascend #header-outer[data-transparent-header="true"][data-full-width="true"][data-remove-border="true"] .nectar-woo-cart .cart-contents {
       border:none
  }
}

#header-outer[data-full-width="true"][data-format="centered-menu"] #top nav >.buttons #social-in-menu {
  margin-right: 15px;
}

@media only screen and (min-width: 1000px) {
  .ascend #header-outer[data-full-width="true"] #top #search-btn > div,
  .ascend #header-outer[data-full-width="true"] #top #nectar-user-account > div,
  .ascend:not([data-header-format="left-header"]) #header-outer[data-full-width="true"] #top .nectar-woo-cart > div,
  .ascend #header-outer[data-full-width="true"] #top .slide-out-widget-area-toggle > div,
  .ascend #header-outer[data-full-width="true"] #top #search-btn > div a,
  .ascend #header-outer[data-full-width="true"] #top #nectar-user-account > div a,
  .ascend:not([data-header-format="left-header"]) #header-outer[data-full-width="true"] #top .nectar-woo-cart > div .cart-menu,
  .ascend:not([data-header-format="left-header"]) #header-outer[data-full-width="true"] #top .nectar-woo-cart > div .cart-contents,
  .ascend #header-outer[data-full-width="true"] #top .slide-out-widget-area-toggle > div a {
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
}
.ascend:not([data-header-format="left-header"]) #header-outer[data-full-width="true"] #top .nectar-woo-cart > div .cart-menu {
  padding: 0;
}

.ascend #header-outer[data-full-width="true"] #top nav ul #nectar-user-account > div {
    border:none
}

.ascend #header-outer[data-full-width="true"] #top nav ul #nectar-user-account >div,
.ascend #header-outer[data-full-width="true"] #top nav ul .nectar-woo-cart >div,
.ascend #header-outer[data-full-width="true"] #top nav ul .slide-out-widget-area-toggle > div {
    padding-left: 0;
}

.ascend #header-outer a.cart-contents .cart-wrap span {
    border-radius:99px;
    font:bold 11px/16px Arial;
    padding:0 1px;
    visibility:hidden
}

.ascend #header-outer .first-load a.cart-contents .cart-wrap span {
    visibility:visible;
    animation:.6s ease-in-out .12s normal both 1 bounce_in_animation;
    -webkit-animation:.6s ease-in-out .12s normal both 1 bounce_in_animation
}
.ascend #header-outer .static a.cart-contents span {
    visibility:visible
}
.ascend #header-outer .has_products .cart-menu .cart-icon-wrap .icon-salient-cart {
    transition:all .2s ease;
    -webkit-transition:all .2s ease
}

.ascend #header-outer[data-transparent-header="true"][data-remove-border="false"]:not(.transparent) {
	border-bottom: 0 solid rgba(255,255,255,0);
}

body.ascend #header-outer .nectar-woo-cart .cart-contents {
    background-color:transparent
}
body.ascend #boxed #header-outer .cart-menu {
  background-color:transparent
}

body.ascend #boxed #header-outer .cart-menu-wrap {
    top:0!important;
    box-shadow:none
}

#header-outer .nectar-woo-cart .cart-menu-wrap,
.ascend #header-outer .cart-menu .cart-contents { position: static; }

body.ascend #boxed #header-outer .widget_shopping_cart,
body.ascend.woocommerce #boxed .cart-notification {
    position:absolute!important
}
body.ascend #boxed #header-outer .cart-menu-wrap .cart-menu {
    box-shadow:none
}

body.ascend #top #mobile-cart-link i {
    line-height:20px;
    height: 20px;
    top: 0;
}

body.ascend #search-outer {
    background-color:rgba(255,255,255,0.97);
    height: 100vh;
    position: fixed;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
    padding:0;
    z-index:10100;
    top: 0;
}

body.ascend #search-outer #search-box {
    transition: all 0.15s ease;
}
body.ascend #search-outer.small-nav #search-box {
    transition: all 0.32s ease;
}

@media only screen and (min-width: 690px) {
  body.ascend.admin-bar #search-outer {
    top: 32px;
  }
}

#search-box {
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
body[data-header-color="dark"].ascend #search-outer {
  background-color:rgba(0,0,0,0.94);
}
body[data-header-color="dark"].ascend #search-outer #search input[type="text"],
body[data-header-color="dark"].ascend #search-outer #search #close a span {
  color: #fff;
}

body.ascend #search-outer .container {
    height:auto!important;
    float:none;
    width:100%;
    padding:0 40px;
    position:static
}
#header-outer #search {
    position:static!important
}
body.ascend #search-outer #search input[type="text"] {
    color:#000;
    height:auto;
    font-size:80px;
    text-align:center
}
body.ascend #search-outer > #search form {
    width:100%;
    float:none
}
#search-outer > #search form,#search-outer #search .span_12 span {
    opacity:0;
    position:relative
}
#search-outer #search #close {
    position:absolute;
    top: 30px;
    right: 30px
}
.ascend #search-outer #search #close a span:not(.close-line){
    font-size:22px;
}
body.ascend #search-outer #search #close a {
    right:0;
    top:0;
    transition: all .47s cubic-bezier(0.3,1,0.3,0.95);
    -webkit-transition: all .47s cubic-bezier(0.3,1,0.3,0.95)
}
#search-outer #search #close a:hover {
    transform:rotate(90deg) translateZ(0);
    -webkit-transform:rotate(90deg) translateZ(0)
}
#search-outer #search .span_12 span {
    text-align:center;
    display:block;
    color:rgba(0,0,0,0.4);
    margin-top:15px
}

body.ascend #boxed #search-outer {
    width:auto;
    min-width:1200px;
    left:auto
}

@media only screen and (max-width: 1000px) {
  body.ascend #boxed #search-outer {
      min-width:680px;
  }
}

@media only screen and (max-width: 690px) {
  body.ascend #boxed #search-outer {
      min-width:100%;
  }
}

body[data-ext-responsive="false"].ascend #boxed #header-outer[data-full-width="true"] header > .container {
  width:100%;
  max-width: 100%;
}

body.ascend #search-outer #search #close a span {
    color:#000
}
body.ascend #search-outer .ui-widget-content {
    top:90px!important
}
.ascend #search-results .result .bottom-line,.ascend .masonry-blog-item .bottom-line,.ascend .masonry-blog-item .more-link {
    display:none
}
.ascend .masonry-blog-item .inner-wrap,.ascend .masonry-blog-item .mejs-container .mejs-controls {
    box-shadow:none
}
.ascend .masonry-blog-item .post-meta {
    padding:0 18px 18px
}
.ascend .post .nectar-love-wrap {
    line-height:20px
}
.ascend .masonry-blog-item .inner-wrap {
    padding:0
}
.ascend .masonry-blog-item .content-inner .post-featured-img img,
.ascend .masonry-blog-item .more-link,
.ascend .post-area.masonry .post .quote-inner,
.ascend .post-area.masonry .post .link-inner,
.post-area.masonry .post .status-inner,
.post-area.masonry .post .aside-inner {
    margin-bottom:0
}
.ascend .masonry-blog-item .content-inner {
    padding-bottom:0;
    border:0;
    margin-bottom:0
}
.ascend .masonry-blog-item .article-content-wrap {
    padding:16px 18px 18px
}
.ascend .post-area.masonry .post.quote .post-content .post-meta,
.ascend .post-area.masonry .post.link .post-content .post-meta,
.ascend .post-area.masonry .format-status .post-content .post-meta,
.ascend .post-area.masonry .post.format-aside .post-meta {
    display:none!important
}
.ascend .post .content-inner {
    border:none
}
.ascend #author-bio {
    padding-bottom:20px;
    border:none;
    text-align:center
}
.ascend #author-bio img {
    display:block;
    margin:0 auto;
    margin-bottom:15px;
    position:relative
}
.ascend #author-bio h3 span,
.ascend .comments-section .comment-wrap.full-width-section > h3 span {
    display:block;
    margin-bottom:5px;
    line-height:12px;
    font-size:12px;
    text-transform:none
}
.ascend .container-wrap .bottom-meta #author-bio #author-info{
   float:left;
    text-align:left;
    padding-top:10px;
    padding-left:20px!important
}
.ascend .container-wrap #author-bio #author-info {
    width:600px;
    margin:0 auto;
    padding-left:0
}
.ascend .container-wrap #author-bio #author-info p {
    max-width:70%;
    margin:0 auto
}
.ascend #author-bio .nectar-button {
    margin-top:20px
}
.ascend #author-bio .avatar {
    border-radius:100%
}
.ascend .comment-list {
    margin-bottom:0
}
.ascend .comment-list .reply {
    top:7px
}
.ascend .comment-list .reply a {
    color:#000;
    background-color:transparent;
    border-radius:0
}
.ascend .comment-list .reply a:hover {
    color:#fff
}
body.ascend #respond {
    margin-top:80px
}
.ascend h3#comments {
    text-align:center
}
body.ascend .comment-list .comment > div,
body.ascend .comment-list .pingback > div {
    background-color:transparent;
    box-shadow:none;
    padding-left:85px;
    padding-bottom:0;
    padding-top:0;
    margin-top:4em
}
body.ascend .comment-list .comment > div img.avatar,
body.ascend .comment-list .pingback > div img.avatar {
    left:0;
    border-radius:100%;
    top:0
}
.comment-list .comment > div p,
.comment-list .pingback > div p {
    margin-top:30px
}
body.ascend:not(.material) .comment-list .children {
    background-position:left 30px;
    padding-left:40px
}
body:not(.material) .comment-list .children {
    margin-left:26px;
}
.comment-list .says {
    display:none
}
.ascend #reply-title {
    margin-bottom:50px;
    text-align:center
}
.ascend.single-product #reply-title,
.ascend.single-product #commentform .form-submit {
    text-align:left
}
.ascend .comment #reply-title {
    text-align:left
}
.ascend #respond #cancel-comment-reply-link {
    padding-left:15px
}
.ascend .comment-wrap {
    padding-top:0;
    margin-top:0
}
.ascend.single-portfolio .comment-wrap {
    margin-top:30px
}
.ascend .comment-wrap h3#comments {
    padding-top:80px
}
.ascend .comment-wrap {
    border-top: 1px solid transparent;
}
.ascend #author-bio.no-pagination:after,
.ascend .comment-wrap:after, .ascend .comment-list:after {
    margin-left: -50vw;
    left: 50%;
    width: 100vw;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    border-top: 1px solid rgba(0,0,0,0.2);
}
.ascend .comments-section[data-author-bio="false"] .comment-wrap:after {
    border:none
}
.ascend .comment-list {
    padding-bottom:80px;
}
.ascend .comment-list:after {
    border-top: 0;
    top: auto;
    bottom: 0;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
.ascend #author-bio.no-pagination.lighter-grey:after,
.ascend .comment-wrap.lighter-grey:after,
.ascend .comment-wrap.lighter-grey .comment-list:after {
    border-color:#ddd
}
.ascend #author-bio {
    padding-top:80px
}
.single-post.ascend #page-header-bg.fullscreen-header,
.single-post #single-below-header.fullscreen-header {
    background-color:#f6f6f6
}
.single-post.ascend #single-below-header.fullscreen-header {
    border-top:1px solid #DDD;
    border-bottom:none!important
}
.tagcloud a,
#header-outer .widget_shopping_cart a.button,
.post .more-link span,
.blog-recent .more-link span,
.flex-direction-nav a,
#pagination span,
#pagination a,
#pagination .next.inactive,
#pagination .prev.inactive,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce .container-wrap nav.woocommerce-pagination ul li span {
    border-radius:0!important
}

.ascend .col.boxed:not(.wpb_column) {
    box-shadow:0 1px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow:0 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow:0 1px 1px rgba(0,0,0,0.1);
    -o-box-shadow:0 1px 1px rgba(0,0,0,0.1);
    background-color:#fff;
    padding:25px 15px 15px;
    position:relative;
    -webkit-transition:transform .2s linear,-webkit-box-shadow .2s linear;
    -moz-transition:transform .2s linear,-moz-box-shadow .2s linear;
    transition:transform .2s linear,box-shadow .2s linear;
    top:0
}
.ascend .col.boxed:not(.wpb_column):hover {
    transform:translateY(-4px);
    -webkit-transform:translateY(-4px);
    box-shadow:0 17px 25px rgba(0,0,0,0.13);
    -webkit-box-shadow:0 17px 25px rgba(0,0,0,0.13);
    -moz-box-shadow:0 17px 25px rgba(0,0,0,0.13);
    -o-box-shadow:0 17px 25px rgba(0,0,0,0.13)
}
.ascend .pp_arrow_previous,.ascend .pp_arrow_next,
.ascend .mfp-arrow-right,.ascend .mfp-arrow-left,
.woocommerce .pswp__button--arrow--right, .woocommerce .pswp__button--arrow--left {
    overflow:visible;
    height:40px;
    width:40px;
    border-radius:100px;
    border:2px solid rgba(255,255,255,0.4)
}
.ascend.woocommerce .pswp__button--arrow--right:before,
.ascend.woocommerce .pswp__button--arrow--left:before {
    background-image: none;
    line-height:40px;
    height:40px;
    width: 36px;
}
.mfp-arrow-left:before,
.woocommerce .pswp__button--arrow--left:before {
  transform: translateX(-5px);
}
a.pp_arrow_previous {
    left:30px
}
a.pp_arrow_next {
    right:30px
}
.ascend .pp_arrow_next:hover,.ascend .pp_arrow_previous:hover,
.ascend .mfp-arrow-right:hover,.ascend .mfp-arrow-left:hover,
.woocommerce .pswp__button--arrow--right:hover, .woocommerce .pswp__button--arrow--left:hover {
    border:2px solid rgba(255,255,255,0)
}
body.ascend .pp_arrow_previous .icon-default-style {
    border-radius:0;
    width:20px;
    height:40px;
    line-height:39px;
    font-size:24px;
    font-family:FontAwesome;
    margin-top:0;
    left:-1px;
    transition:all .35s cubic-bezier(0.12,0.75,0.4,1);
    -webkit-transition:all .35s cubic-bezier(0.12,0.75,0.4,1)
}
body.ascend .mfp-arrow-left,
.woocommerce.ascend .pswp__button--arrow--left {
    height:40px;
    line-height:40px;
    font-size:18px;
    font-family:FontAwesome;
    margin-top:0;
    opacity:1;
    left:40px;
    transition:all .35s cubic-bezier(0.12,0.75,0.4,1);
    -webkit-transition:all .35s cubic-bezier(0.12,0.75,0.4,1)
}
body.ascend .pp_arrow_next .icon-default-style {
    border-radius:0;
    width:20px;
    line-height:39px;
    height:40px;
    font-size:24px;
    margin-top:0;
    font-family:FontAwesome;
    left:1px;
    transition:all .35s cubic-bezier(0.12,0.75,0.4,1);
    -webkit-transition:all .35s cubic-bezier(0.12,0.75,0.4,1)
}
body.ascend .mfp-arrow-right,
.woocommerce.ascend .pswp__button--arrow--right {
    line-height:40px;
    height:40px;
    font-size:18px;
    margin-top:0;
    font-family:FontAwesome;
    opacity:1;
    right:40px;
    transition:all .35s cubic-bezier(0.12,0.75,0.4,1);
    -webkit-transition:all .35s cubic-bezier(0.12,0.75,0.4,1)
}
.ascend .pp_arrow_previous .icon-default-style:after,
.ascend .pp_arrow_next .icon-default-style:after,
.ascend .mfp-arrow-left:after,.ascend .mfp-arrow-right:after,
.woocommerce .pswp__button--arrow--right:after,
.woocommerce .pswp__button--arrow--left:after {
    display:block;
    content:' ';
    position:absolute;
    width:18px;
    height:2px;
    background-color:#fff;
    top:19px;
    opacity:0;
    left:-6px;
    cursor:pointer;
    transform:translateX(-37px);
    transition:all .35s cubic-bezier(0.12,0.75,0.4,1);
    -webkit-transition:all .35s cubic-bezier(0.12,0.75,0.4,1);
    pointer-events:none
}
.ascend .mfp-arrow-left:after,
.ascend .mfp-arrow-right:after,
.woocommerce .pswp__button--arrow--right:after,
.woocommerce .pswp__button--arrow--left:after {
    top:16px;
    transform-origin: right;
    opacity: 1;
    transform:translateX(13px) scaleX(0.9);
    -webkit-transform:translateX(13px) scaleX(0.9);
}
.ascend .mfp-arrow-left:after,
.woocommerce .pswp__button--arrow--left:after {
    left:65px;
    opacity: 1;
    transform-origin: left;
    transform:translateX(-54px) scaleX(0.9);
    -webkit-transform:translateX(-54px) scaleX(0.9);
}
.ascend .pp_arrow_previous .icon-default-style:after {
    left:59px
}
.ascend .pp_arrow_previous .icon-default-style:before,.mfp-arrow-left:before,
.woocommerce .pswp__button--arrow--left:before {
    content:"\f104";
    color:#fff
}
.mfp-arrow-left:before, .woocommerce .pswp__button--arrow--left:before {
    top:-3px;
    left:-1px;
    display:block;
    position:relative;
    transition:all .35s cubic-bezier(0.12,0.75,0.4,1);
    -webkit-transition:all .35s cubic-bezier(0.12,0.75,0.4,1)
}
.ascend .pp_arrow_next .icon-default-style:before, .mfp-arrow-right:before,
.woocommerce .pswp__button--arrow--right:before {
    content:"\f105";
    color:#fff
}
.mfp-arrow-right:before,
.woocommerce .pswp__button--arrow--right:before {
    top:-3px;
    right:-1px;
    display:block;
    transition:all .35s cubic-bezier(0.12,0.75,0.4,1);
    -webkit-transition:all .35s cubic-bezier(0.12,0.75,0.4,1);
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
    position:relative
}
.ascend .pp_arrow_next:hover .icon-default-style:after,.mfp-arrow-right:hover:after,
.woocommerce .pswp__button--arrow--right:hover:after {
    opacity:1;
    transform:translateX(-18px);
    -webkit-transform:translateX(-18px)
}
.mfp-arrow-right:hover:before, .woocommerce .pswp__button--arrow--right:hover:before {
    transform:translateX(9px);
    -webkit-transform:translateX(9px)
}
.mfp-arrow-left:hover:before, .woocommerce .pswp__button--arrow--left:hover:before {
    transform:translateX(-9px);
    -webkit-transform:translateX(-9px)
}
.mfp-arrow-right:hover:after, .woocommerce .pswp__button--arrow--right:hover:after {
  transform:translateX(16px) scaleX(1.2);
  -webkit-transform:translateX(16px) scaleX(1.2);
}
.ascend .pp_arrow_next:hover .icon-default-style {
    transform:translateX(7px);
    -webkit-transform:translateX(7px)
}
.ascend .pp_arrow_previous:hover .icon-default-style:after,
.mfp-arrow-left:hover:after,
.woocommerce .pswp__button--arrow--left:hover:after {
    opacity:1;
    transform:translateX(-51px);
    -webkit-transform:translateX(-51px)
}
.mfp-arrow-left:hover:after, .woocommerce .pswp__button--arrow--left:hover:after {
  transform:translateX(-58px) scaleX(1.2);
  -webkit-transform:translateX(-58px) scaleX(1.2);
}
.ascend .pp_arrow_previous:hover .icon-default-style {
    transform:translateX(-7px);
    -webkit-transform:translateX(-7px)
}
.container-wrap input[type="text"],
.container-wrap textarea,
.container-wrap input[type="email"],
.container-wrap input[type="password"],
.container-wrap input[type="tel"],
.container-wrap input[type="url"],
.container-wrap input[type="search"],
.container-wrap input[type="date"] {
    background-color:transparent;
    border:1px solid #ccc;
    box-shadow:none;
    -webkit-box-shadow:none;
    font-size:16px;
    -o-box-shadow:none;
    padding:16px;
}
.container-wrap input[type="text"]:focus,
.container-wrap textarea:focus,
.container-wrap input[type="email"]:focus,
.container-wrap input[type="password"]:focus,
.container-wrap input[type="tel"]:focus,
.container-wrap input[type="url"]:focus,
.container-wrap input[type="search"]:focus,
.container-wrap input[type="date"]:focus {
    border-color:#999;
}
.ascend #commentform .form-submit {
    text-align:center;
    padding-bottom:50px;
    margin-top:20px
}
.ascend .container-wrap input[type="submit"],
.ascend .container-wrap button[type="submit"],
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    padding:16px!important;
    border-radius:0
}
body[data-button-style="rounded"].ascend .container-wrap input[type="submit"],
body[data-button-style="rounded"].ascend .container-wrap button[type="submit"] {
    padding:16px 23px!important
}
body[data-button-style="rounded"][data-form-submit="see-through"].ascend .container-wrap .widget_search input[type="submit"],
body[data-button-style="rounded"][data-form-submit="see-through"].ascend .container-wrap .widget_search button[type="submit"] {
    padding:12px 23px!important
}
.ascend .woocommerce .actions .button {
    height:auto!important;
    padding:14px!important
}
.ascend .cart .quantity input.plus,
.ascend .cart .quantity input.minus {
    font-weight:400;
    font-size:16px;
}

.ascend .widget_search .search-form input[type=submit],
.ascend .newsletter-widget form input[type=submit] {
    line-height:24px
}
#slide-out-widget-area.fullscreen-alt .inner .widget.widget_nav_menu li a .clip-wrap,
#slide-out-widget-area.fullscreen-alt .inner .off-canvas-menu-container li a .clip-wrap,
#slide-out-widget-area.slide-out-from-right-hover .inner .widget.widget_nav_menu li a .clip-wrap,
#slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a .clip-wrap {
    display: none;
}

#slide-out-widget-area.slide-out-from-right .off-canvas-menu-container li {
  margin-top: 3px;
  margin-bottom: 3px;
}

.ascend .container-wrap .span_12.light input[type="text"],
.ascend .container-wrap .span_12.light textarea,
.ascend .container-wrap .span_12.light select,
.ascend .container-wrap .span_12.light input[type="email"],
.ascend .container-wrap .span_12.light input[type="password"],
.ascend .container-wrap .span_12.light input[type="tel"],
.ascend .container-wrap .span_12.light input[type="url"],
.ascend .container-wrap .span_12.light input[type="search"],
.ascend .container-wrap .span_12.light input[type="date"],
.span_12.light .select2-container--default .select2-selection--single,
body[data-fancy-form-rcs="1"] .span_12.light .select2-container--default .select2-selection--single {
    border:1px solid rgba(255,255,255,0.6);
    background-color: transparent;
    color:#fff
}
.ascend .container-wrap .span_12.light input[type="text"]:focus,
.ascend .container-wrap .span_12.light textarea:focus,
.ascend .container-wrap .span_12.light select:focus,
.ascend .container-wrap .span_12.light input[type="email"]:focus,
.ascend .container-wrap .span_12.light input[type="password"]:focus,
.ascend .container-wrap .span_12.light input[type="tel"]:focus,
.ascend .container-wrap .span_12.light input[type="url"]:focus,
.ascend .container-wrap .span_12.light input[type="search"]:focus,
.ascend .container-wrap .span_12.light input[type="date"]:focus {
    border:1px solid rgba(255,255,255,0.8)
}
.container-wrap .span_12.light input[type="submit"]:hover {
    background-color:#333;
    opacity:.8
}
.ascend .nectar-button.extra-color-gradient-1,
.ascend .nectar-button.extra-color-gradient-2,
.ascend .nectar-button.see-through-extra-color-gradient-1,
.ascend .nectar-button.see-through-extra-color-gradient-2{
  background-color:transparent!important;
  opacity:1;
  box-shadow:none
}
.nectar-button.extra-color-gradient-1:after,
.nectar-button.extra-color-gradient-2:after,
.nectar-button.see-through-extra-color-gradient-1:after,
.nectar-button.see-through-extra-color-gradient-2:after{
   position:absolute;
    content:' ';
    top:-2%;
    left:-1%;
    width:101.5%;
    height:104%;
    transform-origin:right;
    -webkit-transform-origin:right;
    -ms-transform-origin:right;
    transform:scale(0,1);
    -webkit-transform:scale(0,1);
    -ms-transform:scale(0,1);
    -ms-transition:transform 0.38s cubic-bezier(.2,0.95,.4,0.95),background-size 0.38s ease;
    transition:transform 0.38s cubic-bezier(.2,0.95,.4,0.95),background-size 0.38s ease;
    -webkit-transition:transform 0.38s cubic-bezier(.2,0.95,.4,0.95),background-size 0.38s ease;
    z-index:-1
}
.nectar-button.see-through-extra-color-gradient-1:after,
.nectar-button.see-through-extra-color-gradient-2:after,
.nectar-button.extra-color-gradient-1:hover:after,
.nectar-button.extra-color-gradient-2:hover:after {
   background-size:225% 100%!important;
    background-position:right!important
}

.nectar-button.see-through-extra-color-gradient-1:hover:after,
.nectar-button.see-through-extra-color-gradient-2:hover:after,
.nectar-button.extra-color-gradient-1:after,
.nectar-button.extra-color-gradient-2:after {
  background-position:left!important;
  background-size:100% 100%!important
}

.nectar-button.see-through-extra-color-gradient-1:hover:after,
.nectar-button.see-through-extra-color-gradient-2:hover:after{
   transform:scale(1,1);
    -webkit-transform:scale(1,1);
    -ms-transform:scale(1,1);
    transform-origin:left;
    -webkit-transform-origin:left;
    -ms-transform-origin:left;
}

.nectar-button.extra-color-gradient-1:after,
.nectar-button.extra-color-gradient-2:after{
   transform:scale(1,1);
    -webkit-transform:scale(1,1);
    -ms-transform:scale(1,1);
    transform-origin:left;
    -webkit-transform-origin:left;
    -ms-transform-origin:left;
}

.nectar-button.extra-color-gradient-1:hover:after,
.nectar-button.extra-color-gradient-2:hover:after{
   transform:scale(0,1);
    -webkit-transform:scale(0,1);
    -ms-transform:scale(0,1);
    transform-origin:right;
    -webkit-transform-origin:right;
    -ms-transform-origin:right;
}
.nectar-button.extra-color-gradient-1 .start,
.nectar-button.extra-color-gradient-2 .start,
.nectar-button.extra-color-gradient-1 .hover,
.nectar-button.extra-color-gradient-2 .hover,
.nectar-button.see-through-extra-color-gradient-1 .start,
.nectar-button.see-through-extra-color-gradient-2 .start,
.nectar-button.see-through-extra-color-gradient-1 .hover,
.nectar-button.see-through-extra-color-gradient-2 .hover{
   -ms-transition:transform 0.38s cubic-bezier(.2,0.95,.4,0.95),opacity 0.38s cubic-bezier(.2,0.95,.4,0.95);
    transition:transform 0.38s cubic-bezier(.2,0.95,.4,0.95),opacity 0.38s cubic-bezier(.2,0.95,.4,0.95);
    -webkit-transition:transform 0.38s cubic-bezier(.2,0.95,.4,0.95),opacity 0.38s cubic-bezier(.2,0.95,.4,0.95)
}
.nectar-button.extra-color-gradient-1 .start,
.nectar-button.extra-color-gradient-2 .start,
.nectar-button.see-through-extra-color-gradient-1 .start,
.nectar-button.see-through-extra-color-gradient-2 .start{
   animation:gradientTextHoverHover 0.38s;
    animation-timing-function:cubic-bezier(.2,0.9,.4,0.9);
    animation-fill-mode:forwards;
    display:inline-block
}
.nectar-button.extra-color-gradient-1 .hover,
.nectar-button.extra-color-gradient-2 .hover,
.nectar-button.see-through-extra-color-gradient-1 .hover,
.nectar-button.see-through-extra-color-gradient-2 .hover{
   position:absolute;
    display:inline;
    left:0;
    animation:gradientTextHoverOff 0.38s;
    animation-timing-function:cubic-bezier(.2,0.9,.4,0.9);
    animation-fill-mode:forwards;
    text-align:center;
    width:100%;
    opacity:0;
    z-index:0
}
.nectar-button.extra-color-gradient-1:hover .hover,
.nectar-button.extra-color-gradient-2:hover .hover,
.nectar-button.see-through-extra-color-gradient-1:hover .hover,
.nectar-button.see-through-extra-color-gradient-2:hover .hover{
   animation:gradientTextHoverHover 0.38s;
    animation-timing-function:cubic-bezier(.2,0.9,.4,0.9);
    animation-fill-mode:forwards
}
.nectar-button.extra-color-gradient-1:hover .start, .nectar-button.extra-color-gradient-2:hover .start,
.nectar-button.see-through-extra-color-gradient-1:hover .start, .nectar-button.see-through-extra-color-gradient-2:hover .start{
   animation:gradientTextHoverOff 0.38s;
    animation-timing-function:cubic-bezier(.2,0.9,.4,0.9);
    animation-fill-mode:forwards
}
.nectar-button.see-through-extra-color-gradient-1 .hover, .nectar-button.see-through-extra-color-gradient-2 .hover{
   position:absolute;
    display:inline;
    left:0;
    text-align:center;
    width:100%;
    opacity:0;
    z-index:100
}
.nectar-button.extra-color-gradient-1 .start.loading, .nectar-button.extra-color-gradient-2 .start.loading,
.nectar-button.see-through-extra-color-gradient-1 .start.loading, .nectar-button.see-through-extra-color-gradient-2 .start.loading{
   animation:gradientTextHoverHover 0s
}
.light .nectar-button.extra-color-gradient-1:hover .hover, .light .nectar-button.extra-color-gradient-2:hover .hover,
.light .nectar-button.see-through-extra-color-gradient-1:hover .start, .light .nectar-button.see-through-extra-color-gradient-2:hover .start,
.light .nectar-button.see-through-extra-color-gradient-1 .start, .light .nectar-button.see-through-extra-color-gradient-2 .start,
div[data-text-color="light"] .nectar-button.extra-color-gradient-1:hover .hover, div[data-text-color="light"] .nectar-button.extra-color-gradient-2:hover .hover,
div[data-text-color="light"] .nectar-button.see-through-extra-color-gradient-1:hover .start,
div[data-text-color="light"] .nectar-button.see-through-extra-color-gradient-2:hover .start,
div[data-text-color="light"] .nectar-button.see-through-extra-color-gradient-1 .start,
div[data-text-color="light"] .nectar-button.see-through-extra-color-gradient-2 .start{
   background:none!important;
    -webkit-background-clip:border-box;
    -webkit-text-fill-color:#fff;
    background-clip:border-box;
}
.light .nectar-button.see-through-extra-color-gradient-1.no-text-grad .start,
.light .nectar-button.see-through-extra-color-gradient-2.no-text-grad .start,
div[data-text-color="light"] .nectar-button.see-through-extra-color-gradient-1.no-text-grad .start,
div[data-text-color="light"] .nectar-button.see-through-extra-color-gradient-2.no-text-grad .start{
   color:#fff!important
}
.light .nectar-button.see-through-extra-color-gradient-1:hover .start, .light .nectar-button.see-through-extra-color-gradient-2:hover .start,
.light .nectar-button.see-through-extra-color-gradient-1 .start, .light .nectar-button.see-through-extra-color-gradient-2 .start,
.light .nectar-button.extra-color-gradient-1 .start, .light .nectar-button.extra-color-gradient-2 .start,
div[data-text-color="light"] .nectar-button.see-through-extra-color-gradient-1:hover .start,
div[data-text-color="light"] .nectar-button.see-through-extra-color-gradient-2:hover .start,
div[data-text-color="light"] .nectar-button.see-through-extra-color-gradient-1 .start,
div[data-text-color="light"] .nectar-button.see-through-extra-color-gradient-2 .start,
div[data-text-color="light"] .nectar-button.extra-color-gradient-1 .start,
div[data-text-color="light"] .nectar-button.extra-color-gradient-2 .start{
   opacity:1!important;
    animation:none!important
}
.light .nectar-button.see-through-extra-color-gradient-1 .hover,
.light .nectar-button.see-through-extra-color-gradient-2 .hover,
.light .nectar-button.extra-color-gradient-1 .hover,
.light .nectar-button.extra-color-gradient-2 .hover,
div[data-text-color="light"] .nectar-button.see-through-extra-color-gradient-1 .hover,
div[data-text-color="light"] .nectar-button.see-through-extra-color-gradient-2 .hover,
div[data-text-color="light"] .nectar-button.extra-color-gradient-1 .hover,
div[data-text-color="light"] .nectar-button.extra-color-gradient-2 .hover{
   opacity:0!important;
    animation:none!important
}
@keyframes gradientTextHoverHover{
    0%{
        transform:translateX(0px);
        opacity:0
   }
    70%{
        opacity:1
   }
    100%{
        transform:translateX(0px)!important;
        opacity:1
   }
}
@keyframes gradientTextHoverOff{
    0%{
        transform:translateX(0px);
        opacity:1
   }
    70%{
        opacity:0
   }
    100%{
        transform:translateX(0px)!important;
        opacity:0
   }
}
.nectar-button.see-through-extra-color-gradient-1.medium.has-icon,
.nectar-button.see-through-extra-color-gradient-2.medium.has-icon,
.nectar-button.extra-color-gradient-1.medium.has-icon,
.nectar-button.extra-color-gradient-2.medium.has-icon{
   padding:7px 30px
}
.nectar-button.see-through-extra-color-gradient-1.large.has-icon,
.nectar-button.see-through-extra-color-gradient-2.large.has-icon,
.nectar-button.extra-color-gradient-1.large.has-icon,
.nectar-button.extra-color-gradient-2.large.has-icon{
   padding:12px 35px
}
.nectar-button.extra-color-gradient-1 i,
.nectar-button.extra-color-gradient-2 i,
.nectar-button.see-through-extra-color-gradient-1 i,
.nectar-button.see-through-extra-color-gradient-2 i{
   opacity:1;
    right:24px;
    background:inherit;
    background-size:500% 100%;
    background-position:right
}
.nectar-button.extra-color-gradient-1.has-icon span,
.nectar-button.extra-color-gradient-2.has-icon span,
.nectar-button.see-through-extra-color-gradient-1.has-icon span,
.nectar-button.see-through-extra-color-gradient-2.has-icon span{
   left:-18px
}
body .nectar-button.extra-color-gradient-1.has-icon:hover span,
body .nectar-button.extra-color-gradient-2.has-icon:hover span,
body .nectar-button.see-through-extra-color-gradient-1.has-icon:hover span,
body .nectar-button.see-through-extra-color-gradient-2.has-icon:hover span,
body .nectar-button.extra-color-gradient-1.has-icon:hover i,
body .nectar-button.extra-color-gradient-2.has-icon:hover i,
body .nectar-button.see-through-extra-color-gradient-1.has-icon:hover i,
body .nectar-button.see-through-extra-color-gradient-2.has-icon:hover i{
   -ms-transform:none;
    transform:none;
    -webkit-transform:none
}
.nectar-button.extra-color-gradient-1.jumbo i,
.nectar-button.extra-color-gradient-2.jumbo i,
.nectar-button.see-through-extra-color-gradient-1.jumbo i,
.nectar-button.see-through-extra-color-gradient-2.jumbo i{
   opacity:1;
    font-size:20px;
    line-height:20px;
    width:20px;
    text-align:center;
    margin-top:-10px
}
.nectar-button.extra-color-gradient-1.extra_jumbo i,
.nectar-button.extra-color-gradient-2.extra_jumbo i,
.nectar-button.see-through-extra-color-gradient-1.extra_jumbo i,
.nectar-button.see-through-extra-color-gradient-2.extra_jumbo i{
    width:40px
}
.nectar-button.extra-color-gradient-1.has-icon.extra_jumbo span,
.nectar-button.extra-color-gradient-2.has-icon.extra_jumbo span,
.nectar-button.see-through-extra-color-gradient-1.has-icon.extra_jumbo span,
.nectar-button.see-through-extra-color-gradient-2.has-icon.extra_jumbo span{
   left:-35px
}
.nectar-button.extra-color-gradient-1.has-icon.jumbo span,
.nectar-button.extra-color-gradient-2.has-icon.jumbo span,
.nectar-button.see-through-extra-color-gradient-1.has-icon.jumbo span,
.nectar-button.see-through-extra-color-gradient-2.has-icon.jumbo span{
   left:-16px
}
.nectar-button.extra-color-gradient-1.has-icon.large span,
.nectar-button.extra-color-gradient-2.has-icon.large span,
.nectar-button.see-through-extra-color-gradient-1.has-icon.large span,
.nectar-button.see-through-extra-color-gradient-2.has-icon.large span{
   left:-14px
}
.nectar-button.extra-color-gradient-1.has-icon.medium span,
.nectar-button.extra-color-gradient-2.has-icon.medium span,
.nectar-button.see-through-extra-color-gradient-1.has-icon.medium span,
.nectar-button.see-through-extra-color-gradient-2.has-icon.medium span{
   left:-13px
}
.nectar-button.extra-color-gradient-1.has-icon.small span,
.nectar-button.extra-color-gradient-2.has-icon.small span,
.nectar-button.see-through-extra-color-gradient-1.has-icon.small span,
.nectar-button.see-through-extra-color-gradient-2.has-icon.small span{
   left:-11px
}
.nectar-button.extra-color-gradient-1.jumbo .hover i,
.nectar-button.extra-color-gradient-2.jumbo .hover i,
.nectar-button.see-through-extra-color-gradient-1.jumbo .hover i,
.nectar-button.see-through-extra-color-gradient-2.jumbo .hover i{
   right:8px
}
.nectar-button.extra-color-gradient-1.extra_jumbo .hover i,
.nectar-button.extra-color-gradient-2.extra_jumbo .hover i,
.nectar-button.see-through-extra-color-gradient-1.extra_jumbo .hover i,
.nectar-button.see-through-extra-color-gradient-2.extra_jumbo .hover i{
   right:8px
}
.nectar-button.extra-color-gradient-1.large .hover i,
 .nectar-button.extra-color-gradient-2.large .hover i,
.nectar-button.see-through-extra-color-gradient-1.large .hover i,
.nectar-button.see-through-extra-color-gradient-2.large .hover i{
   right:5px
}
.nectar-button.extra-color-gradient-1.medium .hover i,
.nectar-button.extra-color-gradient-2.medium .hover i,
.nectar-button.see-through-extra-color-gradient-1.medium .hover i,
.nectar-button.see-through-extra-color-gradient-2.medium .hover i{
   right:0px
}
.nectar-button.extra-color-gradient-1.small .hover i,
.nectar-button.extra-color-gradient-2.small .hover i,
.nectar-button.see-through-extra-color-gradient-1.small .hover i,
.nectar-button.see-through-extra-color-gradient-2.small .hover i{
   right:0px
}
.nectar-button.extra-color-gradient-1.jumbo .start i,
.nectar-button.extra-color-gradient-2.jumbo .start i,
.nectar-button.see-through-extra-color-gradient-1.jumbo .start i,
.nectar-button.see-through-extra-color-gradient-2.jumbo .start i{
   right:-32px
}
.nectar-button.extra-color-gradient-1.extra_jumbo .start i,
.nectar-button.extra-color-gradient-2.extra_jumbo .start i,
.nectar-button.see-through-extra-color-gradient-1.extra_jumbo .start i,
.nectar-button.see-through-extra-color-gradient-2.extra_jumbo .start i{
   right:-75px
}
.nectar-button.extra-color-gradient-1.large .start i,
.nectar-button.extra-color-gradient-2.large .start i,
.nectar-button.see-through-extra-color-gradient-1.large .start i,
.nectar-button.see-through-extra-color-gradient-2.large .start i{
   right:-32px
}
.nectar-button.extra-color-gradient-1.medium .start i,
.nectar-button.extra-color-gradient-2.medium .start i,
.nectar-button.see-through-extra-color-gradient-1.medium .start i,
.nectar-button.see-through-extra-color-gradient-2.medium .start i{
   right:-30px
}
.nectar-button.extra-color-gradient-1.small .start i,
.nectar-button.extra-color-gradient-2.small .start i,
.nectar-button.see-through-extra-color-gradient-1.small .start i,
.nectar-button.see-through-extra-color-gradient-2.small .start i{
   right:-30px
}
.nectar-button.see-through-extra-color-gradient-1.small,
.nectar-button.see-through-extra-color-gradient-2.small,
.nectar-button.extra-color-gradient-1.small,
.nectar-button.extra-color-gradient-2.small{
   padding:5px 14px
}
.nectar-button.see-through-extra-color-gradient-1.medium,
.nectar-button.see-through-extra-color-gradient-2.medium,
.nectar-button.extra-color-gradient-1.medium,
.nectar-button.extra-color-gradient-2.medium{
   border-width:3px;
    padding:7px 15px
}
.nectar-button.see-through-extra-color-gradient-1.large,
.nectar-button.see-through-extra-color-gradient-2.large,
.nectar-button.extra-color-gradient-1.large,
.nectar-button.extra-color-gradient-2.large{
   border-width:3px;
    padding:12px 22px
}
.nectar-button.see-through-extra-color-gradient-1.jumbo,
.nectar-button.see-through-extra-color-gradient-2.jumbo,
.nectar-button.extra-color-gradient-1.jumbo,
.nectar-button.extra-color-gradient-2.jumbo{
   border-width:4px;
    padding:21px 40px
}
.nectar-button.see-through-extra-color-gradient-1.extra_jumbo,
.nectar-button.see-through-extra-color-gradient-2.extra_jumbo,
.nectar-button.extra-color-gradient-1.extra_jumbo,
.nectar-button.extra-color-gradient-2.extra_jumbo{
   border-width:10px;
    padding:56px 90px
}
.nectar-button.extra-color-gradient-1 span,
.nectar-button.extra-color-gradient-2 span,
.nectar-button.see-through-extra-color-gradient-1 span,
.nectar-button.see-through-extra-color-gradient-2 span{
   z-index:100
}

@media only screen and (max-width: 1000px) {
  #search-box {
    -webkit-transform: none;
    transform: none;
    top: 20%;
  }
  body.ascend #search-outer #search input[type="text"] {
    font-size: 40px;
  }
}
@media only screen and (max-width: 690px) {
  body.ascend #search-outer #search input[type="text"] {
    font-size: 28px;
  }
}

/* RTL */
.rtl.ascend .comment-list .comment > div,
.rtl.ascend .comment-list .pingback > div {
    padding-right: 85px;
    padding-left: 25px;
}
.rtl.ascend .comment-list .comment > div img.avatar,
.rtl.ascend .comment-list .pingback > div img.avatar {
    right: 0;
    left: auto;
}
body.rtl .carousel-wrap[data-full-width="false"] .control-wrap {
    left: 0;
    right: auto;
}
.rtl .carousel-wrap[data-full-width="false"] .control-wrap .carousel-prev {
    margin-left: 0;
}
.rtl .carousel-wrap[data-full-width="false"] .control-wrap .carousel-prev,
.carousel-wrap[data-full-width="false"] .control-wrap .carousel-next {
    left: 0!important;
    right: auto !important;
}
.rtl .carousel-wrap[data-full-width="false"] .control-wrap .item-count {
    left: -2px;
    right: auto;
}
.rtl.ascend [data-full-width="false"] .carousel-prev.next-hovered,
.rtl.ascend [data-full-width="false"] .item-count.next-hovered {
    transform: translateX(0px);
}
.rtl.ascend [data-full-width="false"] .carousel-next:hover {
    transform: translateX(18px);
}
.rtl.ascend [data-full-width="false"] .carousel-prev:hover ~ .carousel-next,
.rtl.ascend [data-full-width="false"] .carousel-prev:hover ~ .item-count{
    transform: translateX(18px);
}
.rtl.ascend [data-full-width="false"] .carousel-prev:hover i {
    transform: translateX(0px);
}
.rtl.ascend [data-full-width="false"] .carousel-prev:after {
    transform: translateX(30px);
}
.rtl.ascend [data-full-width="false"] .carousel-prev:hover:after {
    opacity: 1;
    transform: translateX(18px);
}

@media only screen and (min-width: 1000px) and (max-width: 1300px) {

  .ascend #ajax-content-wrap .container-wrap #author-bio #author-info {
    width: 544px;
  }

}#header-outer .nectar-ext-menu-item .image-layer-outer,#header-outer .nectar-ext-menu-item .image-layer,#header-outer .nectar-ext-menu-item .color-overlay,#slide-out-widget-area .nectar-ext-menu-item .image-layer-outer,#slide-out-widget-area .nectar-ext-menu-item .color-overlay,#slide-out-widget-area .nectar-ext-menu-item .image-layer{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;}.nectar-ext-menu-item .inner-content{position:relative;z-index:10;width:100%;}.nectar-ext-menu-item .image-layer{background-size:cover;background-position:center;transition:opacity 0.25s ease 0.1s;}#header-outer nav .nectar-ext-menu-item .image-layer:not(.loaded){background-image:none!important;}#header-outer nav .nectar-ext-menu-item .image-layer{opacity:0;}#header-outer nav .nectar-ext-menu-item .image-layer.loaded{opacity:1;}.nectar-ext-menu-item span[class*="inherit-h"] + .menu-item-desc{margin-top:0.4rem;}#mobile-menu .nectar-ext-menu-item .title,#slide-out-widget-area .nectar-ext-menu-item .title,.nectar-ext-menu-item .menu-title-text,.nectar-ext-menu-item .menu-item-desc{position:relative;}.nectar-ext-menu-item .menu-item-desc{display:block;line-height:1.4em;}body #slide-out-widget-area .nectar-ext-menu-item .menu-item-desc{line-height:1.4em;}#mobile-menu .nectar-ext-menu-item .title,#slide-out-widget-area .nectar-ext-menu-item:not(.style-img-above-text) .title,.nectar-ext-menu-item:not(.style-img-above-text) .menu-title-text,.nectar-ext-menu-item:not(.style-img-above-text) .menu-item-desc,.nectar-ext-menu-item:not(.style-img-above-text) i:before{color:#fff;}#mobile-menu .nectar-ext-menu-item.style-img-above-text .title{color:inherit;}.sf-menu li ul li a .nectar-ext-menu-item .menu-title-text:after{display:none;}.menu-item .widget-area-active[data-margin="default"] > div:not(:last-child){margin-bottom:20px;}.nectar-ext-menu-item .color-overlay{transition:opacity 0.5s cubic-bezier(.15,.75,.5,1);}.nectar-ext-menu-item:hover .hover-zoom-in-slow .image-layer{transform:scale(1.15);transition:transform 4s cubic-bezier(0.1,0.2,.7,1);}.nectar-ext-menu-item:hover .hover-zoom-in-slow .color-overlay{transition:opacity 1.5s cubic-bezier(.15,.75,.5,1);}.nectar-ext-menu-item .hover-zoom-in-slow .image-layer{transition:transform 0.5s cubic-bezier(.15,.75,.5,1);}.nectar-ext-menu-item .hover-zoom-in-slow .color-overlay{transition:opacity 0.5s cubic-bezier(.15,.75,.5,1);}.nectar-ext-menu-item:hover .hover-zoom-in .image-layer{transform:scale(1.12);}.nectar-ext-menu-item .hover-zoom-in .image-layer{transition:transform 0.5s cubic-bezier(.15,.75,.5,1);}.nectar-ext-menu-item{display:flex;text-align:left;}#slide-out-widget-area .nectar-ext-menu-item .title,#slide-out-widget-area .nectar-ext-menu-item .menu-item-desc,#slide-out-widget-area .nectar-ext-menu-item .menu-title-text,#mobile-menu .nectar-ext-menu-item .title,#mobile-menu .nectar-ext-menu-item .menu-item-desc,#mobile-menu .nectar-ext-menu-item .menu-title-text{color:inherit!important;}#slide-out-widget-area .nectar-ext-menu-item,#mobile-menu .nectar-ext-menu-item{display:block;}#slide-out-widget-area.fullscreen-alt .nectar-ext-menu-item,#slide-out-widget-area.fullscreen .nectar-ext-menu-item{text-align:center;}#header-outer .nectar-ext-menu-item.style-img-above-text .image-layer-outer,#slide-out-widget-area .nectar-ext-menu-item.style-img-above-text .image-layer-outer{position:relative;}#header-outer .nectar-ext-menu-item.style-img-above-text,#slide-out-widget-area .nectar-ext-menu-item.style-img-above-text{flex-direction:column;}#header-outer header li.menu-item-7395 > a .nectar-menu-icon,#slide-out-widget-area li.menu-item-7395 > a .nectar-menu-icon{font-size:100px;line-height:1;}#header-outer header li.menu-item-7395 > a .nectar-menu-icon-img,#header-outer #header-secondary-outer li.menu-item-7395 > a .nectar-menu-icon-img,#slide-out-widget-area li.menu-item-7395 > a .nectar-menu-icon-img{width:100px;}#header-outer header li.menu-item-7395 > a .nectar-menu-icon,#header-outer header li.menu-item-7395 > a .nectar-menu-icon-img{top:0;display:block;margin:0 0 5px 0;text-align:inherit;}#header-outer header li li.menu-item-7395 > a{display:inline-block;}#header-outer header li.menu-item-6973 > a .nectar-menu-icon,#slide-out-widget-area li.menu-item-6973 > a .nectar-menu-icon{font-size:90px;line-height:1;}#header-outer header li.menu-item-6973 > a .nectar-menu-icon-img,#header-outer #header-secondary-outer li.menu-item-6973 > a .nectar-menu-icon-img,#slide-out-widget-area li.menu-item-6973 > a .nectar-menu-icon-img{width:90px;}#header-outer header li.menu-item-6973 > a .nectar-menu-icon,#header-outer header li.menu-item-6973 > a .nectar-menu-icon-img{top:0;display:block;margin:0 0 5px 0;text-align:inherit;}#header-outer header li li.menu-item-6973 > a{display:inline-block;}#header-outer header li.menu-item-7396 > a .nectar-menu-icon,#slide-out-widget-area li.menu-item-7396 > a .nectar-menu-icon{font-size:100px;line-height:1;}#header-outer header li.menu-item-7396 > a .nectar-menu-icon-img,#header-outer #header-secondary-outer li.menu-item-7396 > a .nectar-menu-icon-img,#slide-out-widget-area li.menu-item-7396 > a .nectar-menu-icon-img{width:100px;}#header-outer header li.menu-item-7396 > a .nectar-menu-icon,#header-outer header li.menu-item-7396 > a .nectar-menu-icon-img{top:0;display:block;margin:0 0 5px 0;text-align:inherit;}#header-outer header li li.menu-item-7396 > a{display:inline-block;}#header-outer header li.menu-item-6974 > a .nectar-menu-icon,#slide-out-widget-area li.menu-item-6974 > a .nectar-menu-icon{font-size:100px;line-height:1;}#header-outer header li.menu-item-6974 > a .nectar-menu-icon-img,#header-outer #header-secondary-outer li.menu-item-6974 > a .nectar-menu-icon-img,#slide-out-widget-area li.menu-item-6974 > a .nectar-menu-icon-img{width:100px;}#header-outer header li.menu-item-6974 > a .nectar-menu-icon,#header-outer header li.menu-item-6974 > a .nectar-menu-icon-img{top:0;display:block;margin:0 0 5px 0;text-align:inherit;}#header-outer header li li.menu-item-6974 > a{display:inline-block;}/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */@font-face{font-family:dearflip;src:url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SB/AAAAC8AAAAYGNtYXDV1NUQAAABHAAAAGxnYXNwAAAAEAAAAYgAAAAIZ2x5ZvV0Ah0AAAGQAAASdGhlYWQnoblUAAAUBAAAADZoaGVhB8ID8QAAFDwAAAAkaG10eLYAAAAAABRgAAAAwGxvY2FSqk12AAAVIAAAAGJtYXhwADoAmgAAFYQAAAAgbmFtZWTWXU4AABWkAAABknBvc3QAAwAAAAAXOAAAACAAAwP1AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADq0QPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAUAAAABAAEAADAAAAAQAg6Sjqk+rK6tH//f//AAAAAAAg6QDqk+rK6tH//f//AAH/4xcEFZoVZBVeAAMAAQAAAAAAAAAAAAAAAAAAAAAAAQAB//8ADwABAAD/wAAAA8AAAgAANzkBAAAAAAEAAP/AAAADwAACAAA3OQEAAAAAAQAA/8AAAAPAAAIAADc5AQAAAAABAAD/wAKSA8AABQAAJQcJARcHApI8/wABADzE5zwBAAEAPMQAAAAAAQAA/8ACqgPAAAUAACU3JzcJAQFuxMQ8AQD/AOfExDz/AP8AAAAAAAEAAP/AAwADwAAFAAABFzcXCQEBPMTEPP8A/wACPcTEPP8AAQAAAAABAAD/wAMAA8AABQAAAScJAQcnATw8AQABADzEARk8AQD/ADzEAAAAAQAA/8AB8gPAAAUAAAkCBwkBAfL+pgFaTP5aAaYDBf6m/qZMAaYBpgAAAAABAAD/wAQAA8AABQAAJQkBNwkBAg4BWv6mTAGm/lpRAVoBWkz+Wv5aAAAAAAIAAP/AAxIDwAADAAkAAAEzESMlBwkBFwcBAFZWAhI8/wABADzEAqv+ADw8AQABADzEAAACAAD/wAMAA8AAAwAJAAABMxEjATcJASc3AqpWVv5EPAEA/wA8xAKr/gABxDz/AP8APMQAAQAA/8ADKgPAAAIAAAkCAVYB1P4sAtX+1v7WAAIAAP/AAwADwAADAAcAAAEzESMhETMRAlaqqv6qqgLV/awCVP2sAAACAAD/wANWA8AAAgAFAAAJAREhCQEB6gFs/oD+lAFsAasBAP4AAQABAAAAAAIAAP/AA5YDwAACAAUAAAkCIREBAioBbP6U/oABbAKr/wD/AAIA/wAAAAAAAQAA/8ADKgPAAAsAAAEHFwcnByc3JzcXNwMq7u487u487u487u4Cme7uPO7uPO7uPO7uAAMAAP/AA6oDwAAPAB8AKwAAJTI3NjU0JyYjIgcGFRQXFhMyFxYVFAcGIyInJjU0NzYXFTMVIxUjNSM1MzUCAIxlZWVljIxlZWVljLB9fX19sLB9fX192qysVKysVWVljIxlZWVljIxlZQMAfX2wsH19fX2wsH191KxUrKxUrAAAAwAA/8ADqgPAAA8AHwAjAAAlMjc2NTQnJiMiBwYVFBcWEzIXFhUUBwYjIicmNTQ3NgMhFSECAIxlZWVljIxlZWVljLB9fX19sLB9fX19JgGs/lRVZWWMjGVlZWWMjGVlAwB9fbCwfX19fbCwfX3+gFQAAAABAAD/wAMqA8AACwAAASERIxEhNSERMxEhAyr/AFT/AAEAVAEAAYH/AAEAVAEA/wAAAAAAAQAA/8ADKgPAAAMAAAEhNSEDKv2sAlQBgVQAAAYAAP/AA4ADwAADAAcACwAbACsAOwAAASEVIRE1IRUBNSEVJTIXFhUUBwYjIicmNTQ3NhMyFxYVFAcGIyInJjU0NzYTMhcWFRQHBiMiJyY1NDc2ASoCVv2qAlb9qgJW/SoaExMTExoaExMTExoaExMTExoaExMTExoaExMTExoaExMTEwLVVP8AVFT/AFRUahMTGhoTExMTGhoTEwIAEhIcHBISEhIcHBIS/wASEhwcEhISEhwcEhIAAAAABAAA/8ADAAPAAAMABwALAA8AAAEzNSMhFTM1AzM1IwUzNSMBAODgASDg4ODg/uDg4AHL4ODg/gDg4OAACAAA/8ADgAPAAAMABwALAA8AEwAXABsAHwAAJTUjFQMhESEBNSMVAyERIQM1IxUDIREhATUjFQMhESEDKqpWAVb+qgEAqlYBVv6qqqpWAVb+qgEAqlYBVv6qgaqqAQD+qgIAqqoBAP6q/qyqqgEA/qoCAKqqAQD+qgAAAAkAAP/AA1YDwAADAAcACwAPABMAFwAbAB8AIwAAJTUzFQM1MxUBNTMVNzMVIwE1MxUhNTMVAzUzFTM1MxUBNTMVAqqsrKz+VKxUrKz/AKz+VKysrFSs/lSsVaysAQCsrAEArKysrP8ArKysrP8ArKysrAIArKwAAAIAAP/AA9YDwAAJACkAACURJiMiBxE2MzIDMhcRFAcGIyInJiMiByYjIgciBwYjIicmNRE2MzIXNgOAQlSCaGiCTk6YVAcHCAYEUnqCaFaUbGACAwMCCAcHVpaUVlaVAewUQP4WQAJAQP2SCAcHAixAQC4BAQYGCAJyQEBAAAAABQAA/8AD1gPAAAkAEwAdACcARwAAATIXFSYjIgc1Nic2MzIXFSYjIgc3Igc1NjMyFxUmExEmIyIHETYzMgMyFxEUBwYjIicmIyIHJiMiByIHBiMiJyY1ETYzMhc2Auo0OChEeEhMTFRsNDgoRHhIwHhIUHA0ODBaQlSCaGiCTk6YVAcHCAYEUnqCaFaUbGACAwMCCAcHVpaUVlYBRwpACipIIlAiCkAKKpwqRiQKQgz+qgHsFED+FkACQED9kggHBwIsQEAuAQEGBggCckBAQAAAAAACAAD/wANWA8AAAgATAAABMyclIQERFAcGIyEiJyY1EzQ3NgIq7Oz+1gFWAQAaGiL+ACIaGgIZGQIr6kD/AP4AIhkZGRkiAqwiGRkAAwAA/8ADagPAAAMAEwAsAAABMxUjFzI3NjU0JyYjIgcGFRQXFiEXByc1JwYjIicmNTQ3NjMyFxYVFAcGBxcBKtbWbFA4ODg4UFA4ODg4AVDUQNQMTGh0UVFRUXR0UFAUFBoMAisqrDg4UFA4ODg4UFA4ONRA1CIMQlBQdHRRUVFRdCo1NSAMAAMAAP/AA2oDwAALABsANAAAASMVIzUjNTM1MxUzBzI3NjU0JyYjIgcGFRQXFiEXByc1JwYjIicmNTQ3NjMyFxYVFAcGBxcCAFYqVlYqVmpQODg4OFBQODg4OAFQ1EDUDExodFFRUVF0dFBQFBQaDAIBVlYqVlbWODhQUDg4ODhQUDg41EDUIgxCUFB0dFFRUVF0KjU1IAwAAwAA/8ADVgPAAA8AHwAvAAABMhcWFRQHBiMiJyY1NDc2ITIXFhUUBwYjIicmNTQ3NiEyFxYVFAcGIyInJjU0NzYCACIaGhoaIiIaGhoaASIiGhoaGiIiGhoaGv4iIhoaGhoiIhoaGhoCARoaIiIaGhoaIiIaGhoaIiIaGhoaIiIaGhoaIiIaGhoaIiIaGgAAAgAA/8ADVgPAAAMACgAANyEVIQEHJzMRMxGqAqz9VAIAqqqAVIFWAVasrAGq/lYAAwAA/8ADgAPAABEAGAAeAAABFhcWFRQHBgc1Njc2NTQnJicTFAcRFhcWJTM3EScjAlaCVFRUVIJeOzs7O15qaiwfH/3AqtbWqgMhHGlpiIhpaRxYHE5OZmZOThz+4ng0AVgWMjJO1v1U1gAAAQAA/8ADgAPAADMAACUyFxYVFAcGIyInJjU0NyUGIyInJjU0NzYzMhclJjU0NzYzMhcWFRQHBiMiJwUWFRQHBTYDADQkJCUlMjIlJQL+0iYyNCYmJiY0MiYBLAQmJjQ0JiYmJjQwKP7UBAQBMCT9JSUyNCUlJSU0FAiwIiYmNDQmJiKuFAo0JiYmJjQ0JiYksBQKChSwIAAFAAD/wAOqA8AAAwANABcAIQArAAABESERExUjIicmPQEzFSUzFRQHBisBNTMBIzU0NzY7ARUjJTMyFxYdASM1IwMA/gAqgCIZGVQCrFQZGSKAgP1UVBkZIoCAAiyAIhkZVIACVf6sAVT+VlYaGiJWVlZWIhoaVgGqViIaGlZWGhoiVlYAAAAABAAA/8ADgAPAAAYADQAUABsAAAERITcnNxcFIREXNxcHAxEhBxcHJyUhEScHJzcDgP8AYnw+ev5i/wBiej58ngEAYnw+egGeAQBiej58ASv/AGJ6PnyeAQBifD56AZ4BAGJ6Pnye/wBifD56AAAAAAEAAP/AAqsDwAAXAAABMxUjESMRIzUzNTQ2Nz4BOwEVIyIGHQECK4CAgICAGBcYPCNaWhAWAgCA/tUBK4A2JlUaGxqAFhBaAAIAAP/AA84DwAALAA8AAAEzCQEhCwEjCQEhExMzASMDCo7+ywFr/uTf/o0BSf6lASPJt07+B1QDS/6f/iEBI/7dAXkBx/72/h4CnAAEAAD/wAOqA8AAHQAtAD0AQQAAATIXFhUUBwYVIzQ3Njc2NzY1NCcmIyIHBhUjNDc2EzI3NjU0JyYjIgcGFRQXFhMyFxYVFAcGIyInJjU0NzYTNTMVAgBGMjJAQFQUFBgYFBQaGiIiGhpUMjJGjGVlZWWMjGVlZWWMsH19fX2wsH19fX2GVAKrMjJGNjk5Li4hIQ8PFhYcIhkZGRkiRjIy/aplZYyMZWVlZYyMZWUDAH19sLB9fX19sLB9ff1WVlYAAAAAAwAA/8ADqgPAABwAIAAwAAABNjU0JyYjIgcGFTM0NzYzMhcWFRQPAQYdATM0NwM1IxUTMhcWFRQHBiMiJyY1NDc2AoIoMjJGRjIyVBoaIiIaGho0MlQyMlQqsH19fX2wsH19fX0Byyg4RjIyMjJGIhoaGhoiIho2NkIWQjb+3lRUAtR9fbCwfX19fbCwfX0AAgAA/8ADagPAAA8AKAAAATI3NjU0JyYjIgcGFRQXFiEXByc1JwYjIicmNTQ3NjMyFxYVFAcGBxcBllA4ODg4UFA4ODg4AVDUQNQMTGh0UVFRUXR0UFAUFBoMAVU4OFBQODg4OFBQODjUQNQiDEJQUHR0UVFRUXQqNTUgDAAAAAAEAAD/wAOqA8AAAwATABcAJwAAARUhNQEyNzY1NCcmIyIHBhUUFxYDNSEVATIXFhURIxUhNSMRNDc2MwMA/gACKhINDQ0NEhIMDAwMbv6sAdQ0Jiaq/gCqJiY0Ayuqqv6ADAwSEg0NDQ0SEgwM/tbU1AHUJiY0/wCqqgEANCYmAAMAAP/AA6oDwAACAAcAGwAAASUhAREFJREBMhcWFREUBwYjISInJjURNDc2MwIAAVb9VAKs/qr+qgKsIhkZGRki/VQiGRkZGSIB1db+AAGq1NT+VgJWGhoi/gAiGhoaGiICACIaGgAAAgAA/8ADqgPAAAUAGQAAATUFJRUFATIXFhURFAcGIyEiJyY1ETQ3NjMDVv6q/qoBVgFWIhkZGRki/VQiGRkZGSICVVbW1lbUAYAaGiL+ACIaGhoaIgIAIhoaAAADAAD/wAOAA8AAAwAHAAsAABMhFSEVNSEVBTUhFYADAP0AAwD9AAMAAqtW1FRU1lZWAAAAAwAA/6sD/gPAACgAUACXAAABJicuAScmIyIHDgEHBhUUFhcDJR4BMzE4ATEyNz4BNzY1NCcuAScmJwExIiYvAQc3Jy4BNTQ3PgE3NjMyFx4BFxYXFhceARcWFRQHDgEHBiMTLgEnJiIHDgEHDgEnLgEnLgEnJjY3PgE3PgE3NiYnLgEnLgEjKgEjIgYHDgEVFBYXFhceARcWFx4BFxYyNz4BNz4BJy4BJwNpJCkqWzExM2lcXYkoKCIiSAENN3tAaVxdiigoCgomGxwk/pk5bTEPoCsKICEiIXJNTVcrKClMIiMeHRcXIAgIISJyTU1X5wlECQkNBwYcBgYMCQo4JB0kBgYHBQQKBQQFAwMBAwIdCAcQBQYMBwYTCAkkLwUCERA4JycwFiQOFygREjsICAICAwwKAxYkHBsmCgooKIpcXWlDgTn++UYeICgoil1caTMxMVspKiT88x4dCSqcEDJyPFdNTXMhIQgIIBcXHh0jIkwpKSpXTU1zISEBPAUhAwMJCiEHBgIFBRkhGTUKCQwEBQwGBQkHBgsFBUYTEwMGCQoxLy9OBgMXFzwfHxUJDQUHAgMjFxYiBAQGBQAAAAMAAP/AA8ADwAAZAB0AKQAAATMVMz4BMzIXHgEXFhURIxE0JiMiBhURIxEhMxEjExQGIyImNTQ2MzIWAYCxAxJZQ0crKzAJCLkZR0gmuf7AwMDAOCgoODgoKDgCK1shOhUUSDExOf7MARExZFk3/uoCQP3AAuAoODgoJzk5AAAAAQAA/8ADvAPAAG4AAAEiBw4BBwYVFBceARcWFy4BNzY3PgE3NjEwJjU0NjMyFhUUBgcGFjMyNjU0JiMiBhUUFhceAQcOAQcOAScuATU0Nz4BNzYzMhceARcWFRQHDgEHBiMiJicwBgcOAQceATMyNz4BNzY1NCcuAScmIwIAXFFQeSMjFRVLNDQ9AgMHAwgJEgcHDS8hHBwbCggpITtQZ1JeahMOAwEBAwgBAgcGKjATE0o2N0g5MjJKFRURET0rKjIiOQsXBAgiDR9CIlxRUHkjIyMjeVBRXANmIyJ5UVBcR0BAbCkpGBpIHQ0kJEweHSUdLj4lGhxQJyEvcVpQZHdJHTgRAwYDCyMFBgMDFGcxNTAxShYWExNFLy83OTIzShYWHxRaDx1BFgoKIyN4UVFbXFFReSIjAAAAAAEAAAABAABPPPplXw889QALBAAAAAAA4kE6dgAAAADiQTp2AAD/qwQAA8AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAABAAAAQAAAAAAAAAAAAAAAAAAADAEAAAAAAAAAAAAAAACAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAAAAAAAAoAFAAeADIARgBaAG4AhACaALQAzgDcAPABBgEcATYBdgGwAcoB2AI2AlQCkgLOAw4DeAOeA+IELgR2BI4ExAUQBVQFjAWwBdYGOAaABsAHAAc0B2IHfAhcCJwJOgAAAAEAAAAwAJgACQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAIAAAAAQAAAAAAAgAHAGkAAQAAAAAAAwAIADkAAQAAAAAABAAIAH4AAQAAAAAABQALABgAAQAAAAAABgAIAFEAAQAAAAAACgAaAJYAAwABBAkAAQAQAAgAAwABBAkAAgAOAHAAAwABBAkAAwAQAEEAAwABBAkABAAQAIYAAwABBAkABQAWACMAAwABBAkABgAQAFkAAwABBAkACgA0ALBkZWFyZmxpcABkAGUAYQByAGYAbABpAHBWZXJzaW9uIDEuMABWAGUAcgBzAGkAbwBuACAAMQAuADBkZWFyZmxpcABkAGUAYQByAGYAbABpAHBkZWFyZmxpcABkAGUAYQByAGYAbABpAHBSZWd1bGFyAFIAZQBnAHUAbABhAHJkZWFyZmxpcABkAGUAYQByAGYAbABpAHBGb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("truetype");font-weight:400;font-style:normal;font-display:block}.df-ui-btn[class*=" ti-"]:before,.df-ui-btn[class^=ti-]:before,[class*=" df-icon-"]:before,[class^=df-icon-]:before{font-family:dearflip!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.df-icon-arrow-left:before{content:"\e900"}.df-icon-arrow-right:before{content:"\e901"}.df-icon-arrow-down:before{content:"\e902"}.df-icon-arrow-up:before{content:"\e903"}.df-icon-arrow-left1:before{content:"\e904"}.df-icon-arrow-right1:before{content:"\e905"}.df-icon-first-page:before{content:"\e906"}.df-icon-last-page:before{content:"\e907"}.df-icon-play-popup:before,.df-icon-play:before{content:"\e908"}.df-icon-pause:before{content:"\e909"}.df-icon-fast-rewind:before{content:"\e90a"}.df-icon-fast-forward:before{content:"\e90b"}.df-icon-close:before{content:"\e90c"}.df-icon-add-circle:before{content:"\e90d"}.df-icon-minus-circle:before{content:"\e90e"}.df-icon-add:before{content:"\e90f"}.df-icon-minus:before{content:"\e910"}.df-icon-list:before{content:"\e911"}.df-icon-grid:before{content:"\e912"}.df-icon-grid-view:before{content:"\e913"}.df-icon-apps:before{content:"\e914"}.df-icon-double-page:before{content:"\e915"}.df-icon-book:before{content:"\e916"}.df-icon-file:before{content:"\e917"}.df-icon-zoom-out:before{content:"\e918"}.df-icon-zoom-in:before{content:"\e919"}.df-icon-more:before{content:"\e91a"}.df-icon-download:before,.df-ui-btn.ti-download:before{content:"\e91b"}.df-icon-volume:before{content:"\e91c"}.df-icon-share:before{content:"\e91d"}.df-icon-fit-screen:before{content:"\e91e"}.df-icon-fullscreen:before{content:"\e91f"}.df-icon-facebook:before{content:"\e920"}.df-icon-twitter:before{content:"\e921"}.df-icon-help-outline:before{content:"\e922"}.df-icon-help:before{content:"\e923"}.df-icon-search:before,.df-ui-btn.ti-search:before{content:"\e924"}.df-icon-print:before,.df-ui-btn.ti-printer:before{content:"\e925"}.df-icon-mail-outline:before{content:"\e926"}.df-icon-mail:before{content:"\e927"}.df-icon-menu:before{content:"\e928"}.df-icon-linkedin:before{content:"\eaca"}.df-icon-pinterest:before{content:"\ead1"}.df-icon-whatsapp:before{content:"\ea93"}/*! DEARVIEWER*/.df-container .df-loading-icon,.df-fetch-pdf .df-loading-info,.df-flipbook-3d.df-loading:after,.df-hybrid-viewer:not(.df-zoom-active) .df-loading+.df-zoomview::after,.df-page.df-loading:after,.df-searching .df-search-info,.df-thumb.df-thumb-requested:before{background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='margin: auto; background: none; display: block; shape-rendering: auto;' width='48px' height='48px' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Ccircle cx='50' cy='50' fill='none' stroke='%2307abcc' stroke-width='9' r='30' stroke-dasharray='141.37166941154067 49.12388980384689'%3E%3CanimateTransform attributeName='transform' type='rotate' repeatCount='indefinite' dur='1s' values='0 50 50;360 50 50' keyTimes='0;1'%3E%3C/animateTransform%3E%3C/circle%3E%3C!-- %5Bldio%5D generated by https://loading.io/ --%3E%3C/svg%3E")}.df-hidden{display:none!important}.df-text-align-center,.has-text-align-center{text-align:center}.df-app{min-height:220px;position:relative;overflow:hidden;width:100%;image-rendering:auto;direction:ltr;line-height:1.5}.df-container{height:100%}.df-container *{box-sizing:border-box!important}.df-container i{font-style:normal}.df-container a{outline:0;text-decoration:none;box-shadow:none}.df-container .df-bg{position:absolute;top:0;left:0;right:0;bottom:0;background:no-repeat 50%;background-size:cover}.df-container .df-loading-info{position:absolute;top:-300px;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);-moz-transition:.3s ease;-o-transition:.3s ease;-webkit-transition:.3s ease;transition:.3s ease;-moz-transition-property:opacity;-o-transition-property:opacity;-webkit-transition-property:opacity;transition-property:opacity;max-width:200px;margin-top:20px;padding:10px 15px;box-shadow:0 1px 4px rgba(0,0,0,.3);background-color:#f7f7f7;border-radius:5px;font-size:12px;color:#222;word-break:break-word;letter-spacing:.5px;opacity:0}.df-container.df-init .df-loading-info{top:50%;opacity:1;max-width:300px}.df-container.df-init .df-viewer{display:none}.df-container.df-error .df-loading-info{-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);margin:0;color:#b00}.df-container .df-loading-icon{-moz-transition:.3s .1s opacity;-o-transition:.3s .1s opacity;-webkit-transition:.3s .1s opacity;transition:.3s .1s opacity;opacity:0;height:50px;width:50px;left:50%;top:50%;margin:-45px -25px -25px;box-sizing:border-box;position:absolute;pointer-events:none;background-repeat:no-repeat;background-size:32px;background-position:50%;background-color:#fff;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;box-shadow:0 1px 4px rgba(0,0,0,.3)}.df-container.df-loading .df-loading-icon{opacity:1;z-index:100}.df-fetch-pdf .df-loading-info{opacity:1;top:0;z-index:4;background-repeat:no-repeat;padding-left:36px;background-size:24px;background-position:6px 6px}.df-viewer .df-3dcanvas{right:0;position:absolute}.df-ui{color:#666;bottom:0;width:100%;height:42px;box-shadow:0 1px 4px rgba(0,0,0,.3);background-color:#fff;position:absolute;vertical-align:top;box-sizing:border-box;text-align:center;padding:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:4;display:block}.df-ui .df-logo{height:100%}.df-ui .df-logo.df-logo-img{display:inline-flex;align-items:center;justify-content:center;padding:2px 5px}.df-ui .df-logo.df-logo-img img{max-height:100%;max-width:120px}.df-ui .df-ui-page{padding:0;font-size:12px;width:50px;min-width:50px;line-height:42px;margin:0 0;border-radius:0;background-color:rgba(0,0,0,.03)}.df-ui .df-ui-page label{position:absolute;right:0;top:0;min-width:50px;height:100%;text-align:center;display:block;line-height:inherit!important;color:#999;font-weight:400;cursor:pointer;background-color:transparent;z-index:1;box-sizing:border-box;word-break:normal}.df-ui .df-ui-page input{width:100%;background-color:transparent;height:100%;margin:0;padding:0!important;border:1px solid #8f8f8f;text-align:center;vertical-align:top;line-height:inherit!important;color:transparent;font-size:14px;top:0;box-sizing:border-box;z-index:-1;display:block;opacity:0}.df-ui .df-ui-page input:focus{z-index:2;opacity:1;color:inherit}.df-ui .df-ui-page input:focus+label{opacity:0;display:none}.df-ui-btn{color:#777;vertical-align:top;background-color:#fff;box-sizing:border-box;text-align:center;position:relative;width:40px;height:100%;font-size:20px;cursor:pointer;z-index:2;display:inline-block;padding:10px 5px;line-height:1.2;transition:.3s;transition-property:opacity,color,background-color}.df-ui-btn:before{box-sizing:border-box}.df-ui-btn.df-active,.df-ui-btn:hover{color:#00acce;background-color:#eee}.df-ui-btn.df-active{background-color:#e7e7e7}.df-ui-btn.disabled,.df-ui-btn.disabled:hover{color:#bbb}.df-ui-btn span{display:none}.df-more-container{display:none;position:absolute;bottom:100%;margin-bottom:8px!important;right:10px;background-color:#f7f7f7;z-index:20;border-radius:5px;box-shadow:0 -1px 3px rgba(0,0,0,.2)}.df-more-container:before{content:" ";position:absolute;border:7px solid transparent;border-top-color:#eee;height:0;width:0;bottom:-14px;right:13px;margin-right:-8px;pointer-events:none}.df-more-container>.df-ui-btn{width:170px;text-align:left;padding:6px 8px;height:36px;border-top:1px solid #e4e4e4;border-radius:0;line-height:16px}.df-more-container>.df-ui-btn span{font-size:12px;padding-left:24px;vertical-align:middle;display:inline-block}.df-more-container>.df-ui-btn:before{position:absolute;top:7px;font-size:20px;width:1em;text-align:center}.df-more-container>.df-ui-btn:first-child{border-radius:5px 5px 0 0;border-top:none}.df-more-container>.df-ui-btn:last-child{border-radius:0 0 5px 5px}.df-ui-more.df-active .df-more-container{display:block}.df-ui-search.df-active .df-search-container{display:block;padding:5px}.df-ui-nav{top:50%;margin-top:-50px;position:absolute;opacity:.8;height:100px;font-size:36px;width:50px;z-index:2;cursor:pointer}.df-ui-nav:hover{opacity:1}.df-ui-nav .df-ui-btn{height:auto;height:initial;position:absolute;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);top:50%;padding:15px 5px;width:auto;font-size:inherit;background-color:transparent!important}.df-ui-nav .df-ui-btn:before{color:#fff;filter:drop-shadow(0 0 3px rgb(0, 0, 0))}.df-ui-nav.df-ui-prev{left:0;right:auto;border-radius:0}.df-ui-nav.df-ui-prev .df-ui-btn{left:10px}.df-ui-nav.df-ui-prev .df-ui-btn:before{text-align:left}.df-ui-nav.df-ui-next{right:0}.df-ui-nav.df-ui-next .df-ui-btn{right:10px}.df-ui-nav.df-ui-next .df-ui-btn:before{text-align:right}.df-flipbook-2d,.df-flipbook-3d,.df-slider,.df-viewer-container,.df-zoomview{position:absolute;overflow:hidden;top:0;left:0;right:0;bottom:0;z-index:1}.df-flipbook-2d{-webkit-filter:blur(0);-moz-filter:blur(0);-ms-filter:blur(0);-o-filter:blur(0);filter:blur(0)}.df-flipbook-2d .df-viewer-wrapper{position:relative;margin:0 auto;height:100%;-moz-transition:.3s left;-o-transition:.3s left;-webkit-transition:.3s left;transition:.3s left}.df-flipbook-2d .df-book-shadow{position:absolute;z-index:-1;height:100%;display:none;-webkit-box-shadow:0 0 10px rgba(0,0,0,.3);-moz-box-shadow:0 0 10px rgba(0,0,0,.3);box-shadow:0 0 10px rgba(0,0,0,.3)}.df-page-content{overflow:hidden;opacity:.3}.df-page.df-loading:after{content:"";background-size:22px;height:22px;width:22px;display:block;top:50%;left:50%;margin:-11px;position:absolute;z-index:0}.df-page.df-loading .df-page-content{display:none}.df-page>canvas{width:100%;height:100%;position:relative;z-index:0}.df-page .df-page-content{position:absolute;height:100%;display:block;top:0;width:100%;z-index:2}.df-sheet{position:absolute;-webkit-transform-origin:0 0 0;-moz-transform-origin:0 0 0;transform-origin:0 0 0}.df-sheet .df-page,.df-sheet .df-page-back,.df-sheet .df-page-front,.df-sheet .df-sheet-fold-inner-shadow,.df-sheet .df-sheet-fold-outer-shadow,.df-sheet .df-sheet-wrapper{position:absolute;-webkit-transform-origin:0 0 0;-moz-transform-origin:0 0 0;transform-origin:0 0 0}.df-sheet .df-sheet-wrapper{overflow:hidden}.df-sheet .df-page{width:100%;height:100%;background-color:#fff;box-sizing:border-box;z-index:0;background-size:100% 100%}.df-sheet .df-page:before{content:"";position:absolute;display:block;top:0;width:15%;height:100%;z-index:5;opacity:.5;pointer-events:none}.df-sheet .df-page>canvas{z-index:-1}.df-sheet .df-page-front:before{left:0;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.25),rgba(0,0,0,.15) 15%,rgba(255,255,255,.07),rgba(255,255,255,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.25),rgba(0,0,0,.15) 15%,rgba(255,255,255,.07),rgba(255,255,255,0));background-image:-ms-linear-gradient(left,rgba(0,0,0,.25),rgba(0,0,0,.15) 15%,rgba(255,255,255,.07),rgba(255,255,255,0))}.df-sheet .df-page-back:before{right:0;background-image:-webkit-linear-gradient(right,rgba(0,0,0,.25),rgba(0,0,0,.2) 10%,rgba(0,0,0,.15) 25%,rgba(0,0,0,0) 70%);background-image:-moz-linear-gradient(right,rgba(0,0,0,.25),rgba(0,0,0,.2) 10%,rgba(0,0,0,.15) 25%,rgba(0,0,0,0) 70%);background-image:-ms-linear-gradient(right,rgba(0,0,0,.25),rgba(0,0,0,.2) 10%,rgba(0,0,0,.15) 25%,rgba(0,0,0,0) 70%)}.df-sheet.df-left-side{right:50%;-webkit-transform-origin:right;-moz-transform-origin:right;transform-origin:right}.df-sheet.df-left-side .df-page-front{z-index:1}.df-sheet.df-left-side .df-page-back{z-index:2}.df-sheet.df-right-side{left:50%;-webkit-transform-origin:left;-moz-transform-origin:left;transform-origin:left}.df-sheet.df-right-side .df-page-front{z-index:2}.df-sheet.df-right-side .df-page-back{z-index:1}.df-sheet .df-sheet-fold-inner-shadow{position:absolute;z-index:5;display:none}.df-sheet .df-sheet-fold-outer-shadow{z-index:-1;width:100%;height:100%}.df-sheet.df-flipping,.df-sheet.df-folding{z-index:200!important}.df-sheet.df-folding.df-left-side .df-page-front,.df-sheet.df-folding.df-right-side .df-page-back{z-index:3}.df-sheet.df-folding .df-sheet-fold-inner-shadow{display:block}.df-sheet.df-folding .df-page-content{display:none}.df-pending .df-page-content,.df-pendingresize .df-page-content{display:none!important}.df-sheet.df-left-side.df-folding:not(.df-hard-sheet) .df-page-front{z-index:3}.df-hard-sheet .df-sheet-wrapper{width:100%!important;height:100%!important;overflow:visible;transform-style:preserve-3d;-webkit-transform-origin:0 50% 0;-moz-transform-origin:0 50% 0;transform-origin:0 50% 0}.df-hard-sheet .df-sheet-fold-inner-shadow,.df-hard-sheet .df-sheet-fold-outer-shadow{display:none!important}.df-hard-sheet .df-page-back,.df-hard-sheet .df-page-front{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.df-hard-sheet.df-right-side .df-page-back{-webkit-transform-origin:right 50%;-moz-transform-origin:right 50%;transform-origin:right 50%;z-index:3!important}.df-hard-sheet.df-right-side .df-page-front{-webkit-transform-origin:left 50%;-moz-transform-origin:left 50%;transform-origin:left 50%;z-index:4}.df-hard-sheet.df-left-side .df-page-back{-webkit-transform-origin:right 50%;-moz-transform-origin:right 50%;transform-origin:right 50%}.df-hard-sheet.df-left-side .df-page-front{-webkit-transform-origin:left 50%;-moz-transform-origin:left 50%;transform-origin:left 50%}.df-flipbook-3d.df-loading:after{content:"";background-size:22px;height:22px;width:22px;display:block;top:50%;left:50%;margin:-11px;position:absolute;z-index:0}.df-link-content,.df-text-content{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;pointer-events:none;overflow:clip;transform-origin:0 0}.df-page-content.df-double-internal:not(.df-double-internal-fix)>div{right:-100%}.df-page-content.df-double-internal-fix>div{left:-100%}.annotationLayer section,.customHtmlAnnotation,.customLinkAnnotation,.customVideoAnnotation,.df-link-content section,.highlightAnnotation,.linkAnnotation,.popupAnnotation{position:absolute;z-index:5;cursor:pointer;pointer-events:all;border:none!important;padding:0!important;margin:0!important}section.popupAnnotation{display:none}.buttonWidgetAnnotation a,.customHtmlAnnotation,.customVideoAnnotation,a.customLinkAnnotation,a.df-autolink,a.linkAnnotation,section.linkAnnotation a{background-color:#ff0;display:block;height:100%;-moz-transition:none;-o-transition:none;-webkit-transition:none;transition:none}.buttonWidgetAnnotation a:hover,.customHtmlAnnotation:hover,.customVideoAnnotation:hover,a.customLinkAnnotation:hover,a.df-autolink:hover,a.linkAnnotation:hover,section.linkAnnotation a:hover{border-color:transparent;background-color:#2196f3}a.df-autolink{display:inline;pointer-events:all;color:transparent!important}.df-sidemenu-wrapper{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);left:0;top:0;bottom:0;width:220px;position:absolute;z-index:3}.df-sidemenu-wrapper .df-sidemenu-buttons{z-index:6;position:relative;top:0;left:0;box-shadow:0 2px 5px rgba(0,0,0,.3)}.df-sidemenu-wrapper .df-sidemenu-buttons .df-ui-close{float:right;display:none;background-color:transparent;padding:6px 5px}.df-sidemenu-wrapper:before{content:" ";position:absolute;height:100%;width:100%;background-color:rgba(238,238,238,.9);z-index:3;left:0}.df-sidemenu-open .df-ui-nav.df-ui-prev{left:220px}.df-sidemenu-open .df-sidemenu-wrapper{display:block;-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);left:0}.df-sidemenu-open .df-sidemenu-wrapper:before{box-shadow:1px 0 4px rgba(102,102,102,.38)}.df-sidemenu-open .df-sidemenu-buttons .df-ui-close{display:block}.df-sidemenu-open .df-flipbook-3d.df-loading:after{margin-left:99px}.df-sidemenu{width:100%;height:auto!important;position:absolute!important;top:0;bottom:0;z-index:3;opacity:0;color:#666;font-size:12px}.df-sidemenu>.df-wrapper{overflow:auto;position:absolute!important;top:40px;bottom:0;left:0;right:0;height:auto!important}.df-sidemenu.df-sidemenu-visible{opacity:1;z-index:5}.df-outline-container .df-wrapper{padding:10px}.df-outline-items>.df-outline-item{margin-left:18px}.df-outline-item a{color:inherit!important;text-decoration:none!important;display:block;padding:5px 0 5px 5px;overflow:hidden;text-overflow:ellipsis;border:none!important;box-shadow:none!important;margin-bottom:1px}.df-outline-item a:hover{text-decoration:underline!important;color:#2196f3!important}.df-outline-toggle{cursor:pointer;float:left;width:28px;padding:0 5px 0 10px;margin-left:-28px;text-align:center}.df-outline-toggle:before{content:"\e902";font-size:18px;font-family:dearflip}.df-outline-toggle.df-outlines-hidden:before{content:"\e901"}.df-outline-toggle.df-outlines-hidden~.df-outline-items{display:none}.df-outline-item a:hover,.df-outline-toggle:hover,.df-outline-toggle:hover+a,.df-outline-toggle:hover~.df-outline-items{background-color:rgba(100,100,100,.05)}.df-thumb{margin:0;cursor:pointer;width:100%;position:relative;text-align:center}.df-thumb .df-wrapper{box-sizing:content-box!important;margin:6px;border-radius:3px;transition:.2s background;display:inline-block;vertical-align:middle;border:2px dashed rgba(0,0,0,.3);position:relative}.df-thumb .df-wrapper .df-thumb-number{position:absolute;bottom:8px;background-color:rgba(238,238,238,.85);color:#444;font-size:14px;left:50%;transform:translateX(-50%);padding:5px;opacity:0}.df-thumb .df-bg-image{height:100%;background-size:100%;box-shadow:0 1px 4px rgba(0,0,0,.3)}.df-thumb.df-thumb-requested:before{content:"";background-size:22px;height:22px;width:22px;display:block;top:50%;left:50%;margin:-11px;position:absolute;z-index:0}.df-thumb.df-thumb-loaded{height:auto!important}.df-thumb.df-thumb-loaded .df-wrapper{border:none;margin:0;padding:8px}.df-thumb.df-thumb-loaded:hover .df-wrapper .df-thumb-number{opacity:1}.df-thumb.df-selected .df-wrapper,.df-thumb.df-thumb-loaded:hover .df-wrapper{background-color:#ccc;background-color:rgba(0,0,0,.1);opacity:1}.df-lightbox-wrapper{position:fixed!important;top:0;bottom:0;right:0;height:auto!important;left:0;z-index:99999}.df-lightbox-wrapper.df-lightbox-padded{top:20px;left:20px;bottom:20px;right:20px}.df-lightbox-wrapper .df-lightbox-bg{background:#eee;position:fixed!important;top:0;bottom:0;right:0;height:auto!important;left:0}.df-lightbox-wrapper .df-lightbox-controls{float:right;padding:5px;z-index:1000;position:relative}.df-lightbox-wrapper .df-app{position:absolute!important;width:100%;top:0;bottom:0;height:auto!important}.df-lightbox-wrapper .df-container.df-transparent{height:100%}.df-lightbox-wrapper .df-lightbox-close{float:right;text-align:center;font-size:32px;padding:8px 0;height:48px;width:46px;cursor:pointer;color:#444;border-color:transparent;background-color:transparent;-moz-transition:.3s;-o-transition:.3s;-webkit-transition:.3s;transition:.3s;opacity:.8}.df-lightbox-wrapper .df-lightbox-close:hover{color:#fff;background-color:rgba(0,0,0,.21);border-color:#000;opacity:1}.df-lightbox-wrapper .df-lightbox-close:before{color:#fff;filter:drop-shadow(0 0 3px black)}.df-share-wrapper{z-index:2;position:absolute;top:0;bottom:0;right:0;left:0;background-color:rgba(0,0,0,.35);display:none}.df-share-box{position:absolute;top:50%;width:280px;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);left:50%;background-color:#fff;border-radius:10px;padding:10px 15px 5px;text-align:center}span.df-share-title{color:#777;margin-bottom:10px;display:block}.df-share-url{background-color:#fff;height:60px;color:#666;padding:2px 5px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;width:100%;font-size:12px;box-sizing:border-box;margin-bottom:0}.df-share-button{display:inline-block;text-align:center;cursor:pointer;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;padding:5px 10px;font-size:20px;color:#aaa}.df-share-button:hover{color:#444}.df-reader{overflow:auto;position:absolute;-webkit-overflow-scrolling:touch}.df-reader .df-viewer-wrapper{cursor:grab}.df-reader .df-page{position:relative;transform-origin:initial;margin:-10px auto -10px;border:10px solid transparent;left:auto;left:initial;box-sizing:content-box!important}.df-reader .df-page:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:#fff;-webkit-box-shadow:0 0 10px rgba(0,0,0,.2);-moz-box-shadow:0 0 10px rgba(0,0,0,.2);box-shadow:0 0 10px rgba(0,0,0,.2)}.df-reader~.df-ui-nav{display:none}.df-reader:not(.df-noscroll){margin-right:-12px}.df-reader-scrollbar{position:absolute;top:0;height:auto;right:0;width:auto;background:rgba(255,255,255,.9);box-shadow:0 1px 4px rgba(0,0,0,.3);border-radius:20px 0 0 20px;padding:6px 8px 6px 12px;z-index:100;cursor:ns-resize}.df-reader-scrollbar.df-active,.df-reader-scrollbar:hover{background-color:#fff}.df-reader-scroll-page-number{display:none;position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0);background-color:#ddd;border-radius:10px;padding:20px;font-size:24px;z-index:100;text-align:center;color:#333}.df-reader-scroll-page-number.df-active{display:block}.df-reader-scroll-page-number div{margin-top:6px;padding-top:6px;border-top:1px solid #aaa;font-size:16px;font-style:italic}.df-ios .df-viewer.df-reader{margin-right:0}.df-no-transition{-moz-transition:none!important;-o-transition:none!important;-webkit-transition:none!important;transition:none!important}.df-float .df-ui{bottom:10px;width:auto;width:intial;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);left:50%;margin:0 auto;display:table;display:flex;border-radius:5px}.df-float .df-ui>.df-ui-btn:first-child{border-radius:5px 0 0 5px}.df-float .df-ui>.df-ui-btn:last-child{border-radius:0 5px 5px 0}.df-controls-top .df-ui{bottom:auto;bottom:intial;top:0}.df-controls-top.df-float .df-ui{top:10px}.df-controls-top .df-more-container{bottom:auto;top:100%;margin:8px 0 0!important}.df-controls-top .df-more-container:before{border-bottom-color:#eee;border-top:0;bottom:auto;top:-7px}.df-float-off.df-controls-top .df-sidemenu-wrapper{top:42px;bottom:0}.df-float-off.df-controls-bottom .df-sidemenu-wrapper{top:0;bottom:42px}.df-float-off .df-ui-left{justify-content:flex-start;display:flex;flex:1}.df-float-off .df-ui-right{justify-content:flex-end;display:flex;flex:1}.df-float-off .df-ui-center{display:flex;justify-content:center;align-items:center}.df-float-off .df-ui{display:flex}.df-controls-hidden .df-ui{display:none}.df-link-content .annotationTextContent{color:transparent}.df-link-content .popupWrapper{position:absolute;width:20em}.df-link-content .popup{position:absolute;z-index:200;max-width:20em;background-color:#ff9;box-shadow:0 2px 5px #333;border-radius:2px;padding:.6em;margin-left:5px;cursor:pointer;word-wrap:break-word}.df-link-content .popup h1{font-size:1em;border-bottom:1px solid #000;padding-bottom:.2em}.df-link-content .popup p{padding-top:.2em}body.df-lightbox-open,html.df-lightbox-open{overflow:hidden!important}.df-zoomview{display:none;cursor:move}.df-zoomview .df-viewer-wrapper{position:relative;margin:0 auto}.df-zoomview .df-viewer-wrapper .df-book-shadow{position:absolute;z-index:-1;height:100%;display:none;-webkit-box-shadow:0 1px 15px 1px rgba(0,0,0,.5);-moz-box-shadow:0 1px 15px 1px rgba(0,0,0,.5);box-shadow:0 1px 15px 1px rgba(0,0,0,.5)}.df-zoomview .df-page{position:absolute;top:0;right:50%;background-color:#fff}.df-zoomview .df-page:before{width:10%;opacity:.5}.df-zoomview .df-page.df-page-front{left:50%}.df-zoom-active .df-viewer{cursor:move;cursor:-webkit-grab}.df-zoom-active .df-flipbook{display:none}.df-zoom-active .df-zoomview{display:block}.df-hybrid-viewer .df-zoomview .df-page:before{display:none}.df-hybrid-viewer:not(.df-zoom-active) .df-flipbook.df-loading+.df-zoomview{display:none}.df-hybrid-viewer:not(.df-zoom-active) .df-zoomview{display:block;pointer-events:none}.df-hybrid-viewer:not(.df-zoom-active) .df-zoomview .df-page:before{display:none}.df-hybrid-viewer:not(.df-zoom-active) .df-loading+.df-zoomview::after{content:"";background-size:22px;height:22px;width:22px;display:block;top:50%;left:50%;margin:-11px;position:absolute;z-index:0}.df-hybrid-viewer:not(.df-zoom-active).df-hide-zoomview .df-zoomview,.df-hybrid-viewer:not(.df-zoom-active).df-pending .df-zoomview,.df-hybrid-viewer:not(.df-zoom-active).df-pendingresize .df-zoomview{display:none}.df-container ::-webkit-scrollbar{width:12px;height:12px;cursor:pointer}.df-container ::-webkit-scrollbar-button{height:0;width:0;cursor:pointer}.df-container ::-webkit-scrollbar-thumb{background:rgba(0,0,0,.5);border-radius:50px}.df-container ::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.8)}.df-container ::-webkit-scrollbar-thumb:active{background:rgba(0,0,0,.8)}.df-container ::-webkit-scrollbar-thumb,.df-container ::-webkit-scrollbar-thumb:active,.df-container ::-webkit-scrollbar-thumb:hover{border-right:1px;border-left:1px;border-style:solid;border-color:transparent}.df-container ::-webkit-scrollbar-track{background:rgba(0,0,0,.05);border-radius:50px}.df-container ::-webkit-scrollbar-track:hover{background:rgba(0,0,0,.1)}.df-container ::-webkit-scrollbar-track:active{background:rgba(0,0,0,.15)}.df-container ::-webkit-scrollbar-corner{background:0 0}.df-sidemenu-wrapper ::-webkit-scrollbar{width:10px}.df-container.df-transparent.df-fullscreen{background:#aaa}.df-container.df-fullscreen{position:fixed!important;left:0!important;top:0!important;width:100%!important;height:100%!important;z-index:2147483647}.df-container.df-rtl .df-sidemenu-wrapper{left:auto;left:initial;-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%);right:-50px;direction:rtl}.df-container.df-rtl input.df-search-text{padding:0 15px 0 45px}.df-container.df-rtl .df-sidemenu-title{text-align:right}.df-container.df-rtl .df-search-clear{right:auto;left:60px}.df-container.df-rtl.df-sidemenu-open .df-sidemenu-wrapper{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);right:0}.df-container.df-rtl.df-sidemenu-open .df-sidemenu-wrapper .df-sidemenu-buttons .df-ui-close{float:left}.df-container.df-rtl.df-sidemenu-open .df-ui-nav.df-ui-prev{left:0}.df-container.df-rtl.df-sidemenu-open .df-ui-nav.df-ui-next{right:220px}.df-container.df-rtl.df-sidemenu-open .df-flipbook-3d.df-loading:after{margin-left:-122px}.df-container.df-rtl .df-outline-item{margin:0 18px 0 0;text-align:right;direction:rtl}.df-container.df-rtl .df-outline-item .df-outline-toggle{float:right;margin:0 -18px 0 0}.df-container.df-rtl .df-outline-item .df-outline-toggle.df-outlines-hidden:before{content:"\e900"}.df-container.df-rtl .df-viewer .df-3dcanvas{left:0;right:auto;right:initial}.df-container.df-rtl .df-more-container .df-ui-btn{text-align:right;direction:rtl}.df-container.df-rtl .df-more-container .df-ui-btn:before{right:10px}.df-container.df-rtl .df-more-container .df-ui-btn span{padding:0 24px 0 0}.df-lightbox-wrapper.df-rtl .df-lightbox-controls{float:left}.df-element[data-df-lightbox],.df-element[data-lightbox]{cursor:pointer}.df-popup-thumb{display:inline-block;box-sizing:border-box;margin:30px 15px 15px!important;text-align:center;border:0;width:140px;height:auto;word-break:break-word;vertical-align:bottom;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d;-moz-perspective:800px;perspective:800px}.df-popup-thumb .df-book-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transition:.2s;box-shadow:2px 0 4px rgba(0,0,0,.2);transform-origin:30%;background-color:#fff;width:100%;display:inline-block}.df-popup-thumb .df-book-page1,.df-popup-thumb .df-book-page2{position:absolute;top:0;left:0;width:100%;height:100%;background-size:100% 100%;-webkit-transform-origin:left;-moz-transform-origin:left;transform-origin:left;background-color:#fff;-moz-transition:.3s;-o-transition:.3s;-webkit-transition:.3s;transition:.3s;z-index:1}.df-popup-thumb .df-book-cover{background-size:100% 100%;-webkit-transform-origin:left;-moz-transform-origin:left;transform-origin:left;top:0;position:relative;overflow:hidden;-moz-transition:.3s;-o-transition:.3s;-webkit-transition:.3s;transition:.3s;box-shadow:0 10px 10px rgba(0,0,0,.24);z-index:1}.df-popup-thumb .df-book-cover.df-thumb-not-found{height:200px;position:relative}.df-popup-thumb.df-has-ridge .df-book-cover:after{display:block;content:" ";height:100%;width:100%;background:linear-gradient(90deg,rgba(255,255,255,.15) 1%,rgba(0,0,0,.15) 3%,rgba(255,255,255,.15) 5%,rgba(255,255,255,0) 7%);box-shadow:inset 0 -1px 3px 0 rgba(80,80,80,.5490196078);z-index:3;position:absolute;top:0;left:0}.df-popup-thumb .df-book-title{bottom:-100%;position:absolute;width:100%;left:0;padding:5px;font-size:.75em;background:rgba(255,255,255,.9);box-sizing:border-box;display:block;-moz-transition:.4s;-o-transition:.4s;-webkit-transition:.4s;transition:.4s;opacity:0}.df-popup-thumb img{display:block;width:100%;height:auto;margin:0!important;padding:0!important;border:0!important}.df-popup-thumb.df-thumb-not-found .df-book-title,.df-popup-thumb.df-tl-book-title-fixed .df-book-title,.df-popup-thumb:hover .df-book-title{opacity:1;bottom:0}.df-popup-thumb.df-tl-book-title-fixed .df-book-title,.df-popup-thumb.df-tl-book-title-top .df-book-title{opacity:1;position:relative}.df-popup-thumb.df-thumb-not-found .df-book-wrapper{width:100%}.df-popup-thumb.df-tl-book-title-bottom .df-thumb-not-found,.df-popup-thumb.df-tl-cover-title .df-thumb-not-found{height:170px}.df-popup-thumb.df-tl-book-title-bottom .df-book-wrapper,.df-popup-thumb.df-tl-cover-title .df-book-wrapper{position:relative;z-index:1}.df-popup-thumb.df-tl-book-title-bottom .df-book-title,.df-popup-thumb.df-tl-cover-title .df-book-title{position:relative;bottom:0;opacity:1;height:3em;background:0 0}.df-popup-thumb:hover .df-book-page1{transform:rotateY(-8deg) rotateZ(0);box-shadow:2px 0 4px rgba(0,0,0,.2)}.df-popup-thumb:hover .df-book-page2{transform:rotateY(-14deg) rotateZ(0);box-shadow:2px 0 4px rgba(0,0,0,.2)}.df-popup-thumb:hover .df-book-wrapper{transform:rotateY(-15deg) rotateZ(0)}.df-popup-thumb:hover .df-book-cover{-webkit-transform:rotateY(-18deg) rotateZ(0);-moz-transform:rotateY(-18deg) rotateZ(0);-ms-transform:rotateY(-18deg) rotateZ(0);transform:rotateY(-18deg) rotateZ(0)}.df-popup-thumb.df-tl-cover-title .df-book-wrapper{box-shadow:0 2px 8px rgba(0,0,0,.3)}.df-popup-thumb.df-tl-cover-title .df-book-cover{box-shadow:none}.df-popup-thumb.df-tl-cover-title .df-book-cover:after{display:none}.df-popup-thumb.df-tl-cover-title:hover .df-book-wrapper{box-shadow:0 5px 20px rgba(0,0,0,.5);transform:none}.df-popup-thumb.df-tl-cover-title:hover .df-book-cover{-webkit-transform:none;-moz-transform:none;-ms-transform:none;transform:none;box-shadow:none}.df-popup-thumb.df-tl-cover-title:hover .df-book-page1,.df-popup-thumb.df-tl-cover-title:hover .df-book-page2{display:none}.df-popup-button{width:auto;display:inline-block;background:#ddd;border-radius:5px;padding:5px 15px;margin:5px;-moz-transition:.3s ease;-o-transition:.3s ease;-webkit-transition:.3s ease;transition:.3s ease;-moz-transition-property:background;-o-transition-property:background;-webkit-transition-property:background;transition-property:background}.df-popup-button:hover{background:#aaa}.df-popup-hidden{display:none}.df-icon-play-popup{position:relative}.df-icon-play-popup:before{top:50%;position:absolute;left:50%;font-size:40px;background:#777;border-radius:50%;padding:10px;box-shadow:0 1px 5px #777;margin-top:-30px;margin-left:-30px;display:block;color:#fff;z-index:1;-moz-transition:.3s ease;-o-transition:.3s ease;-webkit-transition:.3s ease;transition:.3s ease;-moz-transition-property:opacity;-o-transition-property:opacity;-webkit-transition-property:opacity;transition-property:opacity;pointer-events:none}.df-icon-play-popup:hover:before{opacity:0}.df-posts{max-width:1140px;margin:0 auto}.df-posts>.df-popup-thumb{width:calc(20% - 30px);min-width:100px;position:relative;z-index:1}df-post-shelf{display:none;height:160px;background-color:transparent;z-index:0;margin:-105px -40px -40px -40px;position:relative;background-repeat:no-repeat}df-post-shelf:nth-of-type(5n){display:block}df-post-shelf:after{content:" ";height:160px;display:block;position:absolute;bottom:0;right:0;width:240px;z-index:1;background-position:0 -160px;background-repeat:no-repeat;background-image:inherit;background-size:inherit}df-post-shelf:before{content:" ";display:block;position:absolute;left:240px;bottom:0;right:240px;height:160px;z-index:1;background-image:inherit;background-size:inherit;background-repeat:repeat-x;background-position:0 -320px}.df-posts.df-has-shelf{padding:0 40px 50px 40px}@media screen and (max-width:1100px){.df-posts>.df-popup-thumb{width:calc(25% - 30px)}df-post-shelf:nth-of-type(n){display:none}df-post-shelf:nth-of-type(4n){display:block}}@media screen and (max-width:900px){.df-posts>.df-popup-thumb{width:calc(33% - 30px)}df-post-shelf:nth-of-type(n){display:none}df-post-shelf:nth-of-type(3n){display:block}}@media screen and (max-width:600px){.df-posts>.df-popup-thumb{width:calc(50% - 30px)}df-post-shelf:nth-of-type(n){display:none}df-post-shelf:nth-of-type(2n){display:block}df-post-shelf{background-size:120px 480px}df-post-shelf:before{left:120px;right:120px}df-post-shelf:after{width:120px}}@media screen and (max-width:420px){.df-popup-thumb,.df-posts>.df-popup-thumb{width:calc(100% - 30px)}df-post-shelf:nth-of-type(n){display:block}}df-post-shelf:last-of-type{display:block}.df-posts{container-type:inline-size;container-name:dfposts;width:100%;box-sizing:border-box!important}@container dfposts (max-width:1020px){.df-posts>.df-popup-thumb{width:calc(25% - 30px)}df-post-shelf:nth-of-type(n){display:none}df-post-shelf:nth-of-type(4n){display:block}}@container dfposts (max-width:820px){.df-posts>.df-popup-thumb{width:calc(33% - 30px)}df-post-shelf:nth-of-type(n){display:none}df-post-shelf:nth-of-type(3n){display:block}}@container dfposts (max-width:520px){.df-posts>.df-popup-thumb{width:calc(50% - 30px)}df-post-shelf:nth-of-type(n){display:none}df-post-shelf:nth-of-type(2n){display:block}df-post-shelf{background-size:120px 480px}df-post-shelf:before{left:120px;right:120px}df-post-shelf:after{width:120px}}@container dfposts (max-width:320px){.df-posts>.df-popup-thumb{width:calc(100% - 30px)}df-post-shelf:nth-of-type(n){display:block}}@container dfposts (max-width:150px){.df-posts.df-has-shelf>.df-popup-thumb{width:100%;margin:30px -35px 15px!important}}df-post-shelf:last-of-type{display:block}.df-page-content{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.df-auto-link-content,.df-text-content{line-height:1;transform-origin:top left}.df-auto-link-content{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;pointer-events:none}[data-main-rotation="90"]{transform:rotate(90deg) translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg) translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg) translateX(-100%)}.df-auto-link-content span,.df-text-content br,.df-text-content span{color:transparent!important;position:absolute;white-space:pre;cursor:text;transform-origin:0% 0%}.df-auto-link-content>span{overflow:hidden}.df-text-content .highlight{margin:-1px;padding:1px;background-color:#b400aa;border-radius:4px}.df-text-content .highlight.appended{position:initial}.df-text-content .highlight.begin{border-radius:4px 0 0 4px}.df-text-content .highlight.end{border-radius:0 4px 4px 0}.df-text-content .highlight.middle{border-radius:0}.df-text-content .highlight.selected{background-color:#006400}.df-text-content .endOfContent{display:block;position:absolute;left:0;top:100%;right:0;bottom:0;z-index:-1;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.df-text-content .endOfContent.active{top:0}body.admin-bar .df-lightbox-bg,body.admin-bar .df-lightbox-wrapper{top:32px}@media screen and (max-width:782px){body.admin-bar .df-lightbox-bg,body.admin-bar .df-lightbox-wrapper{top:46px}}@media screen and (max-width:600px){body.admin-bar .df-lightbox-bg,body.admin-bar .df-lightbox-wrapper{top:0}}.df-single-content{width:100%}.df-link-content section.textWidgetAnnotation{display:none}.df-link-content :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{position:absolute;font-size:1em;top:0;left:0;width:100%;height:100%}.df-viewer::-webkit-scrollbar-button{height:50px}.df-viewer::-webkit-scrollbar-thumb{min-height:50px}.df-container .df-reader ::-webkit-scrollbar-thumb,.df-container .df-reader ::-webkit-scrollbar-track{background:0 0}.df-container.df-pinch-zoom ::-webkit-scrollbar-thumb,.df-container.df-pinch-zoom ::-webkit-scrollbar-track{background:0 0}.df-container.df-pinch-zoom .df-page-content{display:none}section.squareAnnotation .popupWrapper,section.textAnnotation .popupWrapper{display:none}section.squareAnnotation svg,section.textAnnotation svg{display:block}.df-comment-popup{display:none;position:absolute;width:360px;background-color:#ff9;box-shadow:0 2px 5px #333;border-radius:2px;z-index:9;padding:10px;word-break:break-word}.df-comment-popup.df-active{display:block}.df-comment-popup .popup{background-color:transparent!important}.df-comment-popup p{margin:0}.df-comment-popup h1{padding-bottom:5px;border-bottom:1px solid;margin-top:0;font-size:1em}.df-sidemenu-wrapper.df-sidemenu-center{-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);left:50%;display:none;top:auto;height:360px;bottom:52px}.df-sidemenu-center .df-sidemenu-buttons{box-shadow:none;text-align:center}.df-sidemenu-center .df-sidemenu-buttons .df-icon-close{display:block;margin:-55px auto 0 auto;float:none;border-radius:50px;width:44px}.df-sidemenu-wrapper.df-sidemenu-center:before{background-color:rgba(255,255,255,.9)}.df-sidemenu-open .df-sidemenu-wrapper.df-sidemenu-center{display:block}.df-sidemenu-center .sidemenu,.df-sidemenu-center:before{border-radius:10px 10px 0 0}.df-slider{-webkit-filter:blur(0);-moz-filter:blur(0);-ms-filter:blur(0);-o-filter:blur(0);filter:blur(0)}.df-slider .df-viewer-wrapper{position:relative;margin:0 auto;height:100%;-moz-transition:.3s left;-o-transition:.3s left;-webkit-transition:.3s left;transition:.3s left}.df-slider .df-sheet{-moz-transition:transform .5s;-o-transition:transform .5s;-webkit-transition:transform .5s;transition:transform .5s}.df-slider .df-sheet.df-left-side,.df-slider .df-sheet.df-right-side{left:50%!important}.df-slider .df-sheet:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:#fff;-webkit-box-shadow:0 0 10px rgba(0,0,0,.2);-moz-box-shadow:0 0 10px rgba(0,0,0,.2);box-shadow:0 0 10px rgba(0,0,0,.2)}.df-slider .df-page:before{display:none}.df-slider .df-page.df-page-front{z-index:3}.df-slider+.df-zoomview .df-page:before{display:none}.df-has-shelf df-post-shelf{background:0 0;perspective:400px;margin:5px 0 30px 0;height:0;box-shadow:0 5px 40px 15px rgba(0,0,0,.3137254902)}.df-has-shelf df-post-shelf:after,.df-has-shelf df-post-shelf:before{background-size:auto;left:-40px;right:-40px;width:auto;background-repeat:repeat-x;transform-style:preserve-3d;background-position:0 0}.df-has-shelf df-post-shelf:before{transform:translateY(-15px) rotateX(50deg);height:50px;transform-origin:bottom;box-shadow:inset 0 3px 15px 0 rgba(0,0,0,.6117647059)}.df-has-shelf df-post-shelf:after{transform:translateZ(0);height:15px;box-shadow:inset 0 3px 3px rgba(243,243,243,.3215686275);background-position:0 -50px}.df-search-highlight{position:relative!important;background-color:#00f}.df-search-results{top:125px!important;padding:0 10px 10px}.df-search-result{color:inherit!important;text-decoration:none!important;overflow:hidden;border:none!important;box-shadow:none!important;margin-bottom:1px;padding:5px 10px;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.df-search-result.df-active,.df-search-result:hover{background-color:rgba(100,100,100,.2)}.df-sidemenu-title{padding:8px 20px;text-transform:uppercase;text-align:left}.df-search-hits{z-index:10;display:none}.df-search-open .df-search-hits{display:inline-block}.df-search-form{display:flex;padding:10px;position:relative}.df-search-clear{position:absolute;right:55px;top:22px;cursor:pointer;display:none}input.df-search-text{flex-grow:1;margin:0;border-radius:4px 0 0 4px;outline:0;border:0;height:40px;padding:0 45px 0 15px;width:100%}input.df-search-text:not(:placeholder-shown)~a.df-search-clear{display:block}.df-ui-btn.df-search-btn{height:40px;padding:10px;background-color:#f7f7f7}.df-search-info{padding:5px 20px}.df-searching .df-search-info{background-repeat:no-repeat;background-size:24px;background-position:176px}.df-popup-thumb img.df-lazy{transform:scale(1.2);opacity:.5}@media (prefers-reduced-motion:no-preference){.df-popup-thumb img{transition:opacity 1.5s ease,transform 1.5s ease}}.df-trigger{cursor:pointer}.df-element[data-df-lightbox],.df-element[data-lightbox]{position:relative}.rtl .df-popup-thumb .df-book-cover,.rtl .df-popup-thumb .df-book-page1,.rtl .df-popup-thumb .df-book-page2{transform-origin:right}.rtl .df-popup-thumb:hover .df-book-cover{transform:rotateY(18deg) rotateZ(0)}.rtl .df-popup-thumb:hover .df-book-page2{transform:rotateY(14deg) rotateZ(0);box-shadow:-2px 0 4px rgba(0,0,0,.2)}.rtl .df-popup-thumb:hover .df-book-page1{transform:rotateY(8deg) rotateZ(0);box-shadow:-2px 0 4px rgba(0,0,0,.2)}.rtl .df-popup-thumb:hover .df-book-wrapper{transform:rotateY(15deg) rotateZ(0);transform-origin:70%!important;box-shadow:-2px 0 4px rgba(0,0,0,.2)}.rtl .df-popup-thumb .df-book-cover:after{transform:scaleX(-1)}.zoom-element{display:none;position:absolute;top:0;left:0;z-index:1}.zoom-element>canvas{width:100%;height:100%}.df-zoom-region-active .zoom-element{display:block}.df-vertical .df-page:before{width:100%;height:10%;top:auto}.df-vertical .df-page-front:before{top:0;background-image:-webkit-linear-gradient(top,rgba(0,0,0,.25),rgba(0,0,0,.15) 15%,rgba(255,255,255,.07),rgba(255,255,255,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.25),rgba(0,0,0,.15) 15%,rgba(255,255,255,.07),rgba(255,255,255,0));background-image:-ms-linear-gradient(top,rgba(0,0,0,.25),rgba(0,0,0,.15) 15%,rgba(255,255,255,.07),rgba(255,255,255,0))}.df-vertical .df-page-back:before{bottom:0;background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.25),rgba(0,0,0,.2) 10%,rgba(0,0,0,.15) 25%,rgba(0,0,0,0) 70%);background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.25),rgba(0,0,0,.2) 10%,rgba(0,0,0,.15) 25%,rgba(0,0,0,0) 70%);background-image:-ms-linear-gradient(bottom,rgba(0,0,0,.25),rgba(0,0,0,.2) 10%,rgba(0,0,0,.15) 25%,rgba(0,0,0,0) 70%)}.df-flipbook-2d.df-vertical .df-viewer-wrapper{-moz-transition:.3s top;-o-transition:.3s top;-webkit-transition:.3s top;transition:.3s top}.df-flipbook-2d.df-vertical .df-sheet.df-left-side{bottom:50%;top:auto;left:0}.df-flipbook-2d.df-vertical .df-sheet.df-right-side{top:50%;left:0}.df-flipbook-2d.df-vertical .df-hard-sheet.df-right-side .df-page-back{-webkit-transform-origin:50% bottom;-moz-transform-origin:50% bottom;transform-origin:50% bottom;z-index:3!important}.df-flipbook-2d.df-vertical .df-hard-sheet.df-right-side .df-page-front{-webkit-transform-origin:50% top;-moz-transform-origin:50% top;transform-origin:50% top;z-index:4}.df-flipbook-2d.df-vertical .df-hard-sheet.df-left-side .df-page-back{-webkit-transform-origin:50% bottom;-moz-transform-origin:50% bottom;transform-origin:50% bottom}.df-flipbook-2d.df-vertical .df-hard-sheet.df-left-side .df-page-front{-webkit-transform-origin:50% top;-moz-transform-origin:50% top;transform-origin:50% top}.df-zoomview.df-vertical .df-page-front{top:50%;left:0}.df-zoomview.df-vertical .df-page-back{bottom:50%;top:auto;left:0}.df-posts [skip-parse]{display:none}.df-posts{text-align:center;position:relative}.df-load-more-button-wrapper{text-align:center;display:none;margin-top:20px}.df-posts [skip-parse]~.df-load-more-button-wrapper{display:block}.df-load-more-button{padding:10px 15px;display:inline-block;margin:0 auto;cursor:pointer;background:#0085ba;color:#fff}._df_book{min-height:400px}.fs-free-shipping-notice-and-button-wrapper{align-content:start;align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.fs-free-shipping-notice-continue-shopping-button-wrapper,.fs-free-shipping-notice-text-and-progress-bar-wrapper{flex:0 1 auto;margin:0 .5em}.fs-free-shipping-notice-progress-bar-wrapper{align-items:center;display:flex;flex-direction:row}.fs-free-shipping-notice-progress-bar{border:1px solid #fff;border-radius:10px;height:10px;margin-left:10px;margin-right:10px;position:relative;width:100%}.fs-free-shipping-notice-progress-bar>span{background-color:#fff;border-bottom-left-radius:10px;border-top-left-radius:10px;display:block;height:100%;overflow:hidden;position:relative}.button.flexible-shipping-free-shipping-button{margin-left:0}.vc_parallax-inner iframe,
.vc_video-bg iframe {
    max-width: 1000%
}

.vc_clearfix:after,
.vc_column-inner::after,
.vc_el-clearfix,
.vc_row:after {
    clear: both
}

.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.modal-footer:before,
.modal-footer:after,
.vc_row:before,
.vc_row:after {
  content: " ";
  display: table;
}
.container:after,
.container-fluid:after,
.row:after,
.vc_row:after {
  clear: both;
}

.vc-composer-icon,
[class*=" vc_arrow-icon-"],
[class^=vc_arrow-icon-] {
    speak: none;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.vc_row:after,
.vc_row:before {
    content: " ";
    display: table
}

/*nectar addition*/
@media (max-width: 690px) {
    .vc_hidden-xs {
        display: none!important
    }
    .vc_el-clearfix-xs {
        clear: both
    }
}

@media (min-width: 691px) and (max-width: 999px) {
    .vc_hidden-sm {
        display: none!important
    }
    .vc_el-clearfix-sm {
        clear: both
    }
}

@media (min-width: 1000px) and (max-width: 1299px) {
    .vc_hidden-md {
        display: none!important
    }
    .vc_el-clearfix-md {
        clear: both
    }
}
@media (min-width: 1300px) {
  .vc_hidden-lg {
    display: none !important;
  }
}
/*nectar addition end */


.vc_row-fluid::before, .vc_row-fluid::after {
    content: "";
    display: table;
}
.vc_row-fluid::after {
    clear: both;
}


.vc_pull-right {
  float: right !important;
}
.vc_pull-left {
  float: left !important;
}
.vc_clearfix:before,
.vc_clearfix:after {
  content: " ";
  display: table;
}
.vc_clearfix:after {
  clear: both;
}
.vc_clearfix:before,
.vc_clearfix:after {
  content: " ";
  display: table;
}
.vc_clearfix:after {
  clear: both;
}
.vc_el-clearfix {
  clear: both;
}




.vc_col-lg-1\/5,
.vc_col-lg-2\/5,
.vc_col-lg-3\/5,
.vc_col-lg-4\/5,
.vc_col-lg-5\/5,
.vc_col-md-1\/5,
.vc_col-md-2\/5,
.vc_col-md-3\/5,
.vc_col-md-4\/5,
.vc_col-md-5\/5,
.vc_col-sm-1\/5,
.vc_col-sm-2\/5,
.vc_col-sm-3\/5,
.vc_col-sm-4\/5,
.vc_col-sm-5\/5,
.vc_col-xs-1\/5,
.vc_col-xs-2\/5,
.vc_col-xs-3\/5,
.vc_col-xs-4\/5,
.vc_col-xs-5\/5 {
    position: relative;
    min-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 2.1%;
}

.vc_col-xs-1\/5,
.vc_col-xs-2\/5,
.vc_col-xs-3\/5,
.vc_col-xs-4\/5,
.vc_col-xs-5\/5 {
    float: left
}



@media only screen and (max-width: 1000px) and (min-width: 690px) {
  body .vc_row-fluid.full-width-content .vc_col-xm-4\/5 {
      width: calc(80%)
  }
  body .vc_row-fluid.full-width-content .vc_col-xm-3\/5 {
      width: calc(60%)
  }
  body .vc_row-fluid.full-width-content .vc_col-xm-2\/5 {
      width: calc(40%)
  }
  body .vc_row-fluid.full-width-content .vc_col-xs-1\/5 {
      width: calc(20%)
  }
}


@media (max-width: 690px) {
    
  body .vc_row-fluid .vc_col-xs-5\/5 {
      width: 100%
  }

  body .vc_row-fluid.full-width-content .vc_col-xm-4\/5 {
      width: calc(80%)
  }
  body .vc_row-fluid.full-width-content .vc_col-xm-3\/5 {
      width: calc(60%)
  }
  body .vc_row-fluid.full-width-content .vc_col-xm-2\/5 {
      width: calc(40%)
  }
  body .vc_row-fluid.full-width-content .vc_col-xs-1\/5 {
      width: calc(20%)
  }

}

@media (min-width: 1000px) and (max-width: 1300px) {
    .vc_col-md-1\/5,
    .vc_col-md-2\/5,
    .vc_col-md-3\/5,
    .vc_col-md-4\/5,
    .vc_col-md-5\/5 {
        float: left
    }
    body .vc_row-fluid .vc_col-md-5\/5 {
        width: 100%
    }
    body .vc_row-fluid .vc_col-md-4\/5 {
        width: 80%;
    }
    body .vc_row-fluid .vc_col-md-3\/5 {
        width: 60%;
    }
    body .vc_row-fluid .vc_col-md-2\/5 {
        width: 40%;
    }
    body .vc_row-fluid .vc_col-md-1\/5 {
        width: 20%; 
    }
  
}

@media (min-width: 1300px) {
    .vc_col-lg-1\/5,
    .vc_col-lg-2\/5,
    .vc_col-lg-3\/5,
    .vc_col-lg-4\/5,
    .vc_col-lg-5\/5 {
        float: left
    }
    body .vc_row-fluid .vc_col-lg-5\/5 {
        width: 100%
    }
    body .vc_row-fluid .vc_col-lg-4\/5 {
        width: 80%;
    }
    body .vc_row-fluid .vc_col-lg-3\/5 {
        width: 60%;
    }
    body .vc_row-fluid .vc_col-lg-2\/5 {
        width: 40%;
    }
    body .vc_row-fluid .vc_col-lg-1\/5 {
        width: 20%; 
    }
    
}




@media (max-width: 767px) {
  .vc_el-clearfix-xs {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .vc_el-clearfix-sm {
    clear: both;
  }
}
@media (min-width: 1000px) and (max-width: 1199px) {
  .vc_el-clearfix-md {
    clear: both;
  }
}
@media (min-width: 1200px) {
  .vc_el-clearfix-lg {
    clear: both;
  }
}
.vc_visible {
  display: block;
}
.vc_table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
}

.vc_button-2-wrapper,
.vc_pixel_icon {
    display: inline-block;
    vertical-align: middle
}

@font-face{
    font-family:vcpb-plugin-icons;
    src:url(//www.hoermannberlin.de/wp-content/plugins/js_composer_salient/assets/fonts/vc_icons_v2/fonts/vcpb-plugin-icons.eot?f6ud62);
    src:url(//www.hoermannberlin.de/wp-content/plugins/js_composer_salient/assets/fonts/vc_icons_v2/fonts/vcpb-plugin-icons.eot?f6ud62#iefix) format('embedded-opentype'),url(//www.hoermannberlin.de/wp-content/plugins/js_composer_salient/assets/fonts/vc_icons_v2/fonts/vcpb-plugin-icons.ttf?f6ud62) format('truetype'),url(//www.hoermannberlin.de/wp-content/plugins/js_composer_salient/assets/fonts/vc_icons_v2/fonts/vcpb-plugin-icons.woff?f6ud62) format('woff'),url(//www.hoermannberlin.de/wp-content/plugins/js_composer_salient/assets/fonts/vc_icons_v2/fonts/vcpb-plugin-icons.svg?f6ud62#vcpb-plugin-icons) format('svg');
    font-weight:400;
    font-style:normal
}
.vc-composer-icon{
    font-family:vcpb-plugin-icons!important;
    speak:none;
    font-style:normal;
    font-weight:400;
    font-variant:normal;
    text-transform:none;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}

.vc-c-icon-minimize:before{
    content:"\e91c"
}
.vc-c-icon-close:before{
    content:"\e5cd"
}
.vc-c-icon-1-6_4-6_1-6:before{
    content:"\e90e"
}
.vc-c-icon-add_template:before{
    content:"\e903"
}
.vc-c-icon-arrow_back:before{
    content:"\e5c4"
}
.vc-c-icon-arrow_drop_down:before{
    content:"\e5c5"
}
.vc-c-icon-arrow_drop_up:before{
    content:"\e5c7"
}
.vc-c-icon-arrow_forward:before{
    content:"\e5c8"
}
.vc-c-icon-check:before{
    content:"\e5ca"
}
.vc-c-icon-arrow_upward:before{
    content:"\e5d8"
}
.vc-c-icon-arrow_downward:before{
    content:"\e5db"
}
.vc-c-icon-sync:before{
    content:"\e627"
}
.vc-c-icon-search:before{
    content:"\e8b6"
}
.vc-c-icon-1-1:before{
    content:"\e900"
}
.vc-c-icon-1-2_1-2:before{
    content:"\e901"
}
.vc-c-icon-1-3_1-3_1-3:before{
    content:"\e902"
}
.vc-c-icon-1-4_1-2_1-4:before{
    content:"\e904"
}
.vc-c-icon-1-4_1-4_1-4_1-4:before{
    content:"\e905"
}
.vc-c-icon-1-4_3-4:before{
    content:"\e906"
}
.vc-c-icon-1-6_1-6_1-6_1-2:before{
    content:"\e907"
}
.vc-c-icon-1-6_1-6_1-6_1-6_1-6_1-6:before{
    content:"\e908"
}
.vc-c-icon-l_15_15_15_15_15:before{
    content:"\e909"
}
.vc-c-icon-1-6_2-3_1-6:before{
    content:"\e90a"
}
.vc-c-icon-2-3_1-3:before{
    content:"\e90b"
}
.vc-c-icon-5-6_1-6:before{
    content:"\e90c"
}
.vc-c-icon-add_element:before{
    content:"\e90d"
}
.vc-c-icon-add:before{
    content:"\e90f"
}
.vc-c-icon-cog:before{
    content:"\e910"
}
.vc-c-icon-content_copy:before{
    content:"\e911"
}
.vc-c-icon-delete_empty:before{
    content:"\e912"
}
.vc-c-icon-dragndrop:before{
    content:"\e913"
}
.vc-c-icon-fullscreen_exit:before{
    content:"\e914"
}
.vc-c-icon-fullscreen:before{
    content:"\e915"
}
.vc-c-icon-arrow_drop_right:before{
    content:"\e916"
}
.vc-c-icon-layout_default:before{
    content:"\e917"
}
.vc-c-icon-layout_landscape-smartphones:before{
    content:"\e918"
}
.vc-c-icon-layout_landscape-tablets:before{
    content:"\e919"
}
.vc-c-icon-layout_portrait-smartphones:before{
    content:"\e91a"
}
.vc-c-icon-layout_portrait-tablets:before{
    content:"\e91b"
}
.vc-c-icon-mode_edit:before{
    content:"\e91d"
}
.vc-c-icon-row_default_fe:before{
    content:"\e91e"
}
.vc-c-icon-text-block:before{
    content:"\e91f"
}

.vc_txt_align_left {
    text-align: left
}

.vc_txt_align_right {
    text-align: right
}

.vc_txt_align_center {
    text-align: center
}

.vc_txt_align_justify {
    text-align: justify;
    text-justify: inter-word
}

.vc_el_width_50 {
    width: 50%
}

.vc_el_width_60 {
    width: 60%
}

.vc_el_width_70 {
    width: 70%
}

.vc_el_width_80 {
    width: 80%
}

.vc_el_width_90 {
    width: 90%
}

.vc_el_width_100 {
    width: 100%
}




i.icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    vertical-align: text-top;
    margin-left: 5px
}

.wpb_btn-large i.icon {
    height: 19px;
    margin-left: 9px
}

.wpb_btn-small i.icon {
    height: 15px
}

.wpb_btn-mini i.icon {
    display: none
}



.vc_column_container .vc_btn,
.vc_column_container .wpb_button {
    margin-top: 5px;
    margin-bottom: 5px
}


#content .wpb_alert p:last-child,
#content .wpb_text_column:last-child,
#content .wpb_text_column p:last-child,
.vc_message_box>p:last-child,
.wpb_alert p:last-child,
.wpb_text_column:last-child,
.wpb_text_column p:last-child {
    margin-bottom: 0
}


.vc_message_box-icon>*,
.vc_message_box-icon>.fa {
    font-size: 1.7em;
    line-height: 1
}

.vc_message_box-icon>*,
.vc_toggle_simple .vc_toggle_icon::after,
.vc_toggle_simple .vc_toggle_icon::before {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}



.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li {
    margin-bottom: 35px
}

.entry-content .twitter-share-button,
.fb_like,
.twitter-share-button,
.wpb_accordion .wpb_content_element,
.wpb_googleplus,
.wpb_pinterest,
.wpb_tab .wpb_content_element {
    margin-bottom: 21.74px
}

.vc_parallax {
    position: relative;
    overflow: hidden
}

.vc_parallax>* {
    position: relative;
    z-index: 1
}

.vc_parallax .vc_parallax-inner {
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-attachment: scroll;
    background-color: transparent;
    background-image: inherit;
    background-size: cover;
    z-index: 0;
    background-position: 50% 0
}

.vc_video-bg-container {
    position: relative
}

.vc_video-bg {
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0
}

.vc_row[data-vc-full-width] {
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
    overflow: hidden
}

.vc_row[data-vc-full-width].vc_hidden {
    opacity: 0
}


.vc_empty-element>.vc_column-inner {
    min-height: 100px
}


iframe.twitter-share-button {
    margin: 0
}


.wpb_widgetised_column .wpb_wrapper>ul {
    margin: 0
}

.wpb_widgetised_column .wpb_wrapper>ul>li {
    margin-left: 0;
    background-image: none;
    list-style: none!important
}

.wpb_widgetised_column .wpb_wrapper>ul>li:after,
.wpb_widgetised_column .wpb_wrapper>ul>li:before {
    display: none!important
}

.wpb_button {
    display: inline-block;
    padding: 4px 10px;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 13px;
    line-height: 18px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: rgba(0, 0, 0, .1)
}



.wpb_button.active,
.wpb_button.disabled,
.wpb_button:active,
.wpb_button:hover,
.wpb_button[disabled] {
    background-color: #eaeaea
}


.wpb_button:hover {
    color: #333;
    background-color: #e6e6e6;
    -webkit-transition: background-color .1s linear;
    -o-transition: background-color .1s linear;
    transition: background-color .1s linear;
    background-image: none
}

.wpb_button:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.wpb_button.active,
.wpb_button:active {
    background-color: #e6e6e6;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05)
}

button.wpb_btn-large,
span.wpb_btn-large {
    padding: 9px 14px;
    font-size: 15px;
    line-height: normal;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

button.wpb_btn-large [class^=icon-],
span.wpb_btn-large [class^=icon-] {
    margin-top: 1px
}

button.wpb_btn-small,
span.wpb_btn-small {
    padding: 5px 9px;
    font-size: 11px;
    line-height: 16px
}

button.wpb_btn-small [class^=icon-],
span.wpb_btn-small [class^=icon-] {
    margin-top: -1px
}

button.wpb_btn-mini,
span.wpb_btn-mini {
    padding: 2px 6px;
    font-size: 11px;
    line-height: 14px
}



button.wpb_button::-moz-focus-inner,
input[type=submit].wpb_button::-moz-focus-inner {
    padding: 0;
    border: 0
}

a.wpb_button_a {
    border: none
}

.wpb_content_element .wpb_tabs_nav li.ui-tabs-active a,
.wpb_gallery .wpb_flexslider .flex-caption {
    cursor: default
}

.wpb_call_to_action,
.wpb_call_to_action .wpb_button {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}


.vc_custom_heading a,
.vc_custom_heading a:focus,
.vc_custom_heading a:hover,
.vc_custom_heading a:visited {
    border: none;
    text-decoration: inherit;
    color: inherit
}

.vc_custom_heading a {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 1
}

.vc_custom_heading a:hover {
    opacity: .85
}



#content .wpb_call_to_action .wpb_call_text,
.wpb_call_to_action .wpb_call_text {
    margin: 0;
    padding-top: 0
}

.cta_align_bottom {
    text-align: center
}

.cta_align_bottom .wpb_button {
    position: static;
    margin-top: 21.74px;
    display: inline-block
}

.cta_no_button .wpb_call_text {
    width: auto;
    float: none
}



.wpb_gmaps_widget .wpb_wrapper {
    background-color: #f7f7f7;
    padding: 5px
}

.wpb_gmaps_widget .wpb_map_wraper iframe {
    margin-bottom: 0;
    padding: 0;
    display: block;
    width: 100%;
    border: none
}

.wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0
}

.wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
}

.wpb_accordion_section .wpb_accordion_header a:focus,
.wpb_content_element .wpb_tabs_nav li a:focus,
.wpb_tour_next_prev_nav a:focus {
    outline: 0
}

.wpb_content_element .wpb_tabs_nav,
.wpb_content_element .wpb_tour_tabs_wrapper {
    padding: 0
}

.wpb_content_element .wpb_tabs_nav {
    margin: 0;
    padding-left: 0!important;
    text-indent: inherit!important
}

#content .wpb_content_element .wpb_tabs_nav {
    margin: 0
}

.wpb_content_element .wpb_tabs_nav li {
    background-color: #FFF;
    white-space: nowrap;
    padding: 0;
    background-image: none;
    list-style: none!important
}

.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.wpb_content_element .wpb_tabs_nav li.ui-tabs-active,
.wpb_content_element .wpb_tabs_nav li:hover,
.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
    background-color: #f7f7f7
}

.wpb_content_element .wpb_tabs_nav li:after,
.wpb_content_element .wpb_tabs_nav li:before {
    display: none!important
}



.wpb_content_element .wpb_accordion_header a  {
    border-bottom: none;
    text-decoration: none;
    display: block;
    padding: .5em 1em
}

.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
    padding: 1em
}

.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content .wpb_row:last-child>div>div.wpb_wrapper .wpb_content_element:last-child,
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content>.wpb_content_element:last-child,
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab .wpb_row:last-child>div>div.wpb_wrapper .wpb_content_element:last-child,
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab>.wpb_content_element:last-child {
    margin-bottom: 0
}

.wpb_tabs .wpb_tabs_nav li {
    float: left;
    margin: 0 1px 0 0
}



.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
    margin: 0 0 1px;
    padding-top: 0;
    position: relative;
    text-transform: none;
    font-weight: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    letter-spacing: inherit
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
    padding-left: 1em
}

.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon,
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(//www.hoermannberlin.de/wp-content/plugins/js_composer_salient/assets/images/toggle_open.png);
    background-repeat: no-repeat;
    position: absolute;
    right: .7em;
    top: .7em
}

.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
    background-image: url(//www.hoermannberlin.de/wp-content/plugins/js_composer_salient/assets/images/toggle_close.png)
}



.grid_layout-thumbnail .post-thumb,
body ul.wpb_thumbnails-fluid li .entry-content:last-child {
    margin-bottom: 0
}

.wpb_column .wpb_wrapper .wpb_teaser_grid {
    float: none
}

body ul.wpb_thumbnails-fluid li {
    padding: 0;
    margin-left: 0;
    background-image: none;
    list-style: none!important
}

body ul.wpb_thumbnails-fluid li:after,
body ul.wpb_thumbnails-fluid li:before {
    display: none!important
}

.wpb_row .wpb_filtered_grid ul.wpb_thumbnails-fluid,
.wpb_row .wpb_grid ul.wpb_thumbnails-fluid {
    padding: 0;
    overflow: visible!important
}


.wpb_image_grid .wpb_image_grid_ul a {
    display: block
}

.wpb_image_grid .wpb_image_grid_ul img {
    display: block;
    max-width: 100%;
    height: auto
}

.wpb_gallery .theme-default .nivoSlider {
    margin-bottom: 0
}

.wpb_gallery .theme-default .nivo-controlNav {
    padding: 10px 0 3px
}

.wpb_gallery .wpb_flexslider .flex-control-nav {
    bottom: auto;
    top: 100%;
    margin-top: 15px
}

.wpb_gallery .wpb_flexslider .flex-direction-nav a {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.wpb_gallery .wpb_flexslider .flex-direction-nav a:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.wpb_gallery .wpb_flexslider .flex-direction-nav a:before {
    line-height: 1
}

.wpb_gallery .wpb_flexslider .flex-control-paging {
    z-index: 10
}

#content .wpb_gallery_slides ul.flex-direction-nav,
#content .wpb_gallery_slides ul.slides,
.content .wpb_gallery_slides ul.flex-direction-nav,
.content .wpb_gallery_slides ul.slides,
.wpb_content_element .wpb_gallery_slides ul li,
.wpb_gallery_slides ul.flex-direction-nav,
.wpb_gallery_slides ul.slides,
body .wpb_gallery_slides ul li {
    list-style: none;
    padding: 0;
    background-image: none;
    margin: 0
}

.wpb_video_widget.vc_video-el-width-10 .wpb_wrapper {
    width: 10%
}

.wpb_video_widget.vc_video-el-width-20 .wpb_wrapper {
    width: 20%
}

.wpb_video_widget.vc_video-el-width-30 .wpb_wrapper {
    width: 30%
}

.wpb_video_widget.vc_video-el-width-40 .wpb_wrapper {
    width: 40%
}

.wpb_video_widget.vc_video-el-width-50 .wpb_wrapper {
    width: 50%
}

.wpb_video_widget.vc_video-el-width-60 .wpb_wrapper {
    width: 60%
}

.wpb_video_widget.vc_video-el-width-70 .wpb_wrapper {
    width: 70%
}

.wpb_video_widget.vc_video-el-width-80 .wpb_wrapper {
    width: 80%
}

.wpb_video_widget.vc_video-el-width-90 .wpb_wrapper {
    width: 90%
}

.wpb_video_widget.vc_video-el-width-100 .wpb_wrapper {
    width: 100%
}

.wpb_video_widget .wpb_video_wrapper {
    padding-top: 56.25%;
    position: relative;
    width: 100%
}

.wpb_video_widget .wpb_video_wrapper>div {
    padding-top: 0!important;
    position: static
}

.wpb_video_widget.vc_video-aspect-ratio-169 .wpb_video_wrapper {
    padding-top: 56.25%
}

.wpb_video_widget.vc_video-aspect-ratio-43 .wpb_video_wrapper {
    padding-top: 75%
}

.wpb_video_widget.vc_video-aspect-ratio-235 .wpb_video_wrapper {
    padding-top: 42.55319149%
}

.wpb_video_widget.vc_video-align-left .wpb_wrapper {
    float: left
}

.wpb_video_widget.vc_video-align-center .wpb_wrapper {
    margin: 0 auto
}

.wpb_video_widget.vc_video-align-right .wpb_wrapper {
    float: right
}

.wpb_video_widget .wpb_wrapper {
    position: relative
}

.wpb_video_widget .wpb_wrapper iframe {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.wpb_video_wrapper .fluid-width-video-wrapper {
    padding-top: 0!important;
    position: static
}



.vc_pie_chart {
    z-index: 0;
    opacity: 0;
    filter: alpha(opacity=0)
}

.vc_pie_chart.vc_ready {
    opacity: 1;
    filter: alpha(opacity=100)
}

.vc_pie_chart .vc_pie_wrapper {
    position: relative;
    margin: 0 auto
}

.vc_pie_chart canvas {
    position: relative;
    z-index: 1
}

.vc_pie_chart .vc_pie_chart_value,
.vc_pie_chart_back {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.vc_pie_chart .vc_pie_chart_value {
    font-size: 200%;
    text-align: center
}

.vc_pie_chart_back {
    border: 6px solid #f7f7f7;
    border-radius: 50%;
    opacity: .3;
    filter: alpha(opacity=30);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}




.vc_text_separator,
.wpb_separator {
    border-bottom: 1px solid #EBEBEB;
    clear: both;
    height: 1px
}



.vc_sep_width_100,
.wpb_single_image img.vc_img-placeholder {
    width: 100%
}




.vc_chart .vc_chart-legend {
    font-size: 14px;
    margin: 0;
    padding: 0
}

.vc_chart .vc_chart-legend li {
    line-height: 1.3em;
    list-style: none;
    margin: 0 0 .3em;
    min-height: 1.3em
}

.vc_chart .vc_chart-legend span {
    border-radius: .3em;
    display: inline-block;
    height: 1.3em;
    left: 0;
    margin-right: .5em;
    vertical-align: middle;
    width: 1.3em
}

@media (min-width:768px) {
    .vc_chart .vc_chart-legend {
        display: inline-block;
        vertical-align: middle;
        width: 40%
    }
    .vc_chart .vc_chart-legend li {
        margin-left: 1em
    }
    .vc_chart .vc_chart-with-legend {
        display: inline-block;
        vertical-align: middle;
        width: 60%
    }
}

.vc_line-chart .vc_chart-with-legend {
    width: 75%
}

.vc_line-chart .vc_chart-legend {
    width: 25%
}

.wpb_single_image .wpb_wrapper .vc_single_image-wrapper .zoomImg {
    border-radius: 0
}

.wpb_single_image [class*='_circle'] .vc-zoom-wrapper {
    border-radius: 50%
}

.wpb_single_image [class*='_rounded'] .vc-zoom-wrapper {
    border-radius: 4px
}

.owl-carousel .owl-animated-out {
    z-index: 0
}

.owl-carousel .owl-animated-in {
    z-index: 1
}



@font-face {
    font-family: vc_grid_v1;
    src: url(//www.hoermannberlin.de/wp-content/plugins/js_composer_salient/assets/fonts/vc_grid/vc_grid_v1.eot?-9hbgac);
    src: url(//www.hoermannberlin.de/wp-content/plugins/js_composer_salient/assets/fonts/vc_grid/vc_grid_v1.eot?#iefix-9hbgac) format('embedded-opentype'), url(//www.hoermannberlin.de/wp-content/plugins/js_composer_salient/assets/fonts/vc_grid/vc_grid_v1.woff?-9hbgac) format('woff'), url(//www.hoermannberlin.de/wp-content/plugins/js_composer_salient/assets/fonts/vc_grid/vc_grid_v1.ttf?-9hbgac) format('truetype'), url(//www.hoermannberlin.de/wp-content/plugins/js_composer_salient/assets/fonts/vc_grid/vc_grid_v1.svg?-9hbgac#vc_grid_v1) format('svg');
    font-weight: 400;
    font-style: normal
}

[class*=" vc_arrow-icon-"],
[class^=vc_arrow-icon-] {
    font-family: vc_grid_v1;
    font-style: normal;
    font-weight: 400;
    line-height: 1
}

.vc_arrow-icon-minus:before {
    content: "\e61c"
}

.vc_arrow-icon-plus:before {
    content: "\e61d"
}

.vc_arrow-icon-arrow_down:before {
    content: "\e61e"
}

.vc_arrow-icon-arrow_up:before {
    content: "\e61f"
}

.vc_arrow-icon-arrow_01_left:before {
    content: "\e600"
}

.vc_arrow-icon-arrow_01_right:before {
    content: "\e601"
}

.vc_arrow-icon-arrow_02_left:before {
    content: "\e602"
}

.vc_arrow-icon-arrow_02_right:before {
    content: "\e603"
}

.vc_arrow-icon-arrow_03_left:before {
    content: "\e604"
}

.vc_arrow-icon-arrow_03_right:before {
    content: "\e605"
}

.vc_arrow-icon-arrow_04_left:before {
    content: "\e606"
}

.vc_arrow-icon-arrow_04_right:before {
    content: "\e607"
}

.vc_arrow-icon-arrow_05_left:before {
    content: "\e608"
}

.vc_arrow-icon-arrow_05_right:before {
    content: "\e609"
}

.vc_arrow-icon-arrow_06_left:before {
    content: "\e60a"
}

.vc_arrow-icon-arrow_06_right:before {
    content: "\e60b"
}

.vc_arrow-icon-arrow_07_left:before {
    content: "\e60c"
}

.vc_arrow-icon-arrow_07_right:before {
    content: "\e60d"
}

.vc_arrow-icon-arrow_08_left:before {
    content: "\e60e"
}

.vc_arrow-icon-arrow_08_right:before {
    content: "\e60f"
}

.vc_arrow-icon-arrow_09_left:before {
    content: "\e610"
}

.vc_arrow-icon-arrow_09_right:before {
    content: "\e611"
}

.vc_arrow-icon-arrow_10_left:before {
    content: "\e612"
}

.vc_arrow-icon-arrow_10_right:before {
    content: "\e613"
}

.vc_arrow-icon-arrow_11_left:before {
    content: "\e614"
}

.vc_arrow-icon-arrow_11_right:before {
    content: "\e615"
}

.vc_arrow-icon-arrow_12_left:before {
    content: "\e616"
}

.vc_arrow-icon-arrow_12_right:before {
    content: "\e617"
}

.vc_arrow-icon-navicon:before {
    content: "\f0c9"
}

.wpb_animate_when_almost_visible {
    opacity: 0;
    filter: alpha(opacity=0)
}

.wpb_animate_when_almost_visible:not(.wpb_start_animation) {
    -webkit-animation: none;
    -o-animation: none;
    animation: none
}

.top-to-bottom,
.wpb_top-to-bottom {
    -webkit-animation: wpb_ttb .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    -o-animation: wpb_ttb .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    animation: wpb_ttb .7s 1 cubic-bezier(.175, .885, .32, 1.275)
}

.bottom-to-top,
.wpb_bottom-to-top {
    -webkit-animation: wpb_btt .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    -o-animation: wpb_btt .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    animation: wpb_btt .7s 1 cubic-bezier(.175, .885, .32, 1.275)
}

.left-to-right,
.wpb_left-to-right {
    -webkit-animation: wpb_ltr .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    -o-animation: wpb_ltr .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    animation: wpb_ltr .7s 1 cubic-bezier(.175, .885, .32, 1.275)
}

.right-to-left,
.wpb_right-to-left {
    -webkit-animation: wpb_rtl .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    -o-animation: wpb_rtl .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    animation: wpb_rtl .7s 1 cubic-bezier(.175, .885, .32, 1.275)
}

.appear,
.wpb_appear {
    -webkit-animation: wpb_appear .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    -o-animation: wpb_appear .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    animation: wpb_appear .7s 1 cubic-bezier(.175, .885, .32, 1.275);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.wpb_start_animation {
    opacity: 1;
    filter: alpha(opacity=100)
}

@-webkit-keyframes wpb_ttb {
    0% {
        -webkit-transform: translate(0, -10%);
        opacity: 0;
        filter: alpha(opacity=0)
    }
    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-moz-keyframes wpb_ttb {
    0% {
        -moz-transform: translate(0, -10%);
        opacity: 0;
        filter: alpha(opacity=0)
    }
    100% {
        -moz-transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-o-keyframes wpb_ttb {
    0% {
        -o-transform: translate(0, -10%);
        opacity: 0;
        filter: alpha(opacity=0)
    }
    100% {
        -o-transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@keyframes wpb_ttb {
    0% {
        -webkit-transform: translate(0, -10%);
        -ms-transform: translate(0, -10%);
        -o-transform: translate(0, -10%);
        transform: translate(0, -10%);
        opacity: 0;
        filter: alpha(opacity=0)
    }
    100% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-webkit-keyframes wpb_btt {
    0% {
        -webkit-transform: translate(0, 10%);
        opacity: 0;
        filter: alpha(opacity=0)
    }
    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-moz-keyframes wpb_btt {
    0% {
        -moz-transform: translate(0, 10%);
        opacity: 0;
        filter: alpha(opacity=0)
    }
    100% {
        -moz-transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-o-keyframes wpb_btt {
    0% {
        -o-transform: translate(0, 10%);
        opacity: 0;
        filter: alpha(opacity=0)
    }
    100% {
        -o-transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@keyframes wpb_btt {
    0% {
        -webkit-transform: translate(0, 10%);
        -ms-transform: translate(0, 10%);
        -o-transform: translate(0, 10%);
        transform: translate(0, 10%);
        opacity: 0;
        filter: alpha(opacity=0)
    }
    100% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-webkit-keyframes wpb_ltr {
    0% {
        -webkit-transform: translate(-10%, 0);
        opacity: 0;
        filter: alpha(opacity=0)
    }
    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-moz-keyframes wpb_ltr {
    0% {
        -moz-transform: translate(-10%, 0);
        opacity: 0;
        filter: alpha(opacity=0)
    }
    100% {
        -moz-transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-o-keyframes wpb_ltr {
    0% {
        -o-transform: translate(-10%, 0);
        opacity: 0;
        filter: alpha(opacity=0)
    }
    100% {
        -o-transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@keyframes wpb_ltr {
    0% {
        -webkit-transform: translate(-10%, 0);
        -ms-transform: translate(-10%, 0);
        -o-transform: translate(-10%, 0);
        transform: translate(-10%, 0);
        opacity: 0;
        filter: alpha(opacity=0)
    }
    100% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-webkit-keyframes wpb_rtl {
    0% {
        -webkit-transform: translate(10%, 0);
        opacity: 0;
        filter: alpha(opacity=0)
    }
    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-moz-keyframes wpb_rtl {
    0% {
        -moz-transform: translate(10%, 0);
        opacity: 0;
        filter: alpha(opacity=0)
    }
    100% {
        -moz-transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-o-keyframes wpb_rtl {
    0% {
        -o-transform: translate(10%, 0);
        opacity: 0;
        filter: alpha(opacity=0)
    }
    100% {
        -o-transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@keyframes wpb_rtl {
    0% {
        -webkit-transform: translate(10%, 0);
        -ms-transform: translate(10%, 0);
        -o-transform: translate(10%, 0);
        transform: translate(10%, 0);
        opacity: 0;
        filter: alpha(opacity=0)
    }
    100% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-webkit-keyframes wpb_appear {
    0% {
        -webkit-transform: scale(.5);
        opacity: .1;
        filter: alpha(opacity=10)
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-moz-keyframes wpb_appear {
    0% {
        -moz-transform: scale(.5);
        opacity: .1;
        filter: alpha(opacity=10)
    }
    100% {
        -moz-transform: scale(1);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-o-keyframes wpb_appear {
    0% {
        -o-transform: scale(.5);
        opacity: .1;
        filter: alpha(opacity=10)
    }
    100% {
        -o-transform: scale(1);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@keyframes wpb_appear {
    0% {
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        -o-transform: scale(.5);
        transform: scale(.5);
        opacity: .1;
        filter: alpha(opacity=10)
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

.vc-spinner::before {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    pointer-events: none;
    margin-top: 6px;
    background: url(//www.hoermannberlin.de/wp-content/plugins/js_composer_salient/assets/images/spinner.gif) no-repeat;
    background-position-x: center;
    background-position-y: center
}

.vc-spinner.vc-spinner-complete::before {
    background-image: url(//www.hoermannberlin.de/wp-content/plugins/js_composer_salient/assets/vc/tick.png)
}

.vc-spinner.vc-spinner-failed::before {
    background-image: url(//www.hoermannberlin.de/wp-content/plugins/js_composer_salient/assets/vc/remove.png)
}






.vc_row.vc_row-flex>.span_12 {
  -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

@media only screen and (max-width:999px) {
  .vc_row.vc_row-flex>.span_12,
  .vc_row.vc_row-flex>.span_12>.vc_column_container {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  }

}

.vc_row.vc_row-flex>.span_12,
.vc_row.vc_row-flex>.span_12>.vc_column_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}


.vc_row.vc_row-flex>.span_12>.vc_vc_column,
.vc_row.vc_row-flex>.span_12>.vc_vc_column_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}


.vc_row.vc_row-flex>.span_12>.vc_column_container>.wpb_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.vc_row.vc_row-flex>.span_12>.vc_column_container>.wpb_wrapper {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .vc_row.vc_row-flex>.vc_column_container>.vc_column-inner>* {
        min-height: 1em
    }
}


.vc_row.vc_row-flex>.span_12>.vc_vc_column>.vc_column_container,
.vc_row.vc_row-flex>.span_12>.vc_vc_column_inner>.vc_column_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.vc_row.vc_row-flex>.span_12>.vc_column_container>.vc_column-inner,
.vc_row.vc_row-flex>.span_12>.vc_column_container>.column-inner-wrap>.column-inner {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    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;
}

.vc_row.vc_row-o-equal-height>.span_12>.vc_column_container,
.vc_row.vc_row-flex>.span_12>.vc_column_container>.column-inner-wrap {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.vc_row.vc_row-o-content-top>.span_12>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row.vc_row-o-content-top>.span_12>.vc_vc_column_inner>.vc_column_container>.vc_column-inner {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height)>.vc_vc_column>.vc_column_container,
.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height)>.vc_vc_column_inner>.vc_column_container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}


.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height)>.vc_vc_column>.vc_column_container,
.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height)>.vc_vc_column_inner>.vc_column_container {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.vc_row.vc_row-o-content-middle>.span_12>.vc_column_container>.vc_column-inner,
.vc_row.vc_row-flex>.span_12>.vc_column_container>.column-inner-wrap>.column-inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.vc_row.vc_row-o-content-bottom>.span_12>.vc_column_container>.vc_column-inner {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height)>.vc_vc_column>.vc_column_container,
.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height)>.vc_vc_column_inner>.vc_column_container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}


@media screen and (max-width: 999px) { 
  .vc_row.vc_row-flex > .span_12, .vc_row.vc_row-flex > .span_12 > .vc_column_container, 
  .vc_row.vc_row-flex>.span_12>.vc_column_container>.vc_column-inner, 
  .vc_row.vc_row-flex>.span_12>.vc_column_container>.column-inner-wrap>.column-inner {
    display: block;
  }
}

@media only screen and (max-width: 999px) and (min-width: 690px) {
.vc_row.vc_row-flex > .span_12, .vc_row.vc_row-flex > .span_12 > .vc_column_container.one-fourths,
.vc_row.vc_row-flex>.span_12>.vc_column_container.one-fourths>.vc_column-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
}

.vc_row.vc_row-o-columns-stretch.vc_row-o-full-height > .span_12 {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
.vc_row.vc_row-o-columns-top.vc_row-o-full-height > .span_12 {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
.vc_row.vc_row-o-columns-bottom.vc_row-o-full-height > .span_12 {
    -webkit-align-content: flex-end!important;
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important;
}
.vc_row.vc_row-o-columns-middle.vc_row-o-full-height > .span_12 {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.vc_row.vc_row-o-columns-bottom > .span_12::after, .vc_row.vc_row-o-columns-middle > .span_12::after, .vc_row.vc_row-o-columns-top > .span_12::after {
    content: '';
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    display: block;
}

.vc_row.vc_row-flex.vc_row-o-full-height > .span_12 {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
}.product.product-type-variable ul.tabs li.product_safety_tab,.wc-gzd-additional-info-placeholder,p.wc-gzd-additional-info:empty{display:none}#order_review .wc-gzd-checkbox-placeholder{clear:both}#order_review .wc-gzd-checkbox-placeholder p.form-row{float:none;padding:0 1em 0 0;text-align:left}#order_review .wc-gzd-checkbox-placeholder p.form-row label{display:inline}#order_review .wc-gzd-checkbox-placeholder:empty{display:none}.woocommerce-checkout .shop_table{background-color:#eee}@media(min-width:768px){table.woocommerce-checkout-review-order-table tr.wc-gzd-cart-item-has-thumbnail .wc-gzd-cart-item-name-wrapper{align-items:center;display:flex}}table.woocommerce-checkout-review-order-table tr.wc-gzd-cart-item-has-thumbnail .wc-gzd-cart-item-name-wrapper .wc-gzd-cart-item-thumbnail{margin-right:1em;max-width:15%;min-width:60px}table.woocommerce-checkout-review-order-table tr.wc-gzd-cart-item-has-thumbnail .wc-gzd-cart-item-name-wrapper .wc-gzd-cart-item-thumbnail img{margin:0}body.theme-astra table.woocommerce-checkout-review-order-table tr.wc-gzd-cart-item-has-thumbnail td.product-name{flex-wrap:wrap}.cart_totals tr.order-total-differential-taxation-notice td:before,.cart_totals tr.order-total-small-business-notice td:before{content:""!important}.includes_tax,.tax_label,.woocommerce dl.variation dd[class*=variation-gzd-],.woocommerce dl.variation div[class*=variation-gzd-],.woocommerce dl.variation dt[class*=variation-gzd-],.woocommerce dl.variation li[class*=variation-gzd-],.woocommerce ul.variation dd[class*=variation-gzd-],.woocommerce ul.variation div[class*=variation-gzd-],.woocommerce ul.variation dt[class*=variation-gzd-],.woocommerce ul.variation li[class*=variation-gzd-],.woocommerce-cart dl.variation dd[class*=variation-gzd-],.woocommerce-cart dl.variation div[class*=variation-gzd-],.woocommerce-cart dl.variation dt[class*=variation-gzd-],.woocommerce-cart dl.variation li[class*=variation-gzd-],.woocommerce-cart ul.variation dd[class*=variation-gzd-],.woocommerce-cart ul.variation div[class*=variation-gzd-],.woocommerce-cart ul.variation dt[class*=variation-gzd-],.woocommerce-cart ul.variation li[class*=variation-gzd-],.woocommerce-checkout dl.variation dd[class*=variation-gzd-],.woocommerce-checkout dl.variation div[class*=variation-gzd-],.woocommerce-checkout dl.variation dt[class*=variation-gzd-],.woocommerce-checkout dl.variation li[class*=variation-gzd-],.woocommerce-checkout ul.variation dd[class*=variation-gzd-],.woocommerce-checkout ul.variation div[class*=variation-gzd-],.woocommerce-checkout ul.variation dt[class*=variation-gzd-],.woocommerce-checkout ul.variation li[class*=variation-gzd-],.woocommerce-mini-cart dl.variation dd[class*=variation-gzd-],.woocommerce-mini-cart dl.variation div[class*=variation-gzd-],.woocommerce-mini-cart dl.variation dt[class*=variation-gzd-],.woocommerce-mini-cart dl.variation li[class*=variation-gzd-],.woocommerce-mini-cart ul.variation dd[class*=variation-gzd-],.woocommerce-mini-cart ul.variation div[class*=variation-gzd-],.woocommerce-mini-cart ul.variation dt[class*=variation-gzd-],.woocommerce-mini-cart ul.variation li[class*=variation-gzd-]{display:none!important}.wc-gzd-small-business-includes-tax{display:inline!important;font-size:.9em;padding-left:3px}.woocommerce-gzd-checkout #order_review_heading{display:none}.woocommerce-checkout .shop_table tr td p{margin-bottom:0}.woocommerce-checkout .shop_table td,.woocommerce-checkout .shop_table th{line-height:1.5}.more-variants-available-info{display:block;font-size:11px;font-weight:400}.shop_table .product-name-inner,.shop_table .product-name-inner tr td{border:none;margin:0;padding:0}.shop_table .product-name-inner tr td:last-child{text-align:right}.cart_totals .wc-gzd-additional-wrapper,.woocommerce-checkout table.shop_table .wc-gzd-additional-wrapper{clear:both;text-align:right}.cart_totals p.wc-gzd-additional-info,.woocommerce-checkout table.shop_table p.wc-gzd-additional-info{display:inline-block;font-size:.8em;font-weight:400;margin-bottom:0}.entry-content .woocommerce #payment{margin-bottom:1em}.woocommerce #payment .wc-terms-and-conditions{display:none!important}.entry-content .woocommerce .checkout-btn-wrap{text-align:right}.woocommerce-checkout p.direct-debit-checkbox{display:none}.unit-price-cart{display:block;font-size:.9em;margin-top:5px}.product_list_widget .wc-gzd-additional-info,.products .wc-gzd-additional-info{font-size:.8em;margin:.7rem 0;padding:0}.product_list_widget .wc-gzd-additional-info,.product_list_widget p.price-unit{line-height:1.8em;margin:.2rem 0}.product_list_widget .wc-gzd-additional-info a{display:inline!important}.product_list_widget .price-unit,.products .product .price-unit{font-size:.8em}.product_list_widget .price-unit{margin-bottom:.7em}.product p.wc-gzd-additional-info{clear:left;font-size:.9em;margin-bottom:.5rem}.product .defect-description:not(:empty){border:2px solid #4b4f58;margin:1em 0;padding:.5em}.product .defect-description:not(:empty) p:last-child{margin-bottom:0}form.cart.wc-gzd-replace-price .single_variation_wrap .woocommerce-variation-price{display:none}.deposit-packaging-type{font-weight:700;text-transform:uppercase}.product p.deposit-packaging-type{font-size:1.2em!important}.wc-gzd-rating-authenticity-status{display:block;font-size:.9em}.woocommerce-product-rating .wc-gzd-rating-authenticity-status{display:inline-block}.product .product_meta{margin-top:1rem}p.footer-info{font-size:.9em;padding-bottom:.5rem;text-align:center}.wc-gzd-item-defect-description p,.wc-gzd-item-desc p{font-size:.9em;font-weight:400}.wc-gzd-edit-data-notice{background:#eee;display:inline-block;padding:1em}.wc-gzd-edit-data-notice p.wc-gzd-info{margin:0;padding:0}.wc-gzd-power-supply{display:flex;flex-wrap:wrap;height:70px;margin:1em 0}.wc-gzd-power-supply svg{align-items:center;display:flex;height:70px;width:70px}.wc-gzd-power-supply svg text{text-anchor:middle;dominant-baseline:middle;font-size:1.8rem;font-weight:600}.wc-gzd-power-supply svg text.min-max-watt-has-decimals,.wc-gzd-power-supply svg text.power-supply-usb-pd{font-size:1.5rem}.wc-gzd-cart-info{display:block}table.product-details-inner{margin:0;padding:0;table-layout:fixed}table.product-details-inner,table.product-details-inner td,table.product-details-inner tr{background:transparent;border:none;margin-bottom:0;margin-top:0;padding-bottom:0;padding-top:0}table.product-details-inner tr td:last-child{text-align:right}.wc-gzd-product-name-left,.wc-gzd-product-name-right{float:left}.wc-gzd-product-name-left{margin-right:1em;max-width:15%}#order_review .blockMsg{line-height:1.5em}#shipping_parcelshop_post_number_field .optional{display:none!important}.wc-gzd-nutri-score-value{display:block;height:4rem;text-indent:-9999px;width:7.0625rem}.wc-gzd-placeholder-loading{display:flex;flex:0 0 100%;flex-flow:column;overflow:hidden;position:relative}.wc-gzd-placeholder-loading *{box-sizing:border-box}.wc-gzd-placeholder-loading:before{animation:phAnimation .8s linear infinite;background:linear-gradient(90deg,hsla(0,0%,100%,0) 46%,hsla(0,0%,100%,.35) 50%,hsla(0,0%,100%,0) 54%) 50% 50%;bottom:0;content:" ";left:50%;margin-left:-250%;pointer-events:none;position:absolute;right:0;top:0;width:500%;z-index:1}.wc-gzd-placeholder-loading .wc-gzd-placeholder-row{align-items:center;display:flex;vertical-align:middle}.wc-gzd-placeholder-loading .wc-gzd-placeholder-row>*{background-color:#e7e7e7;display:block;height:10px}.wc-gzd-placeholder-loading .wc-gzd-placeholder-row .wc-gzd-placeholder-row-col-4{min-width:100px}@keyframes phAnimation{0%{transform:translate3d(-30%,0,0)}to{transform:translate3d(30%,0,0)}}.wc-block-featured-product .wc-gzd-additional-info{color:inherit;font-size:.9em;margin:0;padding:5px 48px 0;text-align:center;width:100%;z-index:1}.wc-block-featured-product .wc-gzd-nutri-score{width:auto}ul.wc-block-grid__products li.wc-block-grid__product .wc-gzd-additional-info{margin:.5em 0}ul.wc-block-grid__products li.wc-block-grid__product .wc-gzd-additional-info:not(.deposit-packaging-type){font-size:.9em;font-weight:400}.theme-twentytwenty form.woocommerce-checkout #order_review_heading,.theme-twentytwentyone form.woocommerce-checkout #order_review_heading{margin-bottom:2rem;padding-left:0;text-align:left;width:100%}