.btn-rounded-red, .btn-rounded-white, section.products .container-fluid .col-lg-4.red a {
  -moz-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }

section.products .container-fluid .col-lg-4.red .col-lg-10 {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.btn-rounded-red {
  background: #EE2737;
  border-radius: 100px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  color: #FFFFFF;
  letter-spacing: 0.64px;
  text-align: center;
  line-height: 20px;
  width: 200px;
  display: block;
  padding: 8px 0 8px 0;
  cursor: pointer;
  border: none; }
  .btn-rounded-red:hover {
    background-color: #d21020;
    color: #FFFFFF;
    text-decoration: none; }

.btn-rounded-white {
  background: #F9F9F9;
  border-radius: 100px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  color: #EE2737;
  letter-spacing: 0.64px;
  text-align: center;
  line-height: 20px;
  width: 170px;
  display: block;
  padding: 8px 0 8px 0; }
  .btn-rounded-white:hover {
    background-color: #e6e6e6;
    color: #EE2737;
    text-decoration: none; }

.btn-square-gray {
  background: #F0F0F0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 11px;
  color: #282828;
  letter-spacing: -0.03px;
  text-align: center;
  line-height: 20px;
  padding: 5px 12px; }

.btn-square-black {
  border: 1px solid #282828;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 11px;
  color: #282828;
  letter-spacing: -0.03px;
  text-align: center;
  line-height: 20px;
  width: fit-content;
  margin: 0 auto;
  padding: 5px 15px; }

@media screen and (max-width: 767px) {
  .btn-rounded-red {
    padding: 10px 0; }

  .btn-rounded-white {
    padding: 10px 0; } }
main {
  padding-bottom: 55px; }
  main h1 {
    margin-top: 15px;
    margin-bottom: 30px; }

section.products {
  padding-top: 0;
  padding-bottom: 0; }
  section.products .container {
    margin-bottom: 30px; }
    section.products .container span.circle {
      background-color: #F0F0F0;
      border-radius: 50%;
      font-size: 11px;
      padding-top: 2px;
      font-family: 'Poppins', sans-serif;
      font-weight: 600;
      color: #282828;
      letter-spacing: 0.17px;
      text-align: center;
      margin-right: 20px;
      height: 22px;
      width: 22px; }
    section.products .container .d-block {
      align-items: baseline;
      display: inline-flex; }
    section.products .container .d-md-block p {
      align-items: center;
      display: inline-flex; }
    section.products .container .select {
      margin-right: 10px;
      width: 132px;
      height: 35px;
      margin-left: 12px; }
  section.products .container-fluid .gray {
    background-color: #F9F9F9; }
  section.products .container-fluid .col-lg-4 {
    height: 450px; }
    section.products .container-fluid .col-lg-4 h1 {
      margin-bottom: 70px; }
    section.products .container-fluid .col-lg-4 .btn-square-black {
      margin-top: 20px;
      margin-bottom: 15px; }
  section.products .container-fluid .product-container .image-hover-container {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    transition: all 0.2s linear; }
    section.products .container-fluid .product-container .image-hover-container .item {
      margin-top: 30px;
      display: block;
      opacity: 1; }
      section.products .container-fluid .product-container .image-hover-container .item img {
        max-width: 293px;
        width: 100%; }
    section.products .container-fluid .product-container .image-hover-container .image-hover-product {
      position: absolute;
      top: 0px;
      width: 100%;
      height: 100%;
      opacity: 0;
      cursor: default;
      transition: opacity 0.2s linear; }
      section.products .container-fluid .product-container .image-hover-container .image-hover-product img {
        max-width: 293px;
        width: 100%; }
  section.products .container-fluid .product-container:hover .image-hover-product {
    opacity: 1; }
  section.products .container-fluid .product-container:hover .image-hover-container .item {
    opacity: 0; }
  section.products .container-fluid .product-container:hover a {
    background-size: 100% 2px;
    color: #282828; }
  section.products .container-fluid .product-container h5 a {
    background-image: linear-gradient(0deg, #282828 0%, #282828 100%);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 0 2px; }
  section.products .container-fluid .product-container a {
    transition: all 0.125s; }
    section.products .container-fluid .product-container a:after {
      transition: all 0.125s; }
  section.products .container-fluid .product-container h4 {
    margin-top: 10px; }
  section.products .container-fluid .col-lg-4.red {
    background-color: #EE2737;
    color: #FFFFFF; }
    section.products .container-fluid .col-lg-4.red h1, section.products .container-fluid .col-lg-4.red h6 {
      color: white; }
    section.products .container-fluid .col-lg-4.red h1 {
      padding-left: 35px;
      padding-right: 35px; }
    section.products .container-fluid .col-lg-4.red img {
      height: 150px;
      margin-top: 20px;
      margin-bottom: 20px; }

@media screen and (max-width: 991px) {
  div.order-3 {
    display: none; }

  .col-lg-4.red h1 {
    font-size: 50px;
    line-height: 60px; }
  .col-lg-4.red h6 {
    font-size: 41px;
    letter-spacing: -0.4px;
    line-height: 45px; }

  section.products .container-fluid .row .col-lg-4 .btn-square-black {
    margin-bottom: 25px; }

  section.products .container-fluid .row .product-container .image-hover-container .item {
    margin-top: 15px; }

  main {
    padding-bottom: 40px; }
    main h1 {
      margin-bottom: 20px; }

  .container-maxWidth {
    max-width: 991px; } }
@media screen and (max-width: 767px) {
  main {
    padding-bottom: 30px; }

  section.products .container {
    margin-bottom: 50px; }
    section.products .container .select {
      margin: 0 auto;
      display: block;
      width: 186px;
      height: 40px; }
      section.products .container .select li, section.products .container .select .label {
        line-height: 40px; }
  section.products .container-fluid .row .col-lg-4 {
    height: 400px; }
    section.products .container-fluid .row .col-lg-4.red {
      align-items: center !important; }
      section.products .container-fluid .row .col-lg-4.red h1 {
        margin: 0 auto;
        text-align: center;
        padding-left: 0px;
        padding-right: 0px; }
    section.products .container-fluid .row .col-lg-4 .product-container .image-hover-container .item img {
      max-width: 230px;
      width: 100%; }
    section.products .container-fluid .row .col-lg-4 .product-container .image-hover-container .image-hover-product img {
      max-width: 230px;
      width: 100%; }
  section.products div.order-3 {
    display: block; } }
