/* Setup */
@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css";
/*@include breakpointDown(sm) {}*/
/*@include breakpointUp(md) {}*/
/* line 15, ../sass/base/_globals.scss */
.link-style {
  color: #359442;
  font-size: 10.5px;
  letter-spacing: 1px;
  line-height: 24px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}
/* line 23, ../sass/base/_globals.scss */
.link-style:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #359442;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 33, ../sass/base/_globals.scss */
.link-style:before {
  content: "";
  width: 0;
  height: 1px;
  background: #fcc021;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 43, ../sass/base/_globals.scss */
.link-style:hover {
  color: #fcc021;
}
/* line 45, ../sass/base/_globals.scss */
.link-style:hover:before {
  width: 100%;
}
/* line 48, ../sass/base/_globals.scss */
.link-style:hover:after {
  transform: translateX(50px);
  width: 50%;
  opacity: 0;
}

/* line 67, ../sass/base/_globals.scss */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 72, ../sass/base/_globals.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 75, ../sass/base/_globals.scss */
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 82, ../sass/base/_globals.scss */
._keyfocus:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: none !important;
}

/* line 89, ../sass/base/_globals.scss */
::-moz-selection,
::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

/* line 96, ../sass/base/_globals.scss */
textarea:focus,
input:focus,
* {
  outline: none;
}

/* line 102, ../sass/base/_globals.scss */
body {
  margin: 0;
  padding: 0;
  background: #fff;
  font: normal 14px Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
  color: #292929;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
}

/* line 113, ../sass/base/_globals.scss */
a {
  color: #000;
  text-decoration: none;
  outline: none;
  font-weight: 400;
  border: none;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  ms-touch-action: manipulation;
  touch-action: manipulation;
}
/* line 123, ../sass/base/_globals.scss */
a:hover, a:focus {
  color: #333;
  outline: none;
  text-decoration: none;
}

/* Ul Li & Ol Li CSS */
/* line 133, ../sass/base/_globals.scss */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* line 140, ../sass/base/_globals.scss */
ul li,
ol li {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #292929;
  font-weight: 400;
  list-style: none;
}

/* Heading CSS */
/* line 151, ../sass/base/_globals.scss */
b,
strong {
  font-weight: 500;
}

/* line 156, ../sass/base/_globals.scss */
.fl,
.pull-left {
  float: left;
}

/* line 161, ../sass/base/_globals.scss */
.fr,
.pull-right {
  float: right;
}

/* line 166, ../sass/base/_globals.scss */
.clear {
  clear: both !important;
}

/* line 171, ../sass/base/_globals.scss */
.clearfix:before {
  content: "";
  display: table;
}
/* line 176, ../sass/base/_globals.scss */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* line 183, ../sass/base/_globals.scss */
p {
  color: #292929;
  font-size: 14px;
  margin: 0;
  line-height: 20px;
  padding-bottom: 10px;
  font-family: Arial, Helvetica, sans-serif;
}

/* line 193, ../sass/base/_globals.scss */
.bg_none {
  background: none !important;
}

/* line 197, ../sass/base/_globals.scss */
img {
  max-width: 100%;
  border: none;
  outline: none;
  vertical-align: middle;
}

/* line 204, ../sass/base/_globals.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: normal;
  color: #333;
  margin-bottom: 15px;
  margin: 0;
}

/* Paragraph CSS */
/* line 220, ../sass/base/_globals.scss */
.column.main p {
  margin: 0 0 1.5em;
}

/* line 226, ../sass/base/_globals.scss */
hr {
  border: none;
  margin: 20px 0;
  background: #359442;
  height: 1px;
}

/* line 233, ../sass/base/_globals.scss */
blockquote:after,
li:after {
  content: "";
  display: block;
  clear: both;
}

/* line 240, ../sass/base/_globals.scss */
blockquote {
  border-left: 4px solid #359442;
  font-size: 15px;
  margin: 0 0 20px;
  padding: 10px 20px;
}

/*table structure*/
/* line 248, ../sass/base/_globals.scss */
table,
.entry-content table {
  border-right: 1px solid #359442;
  border-top: 1px solid #359442;
}

/* line 255, ../sass/base/_globals.scss */
table th,
table td {
  background: #fff;
  border-left: 1px solid #359442;
  border-bottom: 1px solid #359442;
  text-align: left;
  font-size: 15px;
  color: #359442;
  padding: 10px 20px;
}

/* line 269, ../sass/base/_globals.scss */
.entry-content th,
.entry-content table th,
.entry-content td,
.entry-content table td {
  background: #fff;
  border-left: 1px solid #359442;
  border-bottom: 1px solid #359442;
  text-align: left;
  font-size: 15px;
  color: #359442;
  padding: 10px 20px;
}

/* line 284, ../sass/base/_globals.scss */
table th {
  color: #359442;
  font-weight: 700;
}

/* line 289, ../sass/base/_globals.scss */
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 13px;
  height: 26px;
  padding: 0 8px;
  font-style: normal;
}

/* line 321, ../sass/base/_globals.scss */
input[type="button"], input[type="submit"] {
  cursor: pointer;
  width: auto;
  height: auto;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}
/* line 331, ../sass/base/_globals.scss */
input[type="checkbox"], input[type="radio"] {
  border: none;
  width: auto;
  height: auto;
}

/* line 340, ../sass/base/_globals.scss */
textarea {
  height: 100px;
  padding: 10px;
}

/*placeholder css*/
/* line 347, ../sass/base/_globals.scss */
input::-webkit-input-placeholder, input::-moz-placeholder, input:-ms-input-placeholder, input:-moz-placeholder {
  opacity: 1 !important;
}

/* line 357, ../sass/base/_globals.scss */
.container:after {
  clear: both;
  content: "";
  display: block;
}

/* line 365, ../sass/base/_globals.scss */
header:after,
section:after,
footer:after,
nav:after,
.title:after,
.pagetitle:after {
  clear: both;
  content: "";
  display: block;
}

/* line 376, ../sass/base/_globals.scss */
.set_bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* line 382, ../sass/base/_globals.scss */
.section_pd {
  padding: 100px 0;
  width: 100%;
  float: left;
}

/*---------------Commen CSS END here---------------*/
/* line 389, ../sass/base/_globals.scss */
.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block;
}

/* line 397, ../sass/base/_globals.scss */
.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 404, ../sass/base/_globals.scss */
.slick-slider {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 414, ../sass/base/_globals.scss */
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
/* line 419, ../sass/base/_globals.scss */
.slick-list:focus {
  outline: 0;
}
/* line 423, ../sass/base/_globals.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 431, ../sass/base/_globals.scss */
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 438, ../sass/base/_globals.scss */
.slick-track {
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}
/* line 444, ../sass/base/_globals.scss */
.slick-track:after, .slick-track:before {
  display: table;
  content: '';
}
/* line 450, ../sass/base/_globals.scss */
.slick-track:after {
  clear: both;
}

/* line 456, ../sass/base/_globals.scss */
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

/* line 463, ../sass/base/_globals.scss */
[dir=rtl] .slick-slide {
  float: right;
}

/* line 468, ../sass/base/_globals.scss */
.slick-slide img {
  display: block;
}
/* line 472, ../sass/base/_globals.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 476, ../sass/base/_globals.scss */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 482, ../sass/base/_globals.scss */
.slick-initialized .slick-slide {
  display: block;
}

/* line 486, ../sass/base/_globals.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 492, ../sass/base/_globals.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* line 496, ../sass/base/_globals.scss */
.slick-dots {
  position: absolute;
  left: 0;
  bottom: 15px;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: 2;
  text-align: center;
}
/* line 506, ../sass/base/_globals.scss */
.slick-dots li {
  display: inline-block;
  margin: 0 3px;
}
/* line 510, ../sass/base/_globals.scss */
.slick-dots li button {
  background: url(../images/bitcoin_bullet.png) no-repeat center;
  border: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 25px;
  overflow: hidden;
  width: 26px;
  padding: 0 !important;
}
/* line 522, ../sass/base/_globals.scss */
.slick-dots li.slick-active button {
  background: url(../images/bitcoin_bullet_active.png) no-repeat center;
}

/* line 530, ../sass/base/_globals.scss */
.slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 27px;
  z-index: 2;
  overflow: hidden;
  font-size: 0;
  cursor: pointer;
  border: none;
  background: url(../images/arrows.png) no-repeat center center;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
}

/* line 549, ../sass/base/_globals.scss */
.slick-arrow:hover, .slick-arrow:focus, .slick-arrow:active {
  background-color: transparent !important;
  border: none !important;
  background-image: url(../images/arrows.png) !important;
}

/* line 559, ../sass/base/_globals.scss */
.slick-prev {
  left: 10%;
  background-position: 0 0 !important;
}
/* line 563, ../sass/base/_globals.scss */
.slick-prev:hover {
  background-position: 0 -27px !important;
}

/* line 569, ../sass/base/_globals.scss */
.slick-next {
  right: 10%;
  background-position: -17px -1px !important;
}
/* line 573, ../sass/base/_globals.scss */
.slick-next:hover {
  background-position: -16px -27px !important;
}

/* line 616, ../sass/base/_globals.scss */
.margin60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  /* line 616, ../sass/base/_globals.scss */
  .margin60 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

/* line 619, ../sass/base/_globals.scss */
.margin-left100 {
  margin-left: 100px;
}
@media (max-width: 1023px) {
  /* line 619, ../sass/base/_globals.scss */
  .margin-left100 {
    margin-left: 50px;
  }
}

/* line 625, ../sass/base/_globals.scss */
.padding-left30 {
  padding-left: 30px;
}

@-webkit-keyframes circle {
  from {
    -webkit-transform: rotateZ(0deg);
  }
  to {
    -webkit-transform: rotateZ(360deg);
  }
}
/* line 637, ../sass/base/_globals.scss */
.page-loader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999999;
  background-color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
/* line 648, ../sass/base/_globals.scss */
.page-loader img {
  max-width: 50px;
  -webkit-animation: circle 3s infinite linear;
  -moz-animation: circle 3s infinite linear;
  -ms-animation: circle 3s infinite linear;
  -o-animation: circle 3s infinite linear;
  animation: circle 3s infinite linear;
}

/* HTML5 display-role reset for older browsers */
/* line 654, ../sass/base/_globals.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 658, ../sass/base/_globals.scss */
ol, ul {
  list-style: none;
}

/* line 661, ../sass/base/_globals.scss */
blockquote, q {
  quotes: none;
}

/* line 664, ../sass/base/_globals.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 669, ../sass/base/_globals.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media (max-width: 767px) {
  /* line 673, ../sass/base/_globals.scss */
  .hidden-mobile {
    display: none !important;
  }
}

@media (min-width: 768px) {
  /* line 678, ../sass/base/_globals.scss */
  .hidden-desktop {
    display: none !important;
  }
}

/* line 693, ../sass/base/_globals.scss */
.default-btn {
  background: #fdae37;
  background: -moz-linear-gradient(top, #fdae37 0%, #fedd02 100%);
  background: -webkit-linear-gradient(top, #fdae37 0%, #fedd02 100%);
  background: linear-gradient(to bottom, #fdae37 0%, #fedd02 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdae37', endColorstr='#fedd02',GradientType=0 );
  border: 1px #eeb03f solid;
  box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2);
  color: #35312e;
  font-family: Arial, Helvetica, sans-serif;
  padding: 20px;
  font-size: 16px;
  display: inline-block;
  min-width: 200px;
  text-align: center;
}
@media (max-width: 767px) {
  /* line 693, ../sass/base/_globals.scss */
  .default-btn {
    padding: 3px 10px;
    min-width: 160px;
  }
}

/* line 708, ../sass/base/_globals.scss */
.message.success a {
  color: #000;
  font-weight: bold;
  display: inline-block;
  text-transform: capitalize;
}

/* line 719, ../sass/base/_globals.scss */
.products-upsell .owl-middle-narrow.owl-theme .owl-controls .owl-nav [class*=owl-] {
  opacity: 1;
}

/* Slider */
/* line 3, ../sass/components/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 17, ../sass/components/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 24, ../sass/components/_slick.scss */
.slick-list:focus {
  outline: none;
}
/* line 28, ../sass/components/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 33, ../sass/components/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 42, ../sass/components/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 50, ../sass/components/_slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 56, ../sass/components/_slick.scss */
.slick-track:after {
  clear: both;
}
/* line 60, ../sass/components/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 64, ../sass/components/_slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/* line 68, ../sass/components/_slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 71, ../sass/components/_slick.scss */
.slick-slide img {
  display: block;
}
/* line 74, ../sass/components/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 80, ../sass/components/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 84, ../sass/components/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 88, ../sass/components/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 92, ../sass/components/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 98, ../sass/components/_slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* Layout */
@media (min-width: 768px) {
  /* line 4, ../sass/layout/_header.scss */
  .page-wrapper .page-header .header .block-search {
    margin-left: 35px;
  }
}
/* line 8, ../sass/layout/_header.scss */
.page-wrapper .page-header .header .block-search input#search {
  border: 1px #c8c8c8 solid;
  height: 52px;
  box-shadow: inset 0 0 16px rgba(0, 0, 0, 0.1);
  background: #f9f9f9;
  color: #6f6f6f;
  font-size: 17px;
}
/* line 18, ../sass/layout/_header.scss */
.page-wrapper .page-header .header .block-search .actions button.search:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 30px;
  width: 1px;
  background: #d1d1d1;
}
/* line 33, ../sass/layout/_header.scss */
.page-wrapper .page-header .header .feefo-image {
  right: 253px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
/* line 38, ../sass/layout/_header.scss */
.page-wrapper .page-header .header .feefo-image img {
  max-width: 93px;
}
/* line 41, ../sass/layout/_header.scss */
.page-wrapper .page-header .header .feefo-image .feefowidget-standard.feefowidget-carousel-container-single-review {
  padding: 0;
  min-width: inherit;
  background: transparent;
}
/* line 45, ../sass/layout/_header.scss */
.page-wrapper .page-header .header .feefo-image .feefowidget-standard.feefowidget-carousel-container-single-review .feefowidget-carousel-summary.feefowidget-carousel-summary-single-review {
  padding: 0;
  width: 120px;
}
/* line 48, ../sass/layout/_header.scss */
.page-wrapper .page-header .header .feefo-image .feefowidget-standard.feefowidget-carousel-container-single-review .feefowidget-carousel-summary.feefowidget-carousel-summary-single-review .feefowidget-rating-label {
  font-size: 20px;
  line-height: 20px;
}
/* line 52, ../sass/layout/_header.scss */
.page-wrapper .page-header .header .feefo-image .feefowidget-standard.feefowidget-carousel-container-single-review .feefowidget-carousel-summary.feefowidget-carousel-summary-single-review .feefowidget-review-summary-text {
  display: none;
}
/* line 55, ../sass/layout/_header.scss */
.page-wrapper .page-header .header .feefo-image .feefowidget-standard.feefowidget-carousel-container-single-review .feefowidget-carousel-summary.feefowidget-carousel-summary-single-review .feefowidget-read-all-reviews {
  display: none;
}
/* line 58, ../sass/layout/_header.scss */
.page-wrapper .page-header .header .feefo-image .feefowidget-standard.feefowidget-carousel-container-single-review .feefowidget-carousel-summary.feefowidget-carousel-summary-single-review .feefowidget-feefo-logo {
  padding-top: 0;
}
/* line 60, ../sass/layout/_header.scss */
.page-wrapper .page-header .header .feefo-image .feefowidget-standard.feefowidget-carousel-container-single-review .feefowidget-carousel-summary.feefowidget-carousel-summary-single-review .feefowidget-feefo-logo img {
  vertical-align: top;
}
/* line 69, ../sass/layout/_header.scss */
.page-wrapper .page-header .header .miniquote-wrapper {
  position: absolute;
  top: 50%;
  right: 0;
  width: 100px;
  text-align: center;
  transform: translateY(-50%);
  margin: 0;
  z-index: 9;
}
@media (max-width: 991px) {
  /* line 69, ../sass/layout/_header.scss */
  .page-wrapper .page-header .header .miniquote-wrapper {
    width: 50px;
  }
}
@media (max-width: 767px) {
  /* line 69, ../sass/layout/_header.scss */
  .page-wrapper .page-header .header .miniquote-wrapper {
    width: 53px;
  }
}
/* line 84, ../sass/layout/_header.scss */
.page-wrapper .page-header .header .miniquote-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  height: 79px;
  width: 1px;
  background: #ccc;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  /* line 84, ../sass/layout/_header.scss */
  .page-wrapper .page-header .header .miniquote-wrapper:before {
    height: 60px;
  }
}
@media (max-width: 767px) {
  /* line 84, ../sass/layout/_header.scss */
  .page-wrapper .page-header .header .miniquote-wrapper:before {
    height: 40px;
  }
}
/* line 101, ../sass/layout/_header.scss */
.page-wrapper .page-header .header .miniquote-wrapper .showquote:before {
  content: "" !important;
  background: url(../images/my-quote-icon2.png) no-repeat;
  width: 29px;
  height: 36px;
  display: inline-block;
  background-size: contain;
  margin: -4px 0 0;
}
@media (max-width: 991px) {
  /* line 101, ../sass/layout/_header.scss */
  .page-wrapper .page-header .header .miniquote-wrapper .showquote:before {
    margin: 5px 0 0;
  }
}
@media (max-width: 767px) {
  /* line 101, ../sass/layout/_header.scss */
  .page-wrapper .page-header .header .miniquote-wrapper .showquote:before {
    margin: 0;
    height: 30px;
  }
}
/* line 117, ../sass/layout/_header.scss */
.page-wrapper .page-header .header .miniquote-wrapper .showquote .text {
  height: auto;
  display: block;
  position: static;
  width: 100%;
  line-height: 20px;
  text-align: center;
  font-weight: bold;
  color: #327d3c;
  font-size: 16px;
  margin: 3px 0 0;
}
@media (max-width: 991px) {
  /* line 117, ../sass/layout/_header.scss */
  .page-wrapper .page-header .header .miniquote-wrapper .showquote .text {
    display: none;
  }
}
/* line 132, ../sass/layout/_header.scss */
.page-wrapper .page-header .header .miniquote-wrapper .showquote .counter.qty {
  position: absolute;
  right: 0;
  top: -1px;
  width: 20px;
  height: 20px;
  line-height: 19px;
  padding: 0;
  left: 30px;
  margin: auto;
  border-radius: 50%;
  text-align: center;
  font-size: 11px;
  background-color: #f84444;
}
@media (max-width: 991px) {
  /* line 132, ../sass/layout/_header.scss */
  .page-wrapper .page-header .header .miniquote-wrapper .showquote .counter.qty {
    top: 4px;
  }
}
@media (max-width: 767px) {
  /* line 132, ../sass/layout/_header.scss */
  .page-wrapper .page-header .header .miniquote-wrapper .showquote .counter.qty {
    top: 0px;
    left: 20px;
  }
}
/* line 153, ../sass/layout/_header.scss */
.page-wrapper .page-header .header .miniquote-wrapper .showquote .counter.qty .counter-label {
  display: none;
}

@media (min-width: 768px) {
  /* line 163, ../sass/layout/_header.scss */
  .header.links .greet.welcome, .header.links .customer-welcome {
    display: none !important;
  }
}
/* line 168, ../sass/layout/_header.scss */
.header.links .miniquote-wrapper {
  display: inline-block;
  float: initial;
  color: #fff;
  margin: 0 0 0 10px;
  padding: 0;
}
@media (max-width: 767px) {
  /* line 168, ../sass/layout/_header.scss */
  .header.links .miniquote-wrapper {
    color: #666;
    padding: 10px 20px;
    margin: 0;
    width: 100%;
  }
}
/* line 180, ../sass/layout/_header.scss */
.header.links .miniquote-wrapper .action.showquote {
  padding: 0;
  margin: 0;
  font-size: 13px;
  line-height: 20px;
  font-weight: bold;
  height: 20px;
}
/* line 187, ../sass/layout/_header.scss */
.header.links .miniquote-wrapper .action.showquote:before {
  display: none;
}
/* line 190, ../sass/layout/_header.scss */
.header.links .miniquote-wrapper .action.showquote .text {
  width: auto;
  height: auto;
  position: static;
  font-size: 13px;
  color: #fff;
  clip: inherit;
  margin: 0;
  display: inline-block;
}
@media (max-width: 767px) {
  /* line 190, ../sass/layout/_header.scss */
  .header.links .miniquote-wrapper .action.showquote .text {
    color: #666;
  }
}
/* line 204, ../sass/layout/_header.scss */
.header.links .miniquote-wrapper .counter.qty {
  padding: 0;
  margin: 0;
  background: transparent;
  line-height: 20px;
  height: auto;
  width: auto;
  min-width: auto;
}
@media (max-width: 767px) {
  /* line 204, ../sass/layout/_header.scss */
  .header.links .miniquote-wrapper .counter.qty {
    color: #666;
  }
}

/* line 221, ../sass/layout/_header.scss */
.catalog-category-view .product-items .product-item-info .feefo-product-stars-widget {
  min-height: 21px;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 234, ../sass/layout/_header.scss */
  body .page-header .nav-sections .section-item-content .navigation ul .level0 > .level-top {
    font-size: 11px;
    padding: 5px 3px;
  }
}

/* line 250, ../sass/layout/_header.scss */
.header.links li.switcher-selectbox-li, .header.links li.switcher-label-li {
  display: none !important;
}
/* line 255, ../sass/layout/_header.scss */
.header.links li.help-header a:after {
  content: normal !important;
}

/* line 264, ../sass/layout/_header.scss */
.tax-switcher-toggle-li {
  float: right;
}
@media (max-width: 767px) {
  /* line 264, ../sass/layout/_header.scss */
  .tax-switcher-toggle-li {
    width: 100%;
    padding: 6px 20px;
  }
}
/* line 270, ../sass/layout/_header.scss */
.tax-switcher-toggle-li .tax-switcher-wrap {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}
@media (max-width: 767px) {
  /* line 270, ../sass/layout/_header.scss */
  .tax-switcher-toggle-li .tax-switcher-wrap {
    color: #777;
    font-weight: normal;
  }
}
/* line 278, ../sass/layout/_header.scss */
.tax-switcher-toggle-li .tax-switcher-wrap div {
  display: inline-block;
  vertical-align: middle;
}
/* line 281, ../sass/layout/_header.scss */
.tax-switcher-toggle-li .tax-switcher-wrap div.toggle-switch-btn {
  margin: 0px 5px;
}
/* line 285, ../sass/layout/_header.scss */
.tax-switcher-toggle-li .tax-switcher-wrap .switch {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 26px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
/* line 294, ../sass/layout/_header.scss */
.tax-switcher-toggle-li .tax-switcher-wrap .switch input {
  opacity: 0;
  height: 0;
  width: 0;
}
/* line 300, ../sass/layout/_header.scss */
.tax-switcher-toggle-li .tax-switcher-wrap .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2c9334;
  border: #39b042 2px solid;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 15px;
}
/* line 312, ../sass/layout/_header.scss */
.tax-switcher-toggle-li .tax-switcher-wrap .switch .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 34px;
  -webkit-transform: translateX(11px);
  -ms-transform: translateX(11px);
  transform: translateX(18px);
}
/* line 328, ../sass/layout/_header.scss */
.tax-switcher-toggle-li .tax-switcher-wrap .switch input:disabled + .slider {
  background-color: #dadada;
  border: #e8e7e7 2px solid;
  cursor: not-allowed;
}
/* line 334, ../sass/layout/_header.scss */
.tax-switcher-toggle-li .tax-switcher-wrap .switch input:checked + .slider:before {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

/* line 2, ../sass/layout/_footer.scss */
footer .footer-top {
  display: none;
}
/* line 7, ../sass/layout/_footer.scss */
footer .block-bottom .working ~ .custom-block {
  float: none !important;
  margin: 0 0 0 30px;
  display: inline-block;
}

/* line 15, ../sass/layout/_footer.scss */
.footer-middle {
  position: relative;
}
/* line 17, ../sass/layout/_footer.scss */
.footer-middle .security-metrics-logo {
  width: auto;
  position: absolute;
  right: 60px;
  bottom: 60px;
}
@media (max-width: 1199px) {
  /* line 17, ../sass/layout/_footer.scss */
  .footer-middle .security-metrics-logo {
    position: static;
    width: 100%;
    text-align: center;
  }
}
/* line 28, ../sass/layout/_footer.scss */
.footer-middle .social-icons {
  float: none !important;
  display: block;
  margin: 50px 0 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 28, ../sass/layout/_footer.scss */
  .footer-middle .social-icons {
    margin: 20px 0 30px;
    float: left !important;
  }
}
/* line 36, ../sass/layout/_footer.scss */
.footer-middle .social-icons a {
  background-image: none;
  background-color: #33332f;
  text-indent: 0;
  color: #fff;
  border-radius: 0;
  font-size: 18.6px;
  width: 48px;
  height: 48px;
  text-align: center;
  margin-left: 0;
  margin-right: 4px;
  line-height: 46px;
  display: inline-block;
}
/* line 50, ../sass/layout/_footer.scss */
.footer-middle .social-icons a i {
  color: #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 56, ../sass/layout/_footer.scss */
  .footer-middle ul.links li {
    width: 50%;
    float: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 64, ../sass/layout/_footer.scss */
  .footer-middle .block-right .col-lg-7 {
    margin: 30px 0 0;
  }
}
@media (max-width: 767px) {
  /* line 69, ../sass/layout/_footer.scss */
  .footer-middle .block-right .col-lg-5 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  /* line 76, ../sass/layout/_footer.scss */
  .footer-middle .row > .col-lg-3 {
    margin-bottom: 20px;
  }
}

/* Pages */
/* line 3, ../sass/pages/_homepage.scss */
.home-banner-slider .owl-item .txtslider {
  text-align: center !important;
}
/* line 5, ../sass/pages/_homepage.scss */
.home-banner-slider .owl-item .txtslider h2 {
  font-size: 70px !important;
  margin: 0px 0px 10px 0px !important;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif !important;
  line-height: normal !important;
  width: 100%;
}
@media (max-width: 1199px) {
  /* line 5, ../sass/pages/_homepage.scss */
  .home-banner-slider .owl-item .txtslider h2 {
    font-size: 48px !important;
  }
}
@media (max-width: 1023px) {
  /* line 5, ../sass/pages/_homepage.scss */
  .home-banner-slider .owl-item .txtslider h2 {
    font-size: 30px !important;
  }
}
@media (max-width: 767px) {
  /* line 5, ../sass/pages/_homepage.scss */
  .home-banner-slider .owl-item .txtslider h2 {
    font-size: 20px !important;
  }
}

/* line 28, ../sass/pages/_homepage.scss */
#feefo-service-review-carousel-widgetId {
  margin: 0 0 40px;
  border: 1px #ccc solid;
  box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.2);
  background: #fff;
}
/* line 34, ../sass/pages/_homepage.scss */
#feefo-service-review-carousel-widgetId feefowidget-container-carousel .feefowidget-carousel-container-average-customer-rating {
  width: 100%;
}
/* line 36, ../sass/pages/_homepage.scss */
#feefo-service-review-carousel-widgetId feefowidget-container-carousel .feefowidget-carousel-container-average-customer-rating .feefowidget-carousel-snapshot-body {
  padding: 0 40px;
  position: relative;
  width: 100%;
  float: left;
  box-sizing: border-box !important;
}
/* line 42, ../sass/pages/_homepage.scss */
#feefo-service-review-carousel-widgetId feefowidget-container-carousel .feefowidget-carousel-container-average-customer-rating .feefowidget-carousel-snapshot-body .feefowidget-sliders {
  width: 100%;
}
/* line 45, ../sass/pages/_homepage.scss */
#feefo-service-review-carousel-widgetId feefowidget-container-carousel .feefowidget-carousel-container-average-customer-rating .feefowidget-carousel-snapshot-body .feefowidget-left-button, #feefo-service-review-carousel-widgetId feefowidget-container-carousel .feefowidget-carousel-container-average-customer-rating .feefowidget-carousel-snapshot-body .feefowidget-right-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
/* line 51, ../sass/pages/_homepage.scss */
#feefo-service-review-carousel-widgetId feefowidget-container-carousel .feefowidget-carousel-container-average-customer-rating .feefowidget-carousel-snapshot-body .feefowidget-right-button {
  left: inherit;
  right: 0;
}

/* line 63, ../sass/pages/_homepage.scss */
.home-category .row.match-height li img, .home-category .subcategories .row.match-height li img, .subcat-right .row.match-height li img, .subcat-right .subcategories .row.match-height li img {
  height: 210px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  /* line 63, ../sass/pages/_homepage.scss */
  .home-category .row.match-height li img, .home-category .subcategories .row.match-height li img, .subcat-right .row.match-height li img, .subcat-right .subcategories .row.match-height li img {
    height: 170px;
  }
}
@media (max-width: 991px) {
  /* line 63, ../sass/pages/_homepage.scss */
  .home-category .row.match-height li img, .home-category .subcategories .row.match-height li img, .subcat-right .row.match-height li img, .subcat-right .subcategories .row.match-height li img {
    height: 140px;
  }
}
@media (max-width: 767px) {
  /* line 63, ../sass/pages/_homepage.scss */
  .home-category .row.match-height li img, .home-category .subcategories .row.match-height li img, .subcat-right .row.match-height li img, .subcat-right .subcategories .row.match-height li img {
    height: 150px;
  }
}

/* line 84, ../sass/pages/_homepage.scss */
.homepage-bar .text-area h3 {
  text-transform: uppercase;
}

/* line 92, ../sass/pages/_homepage.scss */
.title-style h1 strong {
  display: block;
}

/* line 99, ../sass/pages/_homepage.scss */
.offer-block-style .dealheading {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  padding: 10px;
  background: #fcc021;
}

/* line 111, ../sass/pages/_homepage.scss */
.page-wrapper .homepage-bar .col-lg-4 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-align: left;
}
/* line 112, ../sass/pages/_homepage.scss */
.page-wrapper .homepage-bar .col-lg-4 .router-icn {
  width: 24px;
  height: 24px;
  margin-right: 5px;
  background-color: green;
  mask: url(../images/route-icon.svg) no-repeat;
  -webkit-mask: url(../images/route-icon.svg) no-repeat;
}

/* line 1, ../sass/pages/_product.scss */
#calc_result {
  float: right;
  font-size: 16px;
  font-weight: bold;
  line-height: 17px;
}
/* line 6, ../sass/pages/_product.scss */
#calc_result span {
  display: block;
  font-size: 12px;
  font-weight: bold;
}
/* line 11, ../sass/pages/_product.scss */
#calc_result b {
  font-size: 15px;
  font-weight: bold;
}

/* line 20, ../sass/pages/_product.scss */
.product-info-main .box-tocart .fieldset > .actions button {
  width: 100%;
  margin: 0 0 10px;
  height: 40px;
  padding: 0 10px;
}
/* line 25, ../sass/pages/_product.scss */
.product-info-main .box-tocart .fieldset > .actions button.product-addtoquote-button {
  background: #fdae37;
  background: -moz-linear-gradient(top, #fdae37 0%, #fedd02 100%);
  background: -webkit-linear-gradient(top, #fdae37 0%, #fedd02 100%);
  background: linear-gradient(to bottom, #fdae37 0%, #fedd02 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdae37', endColorstr='#fedd02',GradientType=0 );
  border: 1px #eeb03f solid;
  box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2);
  color: #35312e;
  font-size: 14px;
}

/* line 35, ../sass/pages/_product.scss */
.product-quantitycalc h4, .product-quantitycalc b {
  color: #fff;
  text-transform: capitalize;
  display: inline-block;
  font-weight: 600;
}

/* line 43, ../sass/pages/_product.scss */
.catalog-product-view .product-info-main {
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
/* line 45, ../sass/pages/_product.scss */
.catalog-product-view .product-info-main .addtocart-right {
  margin-left: auto;
  max-width: 270px;
}
@media (max-width: 1199px) {
  /* line 45, ../sass/pages/_product.scss */
  .catalog-product-view .product-info-main .addtocart-right {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}
/* line 53, ../sass/pages/_product.scss */
.catalog-product-view .product-info-main .addtocart-right .product-specs {
  background: #f5f5f5;
}
/* line 55, ../sass/pages/_product.scss */
.catalog-product-view .product-info-main .addtocart-right .product-specs br {
  display: none;
}
/* line 58, ../sass/pages/_product.scss */
.catalog-product-view .product-info-main .addtocart-right .product-specs input[type="text"] {
  margin-bottom: 8px;
}
/* line 63, ../sass/pages/_product.scss */
.catalog-product-view .product-info-main .productinfo-left {
  width: calc(100% - 321px);
}
@media (max-width: 1199px) {
  /* line 63, ../sass/pages/_product.scss */
  .catalog-product-view .product-info-main .productinfo-left {
    width: 100%;
  }
}
/* line 69, ../sass/pages/_product.scss */
.catalog-product-view .product-info-main .addtocart-botton {
  margin: 30px 0 0;
  width: 100%;
}
/* line 73, ../sass/pages/_product.scss */
.catalog-product-view .product-info-main .addtocart-botton .table .col.item {
  width: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 10px 0;
}
/* line 78, ../sass/pages/_product.scss */
.catalog-product-view .product-info-main .addtocart-botton .table .pro-img {
  max-width: 100px;
  min-width: 100px;
  margin-right: 20px;
}
/* line 82, ../sass/pages/_product.scss */
.catalog-product-view .product-info-main .addtocart-botton .table .pro-img img {
  border: 1px #ccc solid;
}
/* line 86, ../sass/pages/_product.scss */
.catalog-product-view .product-info-main .addtocart-botton .table .col.qty {
  padding: 10px 0;
}
@media (max-width: 767px) {
  /* line 86, ../sass/pages/_product.scss */
  .catalog-product-view .product-info-main .addtocart-botton .table .col.qty {
    min-width: 100%;
    padding-left: 122px !important;
  }
}
/* line 92, ../sass/pages/_product.scss */
.catalog-product-view .product-info-main .addtocart-botton .table .col.qty .control.qty {
  margin: auto;
  display: block;
}
@media (max-width: 767px) {
  /* line 92, ../sass/pages/_product.scss */
  .catalog-product-view .product-info-main .addtocart-botton .table .col.qty .control.qty {
    margin: 0;
  }
}
/* line 99, ../sass/pages/_product.scss */
.catalog-product-view .product-info-main .addtocart-botton .table .col.qty .qty-changer {
  height: 0;
  margin: 0;
}
/* line 102, ../sass/pages/_product.scss */
.catalog-product-view .product-info-main .addtocart-botton .table .col.qty .qty-changer a:hover {
  color: #359442;
}
/* line 106, ../sass/pages/_product.scss */
.catalog-product-view .product-info-main .addtocart-botton .table .col.qty .box-tocart {
  margin: 0;
}
/* line 108, ../sass/pages/_product.scss */
.catalog-product-view .product-info-main .addtocart-botton .table .col.qty .box-tocart .actions {
  margin: 10px 0 0;
  padding: 0;
  border: none;
}
/* line 113, ../sass/pages/_product.scss */
.catalog-product-view .product-info-main .addtocart-botton .table .col.qty .box-tocart .actions button.toquote {
  height: 43px;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 400;
  width: auto;
  margin-right: 8px;
  margin-left: -3px;
  min-width: 135px;
  padding: 0 14px;
  margin-bottom: 0;
  vertical-align: top;
  line-height: 1;
}
@media (max-width: 767px) {
  /* line 132, ../sass/pages/_product.scss */
  .catalog-product-view .product-info-main .addtocart-botton .box-tocart {
    margin-top: 20px;
  }
}
/* line 138, ../sass/pages/_product.scss */
.catalog-product-view .product-info-main .addtocart-botton .box-tocart .fieldset > .actions button {
  max-width: 340px;
  width: 100%;
  float: right;
  height: 43px;
}
@media (max-width: 1023px) {
  /* line 138, ../sass/pages/_product.scss */
  .catalog-product-view .product-info-main .addtocart-botton .box-tocart .fieldset > .actions button {
    max-width: 100%;
  }
}

/* line 157, ../sass/pages/_product.scss */
.page-product-grouped .custom-content .product-info-main .addtocart-botton .product-add-form {
  display: none;
}

/* line 168, ../sass/pages/_product.scss */
body.catalog-product-view #maincontent {
  padding-bottom: 0;
}
/* line 170, ../sass/pages/_product.scss */
body.catalog-product-view #maincontent .column.main {
  padding-bottom: 0;
}
/* line 172, ../sass/pages/_product.scss */
body.catalog-product-view #maincontent .column.main .product.info.detailed {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: #fff;
  border-top: 1px #ccc solid;
  margin-bottom: 0;
}
/* line 178, ../sass/pages/_product.scss */
body.catalog-product-view #maincontent .column.main .product.info.detailed .product.data.items {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}
/* line 182, ../sass/pages/_product.scss */
body.catalog-product-view #maincontent .column.main .product.info.detailed .product.data.items > .item.content {
  border: none;
  box-shadow: none;
  padding: 20px 0;
  width: 100%;
  display: block !important;
  margin: 0;
  float: none;
  border-bottom: 1px #ccc solid;
}
/* line 191, ../sass/pages/_product.scss */
body.catalog-product-view #maincontent .column.main .product.info.detailed .product.data.items > .item.content:last-child {
  border-bottom: none;
}
/* line 194, ../sass/pages/_product.scss */
body.catalog-product-view #maincontent .column.main .product.info.detailed .product.data.items > .item.content p {
  color: #474747;
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 24px !important;
}
/* line 198, ../sass/pages/_product.scss */
body.catalog-product-view #maincontent .column.main .product.info.detailed .product.data.items > .item.content p span {
  color: #474747;
  font-size: 14px;
  line-height: 24px;
}
/* line 204, ../sass/pages/_product.scss */
body.catalog-product-view #maincontent .column.main .product.info.detailed .product.data.items > .item.content .feefowidget-global-container {
  padding: 10px 0 !important;
}
/* line 208, ../sass/pages/_product.scss */
body.catalog-product-view #maincontent .column.main .product.info.detailed .product.data.items > .item.title {
  display: block !important;
  position: static !important;
  float: none;
  background: transparent !important;
  margin: 30px 0 10px;
}
/* line 214, ../sass/pages/_product.scss */
body.catalog-product-view #maincontent .column.main .product.info.detailed .product.data.items > .item.title a {
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  font-size: 24px;
  font-weight: 700;
  color: #474747 !important;
  text-transform: none;
}
/* line 222, ../sass/pages/_product.scss */
body.catalog-product-view #maincontent .column.main .product.info.detailed .product.data.items > .item.title a:after {
  display: none !important;
}
/* line 229, ../sass/pages/_product.scss */
body.catalog-product-view #maincontent .column.main .block.upsell {
  margin-bottom: 40px;
}

/* line 238, ../sass/pages/_product.scss */
.block-title {
  overflow: hidden;
  padding: 20px 0 30px;
  text-align: left;
  margin: 0;
  border: none;
}
/* line 244, ../sass/pages/_product.scss */
.block-title h2 {
  display: inline-block;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  color: #327D3C;
  letter-spacing: -0.5px;
  padding-right: 10px;
}
/* line 253, ../sass/pages/_product.scss */
.block-title h2:after {
  content: "";
  content: "";
  background-color: #ccc;
  position: absolute;
  height: 1px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1000px;
  left: 100%;
}

/* line 269, ../sass/pages/_product.scss */
.column.main .mageplaza-frequently-bought-together-block hr {
  display: none;
}
/* line 272, ../sass/pages/_product.scss */
.column.main .mageplaza-frequently-bought-together-block .mageplaza-fbt-image-box {
  width: calc(100% - 320px);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
/* line 276, ../sass/pages/_product.scss */
.column.main .mageplaza-frequently-bought-together-block .mageplaza-fbt-image-box li {
  padding: 15px;
  border: 1px #ccc solid;
  background: #fff;
  width: calc(33.33333% - 30px) !important;
  margin: 0 30px 30px 0;
}
/* line 282, ../sass/pages/_product.scss */
.column.main .mageplaza-frequently-bought-together-block .mageplaza-fbt-image-box li.product-item-plus {
  display: none;
}
/* line 287, ../sass/pages/_product.scss */
.column.main .mageplaza-frequently-bought-together-block .mageplaza-fbt-price-box {
  width: 300px;
  padding: 30px 20px;
  text-align: center;
  background: #fff;
  border: 1px solid #ccc;
  margin-left: auto;
}

/* line 300, ../sass/pages/_product.scss */
.products-grid .product-item .product-item-details .price-from-groped {
  font-size: 12px;
  font-weight: 300;
  margin-right: 6px;
  font-family: Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
  color: #a3a3a3;
}

/* line 1, ../sass/pages/_faq.scss */
.tabing-main {
  background: #fff;
  padding: 20px;
  border: 1px #ccc solid;
}
/* line 7, ../sass/pages/_faq.scss */
.tabing-main .tabing:first-child .tabing-title {
  border-top: none;
}
/* line 12, ../sass/pages/_faq.scss */
.tabing-main .tabing-title {
  font-size: 16px;
  border-top: 1px solid #ccc;
  padding: 10px 40px 10px 0;
  position: relative;
  font-weight: bold;
}
/* line 18, ../sass/pages/_faq.scss */
.tabing-main .tabing-title.active {
  color: #359442;
}
/* line 19, ../sass/pages/_faq.scss */
.tabing-main .tabing-title.active:after {
  content: "-";
  color: #359442;
}
/* line 25, ../sass/pages/_faq.scss */
.tabing-main .tabing-title:after {
  content: "+";
  position: absolute;
  right: 10px;
  font-size: 20px;
  line-height: 24px;
  top: 10px;
}
/* line 34, ../sass/pages/_faq.scss */
.tabing-main .tabing-content {
  padding: 20px;
  background: #f5f5f5;
  border-top: 1px #ccc solid;
  display: none;
}

/* line 2, ../sass/pages/_cms-pages.scss */
.column.main .common-contents {
  background: #fff;
  border: 1px #ccc solid;
  padding: 20px;
}
/* line 6, ../sass/pages/_cms-pages.scss */
.column.main .common-contents.flex-content, .column.main .common-contents .flex-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 767px) {
  /* line 6, ../sass/pages/_cms-pages.scss */
  .column.main .common-contents.flex-content, .column.main .common-contents .flex-content {
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    text-align: center;
  }
}
/* line 12, ../sass/pages/_cms-pages.scss */
.column.main .common-contents.flex-content .left-img-block, .column.main .common-contents .flex-content .left-img-block {
  width: 300px;
  min-width: 300px;
  margin: 0 20px 0 0;
}
@media (max-width: 1023px) {
  /* line 12, ../sass/pages/_cms-pages.scss */
  .column.main .common-contents.flex-content .left-img-block, .column.main .common-contents .flex-content .left-img-block {
    width: 250px;
    min-width: 250px;
  }
}
@media (max-width: 767px) {
  /* line 12, ../sass/pages/_cms-pages.scss */
  .column.main .common-contents.flex-content .left-img-block, .column.main .common-contents .flex-content .left-img-block {
    width: 100%;
    min-width: 100%;
    text-align: center;
    margin: 0 0 30px;
  }
}
/* line 28, ../sass/pages/_cms-pages.scss */
.column.main .common-contents.flexibility-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
/* line 31, ../sass/pages/_cms-pages.scss */
.column.main .common-contents.flexibility-content .left-img-block {
  width: 300px;
  float: left;
}
@media (max-width: 1023px) {
  /* line 31, ../sass/pages/_cms-pages.scss */
  .column.main .common-contents.flexibility-content .left-img-block {
    width: 250px;
  }
}
@media (max-width: 767px) {
  /* line 31, ../sass/pages/_cms-pages.scss */
  .column.main .common-contents.flexibility-content .left-img-block {
    width: 100%;
    margin: 0 0 20px;
  }
}
/* line 42, ../sass/pages/_cms-pages.scss */
.column.main .common-contents.flexibility-content .right-content-block {
  width: calc(100% - 330px);
  margin-left: auto;
}
@media (max-width: 1023px) {
  /* line 42, ../sass/pages/_cms-pages.scss */
  .column.main .common-contents.flexibility-content .right-content-block {
    width: calc(100% - 270px);
  }
}
@media (max-width: 767px) {
  /* line 42, ../sass/pages/_cms-pages.scss */
  .column.main .common-contents.flexibility-content .right-content-block {
    width: 100%;
  }
}
/* line 53, ../sass/pages/_cms-pages.scss */
.column.main .common-contents .listing-style {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
/* line 56, ../sass/pages/_cms-pages.scss */
.column.main .common-contents .listing-style li {
  width: 33%;
  padding: 0 10px 5px 15px;
  font-size: 13px;
  font-weight: bold;
  color: #555;
  position: relative;
}
@media (max-width: 1023px) {
  /* line 56, ../sass/pages/_cms-pages.scss */
  .column.main .common-contents .listing-style li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  /* line 56, ../sass/pages/_cms-pages.scss */
  .column.main .common-contents .listing-style li {
    width: 100%;
  }
}
/* line 69, ../sass/pages/_cms-pages.scss */
.column.main .common-contents .listing-style li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 7px;
  height: 7px;
  background: #359442;
  border-radius: 50%;
}
/* line 81, ../sass/pages/_cms-pages.scss */
.column.main .common-contents .flex-row {
  margin: 0 0 20px;
}
/* line 83, ../sass/pages/_cms-pages.scss */
.column.main .common-contents .flex-row.flex-content {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
/* line 87, ../sass/pages/_cms-pages.scss */
.column.main .common-contents .warn-content {
  background: #fef5e4;
  padding: 20px;
  position: relative;
  margin: 20px 0 10px;
  width: 100%;
}
/* line 93, ../sass/pages/_cms-pages.scss */
.column.main .common-contents .warn-content p {
  padding: 0;
  margin: 0;
  color: #444;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
}
/* line 102, ../sass/pages/_cms-pages.scss */
.column.main .common-contents h2 {
  color: #359442;
  font-weight: bold;
  font-size: 24px;
  margin: 0 0 15px;
  padding: 0;
}
/* line 109, ../sass/pages/_cms-pages.scss */
.column.main .common-contents h3 {
  color: #359442;
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 15px;
  padding: 0;
}
/* line 116, ../sass/pages/_cms-pages.scss */
.column.main .common-contents h4 {
  color: #333;
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 15px;
  padding: 0;
}
/* line 123, ../sass/pages/_cms-pages.scss */
.column.main .common-contents p {
  margin: 0 0 15px;
  padding: 0;
}
/* line 126, ../sass/pages/_cms-pages.scss */
.column.main .common-contents p strong {
  color: #359442;
  font-weight: bold;
}
/* line 131, ../sass/pages/_cms-pages.scss */
.column.main .common-contents .contentrow {
  padding: 20px 0 0;
}
/* line 134, ../sass/pages/_cms-pages.scss */
.column.main .common-contents .highlight {
  background: #cde6dd;
  padding: 10px 20px;
  margin: 0 0 20px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
}
/* line 142, ../sass/pages/_cms-pages.scss */
.column.main .common-contents .highlight h3 {
  margin: 0;
}
/* line 145, ../sass/pages/_cms-pages.scss */
.column.main .common-contents .highlight a {
  margin-left: auto;
}
/* line 148, ../sass/pages/_cms-pages.scss */
.column.main .common-contents .highlight img {
  max-width: 46px;
  vertical-align: middle;
}
/* line 153, ../sass/pages/_cms-pages.scss */
.column.main .common-contents .img-gallery {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  margin: 20px 0;
}
@media (max-width: 767px) {
  /* line 153, ../sass/pages/_cms-pages.scss */
  .column.main .common-contents .img-gallery {
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
}
/* line 160, ../sass/pages/_cms-pages.scss */
.column.main .common-contents .img-gallery img {
  margin: 5px;
  width: 33.3333%;
}
@media (max-width: 767px) {
  /* line 160, ../sass/pages/_cms-pages.scss */
  .column.main .common-contents .img-gallery img {
    width: calc(50% - 10px);
  }
}
/* line 168, ../sass/pages/_cms-pages.scss */
.column.main .common-contents .flex-row.important-block {
  background: #fbdec9;
  padding: 20px;
}
/* line 173, ../sass/pages/_cms-pages.scss */
.column.main .btn-default {
  padding: 10px;
  color: #fff;
  display: inline-block;
}

/* line 2, ../sass/pages/_contact.scss */
.contact-index-index .page-title-wrapper {
  display: block !important;
}

/* line 7, ../sass/pages/_contact.scss */
.contact-detail-blocks {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  width: 100%;
  margin: 0;
}

/* line 15, ../sass/pages/_contact.scss */
.contactnow {
  width: 100%;
  background: #fff;
  border: 1px #ccc solid;
  padding: 20px;
  box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.2);
  margin: 0 0 5px;
}
/* line 22, ../sass/pages/_contact.scss */
.contactnow:last-child {
  margin: 10px 0 0 0;
}
/* line 25, ../sass/pages/_contact.scss */
.contactnow h4 {
  color: #359442;
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 15px;
  padding: 0;
}
/* line 31, ../sass/pages/_contact.scss */
.contactnow h4 i {
  color: #359442;
  font-size: 17px;
  vertical-align: middle;
  display: inline-block;
  margin: -4px 0 0;
}

/* line 41, ../sass/pages/_contact.scss */
.column.main .contactnow p {
  margin: 0 0 10px;
  padding: 0;
  color: #666;
}
/* line 45, ../sass/pages/_contact.scss */
.column.main .contactnow p strong {
  display: block;
}

/* line 51, ../sass/pages/_contact.scss */
#contact-form .legend {
  color: #359442;
  font-weight: bold;
  font-size: 24px;
  margin: 0 0 15px;
  padding: 0;
}
/* line 58, ../sass/pages/_contact.scss */
#contact-form #comment {
  height: 170px;
  padding: 10px;
}

/* line 64, ../sass/pages/_contact.scss */
.contactform-block {
  width: calc(100% - 430px);
  background: #fff;
  border: 1px #ccc solid;
  padding: 20px;
  box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  /* line 64, ../sass/pages/_contact.scss */
  .contactform-block {
    margin-bottom: 30px;
  }
}

/* line 75, ../sass/pages/_contact.scss */
.contact-details-top {
  width: 400px;
  margin-left: auto;
}

/* line 80, ../sass/pages/_contact.scss */
.contactpage-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/* line 81, ../sass/pages/_contact.scss */
.contactpage-wrap .contactform-block {
  margin-bottom: 40px;
}
/* line 85, ../sass/pages/_contact.scss */
.contactpage-wrap ~ .container {
  padding: 0;
}

/* line 3, ../sass/pages/_blog.scss */
.blog__post-list-wrapper .blog__post-list .blog__post-item {
  border: 1px #ccc solid;
  background: #fff;
  padding: 20px;
  margin: 0 0 20px;
}
/* line 8, ../sass/pages/_blog.scss */
.blog__post-list-wrapper .blog__post-list .blog__post-item .blog__post-header {
  margin: 0 0 20px;
}
/* line 10, ../sass/pages/_blog.scss */
.blog__post-list-wrapper .blog__post-list .blog__post-item .blog__post-header .blog__post-title {
  margin: 0 0 15px;
}
/* line 12, ../sass/pages/_blog.scss */
.blog__post-list-wrapper .blog__post-list .blog__post-item .blog__post-header .blog__post-title a {
  font-size: 24px;
  font-weight: bold;
}
/* line 18, ../sass/pages/_blog.scss */
.blog__post-list-wrapper .blog__post-list .blog__post-item .blog__post-header .blog__post-meta {
  border-bottom: 1px #ccc solid;
}
/* line 22, ../sass/pages/_blog.scss */
.blog__post-list-wrapper .blog__post-list .blog__post-item .blog__post-footer {
  display: none;
}
/* line 26, ../sass/pages/_blog.scss */
.blog__post-list-wrapper .blog__post-list .blog__post-item .blog__post-excerpt .read-more {
  display: inline-block;
  margin: 0;
  padding: 10px 20px;
  background: #fdae37;
  background: -moz-linear-gradient(top, #fdae37 0%, #fedd02 100%);
  background: -webkit-linear-gradient(top, #fdae37 0%, #fedd02 100%);
  background: linear-gradient(to bottom, #fdae37 0%, #fedd02 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdae37', endColorstr='#fedd02',GradientType=0 );
  border: 1px #eeb03f solid;
  box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2);
  color: #35312e;
}

@media (max-width: 767px) {
  /* line 37, ../sass/pages/_blog.scss */
  .blog .page-title-wrapper {
    margin: 50px 0 0;
  }
}
/* line 43, ../sass/pages/_blog.scss */
.blog .sidebar.sidebar-main:before {
  display: none;
}
/* line 46, ../sass/pages/_blog.scss */
.blog .sidebar.sidebar-main .block {
  background: #fff;
  padding: 0;
  border: 1px #ccc solid;
}
@media (min-width: 768px) {
  /* line 50, ../sass/pages/_blog.scss */
  .blog .sidebar.sidebar-main .block .title {
    border: none;
    margin: 0;
    clip: inherit;
    position: static;
    width: auto;
    overflow: inherit;
    height: auto;
    background: #359442;
    margin: 0;
  }
}
@media (min-width: 768px) {
  /* line 62, ../sass/pages/_blog.scss */
  .blog .sidebar.sidebar-main .block .title strong {
    padding: 10px;
    color: #fff;
    display: block;
    font-weight: bold;
    margin: 0 !important;
  }
}
@media (max-width: 767px) {
  /* line 72, ../sass/pages/_blog.scss */
  .blog .sidebar.sidebar-main .block.block-collapsible-nav {
    position: absolute;
    top: 70px;
  }
}
@media (min-width: 768px) {
  /* line 78, ../sass/pages/_blog.scss */
  .blog .sidebar.sidebar-main .block .block-collapsible-content {
    padding: 20px;
  }
}
/* line 83, ../sass/pages/_blog.scss */
.blog .sidebar.sidebar-main .block .block-title {
  background: #359442;
  margin: 0;
}
/* line 86, ../sass/pages/_blog.scss */
.blog .sidebar.sidebar-main .block .block-title strong {
  padding: 10px;
  color: #fff;
  display: block;
  font-weight: bold;
}
/* line 93, ../sass/pages/_blog.scss */
.blog .sidebar.sidebar-main .block .block-content {
  padding: 20px 10px;
}
/* line 97, ../sass/pages/_blog.scss */
.blog .sidebar.sidebar-main .block .items .item {
  border-bottom: 1px #ccc solid;
  border-top: none;
}
/* line 100, ../sass/pages/_blog.scss */
.blog .sidebar.sidebar-main .block .items .item:last-child {
  border-bottom: none;
}
/* line 103, ../sass/pages/_blog.scss */
.blog .sidebar.sidebar-main .block .items .item a {
  padding: 8px 10px;
  font-size: 13px;
  position: relative;
  color: #777;
}
/* line 108, ../sass/pages/_blog.scss */
.blog .sidebar.sidebar-main .block .items .item a:before {
  font-family: 'porto-icons';
  content: '\f821';
  position: absolute;
  left: 0;
}
/* line 119, ../sass/pages/_blog.scss */
.blog .blog__post-view {
  background: #fff;
  border: 1px #ccc solid;
  padding: 20px;
}

/* line 2, ../sass/pages/_checkout.scss */
body select {
  height: 40px;
  -webkit-box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 4px -3px rgba(0, 0, 0, 0.1);
  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
}

/* line 14, ../sass/pages/_checkout.scss */
.checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .date > .control {
  position: relative;
}
/* line 16, ../sass/pages/_checkout.scss */
.checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .date > .control .ui-datepicker-trigger {
  font-size: .0;
  padding: 0;
  width: 36px;
  background: #fdae37;
  background: -moz-linear-gradient(top, #fdae37 0%, #fedd02 100%);
  background: -webkit-linear-gradient(top, #fdae37 0%, #fedd02 100%);
  background: linear-gradient(to bottom, #fdae37 0%, #fedd02 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdae37', endColorstr='#fedd02',GradientType=0 );
  border: 1px #eeb03f solid;
  box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2);
  color: #35312e;
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
}
/* line 25, ../sass/pages/_checkout.scss */
.checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .date > .control .ui-datepicker-trigger:before {
  content: "\f133";
  font-size: 16px;
  font-family: fontAwesome;
  line-height: 40px;
}
/* line 35, ../sass/pages/_checkout.scss */
.checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .timepicker .select {
  height: 40px;
}
/* line 44, ../sass/pages/_checkout.scss */
.checkout-index-index .modal-popup .field .control._with-tooltip input {
  width: 100%;
}
/* line 47, ../sass/pages/_checkout.scss */
.checkout-index-index .modal-popup .field .control._with-tooltip .field-tooltip {
  display: none;
}
/* line 54, ../sass/pages/_checkout.scss */
.checkout-index-index .checkout-container .authentication-wrapper {
  margin-top: -57px !important;
}
/* line 61, ../sass/pages/_checkout.scss */
.checkout-index-index .opc-block-summary .items-in-cart > .title:after {
  font-size: 24px;
}
/* line 66, ../sass/pages/_checkout.scss */
.checkout-index-index .opc-block-summary .minicart-items .product-image-container {
  display: none;
}
/* line 69, ../sass/pages/_checkout.scss */
.checkout-index-index .opc-block-summary .minicart-items .product-item-details {
  padding-left: 0;
}
/* line 74, ../sass/pages/_checkout.scss */
.checkout-index-index .opc-block-summary .product-item .price {
  font-weight: 700;
}
/* line 80, ../sass/pages/_checkout.scss */
.checkout-index-index .page-main .block {
  margin-bottom: -1px;
}
/* line 87, ../sass/pages/_checkout.scss */
.checkout-index-index #maincontent .payment-methods .actions-toolbar .primary {
  float: left;
}
/* line 96, ../sass/pages/_checkout.scss */
.checkout-index-index .checkout-payment-method .payment-option-title .action-toggle:after {
  font-size: 24px;
}
/* line 106, ../sass/pages/_checkout.scss */
.checkout-index-index .form-shipping-address .fieldset .street .control .label {
  display: none;
}
/* line 115, ../sass/pages/_checkout.scss */
.checkout-index-index .field-tooltip .field-tooltip-action:before {
  padding-right: 1px;
}
/* line 122, ../sass/pages/_checkout.scss */
.checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field {
  width: 100%;
}
/* line 124, ../sass/pages/_checkout.scss */
.checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.timepicker {
  display: none;
}
/* line 132, ../sass/pages/_checkout.scss */
.checkout-index-index .fieldset.address > .street .control .label {
  display: none;
}

@media (max-width: 767px) {
  /* line 139, ../sass/pages/_checkout.scss */
  .checkout-cart-index #maincontent {
    padding-bottom: 0;
  }
}
/* line 145, ../sass/pages/_checkout.scss */
.checkout-cart-index .cart-container #amasty-shopby-product-list {
  width: 100%;
  float: left;
}
@media (max-width: 767px) {
  /* line 145, ../sass/pages/_checkout.scss */
  .checkout-cart-index .cart-container #amasty-shopby-product-list {
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  /* line 155, ../sass/pages/_checkout.scss */
  .checkout-index-index .additional-options {
    margin-left: 0px;
    margin-right: 0px;
  }
}
/* line 161, ../sass/pages/_checkout.scss */
.checkout-index-index .additional-options .checkout-agreements .action-show {
  color: #000;
}
/* line 168, ../sass/pages/_checkout.scss */
.checkout-index-index .field-tooltip .label > span {
  display: none;
}
/* line 175, ../sass/pages/_checkout.scss */
.checkout-index-index .opc-wrapper .checkout-column .shipping-address-item {
  width: 100% !important;
  border: 1px solid #ddd;
}
@media (max-width: 767px) {
  /* line 175, ../sass/pages/_checkout.scss */
  .checkout-index-index .opc-wrapper .checkout-column .shipping-address-item {
    padding: 15px;
  }
}
/* line 181, ../sass/pages/_checkout.scss */
.checkout-index-index .opc-wrapper .checkout-column .shipping-address-item button.action {
  float: none;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
/* line 187, ../sass/pages/_checkout.scss */
.checkout-index-index .opc-wrapper .checkout-column .shipping-address-item.selected-item {
  border: 1px solid #1d8b25 !important;
}
/* line 189, ../sass/pages/_checkout.scss */
.checkout-index-index .opc-wrapper .checkout-column .shipping-address-item.selected-item:after {
  background: #1d8b25 !important;
}
/* line 199, ../sass/pages/_checkout.scss */
.checkout-index-index .step-content .payments fieldset br {
  display: none;
}
@media (max-width: 1023px) {
  /* line 206, ../sass/pages/_checkout.scss */
  .checkout-index-index .opc-wrapper .methods-shipping {
    padding: 0px;
    margin: 0px;
  }
}
/* line 214, ../sass/pages/_checkout.scss */
.checkout-index-index .table-checkout-shipping-method {
  margin-top: 8px;
}
@media (max-width: 1023px) {
  /* line 214, ../sass/pages/_checkout.scss */
  .checkout-index-index .table-checkout-shipping-method {
    max-width: 290px !important;
  }
}
/* line 220, ../sass/pages/_checkout.scss */
.checkout-index-index .table-checkout-shipping-method tbody tr {
  color: #333;
}
/* line 222, ../sass/pages/_checkout.scss */
.checkout-index-index .table-checkout-shipping-method tbody tr td {
  color: #333;
  padding: 0px;
}
@media (max-width: 1199px) {
  /* line 222, ../sass/pages/_checkout.scss */
  .checkout-index-index .table-checkout-shipping-method tbody tr td {
    font-size: 12px;
  }
}
@media (max-width: 1023px) {
  /* line 222, ../sass/pages/_checkout.scss */
  .checkout-index-index .table-checkout-shipping-method tbody tr td {
    font-size: 13px;
  }
}
/* line 231, ../sass/pages/_checkout.scss */
.checkout-index-index .table-checkout-shipping-method tbody tr td input[type="radio"] {
  margin-top: 5px;
}
@media (max-width: 1199px) {
  /* line 231, ../sass/pages/_checkout.scss */
  .checkout-index-index .table-checkout-shipping-method tbody tr td input[type="radio"] {
    margin-top: 3px;
  }
}
/* line 237, ../sass/pages/_checkout.scss */
.checkout-index-index .table-checkout-shipping-method tbody tr td.col-carrier {
  white-space: nowrap;
  padding: 0px 3px;
}
/* line 241, ../sass/pages/_checkout.scss */
.checkout-index-index .table-checkout-shipping-method tbody tr td.col-price {
  font-weight: 400;
}
@media (max-width: 1023px) {
  /* line 248, ../sass/pages/_checkout.scss */
  .checkout-index-index .checkout-block {
    padding: 12px 12px;
  }
}
@media (max-width: 767px) {
  /* line 254, ../sass/pages/_checkout.scss */
  .checkout-index-index .checkout-payment-method .payment-methods {
    margin: 0;
  }
}
@media (max-width: 767px) {
  /* line 261, ../sass/pages/_checkout.scss */
  .checkout-index-index #maincontent div.opc-block-summary {
    padding: 0px;
  }
}

@media (max-width: 1023px) {
  /* line 3, ../sass/pages/_qoute.scss */
  .quotation-quote-index .cart-container .form-cart {
    max-width: 100% !important;
  }
}
@media (max-width: 1023px) {
  /* line 9, ../sass/pages/_qoute.scss */
  .quotation-quote-index .cart.table-wrapper {
    border: 1px #ccc solid;
  }
}
@media (max-width: 767px) {
  /* line 13, ../sass/pages/_qoute.scss */
  .quotation-quote-index .cart.table-wrapper .product-item-details {
    padding: 0 0 10px;
  }
}
@media (max-width: 767px) {
  /* line 17, ../sass/pages/_qoute.scss */
  .quotation-quote-index .cart.table-wrapper .product-item-details .product-item-name {
    margin-top: 0;
  }
}
/* line 24, ../sass/pages/_qoute.scss */
.quotation-quote-index .cart.table-wrapper .actions-toolbar > .action-delete {
  right: 10px;
}
/* line 27, ../sass/pages/_qoute.scss */
.quotation-quote-index .cart.table-wrapper .actions-toolbar .action-edit {
  right: 26px;
}
/* line 32, ../sass/pages/_qoute.scss */
.quotation-quote-index .cart.table-wrapper .cart #empty_quote_button {
  margin: 0 0 10px !important;
  background: #fdae37;
  background: -moz-linear-gradient(top, #fdae37 0%, #fedd02 100%);
  background: -webkit-linear-gradient(top, #fdae37 0%, #fedd02 100%);
  background: linear-gradient(to bottom, #fdae37 0%, #fedd02 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdae37', endColorstr='#fedd02',GradientType=0 );
  border: 1px #eeb03f solid;
  box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2);
  color: #35312e;
}
/* line 38, ../sass/pages/_qoute.scss */
.quotation-quote-index #checkoutSteps {
  margin: -37px 0 0;
}
@media (max-width: 1023px) {
  /* line 38, ../sass/pages/_qoute.scss */
  .quotation-quote-index #checkoutSteps {
    margin: -30px 0 0;
  }
}
@media (max-width: 767px) {
  /* line 38, ../sass/pages/_qoute.scss */
  .quotation-quote-index #checkoutSteps {
    margin: 0;
  }
}
@media (max-width: 1023px) {
  /* line 47, ../sass/pages/_qoute.scss */
  .quotation-quote-index .authentication-wrapper {
    line-height: 20px;
  }
}
/* line 53, ../sass/pages/_qoute.scss */
.quotation-quote-index .authentication-wrapper .actions-toolbar .secondary a.action {
  margin-top: 0;
}
/* line 60, ../sass/pages/_qoute.scss */
.quotation-quote-index .form.quotation-fields .fieldset {
  margin: 0 0 10px;
}

/* line 66, ../sass/pages/_qoute.scss */
.opc-wrapper .step-title, .opc-wrapper .shipping-information-title, .opc-wrapper > .title, .opc-wrapper .checkout-agreements-item-title, .opc-block-shipping-information .step-title, .opc-block-shipping-information .shipping-information-title, .opc-block-shipping-information > .title, .opc-block-shipping-information .checkout-agreements-item-title, .opc-block-summary .step-title, .opc-block-summary .shipping-information-title, .opc-block-summary > .title, .opc-block-summary .checkout-agreements-item-title, .checkout-agreements-items .step-title, .checkout-agreements-items .shipping-information-title, .checkout-agreements-items > .title, .checkout-agreements-items .checkout-agreements-item-title {
  color: #292929;
  font-size: 18px;
  font-weight: 400;
}

/* line 76, ../sass/pages/_qoute.scss */
.account .date-zone {
  margin-bottom: 20px;
  margin-top: 15px;
  font-size: 15px;
}
/* line 81, ../sass/pages/_qoute.scss */
.account .quote-expiry-date {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  /* line 85, ../sass/pages/_qoute.scss */
  .account .table-wrapper table {
    border: 1px solid #327d3c;
  }
}
@media (max-width: 767px) {
  /* line 89, ../sass/pages/_qoute.scss */
  .account .table-wrapper table td, .account .table-wrapper table th {
    border-left: none;
  }
}
@media (max-width: 767px) {
  /* line 96, ../sass/pages/_qoute.scss */
  .account .table-wrapper table tfoot tr td {
    display: none;
  }
}
@media (max-width: 767px) {
  /* line 100, ../sass/pages/_qoute.scss */
  .account .table-wrapper table tfoot tr td.amount {
    display: inline-block;
  }
}
/* line 112, ../sass/pages/_qoute.scss */
.account .table-wrapper table#my-quotes-table > thead > tr > th {
  border-bottom: none !important;
}
/* line 118, ../sass/pages/_qoute.scss */
.account .table-wrapper table#my-quotes-table > tbody tr {
  border-top: #ccc 1px solid;
}
/* line 120, ../sass/pages/_qoute.scss */
.account .table-wrapper table#my-quotes-table > tbody tr.name {
  padding-top: 10px;
}
@media (max-width: 767px) {
  /* line 118, ../sass/pages/_qoute.scss */
  .account .table-wrapper table#my-quotes-table > tbody tr {
    border: none;
    border-bottom: #ccc 1px solid;
  }
}
@media (max-width: 767px) {
  /* line 134, ../sass/pages/_qoute.scss */
  .account .columns {
    width: 100%;
  }
}
/* line 138, ../sass/pages/_qoute.scss */
.account .columns .order-title + .order-tracking {
  padding-left: 10px;
}
/* line 144, ../sass/pages/_qoute.scss */
.account .columns .order-details-items .order-title .action.track {
  margin-top: 30px;
  margin-right: 10px;
}
/* line 152, ../sass/pages/_qoute.scss */
.account .columns .actions-toolbar .track {
  padding: 15px 0 0 15px;
  display: inline-block;
}
/* line 156, ../sass/pages/_qoute.scss */
.account .columns .actions-toolbar .secondary {
  display: initial;
}
/* line 159, ../sass/pages/_qoute.scss */
.account .columns .actions-toolbar a.back {
  font-weight: 700;
  margin: 20px 0 -50px 0px;
  padding: 0px;
  float: left;
  position: absolute;
}
/* line 169, ../sass/pages/_qoute.scss */
.account .columns .block-order-details-view .block-content .box {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  padding: 0 5px;
}
/* line 177, ../sass/pages/_qoute.scss */
.account .columns .box .box-content,
.account .columns .box .box-actions {
  border: #ddd 1px solid;
}
/* line 182, ../sass/pages/_qoute.scss */
.account .columns .sidebar-main .account-nav {
  margin-bottom: 10px;
}
/* line 184, ../sass/pages/_qoute.scss */
.account .columns .sidebar-main .account-nav .account-nav-title {
  margin-bottom: 0px;
}
/* line 190, ../sass/pages/_qoute.scss */
.account .columns .sidebar-additional .block-reorder {
  border: none;
  padding: 0;
  margin-top: 0;
}
/* line 194, ../sass/pages/_qoute.scss */
.account .columns .sidebar-additional .block-reorder .block-title {
  padding: 10px 0 0px;
}
/* line 201, ../sass/pages/_qoute.scss */
.account .block-dashboard-orders .orders-recent {
  overflow-x: auto;
}
/* line 206, ../sass/pages/_qoute.scss */
.account .block-dashboard-orders .orders-recent .table-order-items tbody tr td {
  border-top: none;
}
/* line 209, ../sass/pages/_qoute.scss */
.account .block-dashboard-orders .orders-recent .table-order-items tbody tr td .action:after {
  border-color: #c1c0c0 !important;
}
/* line 221, ../sass/pages/_qoute.scss */
.account .table {
  border-top: 1px solid #359442;
  border-right: 1px solid #359442;
}
/* line 224, ../sass/pages/_qoute.scss */
.account .table.history {
  margin-top: 0px;
}
/* line 229, ../sass/pages/_qoute.scss */
.account .table thead tr th {
  vertical-align: middle;
}
/* line 231, ../sass/pages/_qoute.scss */
.account .table thead tr th.name {
  padding-left: 10px;
}
/* line 239, ../sass/pages/_qoute.scss */
.account .table tbody tr td {
  border-top: none;
}
/* line 241, ../sass/pages/_qoute.scss */
.account .table tbody tr td .product-item-name {
  height: auto;
  margin-bottom: 0px;
}
/* line 245, ../sass/pages/_qoute.scss */
.account .table tbody tr td.name {
  padding-left: 10px;
}
/* line 249, ../sass/pages/_qoute.scss */
.account .table tbody tr td .view:after {
  border-color: #c1c0c0 !important;
}
/* line 257, ../sass/pages/_qoute.scss */
.account .order-details-items {
  padding: 0;
  margin-bottom: 50px !important;
  background-color: #fff;
}
/* line 261, ../sass/pages/_qoute.scss */
.account .order-details-items .order-tracking {
  padding: 20px 0 12px 0;
}
/* line 265, ../sass/pages/_qoute.scss */
.account .order-details-items .order-title > strong {
  font-size: 16px;
  padding: 10px 15px 0px 15px;
  display: block;
  font-weight: 700;
}
/* line 275, ../sass/pages/_qoute.scss */
.account .order-details-items thead tr th {
  padding: 10px;
}
/* line 282, ../sass/pages/_qoute.scss */
.account .order-details-items tbody tr td {
  padding: 10px;
}
/* line 284, ../sass/pages/_qoute.scss */
.account .order-details-items tbody tr td .cart-price {
  font-size: 14px;
}
/* line 288, ../sass/pages/_qoute.scss */
.account .order-details-items tbody tr td.qty .items-qty {
  position: relative;
  top: -3px;
}
/* line 292, ../sass/pages/_qoute.scss */
.account .order-details-items tbody tr td.qty .item {
  font-weight: normal;
  margin-top: 2px;
  font-size: 13px;
}
/* line 296, ../sass/pages/_qoute.scss */
.account .order-details-items tbody tr td.qty .item:first-child {
  margin-top: 0px;
}
/* line 300, ../sass/pages/_qoute.scss */
.account .order-details-items tbody tr td.qty .item .title:after {
  display: inline-block;
}
/* line 312, ../sass/pages/_qoute.scss */
.account .main .form-edit-account fieldset, .account .main .form-address-edit fieldset {
  padding: 0px;
  border: #ddd 1px solid;
  padding-bottom: 15px;
}
/* line 316, ../sass/pages/_qoute.scss */
.account .main .form-edit-account fieldset legend, .account .main .form-address-edit fieldset legend {
  background: #327D3C;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 15px !important;
  font-size: 14px !important;
}
/* line 323, ../sass/pages/_qoute.scss */
.account .main .form-edit-account fieldset legend span, .account .main .form-address-edit fieldset legend span {
  font-size: 14px !important;
}
/* line 328, ../sass/pages/_qoute.scss */
.account .main .form-edit-account fieldset .legend span, .account .main .form-address-edit fieldset .legend span {
  font-weight: 700;
  font-size: 15px;
}
/* line 333, ../sass/pages/_qoute.scss */
.account .main .form-edit-account fieldset .field, .account .main .form-address-edit fieldset .field {
  padding: 0 15px;
}
/* line 337, ../sass/pages/_qoute.scss */
.account .main .form-edit-account .message.info, .account .main .form-address-edit .message.info {
  margin-bottom: 5px;
}
/* line 344, ../sass/pages/_qoute.scss */
.account .main .form-newsletter-manage fieldset .legend span {
  font-weight: 700;
  font-size: 15px;
}
@media (max-width: 767px) {
  /* line 356, ../sass/pages/_qoute.scss */
  .account .column.main table tbody tr {
    border: #327D3C 1px solid;
    border-bottom: none;
  }
  /* line 360, ../sass/pages/_qoute.scss */
  .account .column.main table tbody tr:last-child {
    border-bottom: #327D3C 1px solid;
  }
  /* line 364, ../sass/pages/_qoute.scss */
  .account .column.main table tbody tr td:last-child {
    border-bottom: none !important;
  }
}
/* line 373, ../sass/pages/_qoute.scss */
.account .column.main .block-addresses-default .block-title, .account .column.main .block-dashboard-addresses .block-title {
  padding-top: 0px !important;
  margin-top: 0px;
}
/* line 377, ../sass/pages/_qoute.scss */
.account .column.main .block-addresses-default address, .account .column.main .block-dashboard-addresses address {
  line-height: 24px;
  font-size: 14px;
}
@media (max-width: 767px) {
  /* line 381, ../sass/pages/_qoute.scss */
  .account .column.main .block-addresses-default .block-content, .account .column.main .block-dashboard-addresses .block-content {
    width: 100%;
    float: left;
  }
}
/* line 389, ../sass/pages/_qoute.scss */
.account .column.main .box .box-title {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}
/* line 396, ../sass/pages/_qoute.scss */
.account .column.main .block .block-title {
  padding-bottom: 0;
  padding-top: 10px;
}
@media (max-width: 767px) {
  /* line 396, ../sass/pages/_qoute.scss */
  .account .column.main .block .block-title {
    float: left;
    width: 100%;
  }
}
/* line 403, ../sass/pages/_qoute.scss */
.account .column.main .block .block-title strong {
  font-size: 15px;
  font-weight: 700;
}
/* line 413, ../sass/pages/_qoute.scss */
.account .column .block-addresses-list.block .block-title strong {
  font-weight: 700;
}
/* line 420, ../sass/pages/_qoute.scss */
.account .return-status,
.account .order-status {
  border: 1px solid #ccc;
  border-radius: 3px;
  display: inline-block;
  padding: 4px 14px;
  text-transform: uppercase;
  vertical-align: top;
  margin-top: 13px;
  margin-left: 10px;
  font-size: 14px;
}
/* line 432, ../sass/pages/_qoute.scss */
.account .order-date {
  font-size: 14px !important;
  font-weight: 700;
  padding-top: 5px;
  text-transform: uppercase;
}
/* line 438, ../sass/pages/_qoute.scss */
.account .order-actions-toolbar {
  float: right;
}
/* line 441, ../sass/pages/_qoute.scss */
.account .order-actions-toolbar .actions a {
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
}
/* line 445, ../sass/pages/_qoute.scss */
.account .order-actions-toolbar .actions a:hover {
  text-decoration: none;
}

/* line 455, ../sass/pages/_qoute.scss */
.wishlist-index-index .products-grid .product-items .product-item {
  border: #ddd 1px solid;
}
/* line 457, ../sass/pages/_qoute.scss */
.wishlist-index-index .products-grid .product-items .product-item .product-item-name a {
  font-weight: 600;
  color: #327D3C;
  font-size: 14px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}
/* line 465, ../sass/pages/_qoute.scss */
.wishlist-index-index .products-grid .product-items .product-item .price-from-groped {
  font-size: 12px;
  font-weight: 300;
  margin-right: 6px;
  font-family: Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
  color: #a3a3a3;
}
/* line 473, ../sass/pages/_qoute.scss */
.wishlist-index-index .products-grid .product-items .product-item .price-box .price {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  letter-spacing: 0.005em;
  color: #444;
  font-weight: bold;
}
/* line 481, ../sass/pages/_qoute.scss */
.wishlist-index-index .products-grid .product-items .product-item .product-item-inner {
  margin: 0px 0 0;
  padding-top: 0px;
}
/* line 485, ../sass/pages/_qoute.scss */
.wishlist-index-index .products-grid .product-items .product-item .box-tocart {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  /* line 455, ../sass/pages/_qoute.scss */
  .wishlist-index-index .products-grid .product-items .product-item {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  /* line 496, ../sass/pages/_qoute.scss */
  .table-order-items tfoot {
    border-top: none;
  }
}
/* line 500, ../sass/pages/_qoute.scss */
.table-order-items tfoot th {
  font-size: 14px;
  font-weight: 700 !important;
  text-transform: uppercase;
}
/* line 504, ../sass/pages/_qoute.scss */
.table-order-items tfoot th strong {
  font-weight: 700 !important;
}

/* line 514, ../sass/pages/_qoute.scss */
body.quotation-quote-index #checkout .form.quotation-fields .fieldset {
  margin: 0px;
}
/* line 521, ../sass/pages/_qoute.scss */
body.quotation-quote-index .street .control label.label {
  display: none;
}
/* line 527, ../sass/pages/_qoute.scss */
body.quotation-quote-index #billing .billing-same-as-shipping {
  clear: both;
}
/* line 531, ../sass/pages/_qoute.scss */
body.quotation-quote-index #checkoutSteps {
  margin-top: 0px;
}
/* line 536, ../sass/pages/_qoute.scss */
body.quotation-quote-index .table-checkout-shipping-method tbody td {
  padding: 10px 5px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  /* line 536, ../sass/pages/_qoute.scss */
  body.quotation-quote-index .table-checkout-shipping-method tbody td {
    font-size: 13px;
  }
}
/* line 546, ../sass/pages/_qoute.scss */
body.quotation-quote-index div.opc-wrapper .shipping-address-item {
  width: 100% !important;
  border: 1px solid #ddd;
}
@media (max-width: 767px) {
  /* line 546, ../sass/pages/_qoute.scss */
  body.quotation-quote-index div.opc-wrapper .shipping-address-item {
    padding: 15px;
  }
}
/* line 552, ../sass/pages/_qoute.scss */
body.quotation-quote-index div.opc-wrapper .shipping-address-item button.action {
  float: none;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
/* line 558, ../sass/pages/_qoute.scss */
body.quotation-quote-index div.opc-wrapper .shipping-address-item.selected-item {
  border: 1px solid #1d8b25 !important;
}
/* line 560, ../sass/pages/_qoute.scss */
body.quotation-quote-index div.opc-wrapper .shipping-address-item.selected-item:after {
  background: #1d8b25 !important;
}
@media (max-width: 767px) {
  /* line 567, ../sass/pages/_qoute.scss */
  body.quotation-quote-index .opc-wrapper .methods-shipping {
    padding: 0px;
  }
}

/* line 2, ../sass/pages/_cart.scss */
.checkout-cart-index .cart-summary {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  /* line 4, ../sass/pages/_cart.scss */
  .checkout-cart-index .cart-summary .cart-totals {
    border: none;
  }
}
/* line 11, ../sass/pages/_cart.scss */
.checkout-cart-index .cart-summary .checkout-methods-items .item:not(:first-child) {
  display: none;
}
/* line 16, ../sass/pages/_cart.scss */
.checkout-cart-index .cart-summary .block.shipping {
  display: none;
}
/* line 19, ../sass/pages/_cart.scss */
.checkout-cart-index .cart-summary .cart-discount {
  padding: 20px;
  width: auto;
  border: 1px solid #ccc;
  margin: 0 -20px;
  float: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-color: #f9f9f9;
  position: relative;
  top: 20px;
}
@media (max-width: 767px) {
  /* line 19, ../sass/pages/_cart.scss */
  .checkout-cart-index .cart-summary .cart-discount {
    padding: 0;
    width: auto;
    border: none;
    margin: 0;
    top: 0;
  }
}
/* line 36, ../sass/pages/_cart.scss */
.checkout-cart-index .cart-summary .cart-discount:before {
  content: "";
  background: #f9f9f9;
  height: 15px;
  position: absolute;
  top: -16px;
  width: 100%;
  left: 0;
  z-index: 1;
  border-top: 1px #ccc solid;
}
@media (max-width: 767px) {
  /* line 36, ../sass/pages/_cart.scss */
  .checkout-cart-index .cart-summary .cart-discount:before {
    display: none;
  }
}
/* line 50, ../sass/pages/_cart.scss */
.checkout-cart-index .cart-summary .cart-discount .block.discount {
  width: 100%;
}
/* line 54, ../sass/pages/_cart.scss */
.checkout-cart-index .cart-summary .cart-discount .fieldset.coupon .label {
  display: none;
}

/* line 64, ../sass/pages/_cart.scss */
.cart .price-box .price {
  font-size: 18px;
}
/* line 71, ../sass/pages/_cart.scss */
.cart.table-wrapper .towishlist.action-towishlist {
  margin: 0px 0px 0px 10px;
}
@media (max-width: 767px) {
  /* line 71, ../sass/pages/_cart.scss */
  .cart.table-wrapper .towishlist.action-towishlist {
    margin: 0px;
  }
}
/* line 76, ../sass/pages/_cart.scss */
.cart.table-wrapper .towishlist.action-towishlist:before {
  color: #327D3C;
}

/* line 2, ../sass/pages/_product-category.scss */
.category-title-block .category-description {
  display: none;
}

/* line 7, ../sass/pages/_product-category.scss */
.page-products .category-banner {
  position: relative;
  margin: 0 0 20px;
}
/* line 10, ../sass/pages/_product-category.scss */
.page-products .category-banner .banner-category-name {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 20px;
}
@media (max-width: 767px) {
  /* line 10, ../sass/pages/_product-category.scss */
  .page-products .category-banner .banner-category-name {
    position: static;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  /* line 26, ../sass/pages/_product-category.scss */
  .page-products .category-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
/* line 31, ../sass/pages/_product-category.scss */
.page-products .category-content .subcat-left {
  width: 240px;
  float: left;
}
@media (max-width: 991px) {
  /* line 31, ../sass/pages/_product-category.scss */
  .page-products .category-content .subcat-left {
    width: 190px;
  }
}
@media (max-width: 767px) {
  /* line 31, ../sass/pages/_product-category.scss */
  .page-products .category-content .subcat-left {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    margin-top: 20px;
    display: block;
    width: 100%;
    max-width: 100%;
  }
}
/* line 43, ../sass/pages/_product-category.scss */
.page-products .category-content .subcat-left .subcategories {
  background: #fff;
  border: 1px #ccc solid;
  padding: 15px;
  margin-bottom: 15px;
}
/* line 46, ../sass/pages/_product-category.scss */
.page-products .category-content .subcat-left .subcategories > span {
  font-size: 18px;
  font-weight: bold;
  text-transform: none;
  color: #333;
  display: block;
  border-bottom: 1px #ccc solid;
  padding: 0 0 5px;
  margin: 0;
}
/* line 57, ../sass/pages/_product-category.scss */
.page-products .category-content .subcat-left .shipping-post-code {
  border: 1px #ccc solid;
}
@media (max-width: 767px) {
  /* line 62, ../sass/pages/_product-category.scss */
  .page-products #maincontent {
    padding-bottom: 10px;
  }
}

/* line 70, ../sass/pages/_product-category.scss */
.column.main .category-image {
  position: relative;
  margin: 0 0 20px;
}
/* line 73, ../sass/pages/_product-category.scss */
.column.main .category-image .category-image-category-name {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding: 7px 20px;
}
@media (max-width: 767px) {
  /* line 73, ../sass/pages/_product-category.scss */
  .column.main .category-image .category-image-category-name {
    position: static;
    font-size: 20px;
  }
}

/* line 90, ../sass/pages/_product-category.scss */
.block.block-reorder {
  background: #fff;
  border: 1px #ccc solid;
  padding: 20px;
  margin-top: 20px;
}
/* line 95, ../sass/pages/_product-category.scss */
.block.block-reorder .block-title {
  margin: 0 0 15px;
}
/* line 97, ../sass/pages/_product-category.scss */
.block.block-reorder .block-title #block-reorder-heading {
  margin-bottom: 10px;
  font-size: 16px;
  color: green;
  text-transform: uppercase;
}

/* line 106, ../sass/pages/_product-category.scss */
.sidebar .block.block-reorder .product-items .product-item {
  display: flex;
}
/* line 108, ../sass/pages/_product-category.scss */
.sidebar .block.block-reorder .product-items .product-item .product-item-name a {
  white-space: inherit;
}

/* line 112, ../sass/pages/_product-category.scss */
.am_shopby_slider_container {
  padding-bottom: 40px;
  position: relative;
}
/* line 115, ../sass/pages/_product-category.scss */
.am_shopby_slider_container #am_shopby_filter_attr_price_display {
  position: absolute;
  bottom: 0;
  text-align: center;
  right: 0;
  left: 0;
}

/* line 125, ../sass/pages/_product-category.scss */
.ui-slider .ui-slider-handle {
  top: 0;
}

/* line 130, ../sass/pages/_product-category.scss */
.page-layout-categorylandingpage .category-product-description {
  display: none;
}

/* line 135, ../sass/pages/_product-category.scss */
.sidebar-main .shipping-post-code {
  border: 1px #ccc solid;
  margin-top: 20px;
}
/* line 138, ../sass/pages/_product-category.scss */
.sidebar-main .shipping-post-code .postcode {
  padding-bottom: 0;
  margin: 0;
}

.category-image-category-name h1 {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    padding: 3px;
}

/**Product Detail info Order Change**/
@media (max-width: 767px) {
  /* line 151, ../sass/pages/_product-category.scss */
  body.catalog-product-view #maincontent .column.main .custom-content {
    padding: 15px;
  }
}
/* line 157, ../sass/pages/_product-category.scss */
body.catalog-product-view #maincontent .column.main .product.info.detailed .product.data.items {
  display: flex;
  flex-flow: column;
}
@media (max-width: 1199px) {
  /* line 157, ../sass/pages/_product-category.scss */
  body.catalog-product-view #maincontent .column.main .product.info.detailed .product.data.items {
    max-width: 960px;
  }
}
@media (max-width: 1023px) {
  /* line 157, ../sass/pages/_product-category.scss */
  body.catalog-product-view #maincontent .column.main .product.info.detailed .product.data.items {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  /* line 157, ../sass/pages/_product-category.scss */
  body.catalog-product-view #maincontent .column.main .product.info.detailed .product.data.items {
    max-width: 100%;
  }
}
/* line 169, ../sass/pages/_product-category.scss */
body.catalog-product-view #maincontent .column.main .product.info.detailed .product.data.items #tab-label-description {
  order: 1;
  -webkit-order: 1;
}
/* line 173, ../sass/pages/_product-category.scss */
body.catalog-product-view #maincontent .column.main .product.info.detailed .product.data.items #description {
  order: 2;
  -webkit-order: 2;
}
/* line 177, ../sass/pages/_product-category.scss */
body.catalog-product-view #maincontent .column.main .product.info.detailed .product.data.items #tab-label-additional {
  order: 5;
  -webkit-order: 5;
}
/* line 181, ../sass/pages/_product-category.scss */
body.catalog-product-view #maincontent .column.main .product.info.detailed .product.data.items #additional {
  order: 6;
  -webkit-order: 6;
}
/* line 185, ../sass/pages/_product-category.scss */
body.catalog-product-view #maincontent .column.main .product.info.detailed .product.data.items #tab-label-feefo_reviews {
  order: 7;
  -webkit-order: 7;
}
/* line 189, ../sass/pages/_product-category.scss */
body.catalog-product-view #maincontent .column.main .product.info.detailed .product.data.items #feefo_reviews {
  order: 7;
  -webkit-order: 7;
}
/* line 193, ../sass/pages/_product-category.scss */
body.catalog-product-view #maincontent .column.main .product.info.detailed .product.data.items #tab-label-delivery_info {
  order: 3;
  -webkit-order: 3;
}
/* line 197, ../sass/pages/_product-category.scss */
body.catalog-product-view #maincontent .column.main .product.info.detailed .product.data.items #delivery_info {
  order: 4;
  -webkit-order: 4;
}

/* line 212, ../sass/pages/_product-category.scss */
.catalog-product-view .product-info-price .price-box .price-container .price .price-from {
  font-size: 12px;
  font-weight: 300;
  margin-right: 6px;
  font-family: Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
  color: #a3a3a3;
}
/* line 224, ../sass/pages/_product-category.scss */
.catalog-product-view .column.main .mageplaza-fbt-content {
  margin-bottom: 25px;
}
/* line 227, ../sass/pages/_product-category.scss */
.catalog-product-view .column.main .equalsto-icon {
  font-size: 64px;
  float: none;
  color: #327D3C;
  margin-left: 0;
  position: relative;
  left: -50px;
  margin-top: -10px;
}
@media (max-width: 1023px) {
  /* line 227, ../sass/pages/_product-category.scss */
  .catalog-product-view .column.main .equalsto-icon {
    left: -30px;
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  /* line 227, ../sass/pages/_product-category.scss */
  .catalog-product-view .column.main .equalsto-icon {
    left: 0;
    font-size: 36px;
    width: 100%;
    text-align: center;
    clear: both;
  }
}
/* line 248, ../sass/pages/_product-category.scss */
.catalog-product-view .column.main .mageplaza-fbt-image-box {
  align-items: center;
}
@media (max-width: 1023px) {
  /* line 248, ../sass/pages/_product-category.scss */
  .catalog-product-view .column.main .mageplaza-fbt-image-box {
    width: calc(100% - 220px);
  }
}
@media (max-width: 767px) {
  /* line 248, ../sass/pages/_product-category.scss */
  .catalog-product-view .column.main .mageplaza-fbt-image-box {
    width: 100%;
  }
}
/* line 257, ../sass/pages/_product-category.scss */
.catalog-product-view .column.main .mageplaza-fbt-image-box li.product-item {
  width: calc(42% - 30px) !important;
  background: #fff;
  border: #ccc 1px solid;
  padding: 15px 15px 30px 15px !important;
  margin-right: 0;
  text-align: center;
  box-shadow: #dcdcdc 0px 3px 5px 0px;
  margin-top: 10px;
  display: inline-block;
  float: none;
  vertical-align: middle;
}
@media (max-width: 1023px) {
  /* line 257, ../sass/pages/_product-category.scss */
  .catalog-product-view .column.main .mageplaza-fbt-image-box li.product-item {
    padding: 10px !important;
    width: calc(42% - 15px) !important;
  }
}
@media (max-width: 767px) {
  /* line 257, ../sass/pages/_product-category.scss */
  .catalog-product-view .column.main .mageplaza-fbt-image-box li.product-item {
    width: 100% !important;
    margin-bottom: 10px;
  }
}
/* line 277, ../sass/pages/_product-category.scss */
.catalog-product-view .column.main .mageplaza-fbt-image-box li.product-item span.item-price {
  font-size: 22px;
  font-weight: 700;
  color: #434343;
}
/* line 282, ../sass/pages/_product-category.scss */
.catalog-product-view .column.main .mageplaza-fbt-image-box li.product-item .item-price-fbt-from {
  color: #a3a3a3;
  font-size: 12px;
  padding-right: 2px;
}
/* line 287, ../sass/pages/_product-category.scss */
.catalog-product-view .column.main .mageplaza-fbt-image-box li.product-item .related-checkbox {
  margin: 2px 4.5px 0 0;
  position: relative;
  top: 2px;
  display: table;
  margin: auto;
  margin-bottom: 13px;
}
/* line 296, ../sass/pages/_product-category.scss */
.catalog-product-view .column.main .mageplaza-fbt-image-box li.product-item-plus {
  display: inline-block;
  line-height: inherit;
  font-size: 64px;
  float: none;
  color: #327D3C;
  padding: 0px 16px;
  vertical-align: middle;
  margin-top: 10px;
  width: auto !important;
  border: none;
  background: transparent;
  margin-right: 0px;
}
@media (max-width: 1023px) {
  /* line 296, ../sass/pages/_product-category.scss */
  .catalog-product-view .column.main .mageplaza-fbt-image-box li.product-item-plus {
    font-size: 36px;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  /* line 296, ../sass/pages/_product-category.scss */
  .catalog-product-view .column.main .mageplaza-fbt-image-box li.product-item-plus {
    font-size: 40px;
    padding: 0 10px;
    margin-bottom: 0px;
    margin-top: 0;
    width: 100% !important;
    text-align: center;
  }
}
/* line 322, ../sass/pages/_product-category.scss */
.catalog-product-view .column.main .mageplaza-fbt-image-box li.mageplaza-fbt-hidden {
  display: inline-block !important;
  opacity: 0.5;
}
/* line 326, ../sass/pages/_product-category.scss */
.catalog-product-view .column.main .mageplaza-fbt-image-box li.product-item-plus.mageplaza-fbt-hidden {
  display: inline-block !important;
}
/* line 331, ../sass/pages/_product-category.scss */
.catalog-product-view .column.main .mageplaza-fbt-rows {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  /* line 331, ../sass/pages/_product-category.scss */
  .catalog-product-view .column.main .mageplaza-fbt-rows {
    display: block;
  }
}
/* line 337, ../sass/pages/_product-category.scss */
.catalog-product-view .column.main .mageplaza-fbt-rows .mageplaza-fbt-price-box {
  width: 382px;
  min-height: 245px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  margin-right: 45px;
}
@media (max-width: 1199px) {
  /* line 337, ../sass/pages/_product-category.scss */
  .catalog-product-view .column.main .mageplaza-fbt-rows .mageplaza-fbt-price-box {
    margin-right: 0px;
    width: 300px;
  }
}
@media (max-width: 1023px) {
  /* line 337, ../sass/pages/_product-category.scss */
  .catalog-product-view .column.main .mageplaza-fbt-rows .mageplaza-fbt-price-box {
    margin-left: 0px;
    width: 240px;
  }
}
@media (max-width: 767px) {
  /* line 337, ../sass/pages/_product-category.scss */
  .catalog-product-view .column.main .mageplaza-fbt-rows .mageplaza-fbt-price-box {
    width: 100%;
  }
}
/* line 356, ../sass/pages/_product-category.scss */
.catalog-product-view .column.main .mageplaza-fbt-rows .mageplaza-fbt-price-box.mageplaza-fbt-hidden {
  display: flex !important;
  opacity: 0;
}
@media (max-width: 767px) {
  /* line 356, ../sass/pages/_product-category.scss */
  .catalog-product-view .column.main .mageplaza-fbt-rows .mageplaza-fbt-price-box.mageplaza-fbt-hidden {
    display: none !important;
  }
}
/* line 364, ../sass/pages/_product-category.scss */
.catalog-product-view .column.main .mageplaza-fbt-rows .mageplaza-fbt-buttons {
  margin-top: 10px;
}
/* line 367, ../sass/pages/_product-category.scss */
.catalog-product-view .column.main .mageplaza-fbt-rows .mageplaza-fbt-buttons .mageplaza-fbt-add-to-cart button {
  height: 43px;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 400;
  min-width: 260px;
}
@media (max-width: 1023px) {
  /* line 367, ../sass/pages/_product-category.scss */
  .catalog-product-view .column.main .mageplaza-fbt-rows .mageplaza-fbt-buttons .mageplaza-fbt-add-to-cart button {
    min-width: 190px;
  }
}
/* line 376, ../sass/pages/_product-category.scss */
.catalog-product-view .column.main .mageplaza-fbt-rows .mageplaza-fbt-buttons .mageplaza-fbt-add-to-cart button:before {
  content: '\e87f';
  font-family: 'porto-icons';
  margin-right: 7px;
  font-size: 16px;
}
/* line 385, ../sass/pages/_product-category.scss */
.catalog-product-view .column.main .mageplaza-fbt-rows .mageplaza-fbt-total-price-label {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #327d3c;
}
/* line 392, ../sass/pages/_product-category.scss */
.catalog-product-view .column.main .mageplaza-fbt-rows .mageplaza-fbt-price-wrapper .mageplaza-fbt-price {
  font-size: 30px;
  color: #363636;
  padding-left: 5px;
}
/* line 399, ../sass/pages/_product-category.scss */
.catalog-product-view .column.main .mageplaza-fbt-rows .mageplaza-fbt-checkbox-label a {
  color: #272727;
  font-size: 13px;
}
/* line 405, ../sass/pages/_product-category.scss */
.catalog-product-view .column.main .fieldset.mageplaza-fbt-option-product {
  position: absolute;
  left: 0px;
  top: 100%;
  margin: 0px;
  box-shadow: #dcdcdc 0px 3px 5px 0px;
  -webkit-box-shadow: #dcdcdc 0px 3px 5px 0px;
  z-index: 9;
  border-top: #ccc 1px solid;
  border-right: #ccc 1px solid;
}
/* line 417, ../sass/pages/_product-category.scss */
.catalog-product-view .column.main .fieldset.mageplaza-fbt-option-product .mageplaza-fbt-grouped {
  margin: 0px;
}
/* line 421, ../sass/pages/_product-category.scss */
.catalog-product-view .column.main .fieldset.mageplaza-fbt-option-product .table.grouped .col.item {
  border-top: none;
}
/* line 428, ../sass/pages/_product-category.scss */
.catalog-product-view .column.main .mageplaza-fbt-option-product .table.grouped .col.item {
  border-top: none;
}
/* line 432, ../sass/pages/_product-category.scss */
.catalog-product-view .column.main .mageplaza-fbt-option-product table th, .catalog-product-view .column.main .mageplaza-fbt-option-product table td {
  border-left: #ccc 1px solid;
  border-bottom: 1px solid #ccc;
}
/* line 437, ../sass/pages/_product-category.scss */
.catalog-product-view .column.main .mageplaza-fbt-option-product .table.grouped th.col {
  color: #575757;
  font-size: 13px;
  padding: 8px;
  text-align: center;
}
/* line 444, ../sass/pages/_product-category.scss */
.catalog-product-view .column.main .mageplaza-fbt-option-product strong.product-item-name {
  color: #575757;
  font-size: 13px;
}
/* line 448, ../sass/pages/_product-category.scss */
.catalog-product-view .column.main .mageplaza-fbt-option-product .price-box {
  font-size: 14px !important;
}
/* line 452, ../sass/pages/_product-category.scss */
.catalog-product-view .column.main .mageplaza-fbt-option-product .price-final_price .price-from-groped {
  font-size: 12px;
  font-weight: 300;
  margin-right: 6px;
  font-family: Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
  color: #a3a3a3;
}
/* line 459, ../sass/pages/_product-category.scss */
.catalog-product-view .column.main .mageplaza-fbt-option-product .price-final_price .price {
  font-size: 15px !important;
  color: #575757 !important;
}
/* line 466, ../sass/pages/_product-category.scss */
.catalog-product-view .column.main .mageplaza-fbt-option-product .table.grouped tbody .col.item {
  padding: 6px;
  text-align: center;
}
/* line 469, ../sass/pages/_product-category.scss */
.catalog-product-view .column.main .mageplaza-fbt-option-product .table.grouped tbody .col.item:first-child {
  width: 220px;
}
/* line 476, ../sass/pages/_product-category.scss */
.catalog-product-view .column.main .mageplaza-fbt-option-product .table.grouped .col.qty {
  min-width: inherit;
  width: 60px;
}
/* line 481, ../sass/pages/_product-category.scss */
.catalog-product-view .column.main .mageplaza-fbt-option-product .table.grouped .col.qty .control .input-text.qty {
  margin-left: 0px;
  height: 34px;
  width: 34px !important;
  font-size: 12px;
  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
}
/* line 489, ../sass/pages/_product-category.scss */
.catalog-product-view .column.main .mageplaza-fbt-option-product .table.grouped .col.qty .control.qty {
  width: 46px;
}
/* line 498, ../sass/pages/_product-category.scss */
.catalog-product-view #product_tabs_cms1_contents {
  float: left;
  width: 100%;
  border: #ccc 1px solid;
  padding-bottom: 0px !important;
  margin-top: 15px !important;
  background-color: #fff !important;
}
@media (max-width: 767px) {
  /* line 498, ../sass/pages/_product-category.scss */
  .catalog-product-view #product_tabs_cms1_contents {
    margin-bottom: 40px;
  }
}
/* line 510, ../sass/pages/_product-category.scss */
.catalog-product-view .product-specs #calc_result {
  float: right;
  font-size: 16px;
  font-weight: bold;
  line-height: 17px;
  width: 100%;
  margin: 15px 0px;
}
/* line 517, ../sass/pages/_product-category.scss */
.catalog-product-view .product-specs #calc_result span {
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
  margin-right: 10px;
}
/* line 523, ../sass/pages/_product-category.scss */
.catalog-product-view .product-specs #calc_result b {
  font-size: 15px;
  font-weight: bold;
  float: right;
  text-align: right;
}
/* line 534, ../sass/pages/_product-category.scss */
.catalog-product-view .postcode .fieldset label.label span {
  display: inline-block;
}
/* line 537, ../sass/pages/_product-category.scss */
.catalog-product-view .postcode .fieldset label.label .shippingcode-help-wrap {
  display: inline-block;
  position: relative;
}
/* line 540, ../sass/pages/_product-category.scss */
.catalog-product-view .postcode .fieldset label.label .shippingcode-help-wrap .question-mark-logo-help {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #999;
  border-radius: 40px;
  color: #fff;
  font-size: 10px;
  text-align: center;
  position: relative;
  right: -2px;
}
/* line 554, ../sass/pages/_product-category.scss */
.catalog-product-view .postcode .fieldset label.label .shippingcode-help-wrap .question-mark-logo-help-text {
  display: none;
  position: absolute;
  left: 25px;
  top: -8px;
  font-size: 11px;
  padding: 4px;
  background: #fff;
  border: 1px solid #ccc;
  width: 182px;
  color: #5d5d5d;
  line-height: normal;
  z-index: 9;
}
/* line 567, ../sass/pages/_product-category.scss */
.catalog-product-view .postcode .fieldset label.label .shippingcode-help-wrap .question-mark-logo-help-text:after, .catalog-product-view .postcode .fieldset label.label .shippingcode-help-wrap .question-mark-logo-help-text:before {
  right: 100%;
  top: 52%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
/* line 577, ../sass/pages/_product-category.scss */
.catalog-product-view .postcode .fieldset label.label .shippingcode-help-wrap .question-mark-logo-help-text:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 6px;
  margin-top: -6px;
}
/* line 583, ../sass/pages/_product-category.scss */
.catalog-product-view .postcode .fieldset label.label .shippingcode-help-wrap .question-mark-logo-help-text:before {
  border-color: rgba(204, 204, 204, 0);
  border-right-color: #ccc;
  border-width: 7px;
  margin-top: -7px;
}
/* line 591, ../sass/pages/_product-category.scss */
.catalog-product-view .postcode .fieldset label.label .shippingcode-help-wrap:hover .question-mark-logo-help-text {
  display: block;
}
/* line 601, ../sass/pages/_product-category.scss */
.catalog-product-view .product-info-main .productinfo-left {
  width: calc(100% - 360px) !important;
}
@media (max-width: 1199px) {
  /* line 601, ../sass/pages/_product-category.scss */
  .catalog-product-view .product-info-main .productinfo-left {
    width: 100% !important;
  }
}
/* line 607, ../sass/pages/_product-category.scss */
.catalog-product-view .product-info-main .addtocart-right {
  min-width: 330px !important;
}
@media (max-width: 1199px) {
  /* line 607, ../sass/pages/_product-category.scss */
  .catalog-product-view .product-info-main .addtocart-right {
    clear: both;
    float: left;
    margin-top: 30px;
    min-width: 100% !important;
  }
}
/* line 617, ../sass/pages/_product-category.scss */
.catalog-product-view .product-info-main .postcode-upper-text {
  color: #fff;
  padding: 11px 8px;
  font-size: 13px;
  background: #4ab70b;
  background: -moz-linear-gradient(top, #4ab70b 0%, #3ea512 51%, #18b903 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #4ab70b), color-stop(51%, #3ea512), color-stop(100%, #18b903));
  background: -webkit-linear-gradient(top, #4ab70b 0%, #3ea512 51%, #18b903 100%);
  background: -o-linear-gradient(top, #4ab70b 0%, #3ea512 51%, #18b903 100%);
  background: -ms-linear-gradient(top, #4ab70b 0%, #3ea512 51%, #18b903 100%);
  background: linear-gradient(to bottom, #4ab70b 0%, #3ea512 51%, #18b903 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ab70b', endColorstr='#18b903', GradientType=0 );
}
@media (max-width: 767px) {
  /* line 617, ../sass/pages/_product-category.scss */
  .catalog-product-view .product-info-main .postcode-upper-text {
    font-size: 12px;
  }
}
/* line 635, ../sass/pages/_product-category.scss */
.catalog-product-view .product-info-main .addtocart-botton .grouped .price-from-groped {
  font-size: 12px;
  font-weight: 300;
  margin-right: 6px;
  font-family: Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
  color: #a3a3a3;
}

@media (max-width: 767px) {
  /* line 647, ../sass/pages/_product-category.scss */
  .table.grouped > tbody {
    border-bottom: none;
  }
}

@media (max-width: 767px) {
  /* line 652, ../sass/pages/_product-category.scss */
  .product-social-links {
    display: none;
  }
}

/* line 658, ../sass/pages/_product-category.scss */
.products-list .price-from-groped {
  font-size: 12px;
  font-weight: 300;
  margin-right: 6px;
  font-family: Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
  color: #a3a3a3;
}

/**Product Detail info Order Change**/

.catalog-product-view .product-info-main .addtocart-botton .abovinfo {color: #FF0000;}

.product.attribute.description h2 {
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 24px !important;
  color: #327D3C !important;
  font-family: arial,helvetica,sans-serif !important;
}
.product.attribute.description p {
  font-size: 16px !important;
  padding-bottom: 0px !important;
  line-height: 24px;
  color: #474747 !important;
  font-family: arial,helvetica,sans-serif !important;
}

.product.attribute.description h3.description-heading {
  font-size: 18px;
  color: #474747;
  font-family: arial,helvetica,sans-serif !important;
  font-weight: 500;
  padding-bottom: 5px;
}