@-webkit-keyframes shopTheLookDotKeyframe {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes shopTheLookDotKeyframe {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }

.animated-background, .section_hot_deal .hot-deal-content .evo-owl-product .product-card .product-img a img:not(.loaded), .section_product .product-blocks .product-card .product-img a img:not(.loaded), .section_product .product-blocks .evo-owl-product2 .product-card .product-img a img:not(.loaded), .section_blogs a.evo-item-blogs .evo-article-image img:not(.loaded) {
  animation-duration: 1.25s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #F6F6F6;
  background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
  background-size: 700px 104px;
  position: relative; }

.line-clamp {
  position: relative;
  height: 43px;
  /* exactly three lines */
  overflow: hidden;
  display: block; }

.line-clamp:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20%;
  height: 22px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%); }

@supports (-webkit-line-clamp: 2) {
  .line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 43px;
    /* I needed this to get it to work */
    height: auto;
    min-height: 43px; }
  .line-clamp:after {
    display: none; } }

.home-slider .slick-slide {
  margin: 5px; }

.home-slider .slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  line-height: 30px;
  text-align: center;
  z-index: 2; }
  @media (max-width: 767px) {
    .home-slider .slick-arrow {
      display: none !important; } }
  .home-slider .slick-arrow.slick-prev {
    left: -15px; }
    .home-slider .slick-arrow.slick-prev:before {
      content: "";
      background-image: url(//cdn.hstatic.net/themes/200001132191/1001455210/14/back.svg?v=149);
      height: 30px;
      width: 30px;
      display: block; }
  .home-slider .slick-arrow.slick-next {
    right: -15px; }
    .home-slider .slick-arrow.slick-next:before {
      content: "";
      background-image: url(//cdn.hstatic.net/themes/200001132191/1001455210/14/right-arrow.svg?v=149);
      height: 30px;
      width: 30px;
      display: block; }

.home-slider .slick-dots {
  text-align: center; }
  .home-slider .slick-dots li {
    display: inline-block; }
    .home-slider .slick-dots li button {
      border: none;
      height: 10px;
      width: 10px;
      border-radius: 50%;
      outline: none;
      box-shadow: none;
      background-color: rgba(0, 0, 0, 0.3);
      font-size: 0;
      padding: 0;
      display: block; }
    .home-slider .slick-dots li + li {
      margin-left: 5px; }
    .home-slider .slick-dots li.slick-active button {
      background-color: #4a90e2; }

.home-slider .slick-slide {
  margin: 0; }

.home-slider .slick-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 15px;
  height: 24px;
  align-items: center;
  display: flex !important;
  justify-content: center; }

.section_hot_deal {
  margin: 40px 0; }
  @media (max-width: 767px) {
    .section_hot_deal {
      margin: 15px 0; } }
  .section_hot_deal .hot-deal-title {
    margin-bottom: 15px;
    border-bottom: 2px solid #4a90e2;
    padding-bottom: 5px; }
    .section_hot_deal .hot-deal-title h2 {
      margin: 0;
      font-size: 28px;
      font-weight: 600;
      text-transform: uppercase;
      float: left;
      letter-spacing: 1.4px; }
      .section_hot_deal .hot-deal-title h2 .red-color {
        color: #4a90e2;
        margin-right: 4px; }
      .section_hot_deal .hot-deal-title h2 .deal-text {
        font-size: 14px;
        text-transform: none; }
      @media (max-width: 480px) {
        .section_hot_deal .hot-deal-title h2 {
          float: none;
          text-align: center;
          font-size: 25px; }
          .section_hot_deal .hot-deal-title h2 .deal-text {
            display: block; } }
    .section_hot_deal .hot-deal-title a {
      float: right;
      line-height: 34px;
      color: #000; }
      .section_hot_deal .hot-deal-title a:hover, .section_hot_deal .hot-deal-title a:focus {
        color: #4a90e2; }
  .section_hot_deal .hot-deal-content {
    background-color: #d6eefa; }
    .section_hot_deal .hot-deal-content .evo-owl-product {
      padding: 5px; }
      .section_hot_deal .hot-deal-content .evo-owl-product .slick-slide {
        margin: 5px; }
      .section_hot_deal .hot-deal-content .evo-owl-product .slick-arrow {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 50%;
        display: block;
        width: 30px;
        height: 30px;
        padding: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        cursor: pointer;
        color: transparent;
        border: none;
        outline: none;
        background: transparent;
        line-height: 30px;
        text-align: center;
        z-index: 2; }
        @media (max-width: 767px) {
          .section_hot_deal .hot-deal-content .evo-owl-product .slick-arrow {
            display: none !important; } }
        .section_hot_deal .hot-deal-content .evo-owl-product .slick-arrow.slick-prev {
          left: -15px; }
          .section_hot_deal .hot-deal-content .evo-owl-product .slick-arrow.slick-prev:before {
            content: "";
            background-image: url(//cdn.hstatic.net/themes/200001132191/1001455210/14/back.svg?v=149);
            height: 30px;
            width: 30px;
            display: block; }
        .section_hot_deal .hot-deal-content .evo-owl-product .slick-arrow.slick-next {
          right: -15px; }
          .section_hot_deal .hot-deal-content .evo-owl-product .slick-arrow.slick-next:before {
            content: "";
            background-image: url(//cdn.hstatic.net/themes/200001132191/1001455210/14/right-arrow.svg?v=149);
            height: 30px;
            width: 30px;
            display: block; }
      .section_hot_deal .hot-deal-content .evo-owl-product .slick-dots {
        text-align: center; }
        .section_hot_deal .hot-deal-content .evo-owl-product .slick-dots li {
          display: inline-block; }
          .section_hot_deal .hot-deal-content .evo-owl-product .slick-dots li button {
            border: none;
            height: 10px;
            width: 10px;
            border-radius: 50%;
            outline: none;
            box-shadow: none;
            background-color: rgba(0, 0, 0, 0.3);
            font-size: 0;
            padding: 0;
            display: block; }
          .section_hot_deal .hot-deal-content .evo-owl-product .slick-dots li + li {
            margin-left: 5px; }
          .section_hot_deal .hot-deal-content .evo-owl-product .slick-dots li.slick-active button {
            background-color: #4a90e2; }
      .section_hot_deal .hot-deal-content .evo-owl-product .slick-dots {
        display: none !important; }
      .section_hot_deal .hot-deal-content .evo-owl-product .product-card {
        padding: 5px;
        background-color: #fff;
        border-radius: 5px; }
        .section_hot_deal .hot-deal-content .evo-owl-product .product-card:hover {
          box-shadow: none; }
        @media (max-width: 480px) {
          .section_hot_deal .hot-deal-content .evo-owl-product .product-card {
            padding: 5px; } }
        .section_hot_deal .hot-deal-content .evo-owl-product .product-card .product-img a {
          display: block;
          position: relative;
          height: 268px; }
          @media (max-width: 1024px) {
            .section_hot_deal .hot-deal-content .evo-owl-product .product-card .product-img a {
              height: 228px; } }
          @media (max-width: 991px) {
            .section_hot_deal .hot-deal-content .evo-owl-product .product-card .product-img a {
              height: 234px; } }
          @media (max-width: 767px) {
            .section_hot_deal .hot-deal-content .evo-owl-product .product-card .product-img a {
              height: 348px; } }
          @media (max-width: 668px) {
            .section_hot_deal .hot-deal-content .evo-owl-product .product-card .product-img a {
              height: 314px; } }
          @media (max-width: 569px) {
            .section_hot_deal .hot-deal-content .evo-owl-product .product-card .product-img a {
              height: 264px; } }
          @media (max-width: 480px) {
            .section_hot_deal .hot-deal-content .evo-owl-product .product-card .product-img a {
              height: 190px; } }
          @media (max-width: 376px) {
            .section_hot_deal .hot-deal-content .evo-owl-product .product-card .product-img a {
              height: 171px; } }
          @media (max-width: 321px) {
            .section_hot_deal .hot-deal-content .evo-owl-product .product-card .product-img a {
              height: 143px; } }
          .section_hot_deal .hot-deal-content .evo-owl-product .product-card .product-img a img {
            width: auto !important;
            max-height: 100%;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto; }
            .section_hot_deal .hot-deal-content .evo-owl-product .product-card .product-img a img:not(.loaded) {
              width: 100% !important;
              height: 100% !important; }
    .section_hot_deal .hot-deal-content .hot-deal-content-more {
      text-align: center;
      margin-top: 5px;
      margin-bottom: 10px; }
      .section_hot_deal .hot-deal-content .hot-deal-content-more a {
        display: inline-block;
        padding: 6px 40px;
        background-color: #fff;
        color: #d6eefa;
        border-radius: 5px;
        font-weight: 600;
        border: 2px solid #fff; }
        .section_hot_deal .hot-deal-content .hot-deal-content-more a:hover, .section_hot_deal .hot-deal-content .hot-deal-content-more a:focus {
          background-color: transparent;
          border-color: #fff;
          color: #fff; }

.section_product {
  margin: 40px 0; }
  @media (max-width: 767px) {
    .section_product {
      margin: 15px 0; } }
  .section_product .section-head {
    position: relative;
    margin-bottom: 15px;
    text-align: center; }
    .section_product .section-head h2 {
      color: #333;
      font-size: 24px;
      margin: 0;
      background-color: #fff;
      padding-right: 10px;
      font-weight: 700;
      text-transform: uppercase;
      position: relative; }
      .section_product .section-head h2 a {
        color: #333; }
        .section_product .section-head h2 a:hover, .section_product .section-head h2 a:focus {
          color: #4a90e2; }
    .section_product .section-head .list-menu {
      margin-top: 15px;
      margin-bottom: 10px; }
      .section_product .section-head .list-menu li {
        display: inline-block; }
        .section_product .section-head .list-menu li + li {
          margin-left: 7px; }
        .section_product .section-head .list-menu li a {
          background: #f6f6f6;
          padding: 7px 20px;
          border-radius: 38px;
          color: #000;
          display: inline-block; }
          .section_product .section-head .list-menu li a:hover {
            color: #000;
            font-weight: 600; }
  @media (min-width: 992px) {
    .section_product .product-blocks .col-md-15:nth-child(5n+1) {
      clear: left; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .section_product .product-blocks .col-md-15:nth-child(5n+1) {
      clear: left; } }
  @media (max-width: 767px) {
    .section_product .product-blocks .col-md-15:nth-child(2n+1) {
      clear: left; } }
  .section_product .product-blocks .product-card .product-img a {
    display: block;
    position: relative;
    height: 214px; }
    @media (max-width: 1024px) {
      .section_product .product-blocks .product-card .product-img a {
        height: 174px; } }
    @media (max-width: 991px) {
      .section_product .product-blocks .product-card .product-img a {
        height: 130px; } }
    @media (max-width: 767px) {
      .section_product .product-blocks .product-card .product-img a {
        height: 348px; } }
    @media (max-width: 668px) {
      .section_product .product-blocks .product-card .product-img a {
        height: 314px; } }
    @media (max-width: 569px) {
      .section_product .product-blocks .product-card .product-img a {
        height: 264px; } }
    @media (max-width: 480px) {
      .section_product .product-blocks .product-card .product-img a {
        height: 190px; } }
    @media (max-width: 376px) {
      .section_product .product-blocks .product-card .product-img a {
        height: 171px; } }
    @media (max-width: 321px) {
      .section_product .product-blocks .product-card .product-img a {
        height: 146px; } }
    .section_product .product-blocks .product-card .product-img a img {
      width: auto !important;
      max-height: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
      .section_product .product-blocks .product-card .product-img a img:not(.loaded) {
        width: 100% !important;
        height: 100% !important; }
  .section_product .product-blocks .evo-owl-product2 .slick-slide {
    margin: 5px; }
  .section_product .product-blocks .evo-owl-product2 .slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    line-height: 30px;
    text-align: center;
    z-index: 2; }
    @media (max-width: 767px) {
      .section_product .product-blocks .evo-owl-product2 .slick-arrow {
        display: none !important; } }
    .section_product .product-blocks .evo-owl-product2 .slick-arrow.slick-prev {
      left: -15px; }
      .section_product .product-blocks .evo-owl-product2 .slick-arrow.slick-prev:before {
        content: "";
        background-image: url(//cdn.hstatic.net/themes/200001132191/1001455210/14/back.svg?v=149);
        height: 30px;
        width: 30px;
        display: block; }
    .section_product .product-blocks .evo-owl-product2 .slick-arrow.slick-next {
      right: -15px; }
      .section_product .product-blocks .evo-owl-product2 .slick-arrow.slick-next:before {
        content: "";
        background-image: url(//cdn.hstatic.net/themes/200001132191/1001455210/14/right-arrow.svg?v=149);
        height: 30px;
        width: 30px;
        display: block; }
  .section_product .product-blocks .evo-owl-product2 .slick-dots {
    text-align: center; }
    .section_product .product-blocks .evo-owl-product2 .slick-dots li {
      display: inline-block; }
      .section_product .product-blocks .evo-owl-product2 .slick-dots li button {
        border: none;
        height: 10px;
        width: 10px;
        border-radius: 50%;
        outline: none;
        box-shadow: none;
        background-color: rgba(0, 0, 0, 0.3);
        font-size: 0;
        padding: 0;
        display: block; }
      .section_product .product-blocks .evo-owl-product2 .slick-dots li + li {
        margin-left: 5px; }
      .section_product .product-blocks .evo-owl-product2 .slick-dots li.slick-active button {
        background-color: #4a90e2; }
  .section_product .product-blocks .evo-owl-product2 .product-card {
    padding: 5px; }
    @media (max-width: 480px) {
      .section_product .product-blocks .evo-owl-product2 .product-card {
        padding: 0; } }
    .section_product .product-blocks .evo-owl-product2 .product-card .product-img a {
      display: block;
      position: relative;
      height: 210px; }
      @media (max-width: 1024px) {
        .section_product .product-blocks .evo-owl-product2 .product-card .product-img a {
          height: 170px; } }
      @media (max-width: 991px) {
        .section_product .product-blocks .evo-owl-product2 .product-card .product-img a {
          height: 224px; } }
      @media (max-width: 767px) {
        .section_product .product-blocks .evo-owl-product2 .product-card .product-img a {
          height: 348px; } }
      @media (max-width: 668px) {
        .section_product .product-blocks .evo-owl-product2 .product-card .product-img a {
          height: 314px; } }
      @media (max-width: 569px) {
        .section_product .product-blocks .evo-owl-product2 .product-card .product-img a {
          height: 264px; } }
      @media (max-width: 480px) {
        .section_product .product-blocks .evo-owl-product2 .product-card .product-img a {
          height: 190px; } }
      @media (max-width: 376px) {
        .section_product .product-blocks .evo-owl-product2 .product-card .product-img a {
          height: 171px; } }
      @media (max-width: 321px) {
        .section_product .product-blocks .evo-owl-product2 .product-card .product-img a {
          height: 143px; } }
      .section_product .product-blocks .evo-owl-product2 .product-card .product-img a img {
        width: auto !important;
        max-height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
        .section_product .product-blocks .evo-owl-product2 .product-card .product-img a img:not(.loaded) {
          width: 100% !important;
          height: 100% !important; }
  @media (max-width: 991px) {
    .section_product .product-blocks-banner {
      display: flex;
      flex-wrap: nowrap;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: auto; }
      .section_product .product-blocks-banner .col-xs-7 {
        flex: 0 0 auto; } }
  .section_product .product-blocks-banner a {
    display: block; }
    .section_product .product-blocks-banner a img {
      border-radius: 10px; }

.section_blogs {
  text-align: center; }
  .section_blogs h2 {
    margin-bottom: 30px;
    margin-top: 0;
    font-size: 26px;
    line-height: 28px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.4px; }
    @media (max-width: 767px) {
      .section_blogs h2 {
        font-size: 22px;
        letter-spacing: 2px;
        margin-bottom: 15px; } }
    .section_blogs h2 a {
      color: #000; }
      .section_blogs h2 a:hover, .section_blogs h2 a:focus {
        color: #4a90e2; }
  .section_blogs a.evo-item-blogs {
    width: 100%;
    height: 100%;
    display: inline-block;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.125) 0px 1px 10px -1px, rgba(0, 0, 0, 0.05) 0px 1px 20px -1px;
    position: relative; }
    .section_blogs a.evo-item-blogs .evo-article-image {
      position: relative;
      overflow: hidden;
      height: 183px; }
      @media (max-width: 1024px) {
        .section_blogs a.evo-item-blogs .evo-article-image {
          height: 149px; } }
      @media (max-width: 991px) {
        .section_blogs a.evo-item-blogs .evo-article-image {
          height: 153px; } }
      @media (max-width: 767px) {
        .section_blogs a.evo-item-blogs .evo-article-image {
          height: 229px; } }
      @media (max-width: 668px) {
        .section_blogs a.evo-item-blogs .evo-article-image {
          height: 207px; } }
      @media (max-width: 569px) {
        .section_blogs a.evo-item-blogs .evo-article-image {
          height: 173px; } }
      @media (max-width: 480px) {
        .section_blogs a.evo-item-blogs .evo-article-image {
          height: 257px; } }
      @media (max-width: 376px) {
        .section_blogs a.evo-item-blogs .evo-article-image {
          height: 231px; } }
      @media (max-width: 321px) {
        .section_blogs a.evo-item-blogs .evo-article-image {
          height: 195px; } }
      .section_blogs a.evo-item-blogs .evo-article-image img {
        -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
        width: auto !important;
        max-height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
        .section_blogs a.evo-item-blogs .evo-article-image img:not(.loaded) {
          width: 100% !important;
          height: 100% !important; }
    .section_blogs a.evo-item-blogs h3 {
      color: #1c1c1c;
      font-size: 14px;
      font-weight: 500;
      text-transform: uppercase;
      line-height: 1.67;
      margin-top: 10px;
      margin-bottom: 0;
      text-align: left;
      padding: 0 10px; }
    .section_blogs a.evo-item-blogs p {
      font-size: 14px;
      line-height: 25px;
      margin-bottom: 10px;
      color: #1c1c1c;
      text-align: left;
      padding: 0 10px;
      word-wrap: break-word;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      height: 75px;
      overflow: hidden; }
    .section_blogs a.evo-item-blogs:hover .evo-article-image img {
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
    .section_blogs a.evo-item-blogs:hover h3 {
      color: #4a90e2; }
    .section_blogs a.evo-item-blogs:hover p {
      color: #1c1c1c; }
  .section_blogs .evo-owl-blog .slick-slide {
    margin: 5px; }
  .section_blogs .evo-owl-blog .slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    line-height: 30px;
    text-align: center;
    z-index: 2; }
    @media (max-width: 767px) {
      .section_blogs .evo-owl-blog .slick-arrow {
        display: none !important; } }
    .section_blogs .evo-owl-blog .slick-arrow.slick-prev {
      left: -15px; }
      .section_blogs .evo-owl-blog .slick-arrow.slick-prev:before {
        content: "";
        background-image: url(//cdn.hstatic.net/themes/200001132191/1001455210/14/back.svg?v=149);
        height: 30px;
        width: 30px;
        display: block; }
    .section_blogs .evo-owl-blog .slick-arrow.slick-next {
      right: -15px; }
      .section_blogs .evo-owl-blog .slick-arrow.slick-next:before {
        content: "";
        background-image: url(//cdn.hstatic.net/themes/200001132191/1001455210/14/right-arrow.svg?v=149);
        height: 30px;
        width: 30px;
        display: block; }
  .section_blogs .evo-owl-blog .slick-dots {
    text-align: center; }
    .section_blogs .evo-owl-blog .slick-dots li {
      display: inline-block; }
      .section_blogs .evo-owl-blog .slick-dots li button {
        border: none;
        height: 10px;
        width: 10px;
        border-radius: 50%;
        outline: none;
        box-shadow: none;
        background-color: rgba(0, 0, 0, 0.3);
        font-size: 0;
        padding: 0;
        display: block; }
      .section_blogs .evo-owl-blog .slick-dots li + li {
        margin-left: 5px; }
      .section_blogs .evo-owl-blog .slick-dots li.slick-active button {
        background-color: #4a90e2; }
  .section_blogs .evo-owl-blog .slick-slide {
    margin: 7px; }
  .section_blogs .mobile-viewmore {
    margin-top: 20px; }

.section_full_banner {
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .section_full_banner {
      margin-bottom: 15px; } }

.single_image_effect {
  display: block;
  position: relative;
  overflow: hidden; }
  @media (max-width: 767px) {
    .single_image_effect {
      margin-top: 7px; } }
  .single_image_effect:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .single_image_effect:hover:before {
    -webkit-animation: circle 0.75s;
    -ms-animation: circle 0.75s;
    -o-animation: circle 0.75s;
    animation: circle 0.75s; }

@-ms-keyframes
circle {
  0% {
    opacity: 1; }
  40% {
    opacity: 1; }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0; } }

@-o-keyframes
circle {
  0% {
    opacity: 1; }
  40% {
    opacity: 1; }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0; } }

@-webkit-keyframes
circle {
  0% {
    opacity: 1; }
  40% {
    opacity: 1; }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0; } }

@keyframes
circle {
  0% {
    opacity: 1; }
  40% {
    opacity: 1; }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0; } }
