* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

body {
  font-family: "Lato", sans-serif;
}

h1 {
  font-family: "Freshman", "Anton", sans-serif;
  font-size: 80px;
}

h2,
h3,
h4,
h5 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
}

h2 {
  margin-bottom: 15px;
  font-size: 40px;
}

h3 {
  font-size: 24px;
}

.block-r,
.block-l {
  width: 49%;
  display: inline-block;
}

img {
  border: none;
  max-width: 100%;
}

/*
p {
  line-height: 150%;
  margin-bottom: 10px;
  font-size: 19px;
}
*/

a {
  text-decoration: none;
}

ul {
  list-style-image: url("square.gif");
  list-style-position: inside;
}

.outline {
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: black;
}

/* .hidden {
    visibility: hidden;;
} */

.font-bold {
  font-weight: bold;
}

.font-italic {
  font-style: italic;
}

.text-right {
  text-align: right;
}

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

.text-left {
  text-align: left;
}

.wrapper {
  /* padding: 1% 5%; */
  margin: 0 auto;
  max-width: 1520px;
  position: relative;
}

.inner-padding {
  padding: 2% 0;
}

.flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blue-bg-gradient {
  background: rgb(0, 96, 147) !important;
  background: linear-gradient(
    180deg,
    rgba(0, 96, 147, 1) 0%,
    rgba(0, 59, 109, 1) 100%
  ) !important;
}

.green-bg-gradient {
  background: rgb(141, 199, 64) !important;
  background: linear-gradient(
    180deg,
    rgba(141, 199, 64, 1) 0%,
    rgba(102, 153, 51, 1) 100%
  ) !important;
}

.col-1 {
  width: 7.33%;
}

.col-2 {
  width: 15.66%;
}

.col-3 {
  width: 24%;
}

.col-4 {
  width: 32.33%;
}

.col-5 {
  width: 40.66%;
}

.col-6 {
  width: 49%;
}

.col-7 {
  width: 57.33%;
}

.col-8 {
  width: 65.66%;
}

.col-9 {
  width: 74%;
}

.col-10 {
  width: 82.33%;
}

.col-11 {
  width: 90.66%;
}

.col-12 {
  width: 100%;
}

.half-height {
  height: 50%;
}

.clear {
  clear: both;
}

.clear::after {
  content: "";
  display: block;
  clear: both;
}

.content {
  position: relative;
  overflow: hidden;
  min-height: 500px;
}

.content-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
}

.blue-bg {
  position: relative;
  min-height: 100px;
  width: 100%;
  background: rgb(23, 97, 148);
  background: linear-gradient(
    180deg,
    rgba(23, 97, 148, 1) 38%,
    rgba(8, 40, 75, 1) 100%
  );
}

.green-sep {
  position: relative;
  width: 100%;
  background: #8fc64f;
  height: 2px;
}

.grey-bg {
  position: relative;
  min-height: 50px;
  width: 100%;
  background: #333333;
}

.header .grey-bg {
  min-height: 60px;
}
.header {
  width: 100%;
  position: relative;
  margin-bottom: 3%;
}
.responsive-menu-trigger {
  float: right;
  height: 40px;
  width: 40px;
  margin-left: 12px;
  cursor: pointer;
  display: none;
}

.responsive-menu-trigger span {
  display: block;
  width: 35px;
  height: 4px;
  margin: 5px auto;
  background: #8fc64f;
  transition: background 0.5s;
}

.responsive-menu-trigger:hover span {
  background: #8fc64f;
}

.responsive-menu-trigger span:first-child {
  margin-top: 9px;
}

.responsive-menu-container {
  display: none;
  width: 100%;
  position: absolute;
  right: 0;
  top: 150px;
  z-index: 11;
  box-shadow: 0px 30px 27px 0px rgba(4, 6, 117, 0.19);
}
.responsive-menu-container p {
  margin-bottom: 0;
}
.responsive-menu-container a:link,
.responsive-menu-container a:visited {
  display: block;
  text-align: right;
  padding: 20px 15px 20px 5px;
  background-color: #161616f1;
  border-bottom: 1px solid #c3c3c3;
  text-decoration: none;
  color: #ffffff;
  font-size: 20px;
}

.responsive-menu-container a:hover {
  background: rgb(41, 37, 37);
}

.responsive-search {
  display: none;
  background-color: #161616f1;
  padding: 20px 0;
}

.responsive-search input {
  margin: 1%;
  min-width: 98%;
  box-sizing: border-box;
}

.header .shpng-cart {
  display: inline-block;
  height: 50px;
  width: 70px;
  margin: 0 5%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(/images/icons/shopping-cart.png);
}

.header .h-cat-menu {
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  float: right;
  width: calc(100% - 560px);
  margin: auto;
  align-items: center;
  height: 100px;
  z-index: 10;
  position: relative;
}

.header .h-cat-menu .menu-items {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  float: right;
  width: 100%;
  margin: auto;
}

.header .h-cat-menu .menu-items a {
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  color: #ffffff;
}

.header .h-cat-menu .menu-items a.active {
  font-weight: 700;
}

.header .h-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  float: right;
  /* width: calc(100% - 560px); */
  margin: auto;
  height: 60px;
  align-items: center;
}
.header .h-top .h-social {
  color: #fff;
  margin: 8px 20px 0;
}

.search-input {
  width: 100px;
  margin-right: 0px;
  padding: 11px 32px 11px 10px;
  font-size: 11px;
  color: #ffffff;
  border: 3px solid #99cc66;
  border-radius: 15px;
  outline: 0;
  background: #ffffffad;
  margin-left: 15px;
}

.search-form {
  display: inline-block;
  position: relative;
}

.footer {
  margin-top: 3%;
  z-index: 1;
  position: relative;
}

.scratches-bg {
  background: url("/images/scratch-overlay.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  z-index: 2;
  min-height: 150px;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.logo {
  position: absolute;
  z-index: 4;
  max-width: 200px;
}

.header .logo {
  display: block;
  left: 0;
  max-width: 250px;
}

.wp-common .logo {
  max-width: 170px;
}

.footer .logo {
  left: 0;
  bottom: 0;
  top: 5px;
  max-width: 150px;
}
.txt-header {
  display: block;
  text-align: center;
  margin: 1% auto 2%;
}
/* Buttons - BEGIN */
.common-link {
  background: #336699;
  font-weight: 700;
  padding: 0px 20px;
  margin: 1% auto;
  color: #fff;
  outline: none;
  font-family: "Lato";
  position: relative;
  font-size: 20px;
  line-height: 50px;
  cursor: pointer;
  box-shadow: 0 17px 10px -10px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 300ms;
}
.common-link:hover {
  background: #8fc64f;
  box-shadow: 0 37px 20px -20px rgba(0, 0, 0, 0.05);
  transform: translate(0, -5px);
}
button.common-link {
  padding-right: 50px;
  outline: none;
  border: none;
  float: right;
  margin: 0;
}
button.common-link::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transform: scale(1);
  transition: all 0.5s;
  background-image: url(/images/icons/icon-send.png);
}

/* Buttons - END */

/* featured-product-block - BEGIN */
.section-slider-block .slider-content.flex-wrapper {
  align-items: center;
}
.cat-item {
  background: #005184;
  height: calc(235px - 20px);
  display: inline-block;
  width: calc(47% - 20px);
  min-width: 200px;
  background-image: url("/images/glare.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 10px;
  border: 1px solid #fff;
  box-shadow: 0px 0px 20px 0px rgba(21, 22, 22, 0.3);
}

.cat-item .c-item-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 130px;
  width: 130px;
  margin: 0 auto 0px;
}
.cat-item:nth-child(1) .c-item-img {
  background-image: url(/images/home-page/buttons/button-team-logo.png);
}
.cat-item:nth-child(2) .c-item-img {
  background-image: url(/images/home-page/buttons/button-team-numbers.png);
}
.cat-item:nth-child(3) .c-item-img {
  background-image: url(/images/home-page/buttons/button-bottles.png);
}
.cat-item:nth-child(4) .c-item-img {
  background-image: url(/images/home-page/buttons/button-team-signs.png);
}
.cat-item h3 {
  font-family: "Freshman", "Anton", sans-serif;
  color: #fff;
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 1;
}
.cat-item img {
  width: 70%;
}
.points-block .p-item {
  border-right: 1px solid #ebebeb;
}
.points-block .p-item:last-child {
  border-right: none;
}
.points-block .p-item div {
  width: 90%;
  margin: 0 auto;
  padding-left: 100px;
  position: relative;
}
.points-block .p-item div h3 {
  font-weight: bolder;
  color: #336699;
}
.points-block .p-item div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 0;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background-image: url("/images/icons/icon-select.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.points-block .p-item:nth-child(2) div::before {
  background-image: url("/images/icons/icon-customize.png");
}
.points-block .p-item:nth-child(3) div::before {
  background-image: url("/images/icons/icon-review.png");
}
.points-block .p-item:nth-child(4) div::before {
  background-image: url("/images/icons/icon-receive.png");
}
.featured-product-block .product-item {
  background-color: rgb(255, 255, 255);
  border: 2px solid rgb(204, 204, 204);
  box-shadow: 0px 0px 20px 0px rgba(21, 22, 22, 0.2);
}
.product-item .product-image {
  width: 100%;
  min-height: 285px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.product-item .product-wrapper {
  padding: 5%;
}
.product-item h5 {
  color: #cccccc;
  font-size: 12px;
}
.product-item h4 {
  font-size: 24px;
}
.product-item p {
  font-size: 16px;
}

.team-works-block {
  background: url("/images/team-worked-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.contact-bottom-block {
  text-align: center;
}
.contact-bottom-block .contact-info {
  display: inline-block;
  font-size: 20px;
  width: 100%;
  padding-left: 40px;
  padding: 20px 0 20px 40px;
  background-position: left 20px;
  background-repeat: no-repeat;
  text-align: left;
}

.contact-bottom-block .contact-info span {
  width: 100%;
  font-weight: 700;
}

.product-configurator {
  margin-bottom: 50px;
}

.product-header {
  width: 100%;
  padding-bottom: 18px;
  margin-bottom: 30px;
}

.ph-border {
  border-bottom: 2px solid #ccc;
}

.product-header h2 {
  float: left;
}

.ph-price {
  float: right;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.ph-price span {
  display: inline-block;
  font-size: 18px;
  vertical-align: top;
  margin-top: 3px;
}

.product-header p {
  max-width: 670px;
  font-size: 14px;
  clear: both;
}

.conf-double-block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.conf-image {
  margin-top: 10%;
}

.btn-item {
  border: 1px solid #cacaca;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(22, 22, 23, 0.2);
  margin-bottom: 15px;
  box-sizing: border-box;
}

.btn-item .col-6 {
  box-sizing: border-box;
  position: relative;
}

.btn-item .b-info {
  padding: 27px 29px;
  width: calc(49% - 20px);
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-content: center;
}

.btn-item .b-info h3 {
  line-height: 1;
  font-weight: 300;
  margin-left: -2px;
  margin-bottom: 5px;
}

.btn-item .b-info p {
  font-weight: 300;
}

.btn-item .b-info.col-4 {
  width: calc(30% - 20px);
}

.btn-item.col-6.flex-wrapper {
  display: inline-flex;
  flex-wrap: nowrap;
}

.btn-item .col-8 {
  width: 70%;
}

.col-8.b-info.b-small {
  width: 62%;
}

.config-btns ul {
  height: 100%;
}

.config-btns ul li {
  position: relative;
  height: calc(100% - 20px);
  list-style: none;
  background: rgb(254, 254, 254);
  background: linear-gradient(
    180deg,
    rgba(254, 254, 254, 1) 0%,
    rgba(220, 220, 220, 1) 100%
  );
  width: calc(33.33% - 20px);
  padding: 10px;
}

.config-btns ul li.choice-selector {
  height: calc(50% - 20px);
  width: calc(100% - 20px);
  position: relative;
  box-shadow: 0px 0px 20px 0px rgba(22, 22, 23, 0.2);
}

.config-btns .half-height ul li.choice-selector {
  height: 100%;
  box-sizing: border-box;
}

.config-btns ul li.choice-selector label img {
  opacity: 0.3;
}

.choice-selector.active {
  box-shadow: 0px 0px 20px 0px rgba(22, 22, 23, 0.05);
  background: rgb(216, 216, 216);
  background: linear-gradient(
    180deg,
    rgba(254, 254, 254, 1) 0%,
    rgb(202, 202, 202) 100%
  );
  color: white;
}

.config-btns ul li.choice-selector.active label img {
  opacity: 1;
}

.select-block {
  width: 100%;
  position: relative;
}

.sb-current {
  height: 100%;
  padding: 19px 10px 10px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  background: rgb(251,251,251);
  font-size: 11px;
  font-weight: 900;
  cursor: pointer;
  background: linear-gradient(180deg, rgba(251,251,251,1) 0%, rgba(255,255,255,1) 20%, rgba(229,229,229,1) 100%);
}

.sb-current::after {
  content: '';
  display: block;
  width: 10px;
  height: 9px;
  position: absolute;
  right: 27px;
  top: calc(50% - 4.5px);
  background: url('/images/icons/select-block-arrow.png');
}

.sb-options {
  display: none;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 50px;
  right: -1px;
  padding: 15px;
  background: #fff;
  border: 1px solid #cacaca;
}

.sb-options > div {
  cursor: pointer;
  float: left;
  clear: left;
}

.sb-options > div:hover {
  text-decoration: underline;
}

/* ITEM SELCTOR  - BEGIN */

.config-btns .tm-colors.flex-wrapper .flex-wrapper {
  flex-wrap: nowrap;
}

.config-btns .tm-colors .pr-selector {
  width: 44.5%;
}

.pr-selector,
.pr-selector * {
  cursor: pointer;
}

.pr-selector-pic {
  height: 51px;
}

.pr-selector label img {
  opacity: 0.5;
  max-width: 90%;
  max-height: 90%;
  position: relative;
  top: calc(50% + 10px);
  transform: translateY(-50%);
}

.pr-selector.active {
  box-shadow: 0px 0px 20px 0px rgba(22, 22, 23, 0.2);
  background: rgb(163, 163, 163);
  background: linear-gradient(
    180deg,
    rgba(254, 254, 254, 1) 0%,
    rgb(150, 150, 150) 100%
  );
  color: white;
}

.pr-selector.active label img {
  opacity: 1;
}

.pr-selector.active .prs-ttl-bottom {
    text-decoration: underline;
}

.prs-ttl-bottom {
  display: block;
  position: absolute;
  bottom: 10px;
  color: #fff;
  font-size: 14px;
}

.choice-selector,
.choice-selector * {
  cursor: pointer;
}

.config-btns ul li label {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.pr-selecor-ttl {
  display: block;
  width: 100%;
  margin: 0 5px;
  font-size: 14px;
}

.config-btns ul li label input {
  display: none;
}

.pr-selector .js-main-color-input,
.pr-selector .js-accent-color-input {
  display: block;
  visibility: hidden;
}

/* ITEM SELCTOR  - END */

.btn-name-field {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 50px;
}
.pl-name {
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 1px 2px 3px #ddd;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.pl-name label {
  padding: 15px 10px;
  width: 20%;
  height: 100%;
  justify-items: center;
  text-align: center;
  font-size: 28px;
  font-weight: 900;
  background: rgb(254, 254, 254);
  background: linear-gradient(
    180deg,
    rgba(254, 254, 254, 1) 0%,
    rgba(220, 220, 220, 1) 100%
  );
  color: #000000;
}
.btn-name-field .button {
  height: 50px;
  line-height: 50px;
  min-width: 30px;
  border: none;
  border-radius: 0px;
  text-align: center;
  font-weight: 900;
  font-size: 36px;
  padding: 0px 15px;
  cursor: pointer;
  float: left;
  margin: 0px 0px 0px 10px;
  color: #000;
  background: rgb(254, 254, 254);
  background: linear-gradient( 180deg, rgba(254, 254, 254, 1) 0%, rgba(220, 220, 220, 1) 100% );
  box-shadow: 0px 0px 20px 0px rgba(22, 22, 23, 0.1);
}
.input_class {
  height: 100%;
  min-height: 30px;
  width: 77%;
  border: none;
  text-align: left;
  font-weight: normal;
  font-size: 28px;
  padding: 11px 15px;
}
.input_class::placeholder {
  color: #000;
  opacity: 0.8;
}

/* TEAM DESIGN FILES UPLOAD - BEGIN */
.team-logo {
  height: 100%;
}

.file-upload {
  position: relative;
  width: 100%;
  box-shadow: 0px 0px 20px 0px rgba(22, 22, 23, 0.4);
  text-align: center;
  display: block;
  min-height: 65px;
  font-size: 16px;
  height: 50%;
  cursor: pointer;
  background: rgb(251,251,251);
  background: linear-gradient(180deg, rgba(251,251,251,1) 0%, rgba(255,255,255,1) 20%, rgba(229,229,229,1) 100%);
}

.file-upload span {
  display: block;
  position: relative;
  top: 30%;
  font-size: 14px;
}

.file-upload input {
  display: none;
}

.file-upload-remove {
  position: absolute;
  top: 22px;
  width: 10px;
  height: 10px;
  right: -20px;
  color: rgb(235, 27, 27);
  cursor: pointer;
  font-weight: 900;
}

.file-link {
  height: 50%;
  min-height: 65px;
}

.file-link input {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-style: italic;
  text-align: center;
  box-shadow: inset 0px 0px 13px 0px rgba(22, 22, 23, 0.1);
  width: 100%;
  min-height: 65px;
  height: 100%;
  border: 1px solid rgba(207, 207, 207, 0.466);
  box-sizing: border-box;
}

.quad-inputs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.quad-inputs input {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-style: italic;
  text-align: center;
  box-shadow: inset 0px 0px 13px 0px rgba(22, 22, 23, 0.1);
  width: 50%;
  height: 50%;
  min-height: 65px;
  border: 1px solid rgba(207, 207, 207, 0.466);
  box-sizing: border-box;
}

/* TEAM COLORS FILES UPLOAD - END */

/* ADDITIONAL COMMENTS - BEGIN */
.additional-comments {
  height: 100%;
}
.additional-comments input {
  box-shadow: inset 0px 0px 13px 0px rgba(22, 22, 23, 0.1);
  width: 100%;
  height: 100%;
  min-height: 101px;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid rgba(207, 207, 207, 0.466);
  font-size: 15px;
  font-style: Italic;
}

/* ADDITIONAL COMMENTS - END */

/* QUANTITY SELECT - BEGIN */


/* QUANTITY SELECT - END */

/* TIME SELECTOR */

.time-options {
  display: flex;
  height: 100%;
}
.time-options input {
  min-height: 122px;
  height: 100%;
  width: 25%;
  box-sizing: border-box;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  border: none;
  border-right: 1px solid #cacaca;

  background: rgb(254, 254, 254);
  background: linear-gradient(
    180deg,
    rgba(254, 254, 254, 1) 0%,
    rgba(220, 220, 220, 1) 100%
  );
}
.time-options input:last-child {
  border-right: none;
}

/* BUNDLE CHECKBOX  BEGIN*/

.config-btns .bundle-options {
  border-left: 1px solid #cacaca;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  height: 100%;
}

.config-btns .bundle-options label {
  height: calc(50% - 22px);
  list-style: none;
  background: rgb(254, 254, 254);
  width: calc(50% - 22px);
  padding: 10px;
  display: inline-flex;
  justify-content: left;
  align-items: center;
  border: 1px solid rgb(204, 204, 204);
  box-shadow: inset 0px 0px 13px 0px rgba(22, 22, 23, 0.1);
  cursor: pointer;
}
.config-btns .bundle-options label:hover {
  background: rgb(202, 202, 202);
}

.radio-btn input[type="radio"],
.check-box input[type="checkbox"] {
  visibility: hidden;
}

.config-btns .check-box {
  width: 22px;
  height: 22px;
  cursor: pointer;
  display: inline-block;
  margin: 2px 7px 0 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 1px #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: transparent;
}

.config-btns .check-box i {
  background: url("/images/icons/chekbox.png") no-repeat center center;
  position: absolute;
  left: 3px;
  bottom: -15px;
  width: 16px;
  height: 16px;
  opacity: 1;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  -webkit-transform: rotateZ(-180deg);
  -moz-transform: rotateZ(-180deg);
  -o-transform: rotateZ(-180deg);
  transform: rotateZ(-180deg);
}

.config-btns .checkedBox i {
  bottom: 2px;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
}

/* BUNDLE CHECKBOX  - END*/

/* FUNDRAISER - END*/

/* BULLET-POINTS - START*/

.btn-item.bullet-points {
  border: none;
  background: transparent;
  box-shadow: none;
}
.btn-item.bullet-points input {
  width: calc(49% - 20px);
  margin-bottom: 1%;
  display: inline-block;
  padding: 0 10px;
  text-align: center;
  font-size: 20px;
  line-height: 50px;
}

/* BULLET-POINTS - END*/

/* SUBMIT BTN */

.submit-btn {
  width: 100%;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  background: rgb(141, 199, 64);
  background: linear-gradient(
    180deg,
    rgba(141, 199, 64, 1) 0%,
    rgba(102, 153, 51, 1) 100%
  );
  line-height: 1.8;
  border: none;
  outline: none;
  color: #fff;
  margin: 1% 0;
  cursor: pointer;
}

.products-splash {
  margin: 50px 10px;
}

.products-splash {
  margin-bottom: 5px;
}

.products-splash a {
  font-size: 25px;
  color: rgb(105, 104, 104)
}

.products-splash a:hover {
  text-decoration: underline;
}

.ps-done {
  background: #00ff00;
}

/* featured-product-block - END */

/* Footer - BEGIN */
/* Footer - END */

/* MEDIA QUARIES - BEGIN */

/* Laptop & desktop displays */
@media (max-width: 1600px) {
}
@media (max-width: 1520px) {
  .wrapper {
    max-width: 100%;
    padding: 0 1%;
  }
  .col-8 {
    width: 100%;
  }
  .section-slider-block .col-4 {
    width: 100%;
  }
  .header .h-cat-menu {
    width: calc(100% - 300px);
  }
  .cat-item {
    height: auto;
    width: calc(24% - 50px);
    min-width: 200px;
    margin-top: 1%;
    padding: 25px;
  }
  .section-slider-block .slider-content.flex-wrapper {
    flex-wrap: nowrap;
  }
  .section-slider-block .flex-wrapper.wrapper {
    padding: 0;
  }
}
@media (max-width: 1200px) {
  .htr-phone {
    display: inline-block;
  }

  .top-menu {
    display: none;
  }

  .header .h-cat-menu .menu-items {
    display: none;
  }
  .responsive-menu-trigger {
    display: block;
  }
  .responsive-search {
    display: block;
  }
  .header .h-cat-menu {
    width: 50%;
  }
  .header .logo {
    max-width: 200px;
  }
}
/* Tablet landscape */
@media (max-width: 1112px) {
  .col-3 {
    width: 49%;
    margin-bottom: 1%;
  }
}
@media (max-width: 1024px) {
  .cat-item {
    width: calc(49% - 50px);
  }
  .header .logo {
    max-width: 150px;
  }
}
@media (max-width: 834px) {
  .col-6 {
    width: 100%;
  }
  .contact-map-block {
    order: 2;
  }
  .contact-form-block {
    order: 1;
  }
  .col-s-6 {
    width: 49%;
  }
  .btn-item .b-info.col-4 {
    width: calc(100% - 20px);
  }
  .btn-item .col-8 {
    width: 100%;
  }
  .config-btns .tm-colors .pr-selector {
    width: 47.5%;
  }
}
/* Tablet portait */
@media (max-width: 812px) {
}
@media (max-width: 768px) {
}
/* Mobile landscape */
@media (max-width: 568px) {
  .col-3 {
    width: 100%;
    margin-bottom: 1%;
  }
  .cat-item {
    min-width: 150px;
  }
  .header .h-cat-menu {
    width: 55%;
  }
  .col-s-6 {
    width: 100%;
  }
  .contact-bottom-block .contact-info {
    padding-left: 70px;
  }
  .h-top {
    width: 55%;
  }
  .h-top .top-address {
    display: none;
  }
  .btn-item.bullet-points input {
    width: calc(100% - 20px);
  }
}
/* Mobile portait */
@media (max-width: 414px) {
  .cat-item {
    width: calc(100% - 50px);
  }
}
@media (max-width: 320px) {
}

/* MEDIA QUARIES - END */
