   .sailor-products h2.sailor-products__title {
        font-size: 18px;
        max-width: 650px;
        margin: 0 auto;
        font-weight: normal;
        font-family: HindSiliguri;
    }

    .sailor-products .product {
        padding: 0px;
        margin-bottom: 40px;
    }
    .sailor-products .product .product-details h3{
        font-family: HindSiliguri;
    }
    .sailor-products .product .prod-price {
        font-family: HindSiliguri;
        text-transform: capitalize;
        font-weight: 600;
    }
    .sailor-products .product .ci {
        background-color: #F7F7F7;
        background-image: none;
        border: none;
        padding: 25px;
        min-height: 600px;
        display: flex;
        position: relative;
    }

    .sailor-products .product .ci a {
        z-index: 1;
    }

    .sailor-products .product .ci:after {
        -webkit-animation: gradientBGanimate 3s ease infinite;
        -moz-animation: gradientBGanimate 3s ease infinite;
        -o-animation: gradientBGanimate 3s ease infinite;
        animation: gradientBGanimate 3s ease infinite;
        background: linear-gradient(270deg, #196db6, #15886a);
        background-size: 400% 400%;
        bottom: 0;
        content: '';
        display: block;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        z-index: 0;
    }

    .sailor-products .product:hover .ci:after {
        opacity: 1;
    }

    .sailor-products .reveal .hidden {
        top: initial;
        height: auto;
        width: auto;
    }

    .sailor-products .reveal {
        position: relative;
        height: 100%;
        background: #fff;
        display: flex;
        align-items: center;
      	overflow:hidden;
    }

    .sailor-products .product-modal {
        display: none;
    }

    .sailor-products .price.gradient-framed {
        border: 0;
        background: none;
        padding-top:0px;
    }

    .sailor-products .placeholder-hover {
        display: none;
    }
    .sailor-products hr.gradient-line {
        background-image: url(https://cdn.shopify.com/s/files/1/0887/8788/files/Untitled-2.png?1249976…);
        height: 20px;
        width: 110px;
        margin-top: 30px;
    }
    .sailor-products .desktop-12 {
        margin: 50px 0px;
    }
    .sailor_parallax .parallax-content {
/*         background: rgba(255, 255, 255, 0.4); */
    }
    .sailor_parallax section.parallax .row {
        max-width: 100%;
	}
    .sailor_parallax .parallax_content_image {
        margin-bottom: 10px;
    }
  	.sailor_parallax span.by_text {
        font-size: 15px;
        width: 100%;
        float: left;
        color: #1C2B77;
        font-family: BoatBuilder;
        text-transform: uppercase;
    }
    .sailor_parallax span.foot_text {
        font-size: 21px;
        width: 100%;
        float: left;
        color: #1C2B77;
        font-family: BoatBuilder;
        text-transform: uppercase;
        padding-top: 10px;
    }
    .sailor_parallax .parallax-content {
        display: flex;
      	align-items:center;
        height: 100%;
    }
    div#content.sailor_layout {
        max-width: 1400px;
  	}
    div#content.sailor_layout .row-fluid{
  	    max-width: 1400px;
    }
    .sailor_parallax .parallax-content:before {
        content: "";
        width: 100%;
        height: 10px;
        position: absolute;
        bottom: -10px;
        left: 0;
        background: -moz-linear-gradient(left, #1d6eb5 0%, #4884a6 34%, #4884a6 34%, #4d86a5 38%, #0a8b6d 100%, #0a8b6d 100%);
        background: -webkit-linear-gradient(left, #1d6eb5 0%,#4884a6 34%,#4884a6 34%,#4d86a5 38%,#0a8b6d 100%,#0a8b6d 100%);
        background: linear-gradient(to right, #1d6eb5 0%,#4884a6 34%,#4884a6 34%,#4d86a5 38%,#0a8b6d 100%,#0a8b6d 100%);
    }
    #shopify-section-header_sailor .bannertop {
        background: -moz-linear-gradient(left, #1d6eb5 0%, #4884a6 34%, #4884a6 34%, #4d86a5 38%, #0a8b6d 100%, #0a8b6d 100%);
        background: -webkit-linear-gradient(left, #1d6eb5 0%,#4884a6 34%,#4884a6 34%,#4d86a5 38%,#0a8b6d 100%,#0a8b6d 100%);
        background: linear-gradient(to right, #1d6eb5 0%,#4884a6 34%,#4884a6 34%,#4d86a5 38%,#0a8b6d 100%,#0a8b6d 100%);
  	}
    #shopify-section-parallax-image-sailor .parallax_content_text {
        font-family: BoatBuilder;
        color: #1C2B77;
        text-transform: uppercase;
    }
    #shopify-section-header_sailor .coverheader div#navigation {
        box-shadow: 0 8px 25px -6px rgba(0, 0, 0, 0.15);
  	}
  @media screen and (max-width: 740px){
    section.parallax-parallax-image-sailor article {
        height: 600px;
        min-height: 600px;
    }
    #shopify-section-featured-product-sailor .sailor-products .product {
        max-width: none;
    }
    .sailor-products .product-details {
    	margin-bottom: 50px;
	}
  }
  @media screen and (max-width: 559px){
    #shopify-section-featured-product-sailor .sailor-products .product {
        width: auto;
        flex-basis: 100%;
        max-width: none;
    }
  }
  @media screen and (max-width: 980px) and (min-width: 739px){
  #shopify-section-featured-product-sailor .sailor-products .product {
        width: 47.9166666666666667%;
        flex-basis: 100%;
        max-width: none;
  }
  }
  .hidden img {
      height: 100%;
      width: auto;
      object-fit: cover;
  }
@media screen and (min-width: 980px){
  .parallax-text {
      margin-top: 150px;
  }
}
@media screen and (max-width: 740px){
  #shopify-section-parallax-image-sailor section.parallax-parallax-image-sailor article {
      height:700px;
      min-height: 700px;
  }
}