/*
Theme Name: Nutravya
Theme URI: https://nutravya.com
Author: Nutravya
Version: 1.0
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {

}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
 padding: 3px 10px;
    font: 600 14px "Montserrat";
color: #2b2b2b;
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}
header ul li:hover .nav-link {
    color:#fff !important;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}





/* ROB EDITS */

.list--inline > li {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.social-icons__link {
    display: block;
    padding: 0 3px;
}
ul {
    padding-left:0;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-left:0;
    padding-right:0;
}
.navbar-brand {
    margin: 18px 0 2px;
}
.navbar-brand img {
    height: auto;
    max-width: 200px;
}
#main-nav {
    margin-top: 21px;
    margin-right: 5%;
}
.mid-bar h2 {
    font-size: 32px;
    text-align: left;
    margin-bottom: 8px;
    margin-top: 32px;
}
.home .mid-bar .right {
    padding: 0px 0;
}
.process-buttons a:hover {

    text-decoration: none;
}
.process-buttons a:hover .tab-btn {
    color:#fff;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin: 0 0 17.5px;
        margin-bottom: 17.5px;
    font-family: Montserrat,sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.woocommerce .star-rating span::before {
    
    color: #f49a35 !important;
}
.woocommerce .star-rating {
    line-height: 1;
    font-size: 16px !important;
    font-family: star;
    letter-spacing: 1px !important;
}
.single-product .product-single__title {
    font-weight: 900 !important;
}
.woocommerce-product-rating a {
    color:#3d4246;
}
.woocommerce .woocommerce-product-rating .star-rating {
    margin: 5px 8px 0 0;
    float: left;
}
.woocommerce-product-rating + p.price {
    display:none;
}
.single-product .entry-summary {
    margin: 4em 0 0;
}
.single-product .woocommerce-product-rating {
    margin-bottom: 20px;
}
.single-product .product-single__meta .btn-group {
    width: 100%;
    float: left;
}
.single-product .woocommerce-product-gallery__image img {

    max-width: 65%;
    margin: 0 auto;
    float: none !important;

}
.single-product .woocommerce-product-gallery__image {
    text-align: center;
    margin-top:80px;
}
.pswp__bg {
    background: rgba(255,255,255,0.85);
}
.single-product .woocommerce-product-gallery__trigger {
    display: none;
}
.woocommerce .quantity .qty {

    width: 3.631em;
    text-align: center;
    border: 1px solid rgba(0,0,0,0.2);
    color: #000;
    margin-right: 8px;

}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {

    color: #fff;
    -webkit-font-smoothing: antialiased;
    background: #f6b65c;
    background: -moz-linear-gradient(left, #f6b65c 0%, #f29631 100%);
    background: -webkit-linear-gradient(left, #f6b65c 0%,#f29631 100%);
    background: linear-gradient(to right, #f6b65c 0%,#f29631 100%);
        background-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f6b65c', endColorstr='#f29631',GradientType=1 );
    border: 6px solid #f5ebd1;
    padding: 18px 64px 16px !important;
    font: 700 14px "Montserrat" !important;
        font-family: "Montserrat";
    font-family: "Montserrat" !important;
    border-radius: 50px !important;
    text-transform: uppercase;

}
.variations .label {

    color: #000;
    font-size: 17px;

}
.single-product .entry-summary .product_meta {
    display:none;
}
.product-full-description {
    color: #676767;
    font: 300 16px/28px "Open Sans";

}
.woocommerce .star-rating {

    float: left;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star;
   margin-right: 14px;

margin-top: 9px;

}
.single-product .review-title {
    color: #383838;

font: 600 25px/1.5 "Montserrat" !important;

margin-bottom: 10px;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {

    display: none;

}
.woocommerce #reviews #comments ol.commentlist li .comment-text {

    margin: 0;

    border-radius: 0;
  padding: 24px 0;
border:0;
border-top: 1px solid rgba(0,0,0,0.1);

}
.single-product .wc-tabs { display: none;}
.woocommerce #reviews #comments ol.commentlist {

    margin: 0;
    width: 100%;
    background: 0 0;
    list-style: none;
    padding-left: 0;

}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {

    margin: 0 0 1em;
    font: 300 16px/28px "Open Sans" !important;
    color: #69727b;

}
.single-product .woocommerce-review__author,
.single-product .woocommerce-review__published-date {

    font-weight: bold;

}
.woocommerce #reviews #comments h2 {

    clear: none;
    text-align: center;
    font-size: 30px;

}
#reply-title {

    font: 700 30px "Montserrat";
    text-align: center;
    width: 100%;
    float: left;
    border-top: 1px solid rgba(0,0,0,0.3);
    padding-top: 50px;

}
.woocommerce #review_form #respond textarea, .review-title-input,
.woocommerce #review_form .comment-form-author #author,
.woocommerce #review_form .comment-form-email #email{
    box-sizing: border-box;
    width: 100%;
    border: 0;
    color: #000;
    max-width: 100%;
    line-height: 1.2;
    border-radius: 2px;
    text-align: left;
    background-color: #f5f5f5;
    padding: 10px 18px;
    font-size: 14px;
    height: auto;
}
#reviews .comment-form-comment label, #reviews .comment-form-title label,
.woocommerce #review_form .comment-form-email label,
.woocommerce #review_form .comment-form-author label,
.comment-form-cookies-consent label
{
    color: #000;
    font-size: 14px;
}
.comment-form-cookies-consent label
{
    margin-top: 13px;
margin-left: 10px;
}
#wp-comment-cookies-consent {
    float: left;
    width: 30px;
    margin-top: 20px;
    transform: scale(1.5);
}
.woocommerce p.stars a::before {
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: WooCommerce;
    content: '\e021';
    text-indent: 0;
    font-size: 18px !important;
}
.comment-form-rating label {
    margin-right: 10px;
    margin-top: 20px;
    float: left;
    width: 100%;
}
.woocommerce p.stars a {
    position: relative;
    height: 18px;
    width: 18px;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    color: #f49a35;
    margin-right: 1px;
}
.woocommerce #review_form #respond .form-submit input {
    left: auto;
    float:right;
    background: #accd3f;
    background: -moz-linear-gradient(left, #accd3f 0%, #8eba55 100%);
    background: -webkit-linear-gradient(left, #accd3f 0%,#8eba55 100%);
    background: linear-gradient(to right, #accd3f 0%,#8eba55 100%);
        background-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#accd3f', endColorstr='#8eba55',GradientType=1 );
    border: 6px solid #edf2dc !important;
    font: 700 14px "Montserrat" !important;
    text-align: center;
    padding: 12px 35px 12px !important;
    color: #fff !important;
    border-radius: 36px;
    letter-spacing: 0 !important;
    text-transform: uppercase;
}
.woocommerce #review_form #respond .form-submit input:hover
{
    background: #f6b65c;

background: -moz-linear-gradient(left, #f6b65c 0%, #f29631 100%);

background: -webkit-linear-gradient(left, #f6b65c 0%,#f29631 100%);

background: linear-gradient(to right, #f6b65c 0%,#f29631 100%);

    background-color: rgba(0, 0, 0, 0);

background-color: rgba(0, 0, 0, 0);

filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f6b65c', endColorstr='#f29631',GradientType=1 );

border: 6px solid #f5ebd1 !important;

color: #fff;

text-decoration: none;
}
b, strong {

    font-weight: bold;

}
.page-id-15 .guarantee p {
 color: #333;
font: 300 13px/22px "Open Sans";
}
.page-id-15 .guarantee h3 {
    font: 600 22px "Montserrat";
margin-top: 15px;
    color: #333;
}
.page-id-15 .guarantee {
    background: #e7e7e7 !important;
}
section.page-container {
    padding-top: 55px;
}
.contact-form input, .contact-form textarea, .contact-form select {

    border: 0 !important;
    text-align: left;
    background-color: #f5f5f5;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    margin-bottom: 19px;
    padding: 8px 18px;
    height: auto;

}
.form-control:focus {

    color: #495057;
    outline: 0;
    box-shadow: none;
    border: 0;
    background:#f5f5f5;
}
.woocommerce-checkout .form-control:focus {
    background:#f8f8f8;
    border:1px solid rgba(0,0,0,0.1);
}
.your-name, .your-email {

    float: left;
    width: 49%;

}
.your-name {
    margin-right:2%;
}
.your-message {
    font-weight: 400;
}
.wpcf7-submit {

    display: inline-block !important;
    width: auto;
    text-transform: uppercase;

}
.wpcf7-submit:hover {
    background: #eee;

background: #accd3f;

background: -moz-linear-gradient(left, #accd3f 0%, #8eba55 100%);

background: -webkit-linear-gradient(left, #accd3f 0%,#8eba55 100%);

background: linear-gradient(to right, #accd3f 0%,#8eba55 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#accd3f', endColorstr='#8eba55',GradientType=1 );
}
.asterix-photo {
    text-align: center;
    padding: 10px 20px;
    color: rgba(0,0,0,0.4);
    font-size: 10px;
    display: block;
}
.alert.orange {
    background: #ea2929 /*#f09d36*/;
    text-align: center;
    color: #fff;
    font-size: 13px;
    border-radius: 0;
    margin: 0;
}
.alert.orange a {
    color:yellow;
}
.single-product .related {display: none;}
.single-product .choice-row { display:none;width: 100%;}
#nf-field-1, #nf-field-2, #nf-field-3 {
    color: #000 !important;
    padding: 10px 20px;
}
.nf-field-container {
    clear: both;
    position: relative;
    margin-bottom: 20px !important;
}
#nf-field-4 {
    background: #f6b65c;
background: -moz-linear-gradient(left, #f6b65c 0%, #f29631 100%);
background: -webkit-linear-gradient(left, #f6b65c 0%,#f29631 100%);
background: linear-gradient(to right, #f6b65c 0%,#f29631 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f6b65c', endColorstr='#f29631',GradientType=1 );
border: 6px solid #f5ebd1 !important;
margin: 0 auto;
    padding: 20px 64px 18px !important;
    border-radius:50px;
 font: 700 14px "Montserrat" !important;
    letter-spacing: 3px;
float: none;
}
#nf-field-4:hover {
    background: #eee;
    background: #accd3f;
    background: -moz-linear-gradient(left, #accd3f 0%, #8eba55 100%);
    background: -webkit-linear-gradient(left, #accd3f 0%,#8eba55 100%);
    background: linear-gradient(to right, #accd3f 0%,#8eba55 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#accd3f', endColorstr='#8eba55',GradientType=1 );
}
.nf-form-fields-required {
    display: none;
}
html body.page-template-default.page.page-id-37.logged-in.admin-bar.woocommerce-js.customize-support div#page.site section.page-container div.section div.container div.col-lg-12.col-md-12.col-sm-12 div.boxed-grey form#contact-form div.row div.col-md-9.col-sm-10.col-xs-12.paddinger.center-block div.contact-form.form-vertical div#nf-form-1-cont.nf-form-cont div.nf-form-wrap.ninja-forms-form-wrap div.nf-form-layout form div div.nf-form-content nf-fields-wrap nf-field:nth-child(1),
html body.page-template-default.page.page-id-37.logged-in.admin-bar.woocommerce-js.customize-support div#page.site section.page-container div.section div.container div.col-lg-12.col-md-12.col-sm-12 div.boxed-grey form#contact-form div.row div.col-md-9.col-sm-10.col-xs-12.paddinger.center-block div.contact-form.form-vertical div#nf-form-1-cont.nf-form-cont div.nf-form-wrap.ninja-forms-form-wrap div.nf-form-layout form div div.nf-form-content nf-fields-wrap nf-field:nth-child(2) {
    width:49%;
    float:left;
}
html body.page-template-default.page.page-id-37.logged-in.admin-bar.woocommerce-js.customize-support div#page.site section.page-container div.section div.container div.col-lg-12.col-md-12.col-sm-12 div.boxed-grey form#contact-form div.row div.col-md-9.col-sm-10.col-xs-12.paddinger.center-block div.contact-form.form-vertical div#nf-form-1-cont.nf-form-cont div.nf-form-wrap.ninja-forms-form-wrap div.nf-form-layout form div div.nf-form-content nf-fields-wrap nf-field:nth-child(1) {
    margin-right:2%;
}
.cart .product-name a {
    color: #333;
    font-size: 18px;
}
.woocommerce-cart .product-name {
    text-align: left;
}
.woocommerce-cart table.cart img {
    width: 100px;
    box-shadow: none;
}
.woocommerce-cart .woocommerce-cart-form__contents th.product-name {
 font-size:1rem;
    text-align: left;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 40%;
}
.woocommerce-page .cart-collaterals .cart_totals h2 {
    text-align: center;
}
.woocommerce-page .cart-collaterals .cart_totals tr > th {
    text-align: right;
    width: 50%;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover
{
background: #eee;
background: #accd3f;
background: -moz-linear-gradient(left, #accd3f 0%, #8eba55 100%);
background: -webkit-linear-gradient(left, #accd3f 0%,#8eba55 100%);
background: linear-gradient(to right, #accd3f 0%,#8eba55 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#accd3f', endColorstr='#8eba55',GradientType=1 );
}
.woocommerce-cart .woo_pp_ec_button
{
    color: #fff;
-webkit-font-smoothing: antialiased;
background: #f6b65c;
background: -moz-linear-gradient(left, #f6b65c 0%, #f29631 100%);
background: -webkit-linear-gradient(left, #f6b65c 0%,#f29631 100%);
background: linear-gradient(to right, #f6b65c 0%,#f29631 100%);
    background-color: rgba(0, 0, 0, 0);
background-color: rgba(0, 0, 0, 0);
background-color: rgba(0, 0, 0, 0);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f6b65c', endColorstr='#f29631',GradientType=1 );
border: 6px solid #f5ebd1;
padding: 18px 64px 16px !important;
font: 700 14px "Montserrat" !important;
    font-family: "Montserrat";
font-family: "Montserrat";
font-family: "Montserrat" !important;
border-radius: 50px !important;
text-transform: uppercase;
}
.woocommerce .quantity .qty {
 
    width: 3.631em;
    text-align: center;
    border: 1px solid rgba(0,0,0,0.2);
    color: #000;
    margin-right: 8px;
    height: 50px;
    border-radius: 20px;
    margin-top: 6px;
    padding-top: 5px;
}
.forfait {
    text-align: center;
}
.choice-row .choice-btn:last-child {
    margin-right:0;
}
.choice-btn {
    width: 32%;
}
#ProductSection-product-template2 .price {
    text-align: center;
    font: 700 48px "Montserrat";
    margin-bottom: 0;
}
#ProductSection-product-template2 .produit-price-wrap dd {
text-align: center;
    margin-bottom: 0;
}
#ProductSection-product-template2 .stock {
text-align: center;
}
#ProductSection-product-template2 .produit-price-wrap,
#ProductSection-product-template2 .single_variation_wrap{
    float: left;
    width: 100%;
}
#ProductSection-product-template2 .rte h1#intro {

    text-align: center;
    font-weight: 400;
    font-size: 2.5em;
    margin: 50px auto 30px;

}
#ProductSection-product-template2 .woocommerce-product-gallery__image img {

    max-height: 400px;
    width: auto;

}
#ProductSection-product-template2 .single-product-main-image {

    margin-top: 0;

}
#ProductSection-product-template2 .summary.entry-summary {

    margin-top: 0;

}
#ProductSection-product-template2  .woocommerce-product-gallery__image
{
        margin-top: 0 !important;
}
.woocommerce form .form-row label {

    line-height: 2;
    float: left;
    width: 100%;
    text-align: left;
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 2px;

}
.woocommerce-input-wrapper {
    float: left;
    width: 100%;
}

.woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {

    width: 49%;
    overflow: visible;

}
.woocommerce form .form-row {

    padding: 3px;
    margin: 0 0 15px;

}
.select2-container--default .select2-results > .select2-results__options {
    width: 100%;
}
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {

    box-sizing: border-box;
    width: 100%;
    padding: 5px 10px;
    height: 40px;
    border-radius: 0;
    border-color: rgba(0,0,0,0.1);
    box-shadow: none;
    text-align: left;

}
#customer_details {

    float: left;
    width: 60%;
    display: block;
    padding-right: 8%;

}
#order_review, #order_review_heading {

    width: 40%;
    float: left;
    display: block;
    clear: none;

}
.woocommerce-checkout .select2-dropdown {

    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.1);
}
#select2-billing_country-container, .select2-selection__arrow {

    margin-top: 5px;

}
.select2-container--default .select2-selection--single {

    background-color: #fff;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 4px;
    height: 40px;

}
.woocommerce-checkout #ship-to-different-address-checkbox {

    float: left;
    width: 60px;
    transform: scale(1.5);
    position: relative;

}
.woocommerce-checkout table.shop_table {

    border: 0;
}

.woocommerce-checkout #payment {

    background: transparent;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table::before {
    position: absolute;
    top: -10px;
    left: 0;
    content: "";
    display: block;
    height: 10px;
    width: 100%;
    background-color: transparent;
    background-size: 20px 20px;
    background-position: 0 10px, 40px 40px;
    background-image: -webkit-radial-gradient(closest-side, transparent 9px, rgba(84, 84, 84, 0.05) 100%);
    background-image: -o-radial-gradient(closest-side, transparent 9px, rgba(84, 84, 84, 0.05) 100%);
    background-image: radial-gradient(closest-side, transparent 9px, rgba(84, 84, 84, 0.05) 100%);
}
.woocommerce-checkout .woocommerce-checkout-review-order-table::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    content: "";
    display: block;
    height: 10px;
    width: 100%;
    background-color: transparent;
    background-size: 20px 20px;
    background-position: 0 10px, 40px 40px;
    background-image: -webkit-radial-gradient(closest-side, transparent 9px, rgba(84, 84, 84, 0.05) 100%);
    background-image: -o-radial-gradient(closest-side, transparent 9px, rgba(84, 84, 84, 0.05) 100%);
    background-image: radial-gradient(closest-side, transparent 9px, rgba(84, 84, 84, 0.05) 100%);
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: right;
    width: 100%;
}
.woocommerce-terms-and-conditions-checkbox-text, .woocommerce form .form-row .required {
    position: relative;
    top: -9px;
}
.woocommerce-checkout .woocommerce-form__label-for-checkbox #terms {
    float: left;
width: 30px;
transform: scale(1.5);
position: relative;
}

.woocommerce-checkout .product-name {

    text-align: left;
    font-size: 14px;
    font-family: inherit;

}
.woocommerce-checkout .wc_payment_methods .input-radio {
    float: left;
    width: 15px;
    position: relative;
    top: 7px;
}
.woocommerce-order-received .woocommerce-columns .woocommerce-column--1, .woocommerce-order-received .woocommerce-columns .woocommerce-column--2 {
    max-width: 100%;
}
.cart-iconbtn {
        background: #f6b65c;
    background: -moz-linear-gradient(left, #f6b65c 0%, #f29631 100%);
    background: -webkit-linear-gradient(left, #f6b65c 0%,#f29631 100%);
    background: linear-gradient(to right, #f6b65c 0%,#f29631 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f6b65c', endColorstr='#f29631',GradientType=1 );
    border: 6px solid #f5ebd1;
    color: #fff;
    height: 72px;
    width: 72px;
    border-radius: 50%;
    padding-top: 20px;
    float: right;
    position: relative;
    top: 11px;
}
.cart-iconbtn:hover {
    background: #eee;
background: #accd3f;
background: -moz-linear-gradient(left, #accd3f 0%, #8eba55 100%);
background: -webkit-linear-gradient(left, #accd3f 0%,#8eba55 100%);
background: linear-gradient(to right, #accd3f 0%,#8eba55 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#accd3f', endColorstr='#8eba55',GradientType=1 );
}
.wc-stripe-elements-field, .wc-stripe-iban-element-field {

    border: 1px solid #ddd;
    margin: 5px 0;
    padding: 5px;
    background-color: #fff;
    outline: 0;
    width: 100%;

}
.stripe-card-group {

    width: 100%;

}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {

    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #fff;
    color: #515151;
    border: 1px solid rgba(0,0,0,0.2);

}
.woocommerce-checkout #payment div.payment_box::before {

    content: '';
    display: block;
    border: 1em solid #adadad;
        border-top-color: rgb(173, 173, 173);
        border-right-color: rgb(173, 173, 173);
        border-left-color: rgb(173, 173, 173);
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -11px;
    left: 0;
    margin: -1em 0 0 2em;

}
.cart-iconbtn::before {
    font-family: WooCommerce;
    content: "\e01d";
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    vertical-align: bottom;
    position: relative;
    top: -3px;
}
.cart-iconbtn:hover {
    text-decoration: none;
}
.cart-iconbtn:focus {
    color:#fff;
    text-decoration: none;
}
.cart-contents-count {
    color: #fff;
    background-color: #9dc34a;
    font-weight: bold;
    border-radius: 10px;
    padding: 2px 0;
    line-height: 1;
    font-family: Montserrat;
    vertical-align: top;
    position: absolute;
    font-size: 9px;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.paypal-button:not(.paypal-button-card) {
    height: 64px !important;
    min-height: 30px !important;
    max-height: 64px !important;
    max-width: 460px !important;
    border: 5px solid rgba(255,255,255,0.5) !important;
}
.single-product .wcppec-checkout-buttons.woo_pp_cart_buttons_div, .single-product #wc-stripe-payment-request-wrapper { display: none !important;}
.choice-row {
    display: none !important;
}
#ProductSection-product-template2 .woocommerce-variation-add-to-cart { text-align: center;}


.shop-page .woocommerce-result-count,
.shop-page .woocommerce-ordering { display:none; }
.shop-page .page-title {
    text-align: center;
    margin: 40px auto;
}
.shop-page .price {
color: #000 !important;
  text-align: center;
  font: 700 26px "Montserrat" !important;
}
.process-left {
    padding-right: 50px !important;
}
.shop-page .woocommerce-loop-product__title
{
    color: #323232;
font: 700 26px "Montserrat" !important;
text-align: center;
}
.shop-page li.product .button, .button-special
{
    box-shadow: none;
font: 700 14px "Montserrat" !important;
text-align: center;
padding:11px 20px 11px !important;
display: inline-block !important;
position: relative;

color: #fff;
border-top: 0;
text-decoration: none;
letter-spacing: 1px;
border-radius: 15px !important;
    background: #000;
border:0;
    text-transform: uppercase;
    width: 100%;
    margin-top: 0 !important;
}
.shop-page li.product .button:hover, .button-special:hover {
    background: #f6b65c;
background: -moz-linear-gradient(left, #f6b65c 0%, #f29631 100%);
background: -webkit-linear-gradient(left, #f6b65c 0%,#f29631 100%);
background: linear-gradient(to right, #f6b65c 0%,#f29631 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f6b65c', endColorstr='#f29631',GradientType=1 );
border: 0px;
}
.shop-page .star-rating {
    margin-left: calc(50% - 43.2px) !important;
    margin-top:20px;
}
.shop-page .woocommerce-LoopProduct-link:hover img {
    opacity:0.8;
}
.shop-page ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 0;
    box-shadow: none;
}



@media (min-width:769px) and (max-width:990px) {
    .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 70%;
}
}
@media (max-width:768px) {
    #customer_details, #order_review, #order_review_heading {
        width:100%;
        
    }
    #customer_details {
        padding-right:0;
    }
    .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
}
}





.woocommerce-checkout #order_review {
/* usunac porpzednie */
position: relative;
}
.woocommerce-checkout .wc_payment_methods.payment_methods.methods {
    border: 1px solid rgba(0,0,0,0.2);
    padding: 0 !important;
}
.woocommerce-checkout .wc_payment_methods.payment_methods.methods > li {

    border-bottom: 1px solid rgba(0,0,0,0.2);
}
.woocommerce-checkout .wc_payment_methods.payment_methods.methods > li:last-child {
    border-bottom:0;
}
.woocommerce-checkout .wc_payment_methods .input-radio { 
    margin: 13px 2% 4% 4% !important;
width: 4% !important;
float: left !important;
    
}
.wc_payment_methods .payment_method_stripe label,
.wc_payment_methods .payment_method_ppec_paypal label {
    width: 87%;
float: left;
padding: 13px 14px 5px 4px;
}

.woocommerce-checkout .wc_payment_methods .payment_method_stripe label .stripe-icon {
  float: right;  
}
.woocommerce-checkout .wc_payment_methods .payment_box.payment_method_stripe {
    float: left;
width: 100% !important;
margin-top: 5px !important;
display: block;

    background-color: #f0f0f0 !important;
color: #515151;
    border:0 !important;
border-top: 1px solid rgba(0,0,0,0.2) !important;
    margin-bottom:0 !important;
}
.woocommerce-checkout .wc-stripe-elements-field {
    padding: 10px !important;
}
.woocommerce-checkout #wc-stripe-cc-form .form-row-wide {
    margin-bottom: 0 !important;
padding-bottom: 0 !important;
}
.woocommerce-checkout #wc-stripe-cc-form .form-row-first {
    width:48%;
    margin-bottom:0 !important;
}
.woocommerce-checkout #wc-stripe-cc-form .form-row-last {
    width:48%;
    margin-bottom:0 !important;
}
.woocommerce-checkout #stripe-payment-data > p:first-child {
    text-align: center;
margin-bottom: 0 !important;
}
.woocommerce-checkout #wc-stripe-cc-form {
    margin-top: 0 !important;
}
.woocommerce-checkout #wc-stripe-cc-form br {
    display: none;
}
.woocommerce-checkout #wc-stripe-new-payment-method {
    width: 4% !important;

float: left;

margin-left: 3% !important;
}
..woocommerce-checkout woocommerce-SavedPaymentMethods-saveNew > label {
    float: left !important;

width: 84% !important;
}
.woocommerce-checkout #payment div.payment_box::before {

    border: 6px solid #adadad;
    border-top-color: rgb(173, 173, 173);
border-right-color: rgb(173, 173, 173);
border-left-color: rgb(173, 173, 173);
border-right-color: transparent;
border-left-color: transparent;
border-top-color: transparent;
    top: 1px !important;
    left: -4px !important;
}
.woocommerce-checkout .payment_box.payment_method_ppec_paypal {
    width: 100%;
    float: left;
    border: 0 !important;
        border-top-color: currentcolor;
        border-top-style: none;
        border-top-width: 0px;
    background-color: #f0f0f0 !important;
    border-top: 1px solid rgba(0,0,0,0.2) !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.woocommerce-checkout .payment_method_ppec_paypal label > img {
    float:right;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table {
    background: #f7f7f7;

padding: 10px;
float: left;

width: 100%;

position: relative;
}
.woocommerce-checkout .woocommerce-checkout-payment {
    float:left;
    width:100%;
}
@media (max-width:400px) {
    .navbar-brand img {
    max-width: 150px;
}
}

.ingredients-col.description h4 {
    color: #789900;
    margin: 20px 0 20px !important;
    font: 500 22px "Montserrat";
    text-align: center;
}
.ingredients-col.description ul {
padding-left:25px;
}
.ingredients-col.description li {
    padding-right: 15px;
}
.page-id-6 table.shop_table .woocommerce-shipping-totals.shipping,
.page-id-6 table.shop_table .order-total { display:none; }
.page-id-6 h1.main, .page-id-7 h1.main { display:none;
}

.whatisitfor {
    color: rgba(0,0,0,0.5);
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    padding-bottom: 0;
}




/* CHECKOUT STYLING: START */
.woocommerce-form-coupon-toggle { display: none;}
.checkout_coupon.woocommerce-form-coupon { display:block !important;}
.woocommerce-checkout form .control-label {
    display: none !important;
}
.woocommerce form .form-row input.input-text
{
    color:#333333;
border-color:#d9d9d9;
border-radius: 5px;
padding: 0.92857em 0.78571em;
height: 46px;
}
.woocommerce form .form-row {
    padding: 3px;
    margin: 0 0 6px;
}
.woocommerce-checkout h3 {
    font: 400 20px "Roboto";
}
.woocommerce-checkout #order_comments 
{
    color:#333333;
border-color:#d9d9d9;
border-radius: 5px;
padding: 0.92857em 0.78571em;
    height:54px;
}
.checkout-aside {
    width: 40%;
    padding-left: 4%;
    background: 
#fafafa;
float: right;
border-left: 1px solid
    #e1e1e1;
    padding-right: 6%;
    padding-top: 1%;
    padding-bottom: 4%;
    border-bottom: 1px solid #e1e1e1;
}
.woocommerce-checkout section.page-container {
    padding-top: 0;
}
.woocommerce-checkout .site-header {
    border-bottom: 1px solid 
    #e1e1e1 !important;
}
#customer_details {
    float: left;
    width: 60%;
    display: block;
    padding-right: 6%;
    padding-top: 4%;
    padding-left: 6%;
}
.woocommerce-checkout #order_review, .woocommerce-checkout #order_review_heading {
    width: 100%;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table::before,
.woocommerce-checkout .woocommerce-checkout-review-order-table::after,

.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table thead { display:none; }
.woocommerce-checkout .woocommerce-checkout-review-order-table {
    background: transparent;
padding: 0;
}
.woocommerce-checkout #coupon_code {
    background: 
    #fff !important;
}
.woocommerce-checkout .entry-content {
    margin-top: 0;
}
.woocommerce-page form .coupon .form-row-first { width:60%;}
.woocommerce-page form .coupon .form-row-last { width:40%;}
.woocommerce-checkout .coupon .button {
    width: 100%;

height: 46px;

font-family: "Montserrat";
}
.woocommerce-checkout .cart_item .product-quantity {

    background: #828282;

border-radius: 50%;

letter-spacing: -2pt;

position: absolute;

left: 62px;

top: 4px;

width: 22px;

height: 22px;

color:    #fff;
    text-align: center;
    font-weight: 400;
    padding-right: 4px;

}
.woocommerce-checkout .product-item-thumbnail img {
    border-radius: 8px;
    border: 1px rgba(0,0,0,0.1) solid;
}
.woocommerce-checkout .product-total,
.woocommerce-checkout .shop_table .cart-subtotal td,
.woocommerce-checkout .woocommerce table.shop_table .woocommerce-shipping-totals td{
    text-align: right;
}
.woocommerce-checkout .shop_table .cart-subtotal th, .woocommerce-checkout .shop_table .woocommerce-shipping-totals th {
    font-weight: 400 !important;

}
.woocommerce-checkout .woocommerce table.shop_table th {
    padding-left: 0 !important;
}
.woocommerce-checkout .shop_table .cart-subtotal th,
.woocommerce-checkout .shop_table .cart-subtotal td{
    padding-bottom:0 !important;
    padding-top: 20px;
}
 .woocommerce-checkout .shop_table .woocommerce-shipping-totals th,
.woocommerce-checkout .shop_table .woocommerce-shipping-totals td{
    padding-top:0 !important;
}

.woocommerce-checkout .woocommerce table.shop_table .woocommerce-shipping-totals th,
.woocommerce-checkout .woocommerce table.shop_table .woocommerce-shipping-totals td {

    border-top: 0;

}
.woocommerce-checkout table.shop_table .woocommerce-shipping-totals td,
.woocommerce-checkout .shop_table .cart-subtotal td{

    padding-left: 0;
    padding-right: 0;

}
.woocommerce-checkout .cart-subtotal, .woocommerce-checkout .woocommerce-shipping-totals {
    font-size: 14px;
}
.woocommerce-checkout .product-name {
    padding-left: 0 !important;
    min-width: 70%;
}
.woocommerce-checkout .shop_table .product-total,
.woocommerce-checkout .shop_table .order-total td{
    padding-right: 0;
}
.woocommerce-checkout .shop_table .order-total .woocommerce-Price-amount.amount {
    font-size: 22px;
    font-weight: 500;
}
.woocommerce-checkout .shop_table .order-total .includes_tax {
       float: right;
}
.woocommerce-checkout .shop_table .order-total .includes_tax .woocommerce-Price-amount.amount {
 
    font-weight: 400;
font-size: 0.9rem;
}
.woocommerce-checkout .order-total td {

    text-align: right;

}
.woocommerce-checkout .page-default-template {

    padding-bottom: 0;

}
.woocommerce-checkout .entry-footer {

    display: none;

}
.woocommerce-checkout #payment div.form-row {

    padding: 1em 0;
}
.woocommerce-checkout .woocommerce table.shop_table .woocommerce-shipping-totals td label,
.woocommerce-checkout table.shop_table tbody th, .woocommerce-checkout table.shop_table tfoot td, .woocommerce-checkout table.shop_table tfoot th {

    
    font-weight: 500;

}
.woocommerce-checkout .cart_item {
    position: relative;
}
.woocommerce-order-received .entry-content .woocommerce {
    max-width: 1180px;
    margin: 0 auto;
    width: 80%;
}


.processing .blockOverlay { position:fixed !important; left:0 !important; right:0 !important; top:0 !important; text-align:center; z-index:999999 !important; background-position: center 30% !important; background-repeat: no-repeat !important; opacity: 0.9 !important; background-size: 120px !important; }


.woocommerce-checkout .coupon {

    width: 40%;
    padding-left: 4%;
    background: 

#fafafa;

float: right;

border-left: 1px solid

    #e1e1e1;
    padding-right: 6%;
    padding-top: 4%;
    padding-bottom: 0;
    border-bottom: 0;

}
.woocommerce-checkout form.checkout_coupon {
    border: 0;
    padding: 0;
    margin: 0;
    border-bottom: 0 !important;
}
.woocommerce-checkout .woocommerce-message, .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {

    float: left;
    width: 60%;

}
.woocommerce-checkout .coupon .woocommerce-message {
    width:100%;
}
@media (max-width:768px) {
    .checkout.woocommerce-checkout {
    width: 100%;
    float: left;
}
    .woocommerce-checkout .coupon {
    width: 100%;
float: left;
    position: relative;
    z-index: 2;
    right: 0;
}
    .checkout-aside {
    width: 100%;
    }
    .woocommerce-checkout #customer_details {
    float: left;
    width: 100%;
    }
    .woocommerce-checkout .woocommerce-message, .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {

    float: left;
    width: 100%;

}
}

/*CHECKOUT STYLING: ENDING */


.section.post-page p,
.post-page p {
    font: 400 15px/26px "Open Sans";
    color: #3b3e42;
}
.post-page .main {
    border-bottom: 1px solid 
    #eaecef;
    padding-bottom: 20px;
    font-size: 35px;
}
.post-page .entry-header {
    display: none;
}
.post-page #commentform input[type="text"],
.post-page #commentform input[type="email"],
.post-page #commentform input[type="url"] {
    box-sizing: border-box;
width: 100%;
border: 0;
color:
#000;
max-width: 100%;
line-height: 1.2;
border-radius: 2px;
text-align: left;
background-color:
#f5f5f5;
padding: 10px 18px;
font-size: 14px;
height: auto;
}
.post-page .comment-form-comment label {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.post-page #comment {
    color: #000 !important;
padding: 10px 20px;
background:    #f5f5f5;
    border: 0;
    width: 100%;
}
.post-page #comment:focus {
    color:#333;
opacity: 0.5 !important;
}
.post-page #commentform p.form-submit {
    text-align: center;
}
.post-page #commentform .submit {
    background: #f6b65c;
background: -moz-linear-gradient(left, #f6b65c 0%, #f29631 100%);
background: -webkit-linear-gradient(left, #f6b65c 0%,#f29631 100%);
background: linear-gradient(to right, #f6b65c 0%,#f29631 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f6b65c', endColorstr='#f29631',GradientType=1 );
border: 6px solid #f5ebd1 !important;
margin: 0 auto;
    padding: 20px 64px 18px !important;
    border-radius:50px;
 font: 700 14px "Montserrat" !important;
    letter-spacing: 3px;
float: none;
    box-shadow: none;
width: auto;
text-align: center;
color:#FFF;
text-transform: uppercase;
}
.post-page #commentform .submit:hover {
    background: #eee;
    background: #accd3f;
    background: -moz-linear-gradient(left, #accd3f 0%, #8eba55 100%);
    background: -webkit-linear-gradient(left, #accd3f 0%,#8eba55 100%);
    background: linear-gradient(to right, #accd3f 0%,#8eba55 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#accd3f', endColorstr='#8eba55',GradientType=1 );
}
.post-page .comment-body .avatar, .post-page .comment .reply {
    display: none;
}
.post-page .comment-content p {
    margin: 0 0 1em;
    font: 300 16px/28px "Open Sans" !important;
    color: 
    #69727b;
}
.post-page .comment-content {
    padding: 0;
}
.post-page .comment .card-header {
    border: 0;
    background: 
    transparent;
    padding: 0;
}
.post-page .comment .card {
    border:0;
}
.post-page .comment-list .comment {

    border-top: 1px solid 

    rgba(0,0,0,0.1);
    padding-top: 20px;

}
.post-page .comment .comment-meta {

    font: 700 16px/28px "Open Sans" !important;
    color: 

    #69727b;

}
.post-page .comment .mt-0 {

    float: left;
    margin-right: 4px;
    font: 700 16px/28px "Open Sans" !important;
    color: 

    #69727b;

}
.post-page .comment .mt-0 .url {

font-style: normal;

}
.post-page .comment-form .comment-form-title { display:none;}
.post-page .comments-area .comments-title { font-size:24px;}

.category-page article.post:nth-child(3n+1) {
    margin-right: 0;
}
.category-page article.post {
    float: left;
  width: 31.33%;
    margin-right: 3%;
}
.category-page .entry-title {
    text-align: left;
    margin-top: 12px;
}
.category-page .entry-title > a:hover {
    color:rgba(0,0,0,0.7);
    text-decoration: none;
}
.category-page .entry-content a:hover p {
    opacity:0.8;
   
}

.category-page .entry-content a:hover {
 text-decoration: none;
}

@media (max-width:768px) {
    .category-page article.post {
        width:100%;
        margin-right:0;
}
    .shop-page li.product .button, .button-special {
    padding: 10px 15px 10px !important;
        letter-spacing: 1px;
    }
}

.collapse.in {
    display: block !important;
}


.woocommerce-order-pay .page-default-template .page {
    padding: 30px;
    max-width: 600px;
    margin: 0 auto;
}
.woocommerce-checkout #order_comments { display:none; }


.woocommerce-checkout .woocommerce table.shop_table .woocommerce-shipping-totals th {
   
  
}

.woocommerce-checkout .woocommerce table.shop_table .woocommerce-shipping-totals td {
    border: 1px solid rgba(0,0,0,0.2) !important;
padding-bottom:0 !important;

}
.woocommerce-checkout #shipping_method .woocommerce-Price-amount.amount {
    float: right;
}
.woocommerce-checkout #shipping_method .tax_label {
    display: none;
}
.woocommerce-checkout  ul#shipping_method li {
    margin: 0;
    line-height: 1.5em;
    list-style: none outside;
    display: inline-block;
    width: 100%;
float: left;
text-align: left;
padding: 13px 10px !important;
border-bottom: 1px solid rgba(0,0,0,0.2);
}

.woocommerce-checkout .woocommerce-shipping-methods input {
width: auto;
float: left;
margin: 4px 15px 0 4px !important;
}
.woocommerce-checkout .woocommerce table.shop_table .woocommerce-shipping-totals th {
    height: 60px;
    padding-top: 20px !important;
    display: block;
    width: 100%;
    float: left;
}


.woocommerce-checkout .woocommerce-shipping-totals td {

top: 50px;
background-color: #fff;

        width: 100%;
    display: inline-block;
}
.woocommerce-checkout .woocommerce-shipping-totals.shipping {
    position: relative;
  width: 143% !important;
    display: table;
}



@media (max-width:768px) {
    .shop-page ul.products li.product a img {
    width: 90%;
    }
    
    .shop-page .woocommerce-loop-product__title {
    padding-top: 0 !important;
    font-size: 25px !important;
    margin-top: 10px !important;
}
    .whatisitfor {
    margin-bottom: 0;
}
    .woocommerce ul.products li.product .price {
    margin-bottom: 0;
    font-size: 25px !important;
}
    .shop-page li.product .button, .button-special {
    padding: 11px 15px !important;
    font-size: 12px !important;
    border-width: 3px;
}
    .navbar-brand img {
    height: auto;
    max-width: 147px;
}
    .site-header {
    padding: 12px 0 0px !important;
    }
    .navbar-brand {
    margin: 0px 0 2px;
        padding-left: 0;
    }
    .cart-iconbtn {
        top:0;
    }
    .shop-page .page-title {
    text-align: center;
    margin: 20px auto;
    font-size: 20px;
    text-transform: uppercase;
}
    
    .shop-page li.product .button:hover , .button-special:hover {
    border-width:3px;
    }
    #wc-stripe-payment-request-button-separator { display: none !important;}
    .xmas-icon {
    top: 170px !important; 
    }
    .navbar-toggler {
    position: relative;
    border-radius: 50%;
    border: 2px solid rgba(0,0,0,0.2) !important;
    padding-bottom: 9px;
    padding-top: 9px;
}
    .navbar-toggler::after {
    content: "MENU";
    position: absolute;
    bottom: -18px;
    left: 5px;
    font: 700 10px "Montserrat";
}
    .nav-gray-icon {
        position: relative;
        
    border-radius: 50%;
    border: 2px solid rgba(0,0,0,0.2) !important;
    width: 47px;
    height: 47px;
    padding-top: 8px;
}
    .nav-svg {
    max-width: 26px !important;
}
     .nav-gray-icon-catalogue::after {
    content: "CATALOGUE";
    position: absolute;
    bottom: -18px;
    left: -11px;
         color: rgba(0,0,0,.5);
    font: 700 10px "Montserrat";
}
     .nav-gray-icon-cart::after {
    content: "PANIER";
    position: absolute;
    bottom: -18px;
    left: 1px;
         color: rgba(0,0,0,.5);
    font: 700 10px "Montserrat";
}
    .mid-bar .btn.hide-xs {
        display:none !important;
    }
    .mid-bar h2 {
    font-size: 27px;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 32px;
}
    .mid-bar {
    text-align: center;
}
    .home .slidr {
    margin-top: 0;
}
    .home #carousel-slider2 .carousel-img {
    padding-top: 30px !important;
    }
    .home .main-slider div.headline + p {
    margin-bottom: 0px;
}
    .woocommerce-checkout label[for="stripe-exp-element"] {
    padding-right: 0 !important;
}
    .woocommerce-checkout #ship-to-different-address-checkbox {
    width: 20px !important;
    margin-left: 0px !important;
    margin-right: 15px !important;
}
   }

@media (max-width:768px) and (-webkit-min-device-pixel-ratio:0) { 
  .woocommerce-checkout input[type="checkbox"], .woocommerce-checkout input[type="radio"] {
   border:1px solid rgba(0,0,0,0.5) !important;
}
} 

@media (max-width:550px) {
    .mid-bar h2 {
    font-size: 22px;
    }
    .mid-bar .left {
    color: #676767;
    font: 400 14px "Open Sans";
    }
    .shop-page .woocommerce-loop-product__title {
    padding-top: 0 !important;
    font-size: 20px !important;
    }
    .shop-page li.product .button, .button-special {
    padding: 11px 15px !important;
    font-size: 10px !important;
        width:100%;
    }
    .single-product .woocommerce-product-gallery {
    margin-top: -60px;
}
    .single-product .entry-summary {
    margin: 0;
}
    .single-product .purpose {
    text-align: center;
}
    .single-product .woocommerce-product-gallery__image img {
    max-width: 45% !important;
    }
    
}
