@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

.slick-slider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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;
}

.woocommerce.div.product.div.images.woocommerce-product-gallery__image:nth-child(n+2) {
  width: 24% !important;
  display: block;
}

.woocommerce-message {
  border-top-color: #bd874c !important;
}

.flex-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.flex-inner {
  width: calc(50% - 30px);
  margin: 10px;
}
.flex-inner:first-child {
  margin-left: 0px;
}
.flex-inner:last-child {
  margin-right: 0px;
}
.flex-inner h3  {
  margin-top: 20px;
  font-weight: 700;
  font-size: 20px;
  color: #996228;
}

.flex-inner:nth-child(5n + 5) {
	margin-left: 0px;
}

.flex-inner p {
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 991px) and (min-width: 650px) {
  .flex-inner {
    width: calc(50% - 30px);
  }
}
@media (max-width: 649px) {
  .flex-inner {
    width: 100%;
    margin-bottom: 30px;
  }
  .flex-inner:last-child {
    margin-right: 15px;
  }
  .flex-inner:first-child {
    margin-left: 15px;
  }
}

/* Gallery Page */

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
}
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}
.close {
  position: absolute;
  top: 10px;
  right: 25px;
  color: #f1f1f1;
  font-size: 35px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
.modal-content,
#caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }

  to {
    -webkit-transform: scale(1);
  }
}

@keyframes zoom {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

.gallery-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.gallery-inner img {
  width: 100%;
  height: 285px;
  object-fit: cover;
}

@media (max-width: 450px) {
  .gallery-inner {
    width: 100%;
    margin: 5px 5px 10px 5px;
  }
  .product-gallery .gallery-wrapper .gallery-inner img {
    height: 200px;
  }
  .product-gallery .gallery-wrapper .gallery-inner {
    width: calc(50% - 10px);
    margin: 5px;
  }
}
@media (min-width: 451px) and (max-width: 768px) {
  .gallery-inner,
  .product-gallery .gallery-wrapper .gallery-inner {
    width: calc(33.3% - 10px);
    margin: 5px;
  }
  .product-gallery .gallery-wrapper .gallery-inner {
    width: calc(50% - 10px);
    margin: 5px;
  }
}
@media (min-width: 769px) {
  .gallery-inner {
    width: calc(25% - 10px);
    margin: 5px;
  }
  .product-gallery .gallery-wrapper .gallery-inner {
    width: calc(33.3% - 10px);
  }
}
@media (min-width: 991px) {
  .product-gallery .gallery-wrapper .gallery-inner {
    width: calc(16.6% - 10px);
  }
  .product-gallery .gallery-wrapper .gallery-inner img {
    height: 150px;
  }
}

h1.entry-title {
  color: #bd874c !important;
  font-family: "Montserrat";
  font-weight: 700;
}

a.shipping-calculator-button::before {
  content: "Enter Address for Shipping +";
  font-size: 17px;
  color: #bd874c !important;
  font-family: "Montserrat";
  font-weight: 700;
}

.slick-list,
.slick-slider {
  position: relative;
  display: block;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
  outline: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.select2-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 34px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  color: #000;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
}

.select2-container
  .select2-search--inline
  .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  margin: 0;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: none;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 34px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  height: 26px;
  margin-right: 20px;
  padding-right: 0;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #f2c69a transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: 2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled
  .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #f2c69a;
  border-width: 0 4px 5px;
}

.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  padding: 1px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: 700;
  padding: 0 4px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:focus,
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: 1px solid #000;
  outline: 0;
}

.select2-container--default.select2-container--disabled
  .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled
  .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__group {
  padding-left: 0;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: #fff;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, #fff),
    to(#eee)
  );
  background-image: linear-gradient(180deg, #fff 50%, #eee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, #eee),
    to(#ccc)
  );
  background-image: linear-gradient(180deg, #eee 50%, #ccc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFCCCCCC",GradientType=0);
}

.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888;
  border-width: 0 4px 5px;
}

.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -o-linear-gradient(top, #fff 0, #eee 50%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    color-stop(50%, #eee)
  );
  background-image: linear-gradient(180deg, #fff 0, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, #eee),
    to(#fff)
  );
  background-image: linear-gradient(180deg, #eee 50%, #fff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFFFFFFF",GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__clear {
  display: none;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: 700;
  padding: 0 4px;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open
  .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

body {
  font-size: 17px;
  color: #454545;
  line-height: 28px;
  letter-spacing: normal;
  font-family: Montserrat;
  font-weight: 700;
}

body .big-container,
body .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  body .big-container,
  body .container {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  body .big-container,
  body .container {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  body .big-container,
  body .container {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  body .big-container,
  body .container {
    max-width: 1210px;
  }
}

@media (min-width: 1681px) {
  body .container {
    max-width: 1210px;
  }
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin: 0 0 14px;
  font-weight: 500;
  letter-spacing: normal;
  color: #212529;
  font-family: Montserrat;
  text-transform: uppercase;
  padding: 0;
}

body h1 span,
body h2 span,
body h3 span,
body h4 span,
body h5 span,
body h6 span {
  background-color: #fff;
  padding-right: 18px;
  display: inline-block;
  position: relative;
}

body h1.line,
body h2.line,
body h3.line,
body h4.line,
body h5.line,
body h6.line {
  text-align: left;
  position: relative;
}

body h1.line:before,
body h2.line:before,
body h3.line:before,
body h4.line:before,
body h5.line:before,
body h6.line:before {
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.21176470588235294);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.21176470588235294);
  background: #005298;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
}

body h1.wht,
body h2.wht,
body h3.wht,
body h4.wht,
body h5.wht,
body h6.wht {
  color: #fff;
}

body h1.wht.line span,
body h2.wht.line span,
body h3.wht.line span,
body h4.wht.line span,
body h5.wht.line span,
body h6.wht.line span {
  background-color: #912010;
}

body h1.wht.line:before,
body h2.wht.line:before,
body h3.wht.line:before,
body h4.wht.line:before,
body h5.wht.line:before,
body h6.wht.line:before {
  background: #fff;
}

body h1 {
  font-size: 37px;
  line-height: 54px;
  font-family: Montserrat;
  color: #000;
}

body h2 {
  font-size: 29px;
  line-height: 40px;
}

body h3 {
  font-size: 24px;
  line-height: 35px;
}

body h4 {
  font-size: 22px;
  line-height: 34px;
}

body h5 {
  font-size: 20px;
  line-height: 31px;
}

body h6 {
  font-size: 17px;
  line-height: 28px;
}

body p {
  margin-bottom: 18px;
  clear: both;
}

body .border-color-accent,
body .border-color-accent-hover:focus,
body .border-color-accent-hover:hover,
body blockquote {
  border-color: #454545;
}

body a,
body input {
  color: #454545;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all ease 0.3s;
  transition: all 0.3s ease;
}

body a .wht,
body input .wht {
  color: #fff;
}

body a:active,
body a:focus,
body a:hover,
body input:active,
body input:focus,
body input:hover {
  text-decoration: none;
}

body a:hover,
body input:hover {
  color: #000;
}

body a.btn,
body a.button,
body input.btn,
body input.button {
  background-color: #f6b900;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.75px;
  padding: 11px 45px;
  border: 0;
  border-radius: 0;
  display: inline-block;
}

body a.btn:hover,
body a.button:hover,
body input.btn:hover,
body input.button:hover {
  background-color: #000;
  color: #fff;
}

body a.black,
body input.black {
  background-color: #000;
}

body a.black:hover,
body input.black:hover {
  background-color: #fff;
  color: #912010;
}

body button.btn {
  margin-bottom: 0;
  background-color: #000;
  border-radius: 15px;
  text-decoration: none;
  padding: 9px 36px;
  color: #fff;
  border: 3px solid #fff;
  font-family: Montserrat;
  height: 50px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body button.btn:hover {
  background: transparent;
  color: #000;
  border: 3px solid #000;
}

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

body .site-main ul {
  margin: 30px 0;
  padding: 0;
  list-style: none;
}

body .site-main ul li {
  margin: 0 0 30px;
  padding: 0 0 0 22px;
  font-size: 24px;
  line-height: 32px;
  color: #3e896f;
  font-weight: 500;
  font-family: Montserrat;
  text-transform: uppercase;
  position: relative;
}

@media screen and (max-width: 1680px) {
  body .site-main ul li {
    font-size: 20px;
    line-height: 28px;
  }
}

@media screen and (max-width: 767px) {
  body .site-main ul li {
    font-size: 17px;
    line-height: 28px;
    margin: 0 0 20px;
  }
}

body .site-main ul li:before {
  content: "";
  background: #3e896f;
  width: 11px;
  height: 11px;
  left: 0;
  top: 11px;
  position: absolute;
  display: block;
  border-radius: 100%;
}

@media screen and (max-width: 1680px) {
  body .site-main ul li:before {
    top: 9px;
  }
}

@media screen and (max-width: 767px) {
  body .site-main ul li:before {
    top: 10px;
    width: 8px;
    height: 8px;
  }
}

body button:focus {
  outline: none !important;
}

.entry-content {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 15px;
}

body .woocommerce form.checkout_coupon,
body .woocommerce form.login,
body .woocommerce form.register {
  margin: 0;
}

body .woocommerce-page form .form-row label.checkbox,
body .woocommerce form .form-row label.checkbox {
  text-transform: uppercase;
}

body input[type="checkbox"] {
  margin: 0 8px 0 0;
}

.default-content-main {
  margin-bottom: 50px;
}

.default-content-main .default-content-inner .section-inner.medium {
  max-width: 100%;
  width: 100%;
  text-align: center;
  margin: 20px 0;
}

.default-content-main
  .default-content-inner
  .entry-default-content
  .featured-media-inner {
  left: 0;
  position: inherit;
  width: 100%;
}

.default-content-main .default-content-inner .entry-default-content ul {
  list-style: disc;
  margin-bottom: 20px;
}

.default-content-main .default-content-inner .entry-default-content h2 strong {
  font-size: 22px;
}

.default-content-main .default-content-inner .entry-default-content h4 {
  font-size: 18px;
  line-height: 27px;
}

.default-content-main
  .default-content-inner
  .entry-default-content
  .cms-left-right-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px;
}

.default-content-main
  .default-content-inner
  .entry-default-content
  .cms-left-right-main
  .cms-left,
.default-content-main
  .default-content-inner
  .entry-default-content
  .cms-left-right-main
  .cms-right {
  width: 50%;
  padding: 10px;
}

.default-content-main
  .default-content-inner
  .entry-default-content
  .cms-left-right-main
  .cms-right
  img {
  text-align: center;
  margin: 0 auto;
}

.default-content-main
  .default-content-inner
  .entry-default-content
  .cms-left-right-main
  .cms-right
  figure {
  text-align: center;
}

main#site-content {
  min-height: calc(100vh - 70px);
}

div#gform_confirmation_message_1 {
  text-align: center;
  font-family: Montserrat;
  font-weight: 700;
}

.banner_section {
  margin-bottom: 45px;
}

.banner_section .gallery_banner_section_inner .gallery_banner_item {
  position: relative;
}

.banner_section
  .gallery_banner_section_inner
  .gallery_banner_item
  .banner-image {
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .banner_section
    .gallery_banner_section_inner
    .gallery_banner_item
    .banner-image {
    min-height: 305px;
  }
}

.banner_section
  .gallery_banner_section_inner
  .gallery_banner_item
  .banner-image
  img {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .banner_section
    .gallery_banner_section_inner
    .gallery_banner_item
    .banner-image
    img {
    height: 0;
  }
}

.banner_section
  .gallery_banner_section_inner
  .gallery_banner_item
  .banner-inner-content {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.banner_section
  .gallery_banner_section_inner
  .gallery_banner_item
  .banner-inner-content
  .heading {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .banner_section
    .gallery_banner_section_inner
    .gallery_banner_item
    .banner-inner-content
    .heading {
    font-size: 25px;
    line-height: 30px;
  }
}

.banner_section
  .gallery_banner_section_inner
  .gallery_banner_item
  .banner-inner-content
  .content {
  font-size: 23px;
  letter-spacing: -1px;
  line-height: 25px;
  color: #fff;
  font-style: italic;
  font-family: Montserrat;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .banner_section
    .gallery_banner_section_inner
    .gallery_banner_item
    .banner-inner-content
    .content {
    font-size: 18px;
    letter-spacing: -1px;
    line-height: 20px;
  }
}

.banner_section
  .gallery_banner_section_inner
  .gallery_banner_item
  .banner-inner-content
  .content
  p {
  margin-bottom: 0;
}

body .pea_cook_wrapper.pea_cook_bottomright {
  bottom: 10px;
  right: 0;
  width: 98%;
  margin: 0 auto;
  left: 0;
}

body .pea_cook_wrapper {
  position: fixed;
  padding: 0;
  margin: 0;
  border-radius: 0;
  z-index: 10000;
  text-align: center;
  background: transparent !important;
}

body .pea_cook_wrapper p {
  font-size: 14px;
  font-family: Montserrat;
}

button.pea_cook_btn {
  background-color: transparent;
  font-family: Montserrat;
  border: 3px solid #fff;
  color: #fff;
}

body button.pea_cook_btn {
  background-color: transparent !important;
  font-family: Montserrat !important;
  text-shadow: none !important;
  border: 1px solid #fff !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff;
  text-decoration: none;
  padding: 5px 0 4px;
}

body button.pea_cook_btn:hover {
  border: 1px solid #000 !important;
  color: #fff;
  background: #000 !important;
}

.custom-pagi {
  margin: 10px 0 35px;
}

.custom-pagi .pagi {
  text-align: center;
}

.custom-pagi .pagi .page-numbers {
  background: #000;
  padding: 7px 17px;
  display: inline-block;
  color: #fff;
  border: 2px solid #000;
  text-transform: capitalize;
}

.custom-pagi .pagi .page-numbers.current,
.custom-pagi .pagi .page-numbers:hover {
  background: transparent;
  color: #000;
}

.site-cookie p {
  background: rgba(0, 0, 0, 0.85);
  padding: 20px;
  margin: 0;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 999px) {
  #how-to-install-resilient-bar-ceilings
    .default-content-main
    .default-content-inner
    .section-inner.medium {
    display: none;
  }

  .default-content-main .default-content-inner .entry-default-content {
    margin-top: 20px;
  }

  .default-content-main
    .default-content-inner
    .entry-default-content
    .cms-left-right-main {
    display: block;
  }

  .default-content-main
    .default-content-inner
    .entry-default-content
    .cms-left-right-main
    .cms-left,
  .default-content-main
    .default-content-inner
    .entry-default-content
    .cms-left-right-main
    .cms-right {
    width: 100%;
  }

  .default-content-main
    .default-content-inner
    .entry-default-content
    .cms-left-right-main
    .cms-right
    img {
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  body h1 {
    font-size: 31px;
    line-height: 41px;
  }

  body h2 {
    font-size: 28px;
    line-height: 38px;
  }
}

.header-minicart-content {
  display: none;
}

#site-header .top-header {
  background-color: #eec59c;
  padding: 6px 0;
}

#site-header .top-header .top-header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#site-header .top-header .top-header-wrap .welcome-text {
  font-size: 11px;
  color: #fff;

  font-family: Montserrat;
  font-weight: 400;
  line-height: 15px;
}

#site-header .top-header .top_link_section-text ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

#site-header .top-header .top_link_section-text ul li {
  margin: -6px 0 0;
  line-height: normal;
}

#site-header .top-header .top_link_section-text ul li a {
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-family: Montserrat;
  position: relative;
  padding: 0 5px;
}

#site-header .top-header .top_link_section-text ul li a:after {
  content: "";
  margin: 0 7px;
  position: absolute;
  display: inline-block;
  width: 2px;
  height: 11px;
  top: 1px;
  right: -9px;
  background: #fff;
}

#site-header .top-header .top_link_section-text ul li:last-child a:after {
  content: none;
}

#site-header .header-top {
  background: #fff;
}

#site-header .header-top .header-top-inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 3px 0;
}

#site-header .header-top .header-top-inner,
#site-header .header-top .header-top-inner ul.accountsec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#site-header .header-top .header-top-inner ul.accountsec {
  list-style: none;
  padding: 0;
  margin: 0;
}

#site-header .header-top .header-top-inner ul.accountsec li {
  margin: 0;
  position: relative;
  padding: 0 0 0 12px;
  font-size: 12px;
  color: #000;
}

#site-header .header-top .header-top-inner ul.accountsec li a {
  font-size: 12px;
  color: #000;
}

#site-header .header-top .header-top-inner ul.accountsec li:first-child:before {
  content: none;
}

#site-header .header-top .header-top-inner ul.accountsec li:before {
  content: "";
  border-right: 2px solid #fbd25b;
  margin: 0 5px;
  position: absolute;
  display: inline-block;
  width: 2px;
  height: 13px;
  top: 2px;
  left: 0;
}

#site-header .need_section {
  background: url(https://decking-design-supplies.co.uk/wp-content/themes/deckingdesign/dist/images/need.png);
  padding-left: 87px;
  background-repeat: no-repeat;
  background-size: 72px;
  background-position: 4px;
  padding-top: 10px;
  padding-bottom: 4px;
  margin-right: 30px;
}

#site-header .need_section .header-call-details .header-call-title.enquiry {
  font-size: 18px;
  line-height: 17px;
  color: #bb854b;
  font-weight: 700;
  font-family: Montserrat;
}

#site-header .need_section .header-call-details .header-call-subtitle {
  font-size: 13px;
  color: #b3b3b3;
  font-weight: 700;
  font-family: Montserrat;
  font-weight: 700;
  line-height: 13px;
}

#site-header .need_section .header-call-details .call a {
  text-transform: uppercase;
  line-height: 24px;
  text-shadow: none;
  display: inline-block;
  font-size: 23px;
  color: #bb854b;
  font-weight: 700;
  font-family: Montserrat;
}

#site-header .header-inner {
  display: block !important;
  margin: 0 auto;
  background: #fff;
  max-width: 100%;
  padding: 0 !important;
}

#site-header .header-inner .header-titles-wrapper {
  margin-right: 0;
  max-width: 100%;
  text-align: left;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px 0;
}

#site-header .header-inner .header-titles-wrapper .head-cart-acc a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#site-header .header-inner .header-titles-wrapper .head-cart-acc a span {
  line-height: 19px;
  font-size: 0;
  color: #000;
  font-weight: 700;
  padding-left: 0;
  margin-right: 0;
}

#site-header .header-inner .header-titles-wrapper .head-cart-acc a img {
  width: 38px;
  display: none;
}

#site-header .header-inner .header-titles-wrapper .head-cart-acc .header-acc a {
  background: url(https://decking-design-supplies.co.uk/wp-content/themes/deckingdesign/dist/images/myacc.png);
  padding-left: 42px;
  background-repeat: no-repeat;
  margin: 0 10px;
  background-size: 37px;
}

#site-header
  .header-inner
  .header-titles-wrapper
  .head-cart-acc
  .header-cart
  a {
  background: url(https://decking-design-supplies.co.uk/wp-content/themes/deckingdesign/dist/images/cart.png);
  background-repeat: no-repeat;
  background-size: 43px;
  width: 44px;
  margin: 0 10px;
  height: 36px;
  position: relative;
}

#site-header
  .header-inner
  .header-titles-wrapper
  .head-cart-acc
  .header-cart
  span.cart-customlocation {
  color: #fff !important;
  font-size: 10px !important;
  position: absolute;
  top: -6px;
  left: -4px;
  background: #bd874c;
  padding: 0 7px !important;
  border-radius: 10px;
  text-align: center;
  margin: 0 auto;
  width: 20px;
  display: block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

#site-header .header-inner .header-titles-wrapper .header-logo-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#site-header
  .header-inner
  .header-titles-wrapper
  .header-logo-inner
  .header-search {
  position: relative;
  margin-left: auto;
  margin-right: 35px;
}

#site-header
  .header-inner
  .header-titles-wrapper
  .header-logo-inner
  .header-search
  .search-form {
  margin: 0;
}

#site-header
  .header-inner
  .header-titles-wrapper
  .header-logo-inner
  .header-search
  .search-form
  .search-field {
  height: 40px;
  margin: 0;
  width: 465px;
  border-radius: 12px;
  background-color: #ededed;
  border: none;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

#site-header
  .header-inner
  .header-titles-wrapper
  .header-logo-inner
  .header-search
  .search-submit {
  border: 0 solid #444;
  height: 27px;
  width: 20px;
  background: url(/wp-content/uploads/2024/04/searchs.png) no-repeat 100% 0;
  color: #fff;
  font-size: 0;
  position: absolute;
  right: 6px;
  margin: 0;
  padding: 17px;
  text-align: center;
  border-radius: 24px;
  top: 3px;
  background-position: 6px 6px;
  background-size: 23px;
}

#site-header .header-inner .header-titles-wrapper .head-cart-acc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
}

#site-header .header-inner .header-titles-wrapper .head-cart-acc .header-cart,
#site-header
  .header-inner
  .header-titles-wrapper
  .head-cart-acc
  .header-cart
  .shop {
  position: relative;
}

#site-header
  .header-inner
  .header-titles-wrapper
  .head-cart-acc
  .header-cart
  .shop
  .cart-customlocation {
  position: absolute;
  right: -5px;
  padding: 1px 9px;
  background: #000;
  color: #fff;
  border-radius: 20px;
  top: -9px;
}

#site-header
  .header-inner
  .header-titles-wrapper
  .head-cart-acc
  .header-cart
  .header-minicart-content {
  position: absolute;
  width: 390px;
  right: 0;
  background: #000;
  border: 1px solid #bbb;
  padding: 25px 20px;
}

#site-header
  .header-inner
  .header-titles-wrapper
  .head-cart-acc
  .header-cart
  .header-minicart-content
  ul {
  margin: 0;
  list-style: none;
}

#site-header
  .header-inner
  .header-titles-wrapper
  .head-cart-acc
  .header-cart
  .header-minicart-content
  .woocommerce-mini-cart__empty-message {
  display: block;
  font-size: 14px;
  padding: 30px 0 20px;
  text-align: center;
  color: #fff;
}

#site-header
  .header-inner
  .header-titles-wrapper
  .head-cart-acc
  .header-cart
  .header-minicart-content
  .woocommerce-mini-cart
  .woocommerce-mini-cart-item {
  margin: 0 0 19px;
  border: 0.5px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 17px 25px 6px 18px;
}

#site-header
  .header-inner
  .header-titles-wrapper
  .head-cart-acc
  .header-cart
  .header-minicart-content
  .woocommerce-mini-cart
  .header-minicart
  .minicart-title {
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 29px;
}

#site-header .header-inner .header-toggles.hide-no-js {
  display: none;
}

#site-header .header-inner .header-navigation-wrapper {
  background: #bd874c;
}

#site-header .header-inner .header-navigation-wrapper .primary-menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#site-header
  .header-inner
  .header-navigation-wrapper
  .primary-menu-wrapper
  ul.primary-menu {
  margin: 0;
  padding: 0;
  border-radius: 0;
}

#site-header
  .header-inner
  .header-navigation-wrapper
  .primary-menu-wrapper
  ul.primary-menu
  li {
  margin: 0;
}

#site-header
  .header-inner
  .header-navigation-wrapper
  .primary-menu-wrapper
  ul.primary-menu
  li.menu-item-home.current-menu-item
  a {
  background-image: url(../images/home-icon.png);
  background-repeat: no-repeat;
  padding: 21px 22px;
  background-position: 5px;
  background-color: transparent;
}

#site-header
  .header-inner
  .header-navigation-wrapper
  .primary-menu-wrapper
  ul.primary-menu
  li.menu-item-home
  a {
  font-size: 0;
  background-image: url(../images/home-icon.png);
  background-repeat: no-repeat;
  padding: 21px 22px;
  background-position: 5px;
  margin-right: 10px;
}

#site-header
  .header-inner
  .header-navigation-wrapper
  .primary-menu-wrapper
  ul.primary-menu
  li.menu-item-home
  a:hover {
  background-image: url(../images/home-icon.png);
  background-repeat: no-repeat;
  padding: 21px 22px;
  background-position: 5px;
  background-color: transparent;
}

#site-header
  .header-inner
  .header-navigation-wrapper
  .primary-menu-wrapper
  ul.primary-menu
  li
  .icon {
  display: none !important;
}

#site-header
  .header-inner
  .header-navigation-wrapper
  .primary-menu-wrapper
  ul.primary-menu
  li
  a {
  line-height: 17px;
  padding: 19px 27px;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-family: Montserrat;
}

#site-header
  .header-inner
  .header-navigation-wrapper
  .primary-menu-wrapper
  ul.primary-menu
  li
  a:hover {
  color: #fff;
  background: #000;
}

#site-header
  .header-inner
  .header-navigation-wrapper
  .primary-menu-wrapper
  ul.primary-menu
  li
  ul.sub-menu {
  padding: 0;
  border-radius: 0;
}

#site-header
  .header-inner
  .header-navigation-wrapper
  .primary-menu-wrapper
  ul.primary-menu
  li
  ul.sub-menu
  li
  a {
  font-size: 14px;
  padding: 10px;
}

#site-header
  .header-inner
  .header-navigation-wrapper
  .primary-menu-wrapper
  .header_menu_right
  .header_menu_right_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#site-header
  .header-inner
  .header-navigation-wrapper
  .primary-menu-wrapper
  .header_menu_right
  .header_menu_right_links
  .item {
  padding-left: 10px;
}

.acf-switch-input {
  opacity: 0;
  position: absolute;
  margin: 0;
}

.acf-switch.-focus,
.acf-switch:hover {
  border-color: #000;
  background: #000;
  color: #000;
}

.acf-switch {
  display: inline-block;
  border-radius: 17px;
  cursor: pointer;
  position: relative;
  background: #000;
  height: 20px;
  vertical-align: middle;
  border: 1px solid #000;
  -webkit-transition: background 0.25s ease;
  -o-transition: background 0.25s ease;
  transition: background 0.25s ease;
  width: 35px;
  margin-left: 32px;
  margin-right: 58px;
  margin-top: -5px;
}

.acf-switch .acf-switch-on {
  color: #000;
  position: absolute;
  right: -48px;
  padding-left: 0;
}

span.acf-switch-off {
  left: -46px;
}

.acf-true-false {
  position: relative;
}

.acf-switch span {
  display: inline-block;
  text-align: center;
  font-size: 11px;
  line-height: 8px;
  padding: 6px 0 6px 6px;
  min-width: 15px;
  position: absolute;
  color: #000;
  font-family: Montserrat;
  text-transform: uppercase;
  font-weight: 500;
}

.acf-switch.-focus .acf-switch-slider,
.acf-switch:hover .acf-switch-slider {
  border-color: #000;
}

.acf-switch .acf-switch-slider {
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 50%;
  z-index: 1;
  background: #fff;
  border-radius: 17px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-property: left, right;
  -o-transition-property: left, right;
  transition-property: left, right;
  background: #ffc000;
}

.acf-switch.-on .acf-switch-slider {
  left: 50%;
  right: 2px;
}

body .nav-sections-item-content > .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.acf-true-false label {
  margin: 0;
}

#conditional_logic {
  font-size: 0;
  margin: 0;
}

.header_top_links.top-header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1199px) {
  #site-header
    .header-inner
    .header-navigation-wrapper
    .primary-menu-wrapper
    ul.primary-menu
    li
    a {
    padding: 10px 16px;
  }

  #site-header
    .header-inner
    .header-titles-wrapper
    .header-logo-inner
    .header-search
    .search-form
    .search-field {
    width: 450px;
  }

  #site-header .header-inner .header-titles-wrapper .head-cart-acc a span {
    font-size: 0;
    padding-left: 8px;
  }
}

@media screen and (max-width: 1100px) {
  #site-header .need_section {
    display: none;
  }

  #site-header
    .header-inner
    .header-navigation-wrapper
    .primary-menu-wrapper
    ul.primary-menu
    li
    a {
    padding: 10px 11px;
    font-size: 13px;
  }
}

@media screen and (max-width: 999px) {
  #site-header .need_section {
    display: none;
  }

  #site-header .header-top .header-top-inner,
  #site-header .header-top .header-top-inner ul.accountsec {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #site-header .header-inner .toggle {
    padding: 0;
  }

  #site-header .header-inner .toggle.search-toggle {
    right: 0;
    left: auto;
    top: -2px;
  }

  #site-header .header-inner .toggle.search-toggle .toggle-inner .toggle-icon {
    height: 31px;
    width: 34px;
    max-width: 35px !important;
  }

  #site-header
    .header-inner
    .toggle.search-toggle
    .toggle-inner
    .toggle-icon
    svg {
    height: 30px;
    width: 34px;
    max-width: 34px !important;
  }

  #site-header .header-inner .toggle.nav-toggle {
    left: 0;
    outline: none !important;
  }

  #site-header .header-inner .toggle .toggle-inner {
    padding-top: 0;
    height: auto;
    width: auto;
  }

  #site-header .header-inner .toggle .toggle-inner .toggle-icon,
  #site-header .header-inner .toggle .toggle-inner .toggle-icon svg {
    height: 30px;
    width: 30px;
    max-width: 30px !important;
    outline: none !important;
  }

  #site-header .header-inner .header-titles-wrapper {
    padding: 18px 0;
  }

  #site-header .header-inner .header-titles-wrapper .head-cart-acc {
    margin-right: 30px;
  }

  #site-header
    .header-inner
    .header-titles-wrapper
    .head-cart-acc
    .header-acc
    a {
    margin: 0;
  }

  #site-header
    .header-inner
    .header-titles-wrapper
    .head-cart-acc
    .header-acc
    a
    img {
    width: 35px !important;
  }

  #site-header
    .header-inner
    .header-titles-wrapper
    .head-cart-acc
    .header-cart
    a {
    margin: 0 2px;
  }

  #site-header .header-inner .header-titles-wrapper .head-cart-acc a {
    width: 35px;
    height: 35px;
    margin-left: 10px;
  }

  #site-header .header-inner .header-titles-wrapper .head-cart-acc a span {
    display: none;
  }

  #site-header .header-inner .header-titles-wrapper .header-logo-inner {
    position: relative;
    padding: 0;
  }

  #site-header
    .header-inner
    .header-titles-wrapper
    .header-logo-inner
    .header-search {
    display: none;
  }

  #site-header
    .header-inner
    .header-titles-wrapper
    .header-logo-inner
    .header-titles {
    margin-left: 50px;
  }

  #site-header
    .header-inner
    .header-titles-wrapper
    .header-logo-inner
    .header-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  #site-header
    .header-inner
    .header-titles-wrapper
    .header-logo-inner
    .head-cart-acc {
    margin-right: 32px;
    right: 37px;
    top: 16px;
  }

  .menu-modal .menu-modal-inner {
    background: #000;
  }

  .menu-modal .menu-modal-inner .menu-top svg,
  .menu-modal .menu-modal-inner .menu-top svg polygon {
    fill: #fff !important;
  }

  .menu-modal .menu-modal-inner .menu-top .toggle-text {
    display: none;
  }

  .menu-modal .menu-modal-inner .mobile-menu ul.modal-menu {
    position: relative;
    left: 0;
    width: 100%;
  }

  .menu-modal .menu-modal-inner .mobile-menu ul.modal-menu li {
    border-left-width: 0;
  }

  .menu-modal .menu-modal-inner .mobile-menu ul.modal-menu li a {
    font-size: 18px;
    line-height: 17px;
    color: #ececec;
    font-family: Montserrat;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
    padding: 25px 10px;
    text-decoration: none;
  }

  .menu-modal .menu-modal-inner .mobile-menu ul.modal-menu li a:hover {
    background: #f8bb00;
    color: #000;
  }

  .menu-modal .menu-modal-inner .mobile-menu ul.modal-menu li .sub-menu li,
  .menu-modal
    .menu-modal-inner
    .mobile-menu
    ul.modal-menu
    li
    .sub-menu
    li
    .ancestor-wrapper {
    border: none !important;
  }

  .menu-modal .menu-modal-inner .mobile-menu ul.modal-menu li .sub-menu li a {
    border: none !important;
    padding: 15px 20px;
  }

  .menu-modal
    .menu-modal-inner
    .mobile-menu
    ul.modal-menu
    li
    .sub-menu
    li
    .sub-menu
    li
    a {
    padding: 15px 35px;
  }
}

@media screen and (max-width: 768px) {
  #site-header .top-header .top-header-wrap .welcome-text {
    text-align: center;
  }

  #site-header .top-header .top-header-wrap .top_link_section-text {
    display: block;
    width: 100%;
  }

  #site-header .top-header .top-header-wrap .top_link_section-text ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 640px) {
  #site-header .header-top {
    display: none;
  }

  #site-header .header-inner .toggle.search-toggle {
    right: 0;
    left: auto;
  }

  #site-header .header-inner .toggle.nav-toggle {
    left: 0;
  }

  #site-header .header-inner .toggle .toggle-inner {
    padding-top: 0;
    height: auto;
    width: auto;
  }

  #site-header .header-inner .toggle .toggle-inner .toggle-icon,
  #site-header .header-inner .toggle .toggle-inner .toggle-icon svg {
    height: 25px;
    width: 25px;
    max-width: 25px !important;
  }

  #site-header .header-inner .header-titles-wrapper {
    padding: 10px 0;
  }

  #site-header
    .header-inner
    .header-titles-wrapper
    .header-logo-inner
    .header-titles {
    margin-left: 40px;
  }

  #site-header
    .header-inner
    .header-titles-wrapper
    .header-logo-inner
    .head-cart-acc {
    right: 32px;
    top: 19px;
  }

  #site-header
    .header-inner
    .header-titles-wrapper
    .header-logo-inner
    .head-cart-acc
    a
    img {
    width: 32px;
  }

  #site-header
    .header-inner
    .header-titles-wrapper
    .header-logo-inner
    .head-cart-acc
    .header-cart
    .shop
    .cart-customlocation {
    position: absolute;
    right: -8px;
    padding: 0 4px;
    background: #000;
    color: #fff;
    border-radius: 20px;
    top: -9px;
  }

  #site-header
    .header-inner
    .header-titles-wrapper
    .header-logo-inner
    .head-cart-acc
    .header-cart
    .shop
    img {
    width: 38px;
    height: 38px;
  }
}

.footer-main {
  padding: 0;
  background: #996228;
}

.footer-top-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-block {
  width: calc(22% - 20px);
  padding: 0 10px;
}

.footer-block.third {
  width: 28%;
}

.footer-block.footer-last {
  text-align: right;
}

.footer-block.footer-last ul li,
.footer-block.footer-last ul li a {
  text-transform: none !important;
}

.footer-block h2 {
  margin: 0 0 15px;
  padding-bottom: 7px;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 15px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-family: Montserrat;
}

.footer-block.footer-last ul li,
.footer-block a,
.footer-block p {
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  text-transform: capitalize;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.footer-block .footer-slide ul li a {
  color: #fff;
}

.footer-block .footer-slide ul li a:active,
.footer-block .footer-slide ul li a:focus,
.footer-block .footer-slide ul li a:hover,
.footer-block a:active,
.footer-block a:focus,
.footer-block a:hover {
  opacity: 0.6;
}

.footer-block .footer-slide ul {
  padding: 0;
  list-style: none;
  margin-left: 0;
}

.footer-block .footer-slide ul li {
  margin: 0 0 10px;
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  text-transform: capitalize;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.footer-block .footer-slide.last-childs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-block .footer-slide ul li.image {
  margin-top: 10px !important;
}

.footer-block.footer3 .footer-slide ul li {
  margin: 0 0 20px;
}

.footer-payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 16px -5px 0;
}

.footer-payment-item {
  padding: 0 5px;
}

.footer-block.footer4 .footer-slide {
  text-align: right;
  padding-left: 14px;
}

.footer-social {
  margin: 15px 0;
}

.top-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -5px;
}

.social-item {
  padding: 0 5px;
}

.social-item a:hover {
  opacity: 0.6;
}

body .copyright {
  background: #c9ff4b;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 18px 10px;
  font-size: 14px;
  line-height: 24px;
  color: #523675;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  display: none;
}

.bottom-part {
  padding-top: 45px;
}

.footer-menu {
  padding-bottom: 45px;
}

.top-part {
  background-color: #89551e;
}

.top-part .footer-top-main {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 40px;
  padding-top: 40px;
  max-width: 100%;
}

.top-part .footer-top-main,
.top-part .footer-top-main .footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-part .footer-top-main .footer-social .social-item:last-child {
  margin-right: 0;
}

.top-part .footer-top-main .footer-social .social-item a {
  font-size: 18px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  height: 40px;
  width: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.4s ease;
  -o-transition: all ease 0.4s;
  transition: all 0.4s ease;
}

.top-part .footer-top-main .footer-social .social-item a:hover {
  text-decoration: none;
}

.top-part .footer-top-main .bfr-text {
  width: 25%;
}

.top-part .footer-top-main .bfr-text h2 {
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: inherit;
  margin: 0;
  line-height: 20px;
}

.top-part .footer-top-main .bfr-text p {
  font-size: 10.5px;
  line-height: 14px;
  max-width: 290px;
  margin: 0;
  color: #f8f8f8;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

.top-part .footer-top-main .newsletter-form-section {
  padding-left: 0;
}

body .with_frm_style .frm_form_fields > fieldset {
  padding-bottom: 0 !important;
}

body .block.newsletter {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

body .block.newsletter .field .control {
  text-decoration: none;
  display: block;
  position: relative;
}

.block.newsletter .field .control label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-main .newsletter input::-moz-placeholder {
  color: #ffffff;
}

.footer-main .newsletter input::-moz-placeholder,
.footer-main .newsletter input::-webkit-input-placeholder,
.footer-main .newsletter input::placeholder {
  color: #ffffff;
}

.footer-main .newsletter input::-webkit-input-placeholder {
  color: #ffffff !important;
  opacity: 1;
}

.footer-main .newsletter input::-moz-placeholder {
  color: #ffffff !important;
  opacity: 1;
}

.footer-main .newsletter input:-ms-input-placeholder {
  opacity: 1;
}

.footer-main .newsletter input::-ms-input-placeholder {
  opacity: 1;
}

.footer-main .newsletter input::placeholder {
  color: #ffffff !important;
  opacity: 1;
}

.footer-main .newsletter input:-ms-input-placeholder {
  color: #ffffff !important;
}

.footer-main .newsletter input::-ms-input-placeholder {
  color: #ffffff !important;
}

.footer-main .newsletter input {
  background-color: #a87640;
  color: #fff;
  font-size: 14px;
  height: 50px;
  border: 0;
  opacity: 1;
  padding: 10px 15px;
  margin-right: 5px;
  width: 100%;
  display: block;
  min-width: 378px;
  border-radius: 0 !important;
}

.footer-main .newsletter input:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.block.newsletter .field.newsletter {
  max-width: 100% !important;
  float: none !important;
}

.block.newsletter .actions {
  padding-left: 5px;
  width: 27%;
  float: none !important;
}

.block.newsletter .field .control:before {
  display: none;
}

.block.newsletter .action.subscribe {
  background: #7d4ba7;
  border: 1px solid #7d4ba7 !important;
  padding: 6px 30px;
  width: 100%;
  font-size: 14px !important;
  height: 50px;
  line-height: 10px;
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  border-radius: 0 !important;
  -webkit-transition: all 0.4s ease;
  -o-transition: all ease 0.4s;
  transition: all 0.4s ease;
  position: static;
  font-family: "Open Sans", sans-serif;
}

.block.newsletter .action.subscribe:hover {
  background: transparent;
  border: 1px solid #154b75 !important;
  color: #fff;
}

.footer-payment-strip-copyrights {
  background: #7d4ba7;
}

body .footer-copyrights-main .copyright {
  display: block;
  background: transparent;
  text-align: left;
  padding: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: normal;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  font-weight: 400;
}

body .footer-copyrights-main .copyright p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 27px;
  color: #b7b7b7;
  font-family: "Open Sans", sans-serif;
  text-align: center;
}

.payment {
  font-size: 15px;
  line-height: 33px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
}

.payment img {
  margin-left: 5px;
}

.footer-copyrights-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
}

.copyrights {
  background: #f2c69a;
  padding: 10px 0;
  text-align: center;
}

.copyright-text {
  font-size: 13px;
  line-height: 23px;
  color: #fff;
  font-weight: 500;
  font-family: Montserrat;
  text-align: center;
}

.frm_fields_container {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

button.frm_button_submit {
  background: #eec59c !important;
  border: 1px solid #eec59c !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 !important;
  height: 50px !important;
  border-radius: 0 !important;
  padding: 14px 19px !important;
  font-family: "Open Sans", sans-serif;
  min-width: 200px;
}

body .frm_style_formidable-style.with_frm_style .form-field {
  margin-bottom: 0;
}

body .frm_form_fields label {
  display: none !important;
}

@media screen and (max-width: 1199px) {
  .footer-block h2 {
    font-size: 17px;
  }

  .footer-block.footer4 .footer-slide {
    padding-left: 0;
  }
}

@media screen and (max-width: 991px) {
  .footer-block,
  .footer-block.third {
    width: 50%;
    margin: 0 0 30px;
  }

  .frm_fields_container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-main {
    padding: 0;
  }

  .top-part .footer-top-main .newsletter-form-section {
    width: 70%;
    margin: 0 auto 20px;
  }

  .top-part .footer-top-main .bfr-text {
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }

  .top-part .footer-top-main .bfr-text p {
    max-width: 100%;
  }

  .top-part .footer-top-main .footer-social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .footer-block,
  .footer-block.third {
    width: 100%;
  }

  .footer-block.footer3 .footer-slide ul li {
    margin: 0 0 4px;
  }

  .footer-block.footer4 .footer-slide {
    text-align: left;
  }

  .footer-payment {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .top-part .footer-top-main .footer-social {
    margin-bottom: 15px;
  }

  .top-part .footer-top-main .footer-social .social-item a {
    font-size: 28px;
    height: 40px;
    width: 40px;
  }

  .top-part .footer-top-main .newsletter-form-section {
    width: 90%;
    margin: 0 auto 30px;
  }

  .top-part .footer-top-main .bfr-text p {
    margin-bottom: 20px;
  }

  .top-part .footer-top-main .bfr-text h2 {
    margin-bottom: 18px;
  }

  .top-part .footer-top-main {
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .footer-main .newsletter input {
    height: 45px;
  }

  .block.newsletter .action.subscribe {
    height: 45px;
    padding: 6px 20px;
  }

  .footer-block .footer-slide.last-childs {
    display: block;
  }

  .footer-copyrights-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 7px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-block.footer-last {
    text-align: left;
  }

  body .footer-copyrights-main .copyright {
    text-align: center;
    font-size: 14px;
    padding-bottom: 5px;
  }

  .payment {
    text-align: center;
  }

  button.frm_button_submit {
    height: 45px !important;
  }
}

@media screen and (max-width: 640px) {
  .frm_fields_container {
    display: block !important;
  }

  .footer-main .newsletter input {
    min-width: 100%;
  }

  button.frm_button_submit {
    width: 100% !important;
    margin-top: 10px !important;
  }
}

@media screen and (max-width: 480px) {
  .block.newsletter .form.subscribe {
    display: block;
    width: 100%;
  }

  .block.newsletter .actions {
    padding-left: 0;
    width: 100%;
    float: none !important;
    display: block;
  }

  .payment img {
    margin-left: 0;
  }
}

.error404-content {
  text-align: center;
  height: calc(100vh - 141px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 992px) {
  .error404-content {
    height: 100%;
  }
}

.error404-content .error404-content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .error404-content {
    margin: 80px 0;
  }
}

.error404-content h1 {
  color: #bd874c;
  font-size: 100px;
  line-height: normal;
  margin: 0;
  display: block;
  width: 100%;
  font-weight: 700;
  font-family: Montserrat;
}

@media (max-width: 767px) {
  .error404-content h1 {
    font-size: 80px;
  }
}

.error404-content h4 {
  color: #000;
}

.error404-content h3 {
  margin: 0 0 10px;
}

@media (max-width: 767px) {
  .error404-content h3 {
    line-height: normal;
  }
}

.error404-content .intro {
  color: #000;
}

.error404-content .intro,
.error404-content a {
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
  font-family: Montserrat;
}

.error404-content a {
  color: #bd874c;
}

.slider-banners-main {
  overflow: hidden;
  margin-top: 10px;
}

.slider-banners-main .home-slider.slick-initialized.slick-slider {
  display: block;
}

.slider-banners-main
  .home-slider.slick-initialized.slick-slider
  .home-slider-item
  .common-slide-image
  img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .slider-banners-main
    .home-slider.slick-initialized.slick-slider
    .home-slider-item
    .common-slide-image {
    display: none;
  }
}

.slider-banners-main
  .home-slider.slick-initialized.slick-slider
  .home-slider-item
  .common-slide-image--mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .slider-banners-main
    .home-slider.slick-initialized.slick-slider
    .home-slider-item
    .common-slide-image--mobile {
    display: block;
  }
}

.all-features {
  padding: 15px 0;
  background: #f2f2f2;
}

.all-features .home-features-inner.slick-initialized.slick-slider {
  display: block;
}

.all-features .feature-section-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.all-features .feature-section-item .feature-section-details {
  padding-left: 8px;
}

.all-features
  .feature-section-item
  .feature-section-details
  .feature-section-title {
  line-height: 16px;
  font-size: 12px;
  text-transform: uppercase;
  color: #bb854b;
  font-weight: 500;
  font-family: Montserrat;
}

.all-features
  .feature-section-item
  .feature-section-details
  .feature-section-content {
  line-height: 12px;
  font-size: 10px;
  color: #909090;
  font-weight: 400;
  font-family: "Open Sans";
}

.banner-bottom-images-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px 10px;
}

.banner-bottom-images-block .image-block {
  width: 50%;
  padding: 0 5px;
}

@media screen and (max-width: 768px) {
  .banner-bottom-images-block .image-block {
    width: 100%;
    margin: 10px 0;
  }
}

.banner-bottom-images-block .image-block a {
  display: block;
  width: 100%;
  overflow: hidden;
}

.banner-bottom-images-block .image-block a img {
  text-align: center;
  display: block;
  width: 100%;
  -webkit-transition: all 0.6s ease;
  -o-transition: all ease 0.6s;
  transition: all 0.6s ease;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  height: 100%;
  overflow: hidden;
}

.banner-bottom-images-block .image-block a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.banner_bottom_section {
  margin-bottom: 10px;
}

.banner_bottom_section .banner_bottom_section_inner {
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-family: Montserrat;
  -webkit-box-shadow: inset 0 0 56.5px rgba(0, 0, 0, 0.04);
  box-shadow: inset 0 0 56.5px rgba(0, 0, 0, 0.04);
  background-color: #bd874c;
  text-align: center;
  padding: 7px 15px;
}

.home-trending-banners-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -6px;
}

.home-trending-banners-flex .items {
  width: 33.3%;
  padding: 0 6px;
  position: relative;
  margin-bottom: 10px;
}

@media screen and (max-width: 992px) {
  .home-trending-banners-flex .items {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .home-trending-banners-flex .items {
    width: 100%;
  }
}

.home-trending-banners-flex .items img {
  width: 100%;
}

.home-trending-banners-flex .items .title {
  position: absolute;
  bottom: 10px;
  -webkit-box-shadow: inset 0 0 52.5px rgba(0, 0, 0, 0.07);
  box-shadow: inset 0 0 52.5px rgba(0, 0, 0, 0.07);
  background-image: -o-linear-gradient(184deg, #b68047 0, #e4b88b 100%);
  background-image: linear-gradient(266deg, #b68047, #e4b88b);
  padding: 5px;
}

.home-trending-banners-flex .items .title a {
  font-size: 21px;
  line-height: 11px;
  color: #fff;
  font-weight: 500;
  font-family: Montserrat;
}

.home-trending-banners-flex .items .title a strong {
  font-family: Montserrat;
}

.home-trending-banners-flex .items .title a p {
  margin-bottom: 0;
}

.content_image_section {
  background-color: #f6f6f6;
  padding: 40px 0;
}

.content_image_section .content_section2-image .content_section2_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content_image_section
  .content_section2-image
  .content_section2_inner
  .right_content_section {
  width: 58%;
}

@media screen and (max-width: 992px) {
  .content_image_section
    .content_section2-image
    .content_section2_inner
    .right_content_section {
    width: 100%;
  }
}

.content_image_section
  .content_section2-image
  .content_section2_inner
  .right_content_section
  h4 {
  font-size: 23px;
  line-height: 39px;
  color: #e9be92;
  font-weight: 500;
  font-family: Montserrat;
  line-height: 22px;
  margin-bottom: 0;
}

.content_image_section
  .content_section2-image
  .content_section2_inner
  .right_content_section
  h1 {
  font-size: 35px;
  font-family: Montserrat;
  color: #c18b51;
  line-height: 35px;
  font-weight: 700;
}

.content_image_section
  .content_section2-image
  .content_section2_inner
  .right_content_section
  p {
  font-size: 15px;
  color: #000;
  font-weight: 500;
  font-family: Montserrat;
}

.content_image_section
  .content_section2-image
  .content_section2_inner
  .right_content_section
  ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
}

.content_image_section
  .content_section2-image
  .content_section2_inner
  .right_content_section
  ul
  li {
  width: 50%;
  font-size: 15px;
  line-height: 17px;
  color: #000;
  font-weight: 700;
  font-family: Montserrat;
  position: relative;
  padding-left: 10px;
  margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .content_image_section
    .content_section2-image
    .content_section2_inner
    .right_content_section
    ul
    li {
    width: 100%;
  }
}

.content_image_section
  .content_section2-image
  .content_section2_inner
  .right_content_section
  ul
  li:before {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  background-color: #996228;
  border-radius: 0;
}

.content_image_section
  .content_section2-image
  .content_section2_inner
  .left_content_section {
  width: 39%;
}

@media screen and (max-width: 992px) {
  .content_image_section
    .content_section2-image
    .content_section2_inner
    .left_content_section {
    width: 100%;
    margin-bottom: 25px;
  }
}

.content_image_section
  .content_section2-image
  .content_section2_inner
  .left_content_section
  .image
  img {
  width: 100%;
}

.content_bottom_section {
  background: #996228;
  padding: 32px 0;
}

.content_bottom_section .content_bottom_section_inner {
  font-size: 23px;
  color: #f6f6f6;
  font-weight: 700;
  font-family: Montserrat;
  text-align: center;
}

.home-main
  .feature-products-main
  .feature-products-inner
  .big-product-list
  .woocommerce
  ul
  li.product
  span.woocommerce-Price-amount.amount {
  font-size: 16px;
  line-height: normal;
}

.home-main
  .feature-products-main
  .feature-products-inner
  .big-product-list
  .woocommerce
  ul
  li.product
  .price-block {
  display: none;
}

.feature-products-main {
  padding: 40px 0;
}

.feature-products-main .feature-products-inner .title {
  font-size: 30px;
  color: #9f6424;
  font-weight: 700;
  font-family: Montserrat;
  text-transform: uppercase;
  text-align: center;
}

.feature-products-main
  .feature-products-inner
  .big-product-list
  .woocommerce
  ul
  li.product {
  padding: 0 !important;
  margin: 0 15px;
}

.feature-products-main
  .feature-products-inner
  .big-product-list
  .woocommerce
  ul
  li.product
  img {
  margin: 0 auto;
}

.feature-products-main
  .feature-products-inner
  .big-product-list
  .woocommerce
  ul
  li.product
  h2 {
  font-size: 16px;
  color: #535353;
  text-align: center;
  line-height: 18px;
  margin-top: 30px;
}

.feature-products-main
  .feature-products-inner
  .big-product-list
  .woocommerce
  ul
  li.product
  .add_to_cart_button {
  display: none !important;
}

.feature-products-main
  .feature-products-inner
  .big-product-list
  .woocommerce
  ul
  li.product
  span.price {
  display: block;
  font-size: 16px;
  color: #759f28;
  font-weight: 800;
  font-family: "Open Sans", sans-serif;
  text-align: center;
}

.feature-products-main
  .feature-products-inner
  .big-product-list
  .woocommerce
  ul
  li.product:before {
  content: none !important;
}

.faq_section {
  margin-bottom: 60px;
}

.faq_section .faq_section_inner .faq_item .faq_ques {
  position: relative;
}

.faq_section .faq_section_inner .faq_item .faq_ques h2 {
  border-radius: 5px;
  background: #bd874c;
  font-size: 22px;
  letter-spacing: -1px;
  color: #fff;
  font-weight: 500;
  font-family: Montserrat;
  text-align: left;
  padding: 10px 20px;
  line-height: 25px;
  text-transform: none;
}

.faq_section .faq_section_inner .faq_item .faq_ans {
  display: none;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  font-family: Montserrat;
}

.faq-main {
  margin-top: 30px;
}

.faq-main .page-title {
  font-size: 36px;
  line-height: 36px;
  color: #bd874c;
  font-weight: 700;
  font-family: Montserrat;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.contact_section2 {
  margin-top: 46px;
}

.contact_section2 .section2_inner .heading {
  border-bottom: 3px solid #000;
  margin-bottom: 15px;
  font-family: Montserrat;
  font-size: 29px;
  line-height: 30px;
  font-weight: 700px;
  text-transform: uppercase;
  color: #000;
  padding-bottom: 10px;
}

.contact_section2 .section2_inner .short_text {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  margin-bottom: 10px;
}

.contact_section2 .section2_inner .form-address-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .contact_section2 .section2_inner .form-address-block {
    display: block;
  }
}

.contact_section2 .section2_inner .form-address-block .form_main {
  width: 52%;
}

@media screen and (max-width: 767px) {
  .contact_section2 .section2_inner .form-address-block .form_main {
    width: 100%;
  }
}

.contact_section2
  .section2_inner
  .form-address-block
  .form_main
  .form-code
  .frm_fields_container {
  display: block !important;
}

.contact_section2
  .section2_inner
  .form-address-block
  .form_main
  .form-code
  .frm_fields_container
  .frm_form_field {
  margin-bottom: 20px !important;
}

.contact_section2
  .section2_inner
  .form-address-block
  .form_main
  .form-code
  .frm_fields_container
  .frm_form_field
  input,
.contact_section2
  .section2_inner
  .form-address-block
  .form_main
  .form-code
  .frm_fields_container
  .frm_form_field
  select {
  height: 40px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-color: #ccc;
}

.contact_section2
  .section2_inner
  .form-address-block
  .form_main
  .form-code
  .frm_fields_container
  .frm_form_field
  textarea {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-color: #ccc;
}

.contact_section2 .section2_inner .form-address-block .adresses_block {
  width: 39%;
}

@media screen and (max-width: 767px) {
  .contact_section2 .section2_inner .form-address-block .adresses_block {
    width: 100%;
    margin-top: 20px;
  }
}

.contact_section2
  .section2_inner
  .form-address-block
  .adresses_block
  .address-sec {
  background: #f2f2f2;
  padding: 15px;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  font-family: Montserrat;
}

.contact_section2
  .section2_inner
  .form-address-block
  .adresses_block
  .address-sec
  h2 {
  border-bottom: 3px solid #000;
  margin-bottom: 15px;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 29px;
  line-height: 30px;
  text-transform: uppercase;
  color: #000;
  padding-bottom: 10px;
}

.contact_section2
  .section2_inner
  .form-address-block
  .adresses_block
  .address-sec
  .address {
  color: #000;
  padding-left: 25px;
  background: url(https://decking-design-supplies.co.uk/wp-content/themes/deckingdesign/dist/images/location.png);
  background-repeat: no-repeat;
  background-position: 0 6px;
}

.contact_section2
  .section2_inner
  .form-address-block
  .adresses_block
  .address-sec
  .mail {
  padding-left: 25px;
  background: url(https://decking-design-supplies.co.uk/wp-content/themes/deckingdesign/dist/images/email.png);
  background-repeat: no-repeat;
  background-position: 0 6px;
}

.contact_section2
  .section2_inner
  .form-address-block
  .adresses_block
  .address-sec
  .tel {
  padding-left: 25px;
  background: url(https://decking-design-supplies.co.uk/wp-content/themes/deckingdesign/dist/images/phone-call.png);
  background-repeat: no-repeat;
  background-position: 0 6px;
}

.contact_section2
  .section2_inner
  .form-address-block
  .adresses_block
  .address-sec
  a {
  color: #000;
}

.contact_section2
  .section2_inner
  .form-address-block
  .adresses_block
  .address-sec
  .mail {
  margin: 6px 0;
}

div.product.product-type-variable
  .top-width-inner
  .summary.entry-summary
  .price-sku-main {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  div.product.product-type-variable
    .top-width-inner
    .summary.entry-summary
    .price-sku-main {
    margin: 0;
    border: none;
    text-align: left;
  }
}

div.product.product-type-variable
  .top-width-inner
  .summary.entry-summary
  .price-sku-main
  .price-block {
  display: none;
}

div.product.product-type-variable
  .top-width-inner
  .summary.entry-summary
  span.woocommerce-Price-amount.amount:first-child:before {
  padding-left: 0;
  font-family: Montserrat;
  font-weight: 700;
  margin-left: -4px;
  font-size: 17px;
  color: #bb854b;
  margin-right: 5px;
}

div.product.product-type-variable
  .top-width-inner
  .summary.entry-summary
  span.woocommerce-Price-amount.amount:last-child:before {
  padding-left: 0;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 17px;
  color: #bb854b;
  margin-right: 5px;
  margin-left: 5px;
}

div.product .top-width-inner {
  padding: 30px 0 15px;
}

div.product .top-width-inner,
div.product .top-width-inner .right-content_product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

div.product .top-width-inner .right-content_product {
  float: none;
  width: 40%;
}

div.product
  .top-width-inner
  .right-content_product
  .product-main-slider-wrapper {
  width: 100%;
}

div.product .top-width-inner .product_image__slider .thumbnail {
  border: 1px solid #ccc;
  padding: 10px;
}

div.product .top-width-inner .woocommerce_product_thumbnails {
  margin-top: 15px;
}

div.product .top-width-inner .woocommerce_product_thumbnails .slick-track {
  margin-left: 0;
}

div.product .top-width-inner .woocommerce_product_thumbnails .thumbnail {
  margin-right: 10px;
  border: 1px solid #ccc;
  padding: 10px;
}

div.product .top-width-inner .woocommerce_product_thumbnails .thumbnail img {
  cursor: pointer;
}

div.product .top-width-inner .summary.entry-summary {
  float: none;
  width: 56%;
  margin-bottom: 0;
}

div.product .top-width-inner .summary.entry-summary .banner-bottom-item img {
  width: 100%;
  margin-top: 15px;
}

div.product .top-width-inner .summary.entry-summary h1 {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 29px;
  line-height: 30px;
  text-transform: uppercase;
  color: #000;
  padding-bottom: 10px;
}

div.product .top-width-inner .summary.entry-summary .text {
  font-size: 13px;
  letter-spacing: 0;
  color: #895f35;
  font-family: "Open Sans";
  font-weight: 400;
  line-height: 18px;
  padding: 5px 0;
  border-top: 0px solid #d2d2d2 !important;
}

div.product
  .top-width-inner
  .summary.entry-summary
  .woocommerce-product-details__short-description {
  font-size: 13px;
  color: #000;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

div.product
  .top-width-inner
  .summary.entry-summary
  .woocommerce-product-details__short-description
  p {
  margin-bottom: 10px;
}

div.product .top-width-inner .summary.entry-summary .product_meta {
  display: none;
}

div.product .top-width-inner .summary.entry-summary .price-sku-main {
  padding: 10px 0;
  border-top: 1px solid #d2d2d2;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}

div.product
  .top-width-inner
  .summary.entry-summary
  .price-sku-main
  .price-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

div.product .top-width-inner .summary.entry-summary .price-sku-main .price {
  margin: 0;
  line-height: 30px;
  text-align: center;
  font-size: 30px;
  color: #bb854b;
  font-weight: 400;
  font-family: Montserrat;
  font-weight: 700;
}

div.product
  .top-width-inner
  .summary.entry-summary
  .price-sku-main
  .price.price-incl {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

div.product
  .top-width-inner
  .summary.entry-summary
  .price-sku-main
  .price.price-incl:before {
  padding-left: 0;
  font-family: Montserrat;
  font-weight: 700;
  margin-left: -4px;
  font-size: 17px;
  color: #bb854b;
}

div.product
  .top-width-inner
  .summary.entry-summary
  .price-sku-main
  .price.price-excl {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-left: 5px;
}

div.product
  .top-width-inner
  .summary.entry-summary
  .price-sku-main
  .price.price-excl
  span.woocommerce-Price-amount.amount {
  font-size: 13px;
  color: #e9be92;
  font-weight: 500;
  font-family: Montserrat;
  font-weight: 700;
}

div.product
  .top-width-inner
  .summary.entry-summary
  .price-sku-main
  .price.price-excl
  span.woocommerce-Price-amount.amount:before {
  content: "(";
}

div.product
  .top-width-inner
  .summary.entry-summary
  .price-sku-main
  .price.price-excl:after {
  content: "ex VAT )";
  padding-left: 0;
  margin-left: -4px;
  font-size: 13px;
  color: #e9be92;
  font-weight: 500;
  font-family: Montserrat;
  font-weight: 700;
}

div.product
  .top-width-inner
  .summary.entry-summary
  .price-sku-main
  .sku_wrapper {
  font-size: 16px;
  color: #848484;
  font-weight: 700;
  font-family: Montserrat;
  font-weight: 700;
  text-align: center;
  line-height: normal;
}

div.product .top-width-inner .summary.entry-summary .cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: 0;
  position: relative;
}

div.product .top-width-inner .summary.entry-summary .cart p {
  font-size: 16px;
  letter-spacing: -1px;
  color: #676767;
  font-weight: 500;
  font-family: Montserrat;
  font-weight: 700;
}

div.product
  .top-width-inner
  .summary.entry-summary
  .cart
  .woocommerce-variation-add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

div.product .top-width-inner .summary.entry-summary .cart .custom-qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 11px;
  margin-right: 20px;
  width: 30%;
  margin-bottom: 0;
}

div.product .top-width-inner .summary.entry-summary .cart .custom-qty button {
  background: 0 0;
  color: #878787;
  line-height: 19px;
  padding: 3px 4px;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-image: none !important;
  font-size: 25px;
  text-decoration: none;
}

div.product
  .top-width-inner
  .summary.entry-summary
  .cart
  .custom-qty
  button.minus {
  font-size: 14px !important;
}

div.product
  .top-width-inner
  .summary.entry-summary
  .cart
  .custom-qty
  .quantity {
  margin: 0 10px !important;
  width: auto;
}

div.product .top-width-inner .summary.entry-summary .cart .custom-qty .qty {
  background: 0 0;
  border: 1px solid #ccc;
  font-size: 20px;
  line-height: 19px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  max-width: 60% !important;
  height: 42px !important;
  width: 39px !important;
  color: #000;
  padding: 0 !important;
  border-radius: 5px;
}

div.product .top-width-inner .summary.entry-summary .cart .btn {
  font-size: 21px;
  line-height: 21px;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  background: #bd874c;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  font-family: Montserrat;
  font-weight: 700;
  height: auto;
  border: none !important;
  background-image: unset;
  background-repeat: no-repeat;
  background-position: 92%;
}

div.product .top-width-inner .summary.entry-summary .cart .btn:hover {
  background: #000;
  background-image: unset;
  background-repeat: no-repeat;
  background-position: 92%;
}

div.product .top-width-inner .summary.entry-summary .cart .btn:before {
  content: none;
}

body.selected
  div.product
  .top-width-inner
  .summary.entry-summary
  .price-sku-main
  .price.price-incl {
  display: block;
}

.single-product .woocommerce-breadcrumb,
body.selected span.price.price-excl {
  display: none;
}

.woocommerce .product-main-slider-wrapper .product-main-slider {
  border: 1px solid #ccc;
}

.woocommerce .product-thumbnail-slider-wrapper {
  margin-top: 10px;
}

.woocommerce .product-thumbnail-slider-wrapper .slider-item {
  margin-right: 10px;
}

.woocommerce .product-thumbnail-slider-wrapper img {
  border: 1px solid #ccc;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  content: none;
}

.woocommerce
  div.product
  .woocommerce-tabs
  ul.tabs
  li#tab-title-additional_information {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none;
  background-color: #f2c69a;
  display: inline-block;
  position: relative;
  z-index: 0;
  border-radius: 8px 8px 0 0;
  margin: 0 6px 0 0;
  padding: 0 34px;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-family: Montserrat;
  min-width: 250px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  content: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border-bottom: none;
  background: #bd874c;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
  background: #bd874c;
}

.woocommerce
  div.product
  .woocommerce-tabs
  ul.tabs
  li#tab-title-description
  a:before {
  content: "Product ";
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff !important;
  font-family: Montserrat;
  font-weight: 700;
  padding: 0.4em 0 0.5em;
}

.woocommerce div.product .woocommerce-tabs .wc-tab h2 {
  display: none;
}

.woocommerce div.product .woocommerce-tabs .wc-tab strong {
  font-family: Montserrat;
  font-weight: 700;
  color: #33584b;
}

.woocommerce div.product .woocommerce-tabs .wc-tab p {
  font-size: 15px;
  font-family: Montserrat;
  margin: 0 0 6px;
  color: #000;
}

.woocommerce div.product .woocommerce-tabs .wc-tab h5 {
  font-size: 15px !important;
  color: #000 !important;
  font-family: Montserrat;
  font-weight: 700;
  margin: 0 !important;
  text-transform: none;
}

.woocommerce div.product .woocommerce-tabs .wc-tab h6 {
  color: #895f35;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 15px;
  margin: 6px 0 5px;
  line-height: 18px;
  text-transform: none;
}

.woocommerce div.product .woocommerce-tabs .wc-tab a {
  font-size: 18px;
  color: #bd874c !important;
  font-family: Montserrat;
  font-weight: 700;
}

.woocommerce div.product .woocommerce-tabs .wc-tab li {
  font-size: 15px;
  color: #000;
  font-family: Montserrat;
  font-weight: 500;
  list-style: none;
  position: relative;
  padding-left: 10px;
  margin: 0 0 10px;
  text-transform: none;
}

.woocommerce div.product .woocommerce-tabs .wc-tab li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #000;
  display: inline-block;
  top: 11px;
  position: absolute;
  left: 0;
}

.woocommerce div.product .woocommerce-tabs .wc-tab li strong {
  font-family: Montserrat;
  font-weight: 700;
  color: #676767;
  font-size: 16px;
  margin-right: 5px;
}

.woocommerce div.product .woocommerce-tabs .wc-tab table.shop_attributes {
  border: none !important;
}

.woocommerce div.product .woocommerce-tabs .wc-tab table.shop_attributes td,
.woocommerce div.product .woocommerce-tabs .wc-tab table.shop_attributes th {
  border: none !important;
  background: transparent;
}

.woocommerce
  div.product
  .woocommerce-tabs
  .wc-tab
  .woocommerce-Reviews
  .comment-reply-title {
  font-size: 18px;
  color: #000;
  font-family: Montserrat;
  font-weight: 700;
}

.woocommerce
  div.product
  .woocommerce-tabs
  .wc-tab
  .woocommerce-Reviews
  .comment-respond
  label {
  font-size: 16px;
  color: #676767;
  font-family: Montserrat;
  font-weight: 700;
}

.woocommerce
  div.product
  .woocommerce-tabs
  .wc-tab
  .woocommerce-Reviews
  .comment-respond
  select {
  margin-top: 10px;
}

.woocommerce
  div.product
  .woocommerce-tabs
  .wc-tab
  .woocommerce-Reviews
  .form-submit
  input {
  background: #bd874c !important;
  font-size: 18px !important;
  line-height: 16px !important;
  color: #fff !important;
  font-family: Montserrat;
  font-weight: 700;
  text-align: center;
  padding: 10px 20px !important;
  border-radius: 10px !important;
  text-decoration: none !important;
}

body.woocommerce
  div.product
  .woocommerce-tabs
  .wc-tab
  .woocommerce-Reviews
  .form-submit
  input {
  background: #bd874c !important;
}

.related.products.feature-products-main ul.products {
  margin: 40px 0 !important;
}

.related.products.feature-products-main ul.products li.product .button:hover {
  background: #000;
}

.woocommerce ul.products li.product {
  text-align: center;
}

.woocommerce ul.products li.product:before {
  content: none;
}

.woocommerce ul.products li.product img {
  border: 1px solid #ccc;
  padding: 20px;
  height: 250px !important;
}

.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
  padding: 0;
  font-size: 15px !important;
  color: #535353;
  font-family: Montserrat;
  font-weight: 500;
  text-align: center;
  line-height: 18px !important;
  text-transform: none;
  height: 39px;
  overflow: hidden;
}

.woocommerce ul.products li.product .price {
  display: block;
  font-size: 15px;
  color: #759f28;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  text-align: center;
}

.woocommerce ul.products li.product .price-block {
  display: none;
}

.woocommerce ul.products li.product .button {
  display: inline-block;
  margin-top: 1em;
  border-radius: 5px;
  background-color: #f2c69a;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-family: Montserrat;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.woocommerce ul.products li.product .button:hover {
  background-color: #000;
}

.related.products.feature-products-main span.woocommerce-Price-amount.amount,
.woocommerce .content-sidebar-wrap span.woocommerce-Price-amount.amount {
  font-size: 20px !important;
}

select#pa_finish + .select2-container--default .select2-selection--single {
  border: none;
  height: 0;
}

select#pa_finish
  + .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  display: none !important;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
  opacity: 1 !important;
  width: 35%;
}

.woocommerce
  div.product
  div.images
  .woocommerce-product-gallery__image:nth-child(n + 2) {
  width: 100% !important;
  display: block;
}

.woocommerce-page ul.products[class*="columns-"] li.product,
.woocommerce-page ul.products[class*="columns-"] li.product:nth-child(2n),
.woocommerce ul.products[class*="columns-"] li.product,
.woocommerce ul.products[class*="columns-"] li.product:nth-child(2n) {
  clear: none !important;
}

.term-description {
  font-size: 15px;
  color: #000;
  font-weight: 500;
  font-family: Montserrat;
  text-align: center;
}

.woocommerce div.product form.cart .variations {
  position: relative;
  margin: 0;
}

.woocommerce div.product form.cart .variations .value .select2 {
  margin-bottom: 15px;
}

.woocommerce div.product form.cart .variations .label {
  position: relative;
}

.woocommerce div.product form.cart .variations .label:before {
  content: ": Choose and Option";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 160px;
  font-size: 13px;
  font-weight: 700;
  color: #bb854b;
  font-family: Montserrat;
  font-weight: 700;
}

.woocommerce div.product form.cart .variations label {
  font-weight: 700;
  text-align: left;
  font-size: 13px;
  margin-bottom: 3px;
}

.woocommerce div.product form.cart .variations tr {
  display: block;
}

.woocommerce div.product form.cart .variations td {
  padding: 0 0 5px;
}

.woocommerce div.product form.cart .variations th {
  width: 100%;
  display: block;
  padding: 0;
  font-size: 10px;
  color: #000;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

.woocommerce div.product form.cart .variations select {
  max-width: 100%;
  min-width: 270px;
  display: inline-block;
  margin-right: 1em;
  height: 32px;
  border-radius: 7px;
  background-color: #fff;
  font-size: 12px;
  color: #000;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  padding: 0 12px;
}

.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term) {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 4px 9px 0 2px !important;
  padding: 0 !important;
}

.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term).selected,
.rtwpvs
  .rtwpvs-terms-wrapper
  .rtwpvs-term:not(.rtwpvs-radio-term).selected:hover {
  -webkit-box-shadow: 0 0 0 1px #000 !important;
  box-shadow: 0 0 0 1px #000 !important;
}

body.rtwpvs .rtwpvs-wc-select,
body.rtwpvs .rtwpvs-wc-select + .select2,
body.rtwpvs .rtwpvs-wc-select + .select2-container,
body.rtwpvs .rtwpvs-wc-select + .theme-select {
  display: block !important;
}

.wpgs-for {
  border: 1px solid #e1e1e1;
}

.wpgs-for .slick-arrow {
  display: none !important;
}

.wpgs-nav,
.wpgs-nav .slick-next,
.wpgs-nav .slick-prev {
  background-color: transparent !important;
}

.wpgs-nav .slick-slide {
  border-color: #e1e1e1 !important;
}

.rtwpvs.rtwpvs-tooltip .rtwpvs-terms-wrapper [data-rtwpvs-tooltip]:after,
.rtwpvs.rtwpvs-tooltip .rtwpvs-terms-wrapper [data-rtwpvs-tooltip]:before {
  content: none !important;
}

.price-rules-table-wrapper {
  border-top: 1px solid #ccc;
  margin-top: 15px;
  padding-top: 15px;
}

.price-rules-table-wrapper:before {
  content: "Save by buying in bulk";
  font-size: 24px;
  line-height: 24px;
  color: #ffc000;
  font-weight: 800;
  font-family: Montserrat;
  font-weight: 700;
  text-align: left;
  padding-bottom: 15px;
  display: block;
}

.price-rules-table-wrapper table.shop_table {
  border: none !important;
  margin: 0;
  border-radius: 15px 15px 0 0;
}

.price-rules-table-wrapper table.shop_table th {
  background: #000;
  color: #fff;
  text-align: center;
  border: none;
}

.price-rules-table-wrapper table.shop_table th span {
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  font-family: Montserrat;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.price-rules-table-wrapper table.shop_table td {
  color: #000 !important;
  text-align: center;
  width: 50%;
  line-height: normal;
  padding: 4px 7px;
  border-right: 0;
  border-left: 0;
  border-top: 0;
}

.price-rules-table-wrapper table.shop_table td span {
  color: #000 !important;
  font-size: 14px;
  font-family: Montserrat;
  font-weight: 700;
  text-align: center;
}

.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term).selected,
.rtwpvs
  .rtwpvs-terms-wrapper
  .rtwpvs-term:not(.rtwpvs-radio-term).selected:hover {
  -webkit-box-shadow: 0 0 0 1px #799089 !important;
  box-shadow: 0 0 0 1px #799089 !important;
}

.woocommerce div.product .right-content_product.only-image div.images {
  width: 100%;
  opacity: 1 !important;
  border: 1px solid #ccc;
}

.woocommerce #reviews #respond {
  max-width: 600px;
}

.woocommerce #review_form #respond p {
  margin: 0 0 10px;
  display: block;
  width: 100%;
  max-width: 100%;
  text-align: left;
}

.comment-form-rating {
  margin-bottom: 16px;
}

.up-sells.upsells.products ul.products {
  margin: 40px 0 0;
}

.title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.variations .select2-container {
  width: 300px !important;
}

.product span#select2-pa_length-container:before {
  top: -31px;
  left: 46px;
}

.product span#select2-pa_length-container:before,
body span#select2-pa_finish-container:before {
  content: "" attr(title);
  position: absolute;
  font-size: 13px;
  color: #bb854b;
  font-family: Montserrat;
  font-weight: 700;
}

body span#select2-pa_finish-container:before {
  top: -11px;
  left: 86px;
  font-weight: 700;
}

.wpgs-nav img {
  height: 106px !important;
}

span#select2-pa_finish-container {
  font-size: 0;
  border: none;
  line-height: 0;
  height: 0;
}

.woocommerce-product-gallery:after {
  content: "*Please Note: Colour shades may differ depending on different screens. ";
  font-size: 12px;
  line-height: 14px;
  color: #ff8400;
  font-family: Montserrat;
  font-weight: 700;
}

.woocommerce div.product form.cart .reset_variations {
  visibility: hidden;
  font-size: 14px;
  color: #bb854b;
  font-family: Montserrat;
  font-weight: 700;
  display: block;
}

.woocommerce div.product form.cart .reset_variations:after {
  content: " my Choices";
}

.clips a {
  font-size: 13px;
  color: #895f35;
  font-weight: 500;
  font-style: italic;
  font-family: Montserrat;
  font-weight: 700;
  margin-top: 15px;
  display: block;
}

.woocommerce-variation-price {
  display: none;
}

.price-main:before {
  content: "Prices: ";
  font-size: 25px;
}

.price-main:before,
span.woocommerce-Price-amount.amount {
  line-height: 30px;
  text-align: center;
  color: #bb854b;
  font-weight: 500;
  font-family: Montserrat;
  font-weight: 700;
}

span.woocommerce-Price-amount.amount {
  margin: 0;
  font-size: 30px;
}

.content-wrap nav.woocommerce-breadcrumb {
  display: none;
}

h1.woocommerce-products-header__title.page-title {
  text-align: center;
  font-size: 29px;
  line-height: 30px;
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
  font-family: Montserrat;
  font-weight: 700;
}

.woocommerce .woocommerce-breadcrumb {
  margin: 6px 0 1em;
  padding: 0;
  font-size: 12px;
  color: #33584b;
  font-weight: 500;
  font-family: Montserrat;
}

.woocommerce-shop .page-description {
  font-size: 15px;
  color: #000;
  font-weight: 500;
  font-family: Montserrat;
  font-weight: 700;
  text-align: center;
}

.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
  display: none;
}

.woocommerce
  .woocommerce-MyAccount-content
  .select2-container--default
  .select2-selection--single {
  border: 1px solid #dcd7ca;
  border-radius: 0;
  height: 40px;
}

.woocommerce
  .woocommerce-MyAccount-content
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #454545;
  line-height: 40px;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 14px;
}

.woocommerce .woocommerce-MyAccount-content form .form-row input.input-text,
.woocommerce form.woocommerce-form-login .form-row input.input-text {
  height: 40px;
}

.product-type-simple span.price.price_htm,
.related.products.feature-products-main,
li#tab-title-dimensions,
li#tab-title-shipping-returns,
span.price.price_htm {
  display: none;
}

@media screen and (max-width: 999px) {
  div.product .top-width-inner .summary.entry-summary {
    width: 100%;
    margin-top: 20px;
  }

  .woocommerce div.product div.images.woocommerce-product-gallery {
    width: 100%;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    min-width: auto;
    padding: 0 16px;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 0;
    padding: 0;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 14px;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    display: block;
    text-align: left;
    margin: 0;
    padding-left: 0;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: block;
    margin: 0;
    font-size: 16px;
    padding: 10px;
  }
}

@media screen and (max-width: 480px) {
  div.product .top-width-inner .summary.entry-summary h1 {
    font-size: 23px;
  }

  div.product .top-width-inner .summary.entry-summary .cart .custom-qty {
    margin-right: 0;
    width: 66% !important;
    margin-bottom: 15px;
  }

  div.product .top-width-inner .summary.entry-summary .cart .custom-qty button {
    line-height: 30px;
  }

  div.product .top-width-inner .summary.entry-summary .cart .btn {
    width: 100%;
  }
}

.woocommerce-info {
  border-top-color: #996228;
}

.woocommerce-info:before {
  color: #996228;
}

.button {
  background-color: #bd874c !important;
  text-decoration: none;
  background-image: none;
  color: #fff !important;
  font-weight: 500;
  font-family: Montserrat;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.button:hover {
  background-color: #000 !important;
  color: #fff;
}

.woocommerce .button {
  background-color: #bd874c;
  text-decoration: none;
  background-image: none;
  color: #fff;
  font-weight: 500;
  font-family: Montserrat;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.woocommerce .button:hover {
  background-color: #000;
  color: #fff;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0 auto;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text {
  width: 200px;
  height: 40px;
}

.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,
.woocommerce td.product-name .wc-item-meta dt,
.woocommerce td.product-name dl.variation .wc-item-meta-label,
.woocommerce td.product-name dl.variation dt {
  font-size: 15px;
}

.woocommerce td.product-name .wc-item-meta dd,
.woocommerce td.product-name dl.variation dd {
  margin: 0;
  font-size: 14px;
}

.woocommerce-cart-form span.woocommerce-Price-amount.amount,
.woocommerce .woocommerce-cart-form table.shop_table td {
  line-height: 21px;
  font-size: 21px;
}

.woocommerce .woocommerce-cart-form table.shop_table td {
  line-height: 18px;
  font-size: 17px;
  font-family: Montserrat;
  font-weight: 700;
}

.woocommerce .quantity .qty {
  width: 5.631em;
  text-align: center;
}

.cart-collaterals span.woocommerce-Price-amount.amount {
  font-size: 21px;
  line-height: 21px;
}

.woocommerce-page .cart-collaterals .cart_totals table tr td,
.woocommerce .cart-collaterals .cart_totals {
  text-align: right;
}

.woocommerce form.checkout .form-row input.input-text {
  height: 40px;
}

.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last,
.woocommerce form .form-row-first,
.woocommerce form .form-row-last {
  width: 100%;
  overflow: visible;
}

.shop_table.woocommerce-checkout-review-order-table
  .woocommerce-Price-amount.amount {
  font-size: 21px;
  line-height: 21px;
}

.checkout.woocommerce-checkout {
  margin-bottom: 50px;
}

form.checkout.woocommerce-checkout
  .select2-container--default
  .select2-selection--single {
  height: 40px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.woocommerce-shipping-totals
  .select2-container--default
  .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 0;
  font-family: Montserrat;
  font-weight: 700;
  height: 40px;
}

.woocommerce-shipping-totals
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 40px;
  font-family: Montserrat;
  font-weight: 700;
}

.woocommerce ul#shipping_method li input {
  margin: 8px 0.4375em 0 0;
}

.woocommerce table.shop_table {
  border-color: #f2f2f2 !important;
}

.woocommerce div.product div.images .single-product-main-image img {
  padding: 15px;
}

.woocommerce-message {
  margin: 0;
}

.about-main .banner_section {
  margin-top: 15px;
  margin-bottom: 0;
}

.about-main .banner_section .common-slide-image {
  margin-bottom: 20px;
}

.standard--content--inner {
  color: #000;
  font-family: Montserrat;
  font-weight: 400;
  margin-bottom: 40px;
  font-size: 15px;
}

.standard--content--inner h1 {
  font-size: 42px;
  line-height: 40px;
  color: #bd874c;
  font-weight: 700;
  font-family: Montserrat;
  font-weight: 700;
}

.standard--content--inner h2 {
  font-size: 25px;
  line-height: 26px;
  color: #000;
  font-weight: 700;
  font-family: Montserrat;
  font-weight: 700;
}

.standard--content--inner strong {
  color: #bd874c;
  font-family: Montserrat;
  font-weight: 500;
}

.standard--content--inner a {
  color: #000;
  font-family: Montserrat;
  font-weight: 500;
}

.standard--content--inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
}

.standard--content--inner ul li {
  width: 50%;
  font-size: 15px !important;
  line-height: 17px !important;
  color: #000 !important;
  font-weight: 400 !important;
  font-family: Montserrat;
  font-weight: 700;
  position: relative;
  padding-left: 10px !important;
  margin-bottom: 12px !important ;
}

@media screen and (max-width: 768px) {
  .standard--content--inner ul li {
    width: 100%;
  }
}

.standard--content--inner ul li:before {
  content: "";
  width: 5px !important;
  height: 5px !important;
  display: block;
  position: absolute;
  top: 6px !important;
  left: 0;
  background-color: #996228 !important;
  border-radius: 0 !important;
}
@media screen and (max-width: 992px) {
  .woocommerce .quantity .qty {
    width: 5.631em;
    text-align: center;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .woocommerce-page table.cart td.actions .coupon .input-text,
  .woocommerce-page table.cart td.actions .coupon input {
    width: 100%;
    margin-bottom: 10px;
  }

  .woocommerce-page table.cart td.actions .coupon .button {
    width: 100%;
  }
}