/* PAGE CSS */
#custom-bucket-hats a {
  text-decoration: none;
}

#custom-bucket-hats ul,
#custom-bucket-hats li {
  list-style: none;
}

#custom-bucket-hats .section-wrapper {
  max-width: 1440px;
  box-sizing: content-box !important;
  margin: 0 auto;
  padding: 0 64px;
}

@media (max-width: 1280px) {
  #custom-bucket-hats .section-wrapper {
    padding: 0 24px;
  }
}

@media (max-width: 1024px) {
  #custom-bucket-hats .section-wrapper {
    padding: 0 16px;
  }
}

#custom-bucket-hats .section-wrapper .section-title {
  color: #1c244b;
  font-size: 32px;
  font-weight: 600;
  line-height: 51px;
}

@media (max-width: 1024px) {
  #custom-bucket-hats .section-wrapper .section-title {
    font-weight: 700;
    line-height: 45px;
  }
}

#custom-bucket-hats .button-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
}

@media (max-width: 767.98px) {
  #custom-bucket-hats .button-wrapper {
    flex-direction: column;
  }
}

#custom-bucket-hats .button-blue,
#custom-bucket-hats .button-outline {
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  padding: 14px 4px;
}

@media (max-width: 1024px) {

  #custom-bucket-hats .button-blue,
  #custom-bucket-hats .button-outline {
    padding: 13px 4px;
  }
}

@media (max-width: 767.98px) {

  #custom-bucket-hats .button-blue,
  #custom-bucket-hats .button-outline {
    font-size: 22px;
    line-height: 24px;
  }
}

@media (hover: hover) and (pointer: fine) {

  #custom-bucket-hats .button-blue.button-blue:hover,
  #custom-bucket-hats .button-outline.button-blue:hover {
    background: #1764e9;
    box-shadow: 0 8px 19px rgba(166, 166, 166, 0.28), inset 0 4px 4px #6e8efe,
      inset 0 -2px 4px rgba(0, 0, 0, 0.25);
  }

  #custom-bucket-hats .button-blue.button-outline:hover,
  #custom-bucket-hats .button-outline.button-outline:hover {
    color: #fff;
    background: #3578ea !important;
  }
}

/* END OF  PAGE CSS */

/* HATS INTRO CSS */
#bucket-hats-intro {
  padding: 24px 0 45px;
  background: linear-gradient(90deg, #fff 43.45%, #b5c8e0 138.49%);
}

@media (max-width: 1024px) {
  #bucket-hats-intro {
    background: unset;
    padding: 0 0 58px;
  }
}

@media (max-width: 767.98px) {
  #bucket-hats-intro {
    padding: 16px 0px 50px;
  }
}

#bucket-hats-intro .section-wrapper {
  display: flex;
  align-items: center;
}

@media (max-width: 1024px) {
  #bucket-hats-intro .section-wrapper {
    flex-direction: column-reverse;
    gap: 32px;
  }
}

@media (max-width: 767.98px) {
  #bucket-hats-intro .section-wrapper {
    gap: 0;
  }
}

#bucket-hats-intro .section-wrapper .page-title {
  color: #1c244b;
  font-size: 56px;
  font-weight: 900;
  line-height: 72px;
  margin-bottom: 24px;
  width: 573px;
}

@media (max-width: 1280px) {
  #bucket-hats-intro .section-wrapper .page-title {
    width: unset;
  }
}

@media (max-width: 1024px) {
  #bucket-hats-intro .section-wrapper .page-title {
    font-size: 40px;
    text-align: center;
    margin-bottom: 18px;
  }
}

@media (max-width: 767.98px) {
  #bucket-hats-intro .section-wrapper .page-title {
    font-size: 32px;
    line-height: normal;
    margin-bottom: 0;
  }
}

#bucket-hats-intro .section-wrapper .google-reviews {
  margin-top: 27px;
}

@media (max-width: 767.98px) {
  #bucket-hats-intro .section-wrapper .google-reviews {
    margin-top: 8px;
  }
}

#bucket-hats-intro .section-wrapper .google-reviews .ti-widget>.ti-widget-container {
  display: flex;
}

@media (max-width: 1024px) {
  #bucket-hats-intro .section-wrapper .google-reviews .ti-widget>.ti-widget-container {
    justify-content: center;
  }
}

#bucket-hats-intro .section-wrapper .google-reviews .ti-widget>.ti-widget-container>.ti-header {
  padding: 0;
}

@media (min-width: 768px) {
  #bucket-hats-intro .section-wrapper .google-reviews .ti-widget>.ti-widget-container>.ti-header {
    flex-wrap: nowrap !important;
  }
}

#bucket-hats-intro .section-wrapper .intro-content {
  width: 45%;
}

@media (max-width: 1024px) {
  #bucket-hats-intro .section-wrapper .intro-content {
    width: 100%;
  }
}

#bucket-hats-intro .section-wrapper .intro-content .page-subtitle {
  color: #1c244b;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 24px;
}

@media (max-width: 1024px) {
  #bucket-hats-intro .section-wrapper .intro-content .page-subtitle {
    text-align: center;
    margin: 0 auto 18px;
    max-width: 633px;
  }
}

@media (max-width: 767.98px) {
  #bucket-hats-intro .section-wrapper .intro-content .page-subtitle {
    margin-bottom: 32px;
  }
}

#bucket-hats-intro .section-wrapper .intro-content .delivery-options {
  display: flex;
  max-width: 460px;
  margin-bottom: 27px;
}

@media (max-width: 1024px) {
  #bucket-hats-intro .section-wrapper .intro-content .delivery-options {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  #bucket-hats-intro .section-wrapper .intro-content .delivery-options {
    margin-bottom: 32px;
  }
}

#bucket-hats-intro .section-wrapper .intro-content .delivery-options .delivery-opt {
  padding-bottom: 20px;
}

@media (max-width: 1024px) {
  #bucket-hats-intro .section-wrapper .intro-content .delivery-options .delivery-opt {
    padding-bottom: 0;
    width: 50%;
  }
}

#bucket-hats-intro .section-wrapper .intro-content .delivery-options .delivery-opt:first-of-type {
  padding-right: 24px;
  border-right: 1px solid #1c244b;
}

#bucket-hats-intro .section-wrapper .intro-content .delivery-options .delivery-opt:last-of-type {
  padding-left: 24px;
}

#bucket-hats-intro .section-wrapper .intro-content .delivery-options .title {
  color: #1c244b;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.4px;
  margin-bottom: 10px;
}

@media (max-width: 767.98px) {
  #bucket-hats-intro .section-wrapper .intro-content .delivery-options .title {
    font-size: 16px;
    letter-spacing: -0.32px;
  }
}

#bucket-hats-intro .section-wrapper .intro-content .delivery-options .detail {
  color: #1c244b;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media (max-width: 1024px) {
  #bucket-hats-intro .section-wrapper .intro-content .delivery-options .detail {
    color: #555e6d;
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  #bucket-hats-intro .section-wrapper .intro-content .delivery-options .detail {
    color: #555e6d;
    font-size: 14px;
  }
}

#bucket-hats-intro .section-wrapper .intro-content .delivery-options .detail span,
#bucket-hats-intro .section-wrapper .intro-content .delivery-options .detail a {
  color: #1c244b;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

@media (max-width: 1024px) {

  #bucket-hats-intro .section-wrapper .intro-content .delivery-options .detail span,
  #bucket-hats-intro .section-wrapper .intro-content .delivery-options .detail a {
    font-size: 16px;
    display: block;
    margin-top: 4px;
  }
}

@media (max-width: 767.98px) {

  #bucket-hats-intro .section-wrapper .intro-content .delivery-options .detail span,
  #bucket-hats-intro .section-wrapper .intro-content .delivery-options .detail a {
    font-size: 14px;
  }
}

#bucket-hats-intro .section-wrapper .intro-content .delivery-options .detail a {
  cursor: pointer;
}

#bucket-hats-intro .section-wrapper .intro-content .button-wrapper {
  width: 100%;
}

@media (max-width: 1024px) {
  #bucket-hats-intro .section-wrapper .intro-content .button-wrapper {
    justify-content: center;
  }
}

#bucket-hats-intro .section-wrapper .intro-content .button-wrapper a {
  max-width: 100%;
}

@media (max-width: 767.98px) {
  #bucket-hats-intro .section-wrapper .intro-content .button-wrapper a {
    width: 100% !important;
    max-width: 328px;
  }
}

#bucket-hats-intro .section-wrapper .intro-content .button-wrapper .button-blue {
  width: 273px;
}

#bucket-hats-intro .section-wrapper .intro-content .button-wrapper .button-outline {
  width: 196px;
}

#bucket-hats-intro .section-wrapper .intro-photo {
  width: 55%;
  display: flex;
}

@media (max-width: 1024px) {
  #bucket-hats-intro .section-wrapper .intro-photo {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  #bucket-hats-intro .section-wrapper .intro-photo {
    margin-bottom: 14px;
  }
}

#bucket-hats-intro .section-wrapper .intro-photo img {
  max-width: 100%;
  object-fit: contain;
}

/* END OF HATS INTRO CSS */

/* BRANDS CSS */
#landing-brands {
  background: #f6faff;
  margin-top: 16px;
  padding: 30px 0;
}

@media (max-width: 1024px) {
  #landing-brands {
    padding: 24px 0 50px;
  }
}

@media (max-width: 767.98px) {
  #landing-brands {
    padding: 40px 0;
  }
}

#landing-brands .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 29px;
  text-align: center;
  margin-bottom: 36px;
  color: #555e6d;
  letter-spacing: -0.3px;
}

@media (max-width: 1024px) and (min-width: 767.98px) {
  #landing-brands .title {
    font-size: 16px;
    letter-spacing: -0.24px;
    line-height: 24px;
  }
}

@media (max-width: 767.98px) {
  #landing-brands .title {
    margin-bottom: 28px;
  }
}

#landing-brands .brands-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% + 24px);
  margin: 0 -12px;
}

@media (max-width: 1024px) {
  #landing-brands .brands-list {
    width: calc(100% + 16px);
    margin: 0 -8px;
  }
}

@media (max-width: 767.98px) {
  #landing-brands .brands-list {
    width: calc(100% + 14px);
    margin: 0 -7px;
    justify-content: center;
  }
}

#landing-brands .brands-list .brand-item {
  width: calc(100% / 8 - 24px);
  height: 80px;
  margin: 0 12px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 30px 40px 0px rgba(212, 217, 232, 0.25);
  padding: 8px 4px;
}

@media (max-width: 1024px) {
  #landing-brands .brands-list .brand-item {
    width: calc(100% / 8 - 16px);
    margin: 0 8px;
    height: 64px;
  }
}

@media (max-width: 767.98px) {
  #landing-brands .brands-list .brand-item {
    width: calc(100% / 3 - 14px);
    margin: 0 7px 16px;
    max-width: 100px;
  }
}

#landing-brands .brands-list .brand-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* END OF BRANDS CSS */

/* HATS PRODUCTS CSS */
#bucket-hats-products {
  padding: 70px 0;
}

@media (max-width: 1024px) {
  #bucket-hats-products {
    padding: 50px 0;
  }

  #bucket-hats-products .section-wrapper {
    padding: 0 !important;
  }
}

@media (max-width: 767.98px) {
  #bucket-hats-products {
    padding: 50px 0 30px;
  }
}

#bucket-hats-products .section-title {
  margin-bottom: 12px;
  text-align: center;
}

@media (max-width: 1024px) {
  #bucket-hats-products .section-title {
    padding: 0 16px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767.98px) {
  #bucket-hats-products .section-title {
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 10px;
  }
}

#bucket-hats-products .section-subtitle {
  color: #172640;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 36px;
  padding: 0 16px;
}

@media (max-width: 1024px) {
  #bucket-hats-products .section-subtitle {
    margin-bottom: 30px;
  }
}

@media (max-width: 767.98px) {
  #bucket-hats-products .section-subtitle {
    margin-bottom: 20px;
  }
}

#bucket-hats-products .product-card-container {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  column-gap: 18px;
  padding-bottom: 32px;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

@media (max-width: 1024px) {
  #bucket-hats-products .product-card-container {
    padding: 0 16px 24px;
    grid-template-columns: repeat(5, minmax(248px, 20%));
    overflow-x: auto;
    column-gap: 24px;
  }
}

@media (max-width: 767.98px) {
  #bucket-hats-products .product-card-container {
    column-gap: 18px;
    padding-bottom: 28px;
  }
}

#bucket-hats-products .product-card-container::-webkit-scrollbar {
  display: none;
}

#bucket-hats-products .product-card-container .product-card {
  border-radius: 4px;
  border: 1px solid #f4f5f6;
  background: #fff;
  box-shadow: 0px 9px 26px 0px rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

@media (hover: hover) and (pointer: fine) {
  #bucket-hats-products .product-card-container .product-card:hover {
    border: 1px solid #3578ea;
  }
}

#bucket-hats-products .product-card-container .product-card .prod-card-header {
  border-bottom: 1px solid #e8e9ea;
  display: flex;
}

#bucket-hats-products .product-card-container .product-card .prod-card-header img {
  max-width: 100%;
  width: 100%;
}

#bucket-hats-products .product-card-container .product-card .prod-card-content {
  padding: 16px 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

#bucket-hats-products .product-card-container .product-card .prod-card-content .product-info {
  margin-bottom: 23px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #bucket-hats-products .product-card-container .product-card .prod-card-content .product-info {
    margin-bottom: 20px;
  }
}

#bucket-hats-products .product-card-container .product-card .prod-card-content .product-info .brand-name {
  color: #0b1629;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 6px;
  transition: all 0.3s;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #bucket-hats-products .product-card-container .product-card .prod-card-content .product-info .brand-name {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 8px;
  }
}

#bucket-hats-products .product-card-container .product-card .prod-card-content .product-info .product-name {
  color: #172640;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
}

#bucket-hats-products .product-card-container .product-card .prod-card-content .design-btn {
  width: 100%;
  padding: 7px;
  transition: all 0.3s;
  border-radius: 20px;
  border: 1px solid #3578ea;
  color: #3578ea;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}

@media (hover: hover) and (pointer: fine) {
  #bucket-hats-products .product-card-container .product-card .prod-card-content .design-btn:hover {
    color: #fff;
    background-color: #3578ea;
  }
}

#bucket-hats-products .browse-more-container {
  display: flex;
  align-items: center;
  border-radius: 4px;
  background: #e1e9fc;
  padding: 10px 16px;
}

@media (max-width: 1024px) {
  #bucket-hats-products .browse-more-container {
    width: calc(100% - 32px);
    margin: 0 auto;
    padding: 18px 16px;
  }
}

@media (max-width: 767.98px) {
  #bucket-hats-products .browse-more-container {
    padding: 13px 20px;
    flex-direction: column;
    justify-content: center;
  }
}

#bucket-hats-products .browse-more-container>img {
  margin-right: 12px;
}

@media (max-width: 767.98px) {
  #bucket-hats-products .browse-more-container>img {
    margin-right: 0;
    margin-bottom: 4px;
  }
}

#bucket-hats-products .browse-more-container .text {
  margin-right: auto;
  color: #1c244b;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

@media (max-width: 1024px) {
  #bucket-hats-products .browse-more-container .text {
    font-size: 13px;
  }
}

@media (max-width: 767.98px) {
  #bucket-hats-products .browse-more-container .text {
    margin: 0 auto 12px;
    font-size: 12px;
    text-align: center;
  }
}

#bucket-hats-products .browse-more-container .browse-more-btn {
  color: #3578ea;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  display: flex;
  align-items: center;
  gap: 7px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #bucket-hats-products .browse-more-container .browse-more-btn {
    font-size: 14px;
  }

  #bucket-hats-products .browse-more-container .browse-more-btn img {
    width: 20px;
    height: 20px;
  }
}

/* END OF HATS PRODUCTS CSS */

/* GOOGLE REVIEWS CSS */
#landing-g_reviews {
  padding: 44px 0;
  background: #f6faff;
}

@media (max-width: 1024px) {
  #landing-g_reviews {
    padding: 44px 0 50px;
  }
}

#landing-g_reviews .reviews-wrapper {
  width: calc(100% + 40px);
  margin: 0 -20px 40px;
}

@media (max-width: 1024px) {
  #landing-g_reviews .reviews-wrapper {
    width: 100%;
    margin: 0 0 40px;
  }
}

#landing-g_reviews .button-blue {
  width: 242px;
  max-width: 100%;
  margin: 0 auto;
  color: #fff;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #landing-g_reviews .button-blue {
    font-size: 16px !important;
    width: 265px;
    padding: 12px 4px !important;
  }
}

@media (max-width: 767.98px) {
  #landing-g_reviews .button-blue {
    width: 328px;
  }
}

/* END OF GOOGLE REVIEWS CSS */

/* HATS FORM CSS */
#bucket-hats-quote {
  background: linear-gradient(90deg, #090b32 -6.94%, #071727 100%);
  padding: 62px 0;
}

@media (max-width: 1024px) {
  #bucket-hats-quote {
    padding: 50px 0;
  }
}

@media (max-width: 767.98px) {
  #bucket-hats-quote {
    padding: 0;
    background: #f6faff;
  }
}

#bucket-hats-quote .title-wrapper {
  margin-bottom: 24px;
}

#bucket-hats-quote .title-wrapper .quote-title {
  color: #1c244b;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
  text-align: center;
}

@media (max-width: 767.98px) {
  #bucket-hats-quote .title-wrapper .quote-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 24px;
  }
}

#bucket-hats-quote .title-wrapper .quote-subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #34a853;
  font-size: 13px;
  font-weight: 500;
}

#bucket-hats-quote .title-wrapper .quote-subtitle img {
  width: 19px;
  height: 19px;
  object-fit: contain;
}

#bucket-hats-quote .quote-content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1024px) {
  #bucket-hats-quote .quote-content-wrapper {
    flex-direction: column;
  }
}

#bucket-hats-quote .quote-content-wrapper .quote-content {
  width: calc(100% - 600px);
  position: relative;
}

@media (max-width: 1440px) {
  #bucket-hats-quote .quote-content-wrapper .quote-content {
    width: calc(100% - 500px);
  }
}

@media (max-width: 1024px) {
  #bucket-hats-quote .quote-content-wrapper .quote-content {
    width: 100%;
    margin-bottom: 110px;
  }
}

@media (max-width: 767.98px) {
  #bucket-hats-quote .quote-content-wrapper .quote-content {
    background: linear-gradient(90deg, #090b32 -6.94%, #071727 100%);
    width: calc(100% + 32px);
    margin: 0 -16px;
    padding: 50px 16px;
  }
}

#bucket-hats-quote .quote-content-wrapper .quote-content .photo {
  position: absolute;
  right: 0;
  top: 30%;
}

@media (max-width: 1100px) {
  #bucket-hats-quote .quote-content-wrapper .quote-content .photo {
    width: 130px;
  }

  #bucket-hats-quote .quote-content-wrapper .quote-content .photo img {
    width: 100%;
    object-fit: contain;
  }
}

@media (max-width: 1024px) {
  #bucket-hats-quote .quote-content-wrapper .quote-content .photo {
    top: 100%;
    transform: rotate(110deg);
    right: 32px;
  }
}

#bucket-hats-quote .quote-content-wrapper .quote-content .title {
  color: #fff;
  font-family: "Poppins" !important;
  font-size: 64px;
  font-weight: 700;
  line-height: 100px;
  margin-bottom: 24px;
}

@media (max-width: 1220px) {
  #bucket-hats-quote .quote-content-wrapper .quote-content .title {
    font-size: 50px;
    line-height: 70px;
  }
}

@media (max-width: 1024px) and (min-width: 767.98px) {
  #bucket-hats-quote .quote-content-wrapper .quote-content .title {
    text-align: center;
    font-size: 40px;
    line-height: 64px;
  }
}

@media (max-width: 767.98px) {
  #bucket-hats-quote .quote-content-wrapper .quote-content .title {
    font-size: 28px;
    line-height: 45px;
  }
}

#bucket-hats-quote .quote-content-wrapper .quote-content .title .text-highlight {
  color: #68c0fe;
}

@media (min-width: 1025px) {
  #bucket-hats-quote .quote-content-wrapper .quote-content .title .text-highlight {
    display: block;
  }
}

#bucket-hats-quote .quote-content-wrapper .quote-content .feature-title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 28px;
}

@media (max-width: 1024px) and (min-width: 767.98px) {
  #bucket-hats-quote .quote-content-wrapper .quote-content .feature-title {
    display: none;
  }
}

@media (max-width: 767.98px) {
  #bucket-hats-quote .quote-content-wrapper .quote-content .feature-title {
    font-size: 16px;
  }
}

#bucket-hats-quote .quote-content-wrapper .quote-content .features-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  list-style: none;
  margin-bottom: 40px;
}

@media (max-width: 1024px) and (min-width: 767.98px) {
  #bucket-hats-quote .quote-content-wrapper .quote-content .features-list {
    flex-direction: row;
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  #bucket-hats-quote .quote-content-wrapper .quote-content .features-list {
    gap: 16px;
    margin: 0;
  }
}

#bucket-hats-quote .quote-content-wrapper .quote-content .features-list .feature {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
  padding-left: 46px;
}

@media (max-width: 1024px) {
  #bucket-hats-quote .quote-content-wrapper .quote-content .features-list .feature {
    font-size: 14px;
    padding-left: 38px;
  }
}

@media (max-width: 767.98px) {
  #bucket-hats-quote .quote-content-wrapper .quote-content .features-list .feature {
    font-size: 16px;
  }
}

#bucket-hats-quote .quote-content-wrapper .quote-content .features-list .feature:before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  left: 0;
  top: -4px;
  background-image: url("/uploads/12037607/File/embroidery/assets/tick-navy-circle.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 1024px) and (min-width: 767.98px) {
  #bucket-hats-quote .quote-content-wrapper .quote-content .features-list .feature:before {
    width: 24px;
    height: 24px;
    top: 0;
    transform: unset;
  }
}

#bucket-hats-quote .quote-content-wrapper .quote-content .reviews-box {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media (max-width: 1024px) {
  #bucket-hats-quote .quote-content-wrapper .quote-content .reviews-box {
    display: none;
  }
}

#bucket-hats-quote .quote-content-wrapper .quote-content .reviews-box .t_logo {
  height: 65px;
}

#bucket-hats-quote .quote-content-wrapper .quote-content .reviews-box .t_logo img {
  height: 100%;
  object-fit: contain;
}

#bucket-hats-quote .quote-content-wrapper .quote-content .reviews-box .g_reviews {
  height: 65px;
  padding: 9px 14px;
  background: #fff;
  border-radius: 4px;
  border-top: 2px solid #34a853;
  display: flex;
  align-items: center;
  gap: 7px;
  text-decoration: none;
}

#bucket-hats-quote .quote-content-wrapper .quote-content .reviews-box .g_reviews .g_logo {
  width: 35px;
  height: 35px;
}

#bucket-hats-quote .quote-content-wrapper .quote-content .reviews-box .g_reviews .g_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#bucket-hats-quote .quote-content-wrapper .quote-content .reviews-box .g_reviews .content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

#bucket-hats-quote .quote-content-wrapper .quote-content .reviews-box .g_reviews .content .title {
  font-size: 10px;
  font-weight: 700;
  color: #6a6a6a;
  line-height: 10px;
  margin: 0;
}

#bucket-hats-quote .quote-content-wrapper .quote-content .reviews-box .g_reviews .content .rating {
  display: flex;
  align-items: center;
}

#bucket-hats-quote .quote-content-wrapper .quote-content .reviews-box .g_reviews .content .rating .rate-no {
  margin: 0;
  color: #fea500;
  font-size: 14px;
  font-weight: 800;
  line-height: 15px;
  margin-right: 8px;
}

#bucket-hats-quote .quote-content-wrapper .quote-content .reviews-box .g_reviews .content .rating .icon {
  height: 15px;
  display: flex;
}

#bucket-hats-quote .quote-content-wrapper .quote-content .reviews-box .g_reviews .content .rating .icon img {
  height: 100%;
  object-fit: contain;
}

#bucket-hats-quote .quote-content-wrapper .quote-content .reviews-box .g_reviews .content .text {
  font-size: 8px;
  font-weight: 500;
  color: #353535;
  line-height: 10px;
  margin: 0;
}

#bucket-hats-quote .quote-content-wrapper .quote-form {
  width: 444px;
  background: #fff;
  border: 1px solid #e8e9ea;
  border-radius: 4px;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2),
    0px 12px 24px 0px rgba(13, 16, 45, 0.1);
  padding: 20px 40px;
}

@media (max-width: 1024px) {
  #bucket-hats-quote .quote-content-wrapper .quote-form {
    width: 100%;
    max-width: 520px;
    padding: 24px 40px;
  }
}

@media (max-width: 767.98px) {
  #bucket-hats-quote .quote-content-wrapper .quote-form {
    background: transparent;
    max-width: unset;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 50px 0px;
  }
}

#bucket-hats-quote .quote-content-wrapper form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#bucket-hats-quote .quote-content-wrapper form .input-wrapper {
  margin-bottom: 16px;
  width: 100%;
}

#bucket-hats-quote .quote-content-wrapper form .input-wrapper.mb-s>label {
  display: block;
}

@media (min-width: 1025px) {
  #bucket-hats-quote .quote-content-wrapper form .input-wrapper.mb-s {
    margin-bottom: 8px;
  }
}

#bucket-hats-quote .quote-content-wrapper form .input-wrapper .input-box {
  position: relative;
}

#bucket-hats-quote .quote-content-wrapper form .input-wrapper .input-box .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 14px;
  width: 20px;
  height: 20px;
}

#bucket-hats-quote .quote-content-wrapper form .input-wrapper .input-box .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#bucket-hats-quote .quote-content-wrapper form .input-wrapper.upload-file {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 1024px) {
  #bucket-hats-quote .quote-content-wrapper form .input-wrapper.upload-file {
    margin-bottom: 24px;
  }
}

#bucket-hats-quote .quote-content-wrapper form .input-wrapper.upload-file label {
  font-size: 14px;
  font-weight: 500;
  color: #555e6d;
  line-height: 17px;
  background: #e8e9ea;
  border-radius: 4px;
  padding: 11px 14px;
  cursor: pointer;
  transition: 0.3s;
  margin-right: 16px;
}

#bucket-hats-quote .quote-content-wrapper form .input-wrapper.upload-file label:hover {
  background: #3578ea;
  color: #fff;
}

#bucket-hats-quote .quote-content-wrapper form .input-wrapper.upload-file input {
  display: none;
}

#bucket-hats-quote .quote-content-wrapper form .input-wrapper.upload-file .file-name {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #172640;
  display: inline-block;
  padding: 8px 0;
}

#bucket-hats-quote .quote-content-wrapper form .input-wrapper.upload-file .file-name span {
  display: none;
}

#bucket-hats-quote .quote-content-wrapper form .input-wrapper.upload-file .file-name span.active {
  display: flex;
}

#bucket-hats-quote .quote-content-wrapper form .input-wrapper.upload-file .file-name .error {
  color: #ef4d61;
  position: relative;
  padding-left: 26px;
}

#bucket-hats-quote .quote-content-wrapper form .input-wrapper.upload-file .file-name .error:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("/uploads/12037607/File/embroidery/assets/info-red.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

#bucket-hats-quote .quote-content-wrapper form .input-wrapper input,
#bucket-hats-quote .quote-content-wrapper form .input-wrapper textarea {
  width: 100%;
  transition: 0.3s;
  outline: none;
  color: #1c244b;
  border-radius: 4px;
  border: 1px solid #c5cad1;
  background: #fafafa;
}

#bucket-hats-quote .quote-content-wrapper form .input-wrapper input:focus,
#bucket-hats-quote .quote-content-wrapper form .input-wrapper textarea:focus {
  border-color: #3578ea;
}

#bucket-hats-quote .quote-content-wrapper form .input-wrapper input::placeholder,
#bucket-hats-quote .quote-content-wrapper form .input-wrapper textarea::placeholder {
  color: #666;
}

#bucket-hats-quote .quote-content-wrapper form .input-wrapper input {
  height: 44px;
  font-size: 16px;
  font-weight: 400;
  padding: 0 14px 0 40px;
}

@media (max-width: 1024px) {
  #bucket-hats-quote .quote-content-wrapper form .input-wrapper input {
    height: 52px;
  }
}

#bucket-hats-quote .quote-content-wrapper form .input-wrapper textarea {
  height: 70px;
  font-size: 16px;
  font-weight: 500;
  padding: 12px;
}

#bucket-hats-quote .quote-content-wrapper form .input-wrapper textarea::placeholder {
  font-size: 14px;
}

#bucket-hats-quote .quote-content-wrapper form .input-wrapper label {
  color: #0d1c2c;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 8px;
  display: unset;
}

#bucket-hats-quote .quote-content-wrapper form .button-orange {
  padding: 10px;
  width: 100%;
  min-height: 52px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #ff551d;
  background: linear-gradient(90deg,
      #ff551d 0.01%,
      #ff551d 104.37%,
      #ff551d 104.37%);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.3s;
}

#bucket-hats-quote .quote-content-wrapper form .button-orange span {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

@media (max-width: 767.98px) {
  #bucket-hats-quote .quote-content-wrapper form .button-orange {
    border-radius: 26px;
    background: #3578ea;
    border: none;
  }
}

@media (hover: hover) and (pointer: fine) {
  #bucket-hats-quote .quote-content-wrapper form .button-orange:hover {
    border-color: #e04826;
    background: linear-gradient(90deg,
        #e04826 0.01%,
        #e04826 104.37%,
        #e04826 104.37%);
  }
}

#bucket-hats-quote .quote-content-wrapper form .note {
  margin: 12px auto 0;
  color: #666;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
}

@media (max-width: 767.98px) {
  #bucket-hats-quote .quote-content-wrapper form .note {
    font-size: 15px;
  }
}

/* END OF HATS FORM CSS */

/* HATS CONTENT CSS  */
.bucket-hats-content {
  padding: 70px 0;
}

@media (max-width: 1024px) {
  .bucket-hats-content {
    padding: 50px 0;
  }
}

.bucket-hats-content .section-wrapper {
  display: flex;
  align-items: center;
  gap: 68px;
}

@media (max-width: 1024px) {
  .bucket-hats-content .section-wrapper {
    flex-direction: column-reverse;
    gap: 26px;
  }
}

.bucket-hats-content .section-wrapper .section-img {
  width: 45%;
}

@media (max-width: 1024px) {
  .bucket-hats-content .section-wrapper .section-img {
    width: 100%;
  }
}

.bucket-hats-content .section-wrapper .section-img img {
  width: 100%;
}

.bucket-hats-content .section-wrapper .section-content {
  width: 55%;
}

@media (max-width: 1024px) {
  .bucket-hats-content .section-wrapper .section-content {
    width: 100%;
  }
}

.bucket-hats-content .section-wrapper .section-content .section-title {
  margin-bottom: 16px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .bucket-hats-content .section-wrapper .section-content .section-title {
    margin-bottom: 24px;
  }
}

.bucket-hats-content .section-wrapper .section-content .text {
  color: #354156;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 24px !important;
}

@media (max-width: 767.98px) {
  .bucket-hats-content .section-wrapper .section-content .text {
    line-height: 22px;
  }
}

.bucket-hats-content .section-wrapper .section-content .buttons-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
}

@media (max-width: 767.98px) {
  .bucket-hats-content .section-wrapper .section-content .buttons-wrapper {
    flex-direction: column;
    gap: 24px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {

  .bucket-hats-content .section-wrapper .section-content .buttons-wrapper a,
  .bucket-hats-content .section-wrapper .section-content .buttons-wrapper button {
    font-size: 18px !important;
    line-height: 24px !important;
  }
}

.bucket-hats-content .section-wrapper .section-content .buttons-wrapper a.button-blue,
.bucket-hats-content .section-wrapper .section-content .buttons-wrapper button.button-blue {
  width: 223px;
}

@media (max-width: 767.98px) {

  .bucket-hats-content .section-wrapper .section-content .buttons-wrapper a.button-blue,
  .bucket-hats-content .section-wrapper .section-content .buttons-wrapper button.button-blue {
    width: 328px;
    max-width: 100%;
  }
}

.bucket-hats-content .section-wrapper .section-content .buttons-wrapper a.button-outline,
.bucket-hats-content .section-wrapper .section-content .buttons-wrapper button.button-outline {
  width: 164px;
  background: #fff;
}

@media (max-width: 767.98px) {

  .bucket-hats-content .section-wrapper .section-content .buttons-wrapper a.button-outline,
  .bucket-hats-content .section-wrapper .section-content .buttons-wrapper button.button-outline {
    width: 328px;
    max-width: 100%;
  }
}

#bh-content-features {
  background: #f7f8fa;
}

#bh-content-features .section-wrapper {
  gap: 28px;
}

@media (max-width: 1024px) {
  #bh-content-features .section-wrapper {
    flex-direction: column;
    gap: 26px;
  }
}

#bh-content-features .section-wrapper .section-img {
  width: 44%;
}

@media (max-width: 1024px) {
  #bh-content-features .section-wrapper .section-img {
    width: 100%;
  }
}

#bh-content-features .section-wrapper .section-content {
  width: 56%;
}

@media (max-width: 1024px) {
  #bh-content-features .section-wrapper .section-content {
    width: 100%;
  }
}

#bh-content-features .section-wrapper .section-content .section-title {
  margin-bottom: 28px;
}

@media (max-width: 767.98px) {
  #bh-content-features .section-wrapper .section-content .section-title {
    text-align: center;
  }
}

#bh-content-features .section-wrapper .section-content .feature {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin-bottom: 22px;
}

@media (max-width: 767.98px) {
  #bh-content-features .section-wrapper .section-content .feature {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  #bh-content-features .section-wrapper .section-content .feature:last-of-type {
    margin-bottom: 24px;
  }
}

#bh-content-features .section-wrapper .section-content .feature img {
  width: 48px;
  height: 48px;
}

#bh-content-features .section-wrapper .section-content .feature .f-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#bh-content-features .section-wrapper .section-content .feature .f-content h3 {
  color: #1c244b;
  font-size: 17px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  #bh-content-features .section-wrapper .section-content .feature .f-content h3 {
    text-align: center;
  }
}

#bh-content-features .section-wrapper .section-content .feature .f-content p {
  color: #1c244b;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  #bh-content-features .section-wrapper .section-content .feature .f-content p {
    text-align: center;
  }
}

/* END OF HATS CONTENT CSS  */

/* HATS SERVICES CSS */
#bucket-hats-services {
  background: #f7f8fa;
  padding: 70px 0;
}

@media (max-width: 1024px) {
  #bucket-hats-services {
    padding: 50px 0;
  }
}

#bucket-hats-services .section-title {
  margin-bottom: 16px;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #bucket-hats-services .section-title {
    margin-bottom: 28px;
  }
}

@media (max-width: 767.98px) {
  #bucket-hats-services .section-title {
    text-align: left;
  }
}

#bucket-hats-services .section-subtitle {
  text-align: center;
  color: #354156;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  max-width: 1090px;
  margin: 0 auto 36px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #bucket-hats-services .section-subtitle {
    margin-bottom: 28px;
  }
}

@media (max-width: 767.98px) {
  #bucket-hats-services .section-subtitle {
    line-height: 22px;
    text-align: left;
  }
}

#bucket-hats-services .service-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  padding-bottom: 24px;
}

@media (max-width: 1024px) {
  #bucket-hats-services .service-list {
    padding-bottom: 0;
    gap: 10px;
  }
}

@media (max-width: 767.98px) {
  #bucket-hats-services .service-list {
    grid-template-columns: minmax(0, 1fr);
    grid-auto-rows: 1fr;
    gap: 16px;
  }
}

#bucket-hats-services .service-list .service {
  border-radius: 8px;
  border: 1px solid #f4f5f6;
  background: #fff;
  box-shadow: 0px 9px 26px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 767.98px) {
  #bucket-hats-services .service-list .service {
    max-width: 400px;
    margin: 0 auto;
  }
}

#bucket-hats-services .service-list .service .photo {
  width: 100%;
  height: 234px;
  border-radius: 8px 8px 0 0;
  margin-bottom: 0;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  #bucket-hats-services .service-list .service .photo {
    height: 194px;
  }
}

#bucket-hats-services .service-list .service .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#bucket-hats-services .service-list .service .content {
  padding: 12px 16px 16px;
  text-align: center;
}

@media (max-width: 1024px) {
  #bucket-hats-services .service-list .service .content {
    padding: 12px 12px 14px;
  }
}

@media (max-width: 767.98px) {
  #bucket-hats-services .service-list .service .content {
    padding: 12px 16px 14px;
  }
}

#bucket-hats-services .service-list .service .content .title {
  color: #1c244b;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 8px;
}

@media (max-width: 1024px) {
  #bucket-hats-services .service-list .service .content .title {
    font-size: 16px;
    margin-bottom: 6px;
    line-height: normal;
  }
}

@media (max-width: 767.98px) {
  #bucket-hats-services .service-list .service .content .title {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 12px;
  }
}

#bucket-hats-services .service-list .service .content .text {
  color: #475467;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
}

/* END OF HATS SERVICES CSS */

/* DESIGN PRODUCTS CSS */
#design-products {
  background: #003ca3;
  padding: 43px 0;
}

@media (max-width: 1024px) {
  #design-products {
    padding: 50px 0;
  }
}

@media (max-width: 767.98px) {
  #design-products {
    padding: 80px 0;
  }
}

#design-products .title {
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 36px;
  color: #fff;
  text-align: center;
}

@media (max-width: 1024px) {
  #design-products .title {
    font-size: 32px;
    margin-bottom: 24px;
  }
}

@media (max-width: 767.98px) {
  #design-products .title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 32px;
  }
}

#design-products .button-wrapper {
  justify-content: center;
}

@media (max-width: 767.98px) {
  #design-products .button-wrapper {
    flex-direction: row !important;
    max-width: 400px;
    margin: 0 auto;
  }
}

#design-products .button-wrapper a {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  border: 1px solid #f6faff;
  border-radius: 26px;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
  text-align: center;
  padding: 14px 4px;
}

@media (max-width: 1024px) {
  #design-products .button-wrapper a {
    font-size: 16px;
    padding: 11px 4px;
  }
}

@media (max-width: 767.98px) {
  #design-products .button-wrapper a {
    padding: 13px 8px;
    line-height: 24px;
    width: calc(50% - 8px) !important;
  }
}

#design-products .button-wrapper .button-white {
  background: #f6faff;
  color: #3578ea;
  width: 223px;
}

@media (max-width: 1024px) {
  #design-products .button-wrapper .button-white {
    width: 169px;
  }
}

@media (hover: hover) and (pointer: fine) {
  #design-products .button-wrapper .button-white:hover {
    background-color: transparent;
    color: #f6faff;
  }
}

#design-products .button-wrapper .button-white-outline {
  width: 196px;
  background: transparent;
  color: #f6faff;
}

@media (max-width: 1024px) {
  #design-products .button-wrapper .button-white-outline {
    width: 144px;
  }
}

@media (hover: hover) and (pointer: fine) {
  #design-products .button-wrapper .button-white-outline:hover {
    background: #f6faff;
    color: #3578ea;
  }
}

@media (max-width: 767.98px) {
  #design-products .button-wrapper .button-white-outline {
    font-weight: 500;
  }
}

/* END OF DESIGN PRODUCTS CSS */


/*#region H1 bug soloved*/
@media only screen and (min-width:767.98px) {
  .section-wrapper {
    display: grid !important;
    grid-template-areas:
      "a"
      "b"
      "c" !important;
    grid-template-columns: 1fr !important;
    gap: 0px !important;
  }

  .page-title {
    margin-top: 32px !important;
    align-self: center !important;
  }

  .intro-content {
    grid-area: c !important;
    width: auto !important;
    align-self: start;
  }

  .intro-photo {
    grid-area: a !important;
    justify-self: end !important;
    width: 100% !important;

  }


}

@media only screen and (min-width:1024px) {
  .section-wrapper {
    grid-template-areas: "a c" "b c" !important;
    grid-template-columns: 45% 55% !important;
  }

  .page-title {
    align-self: end !important;
    margin-top: 0px !important;
  }

  .intro-content {
    grid-area: b !important;
    width: auto !important;
    align-self: start;
  }

  .intro-photo {
    grid-area: c !important;
    justify-self: end;
    width: 100% !important;

  }


}


/*#endregion H1 bug soloved*/