    /* ####################################################
    :: Template Name: Essence - Fashion Ecommerce Template
    :: Author: Colorlib
    :: Author URL: https://colorlib.com
    :: Description: Essence is smart & elegant fashion e-commerce Template. It's suitable for all e-commerce business platform.
    :: Version: 1.0.0
    :: Created: April 27, 2018
    :: Last Updated: May 2, 2018
    #################################################### */

    /* ---------------------------------------
    ##### - PLACE YOUR CUSTOM CSS HERE - #####
    --------------------------------------- */
    
    
/* :: 15.0 Portfolio Area CSS */
.alazea-portfolio-filter {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 30px; }
  .alazea-portfolio-filter .btn {
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    padding: 0;
    font-size: 20px;
    color: #707070;
    font-weight: 500;
    background-color: transparent;
    padding: 0 20px; }
    
     .alazea-portfolio-filter .btn active {
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    padding: 0;
    font-size: 20px;
    color: #fbb610;
    font-weight: 500;
    background-color: transparent;
    padding: 0 20px; }
    
    @media only screen and (max-width: 767px) {
      .alazea-portfolio-filter .btn {
        font-size: 16px;
        padding: 0 5px; } }
    .alazea-portfolio-filter .btn:hover, .alazea-portfolio-filter .btn:focus {
      color: #fbb610;
      box-shadow: none; }

.alazea-portfolio.row {
  margin-right: -10px;
  margin-left: -10px; }
.alazea-portfolio .col-12 {
  padding-left: 10px;
  padding-right: 10px; }

.single_portfolio_item {
  position: relative;
  z-index: 10;
  margin-top: 20px;
  overflow: hidden;
  height: 400px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single_portfolio_item {
      height: 290px; } }
  @media only screen and (max-width: 767px) {
    .single_portfolio_item {
      height: 300px; } }
  .single_portfolio_item .portfolio-thumbnail {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: calc(100% - 20px);
    position: absolute;
    height: 100%;
    top: 0;
    left: 10px;
    right: 10px;
    background-repeat: no-repeat; }
  .single_portfolio_item .portfolio-hover-overlay {
    width: calc(100% - 20px);
    height: 100%;
    top: 0;
    left: 10px;
    right: 10px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: rgba(251, 182, 16, 0.8);
    position: absolute;
    z-index: 10;
    text-align: center;
    opacity: 0;
    visibility: hidden; }
    .single_portfolio_item .portfolio-hover-overlay a {
      position: relative;
      width: 100%;
      height: 100%;
      z-index: 30; }
      .single_portfolio_item .portfolio-hover-overlay a .port-hover-text h3 {
        font-size: 28px;
        color: #ffffff; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .single_portfolio_item .portfolio-hover-overlay a .port-hover-text h3 {
            font-size: 20px; } }
        @media only screen and (max-width: 767px) {
          .single_portfolio_item .portfolio-hover-overlay a .port-hover-text h3 {
            font-size: 18px; } }
      .single_portfolio_item .portfolio-hover-overlay a .port-hover-text h5 {
        font-size: 18px;
        margin-bottom: 0;
        color: #ffffff;
        font-weight: 400; }
        @media only screen and (max-width: 767px) {
          .single_portfolio_item .portfolio-hover-overlay a .port-hover-text h5 {
            font-size: 14px; } }
  .single_portfolio_item:hover {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
    .single_portfolio_item:hover .portfolio-hover-overlay {
      opacity: 1;
      visibility: visible; }

.portfolio-page .single_portfolio_item {
  height: 320px; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #ffffff;
  right: 0;
  text-align: center;
  padding-right: 0;
  top: 40px;
  width: 36px;
  height: 36px;
  background-color: #70c745;
  line-height: 36px; }

.mfp-bottom-bar {
  margin-top: 0;
  top: auto;
  bottom: 55px;
  left: 0;
  width: 100%;
  cursor: auto;
  background-color: transparent;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center; }
  .mfp-bottom-bar .mfp-title {
    line-height: normal;
    color: #ffffff;
    padding-right: 0;
    background-color: #70c745;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700; }
  .mfp-bottom-bar .mfp-counter {
    color: #ffffff;
    position: relative;
    line-height: normal;
    background-color: #70c745;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700; }


/* :: 11.0 Testimonial Area CSS */
.testimonials-slides {
  position: relative;
  z-index: 1; }
  .testimonials-slides .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
    position: relative;
    z-index: 1;
    width: 50%; }
    @media only screen and (max-width: 767px) {
      .testimonials-slides .owl-dots {
        width: 100%; } }
    .testimonials-slides .owl-dots .owl-dot {
      position: relative;
      z-index: 1;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 12px;
      flex: 0 0 12px;
      max-width: 12px;
      width: 12px;
      border: 2px solid #b6b7b7;
      height: 12px;
      margin: 0 6px;
      border-radius: 50%; }
      .testimonials-slides .owl-dots .owl-dot::after {
        width: 4px;
        height: 4px;
        background-color: #70c745;
        border-radius: 50%;
        content: '';
        position: absolute;
        top: 2px;
        left: 2px;
        z-index: 10;
        opacity: 0;
        visibility: hidden; }
      .testimonials-slides .owl-dots .owl-dot.active {
        border-color: #70c745; }
        .testimonials-slides .owl-dots .owl-dot.active::after {
          opacity: 1;
          visibility: visible; }

.single-testimonial-slide {
  position: relative;
  z-index: 1; }
  .single-testimonial-slide .testimonial-thumb {
    width: 250px;
    height: 250px;
    margin: auto;
    border-radius: 50%;
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.15); }
    .single-testimonial-slide .testimonial-thumb img {
      border-radius: 50%; }
    @media only screen and (max-width: 767px) {
      .single-testimonial-slide .testimonial-thumb {
        width: 250px;
        height: 250px;
        margin-bottom: 50px; } }
  .single-testimonial-slide .testimonial-content .testimonial-author-info h6 {
    font-size: 18px;
    margin-bottom: 0; }
  .single-testimonial-slide .testimonial-content .testimonial-author-info p {
    margin-bottom: 0;
    color: #70c745; }


/* :: 16.0 Cool Facts Area CSS */
.cool-facts-area {
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: top left; }
  @media only screen and (max-width: 767px) {
    .cool-facts-area::after {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: #f2f4f5;
      content: '';
      position: absolute;
      z-index: -1; } }
  .cool-facts-area .side-img {
    position: absolute;
    bottom: -80px;
    right: 10%;
    z-index: 10;
    width: 150px; }

.single-cool-fact {
  position: relative;
  z-index: 1; }
  .single-cool-fact .cf-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px;
    width: 50px;
    margin-right: 30px; }
  .single-cool-fact .cf-content h2 {
    font-size: 36px;
    margin-bottom: 10px;
    line-height: 1; }
  .single-cool-fact .cf-content h6 {
    font-weight: 400;
    color: #707070;
    margin-bottom: 0;
    text-transform: uppercase; }
    
    /* :: 24.0 Portfolio Details Area CSS */
.portfolio-details-area {
  position: relative;
  z-index: 1; }
  .portfolio-details-area ul li {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }
    .portfolio-details-area ul li i {
      color: #70c745;
      margin-right: 15px; }

.portfolio-slides {
  position: relative;
  z-index: 1; }
  .portfolio-slides .owl-prev {
    position: absolute;
    top: calc(50% - 30px);
    color: #ffffff;
    font-size: 50px;
    left: 30%;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1; }
  .portfolio-slides .owl-next {
    position: absolute;
    top: calc(50% - 30px);
    color: #ffffff;
    font-size: 50px;
    right: 30%;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1; }
  .portfolio-slides .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;
    position: relative;
    z-index: 1;
    width: 100%; }
    .portfolio-slides .owl-dots .owl-dot {
      position: relative;
      z-index: 1;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 12px;
      flex: 0 0 12px;
      max-width: 12px;
      width: 12px;
      border: 2px solid #b7b7b7;
      height: 12px;
      margin: 0 6px;
      border-radius: 50%; }
      .portfolio-slides .owl-dots .owl-dot::after {
        width: 4px;
        height: 4px;
        background-color: #70c745;
        border-radius: 50%;
        content: '';
        position: absolute;
        top: 2px;
        left: 2px;
        z-index: 10;
        opacity: 0;
        visibility: hidden; }
      .portfolio-slides .owl-dots .owl-dot.active {
        border-color: #70c745; }
        .portfolio-slides .owl-dots .owl-dot.active::after {
          opacity: 1;
          visibility: visible; }

.portfolio-details-meta {
  position: relative;
  z-index: 1;
  margin-bottom: 25px; }
  .portfolio-details-meta h5 {
    margin-bottom: 5px; }
  .portfolio-details-meta p {
    margin-bottom: 0; }
  .portfolio-details-meta:last-child {
    margin-bottom: 0; }

/* ======= The End ======= */


/* :: 7.0 New Arrivals Products Area */
.single-product-area {
  position: relative;
  z-index: 1;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  .single-product-area .product-img {
    position: relative;
    z-index: 1;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; }
    .single-product-area .product-img a {
      display: block; }
    .single-product-area .product-img img {
      position: relative;
      z-index: 1;
      width: 100%; }
    .single-product-area .product-img .product-tag a {
      background-color: #429edf;
      border-radius: 2px;
      display: inline-block;
      height: 20px;
      padding: 0 10px;
      line-height: 20px;
      text-transform: uppercase;
      color: #ffffff;
      font-weight: 700;
      font-size: 12px;
      position: absolute;
      top: 20px;
      left: 20px;
      z-index: 10; }
    .single-product-area .product-img .product-tag.sale-tag a {
      background-color: #e61d47; }
    .single-product-area .product-img .product-meta {
      position: absolute;
      bottom: 30px;
      left: 15px;
      right: 15px;
      z-index: 100;
      visibility: hidden;
      opacity: 0;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms; }
      .single-product-area .product-img .product-meta a {
        font-size: 16px;
        color: #ffffff;
        font-weight: 600;
        background-color: #303030;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
        max-width: 50px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-transform: uppercase;
        text-align: center; }
        .single-product-area .product-img .product-meta a:hover, .single-product-area .product-img .product-meta a:focus {
          background-color: #70c745; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .single-product-area .product-img .product-meta a {
            font-size: 11px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .single-product-area .product-img .product-meta a {
            font-size: 11px; } }
        @media only screen and (max-width: 767px) {
          .single-product-area .product-img .product-meta a {
            font-size: 14px; } }
      .single-product-area .product-img .product-meta .add-to-cart-btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 100px);
        flex: 0 0 calc(100% - 100px);
        max-width: calc(100% - 100px);
        width: calc(100% - 100px);
        border-left: 1px solid rgba(235, 235, 235, 0.5);
        border-right: 1px solid rgba(235, 235, 235, 0.5); }
  .single-product-area .product-info a p {
    margin-bottom: 0;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms; }
    .single-product-area .product-info a p:hover, .single-product-area .product-info a p:focus {
      color: #70c745; }
  .single-product-area .product-info h6 {
    margin-bottom: 0;
    font-size: 18px; }
  .single-product-area:hover .product-img {
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.15); }
    .single-product-area:hover .product-img .product-meta {
      visibility: visible;
      opacity: 1; }



/* :: 8.0 Shop Page Area CSS */
.shop-sorting-data {
  position: relative;
  z-index: 1;
  padding-bottom: 25px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ebebeb; }
  @media only screen and (max-width: 767px) {
    .shop-sorting-data .shop-page-count {
      margin-bottom: 30px; } }
  .shop-sorting-data .shop-page-count p {
    font-size: 18px;
    color: #707070;
    margin-bottom: 0;
    font-weight: 500; }
  .shop-sorting-data .search_by_terms {
    position: relative;
    z-index: 1; }
    .shop-sorting-data .search_by_terms select {
      width: 180px;
      height: 40px;
      color: #51545f;
      font-size: 16px;
      background-color: #f5f5f5;
      border: 1px solid #ebebeb;
      border-radius: 2px;
      margin-left: 30px; }
      @media only screen and (max-width: 767px) {
        .shop-sorting-data .search_by_terms select {
          margin-left: 0;
          margin-bottom: 15px; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        .shop-sorting-data .search_by_terms select {
          margin-left: auto;
          margin-right: 15px;
          margin-bottom: 0; } }
      .shop-sorting-data .search_by_terms select:focus {
        box-shadow: none; }

.shop-widget {
  position: relative;
  z-index: 1; }
  .shop-widget .widget-title {
    text-transform: uppercase;
    margin-bottom: 20px; }
  .shop-widget .custom-control .custom-control-label {
    font-size: 16px;
    color: #707070; }
  .shop-widget .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #70c745; }
  .shop-widget .single-best-seller-product {
    position: relative;
    z-index: 1;
    margin-bottom: 20px; }
    .shop-widget .single-best-seller-product::after {
      margin-bottom: 0; }
    .shop-widget .single-best-seller-product .product-thumbnail {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
      flex: 0 0 70px;
      max-width: 70px;
      width: 70px;
      margin-right: 30px; }
    .shop-widget .single-best-seller-product .product-info a {
      display: block;
      color: #707070;
      font-size: 16px;
      font-weight: 400;
      margin-bottom: 5px; }
      .shop-widget .single-best-seller-product .product-info a:hover, .shop-widget .single-best-seller-product .product-info a:focus {
        color: #303030; }
    .shop-widget .single-best-seller-product .product-info p {
      margin-bottom: 0;
      color: #303030;
      font-weight: 500; }
    .shop-widget .single-best-seller-product .product-info .ratings i {
      font-size: 12px;
      color: #ff9800; }

.slider-range-price {
  position: relative;
  z-index: 1; }

.shop-widget .ui-slider-handle {
  background-color: #70c745;
  border: none;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  position: absolute;
  z-index: 30;
  top: -3px; }

.ui-slider-handle.first-handle {
  display: none !important; }

.shop-widget .ui-slider-range.ui-widget-header.ui-corner-all {
  background-color: #70c745;
  position: absolute;
  height: 6px;
  width: auto;
  z-index: 10;
  left: 2px !important; }

.shop-widget .ui-slider-horizontal {
  height: 6px;
  background-color: #f5f5f5;
  border-radius: 10px; }

.shop-widget .range-price {
  font-size: 16px;
  font-weight: 500;
  margin-top: 15px;
  text-transform: uppercase; }

.single_product_thumb {
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 767px) {
    .single_product_thumb {
      margin-bottom: 50px; } }
  .single_product_thumb .carousel-indicators {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    margin-right: 0;
    margin-left: 0;
    margin-top: 30px; }
    .single_product_thumb .carousel-indicators li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
      flex: 0 0 100px;
      width: 100px;
      height: 100px;
      margin-right: 15px;
      margin-left: 15px;
      cursor: pointer;
      border: 1px solid transparent;
      background-size: cover; }
      @media only screen and (max-width: 767px) {
        .single_product_thumb .carousel-indicators li {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 60px;
          flex: 0 0 60px;
          width: 60px;
          height: 60px; } }
      .single_product_thumb .carousel-indicators li.active {
        border: 1px solid #70c745; }

.single_product_desc {
  position: relative;
  z-index: 1; }
  .single_product_desc .title {
    font-size: 30px;
    margin-bottom: 10px;
    text-transform: uppercase; }
    @media only screen and (max-width: 767px) {
      .single_product_desc .title {
        font-size: 24px; } }
  .single_product_desc .price {
    font-size: 26px;
    font-weight: 600;
    color: #70c745;
    margin-bottom: 30px; }
  .single_product_desc .short_overview {
    margin-bottom: 30px; }
    .single_product_desc .short_overview p {
      font-size: 14px; }
  .single_product_desc .cart--area {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 50px; }
  .single_product_desc .cart {
    position: relative;
    z-index: 1; }
    .single_product_desc .cart .quantity {
      position: relative;
      z-index: 1;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 130px;
      flex: 0 0 130px;
      max-width: 130px;
      width: 130px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single_product_desc .cart .quantity {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 70px;
          flex: 0 0 70px;
          max-width: 70px;
          width: 70px; } }
      .single_product_desc .cart .quantity .qty-text {
        height: 46px;
        padding: 5px 15px;
        width: 130px;
        -moz-appearance: textfield;
        -webkit-appearance: textfield;
        appearance: textfield;
        font-size: 14px;
        border: none;
        background-color: #f2f4f5;
        text-align: center; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .single_product_desc .cart .quantity .qty-text {
            width: 70px; } }
      .single_product_desc .cart .quantity .qty-minus,
      .single_product_desc .cart .quantity .qty-plus {
        display: block;
        height: 100%;
        position: absolute;
        left: 10px;
        text-align: center;
        top: 0;
        width: 30px;
        z-index: 99;
        cursor: pointer;
        font-size: 8px;
        line-height: 46px;
        color: #303030; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .single_product_desc .cart .quantity .qty-minus,
          .single_product_desc .cart .quantity .qty-plus {
            left: 0; } }
      .single_product_desc .cart .quantity .qty-plus {
        left: auto;
        right: 10px; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .single_product_desc .cart .quantity .qty-plus {
            right: 0; } }
  .single_product_desc .wishlist-compare {
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 767px) {
      .single_product_desc .wishlist-compare {
        margin-top: 30px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .single_product_desc .wishlist-compare {
        margin-top: 0; } }
    .single_product_desc .wishlist-compare a {
      background-color: #f2f4f5;
      display: inline-block;
      width: 46px;
      height: 46px;
      text-align: center;
      line-height: 46px;
      font-size: 18px; }
  .single_product_desc .products--meta {
    position: relative;
    z-index: 1;
    padding-top: 50px; }
    .single_product_desc .products--meta p {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .single_product_desc .products--meta p span:first-child {
        font-weight: 500;
        color: #303030;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
        flex: 0 0 150px;
        max-width: 150px;
        width: 150px; }
      .single_product_desc .products--meta p span:last-child {
        font-weight: 400;
        color: #707070; }
        .single_product_desc .products--meta p span:last-child a {
          color: #cccccc;
          font-size: 14px;
          margin-right: 15px; }
          .single_product_desc .products--meta p span:last-child a:hover {
            color: #70c745; }

.product_details_tab {
  position: relative;
  z-index: 1;
  padding: 50px 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb; }
  .product_details_tab .nav-tabs {
    border-bottom: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px; }
    .product_details_tab .nav-tabs .nav-link {
      border: none;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      padding: 0 15px;
      font-size: 20px;
      color: #303030; }
      .product_details_tab .nav-tabs .nav-link.active, .product_details_tab .nav-tabs .nav-link:hover {
        color: #70c745; }
  .product_details_tab .additional_info_area p {
    color: #303030; }
    .product_details_tab .additional_info_area p span {
      color: #707070; }

.product_details_tab .review-rating i {
  color: #ff9800;
  font-size: 14px; }

.product_details_tab .review-rating > span {
  font-size: 16px;
  font-weight: 500;
  color: #303030; }

.submit_a_review_area form .stars {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAABaCAYAAACv+ebYAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDcvMDMvMTNJ3Rb7AAACnklEQVRoge2XwW3bMBSGPxa9NxtIGzTAW8DdRL7o3A0qb+BrdNIm9QAm0G7gbJBMwB5MoVJNUSRFIXGqHwhkmXr68hOPNH9ljOEt9OlNqBs4RlrrSmtdpdZ/Ti0EGnvtUoqTHFunBVCkuk6d6mbi83rggdteSa5THDeB3+UDO9z2inatXFum1roESuAReAB29vp15n2/gRfgZK+/gIuIXLxgrfUO+Bnzn0fom4ic+pvRVNuB/QrQ/RB6A7bwLjN8b985krO5MsKd0ElwJvgk1AteCPdCYWI5/SutddQxRUTU3DOzG4hd01EKqQnZuaLBITUh4F0CeLYm5CDw6PjuFTjaz9+BLwE1I8VO9StwAEoRaUSkseMHO+aqcWq2qwcdfQCOIvIy8dwDV/c/YL6zvWDbnQ3QuH5hltQEreM1dH/n6g28gT8eWLVUqqVKrb+vtGidFkCR6vp+0uLAba8k1/eRFh1ue0W7dv4sqpaSjGnR1Fy8YNWyY8W0aGpO/c1oqu3AKmlxCL0BW3iXGb637xzJ2VwZ4U7oJDgTfBLqBS+Ee6EQeMpULVFHUVOzPC3aNR2lkJotLbr0vtKiqWlMTcNaaXHQ0QfgaGqcaVG1jNLibGcbYyb/eDIlT6bjyZS+51JqtrS4gTfw/wzWqkKrKrU8fQPR6gKAmDKlPM3x1WkBFKmu0xxf3fZR5jnFdbzjv257JbmOdzx22yvadZzjW7e9ol27HWtVkjEtIubiB2u1Y8W0iJhTfzOe6uvAKmlxCL0FX+FdZvjevnMkd3Plgzuh0+A88EmoH7wM7oVC6AaiVdwuI2Z5WrRrOk4BNVtadOl9pUXENIhpWCstDjr6ABwR40yLaDVKi7Od7U1/Z0pzpjNngtNiaM2WFj8++A+motm0NTqjmwAAAABJRU5ErkJggg==") repeat-x 0 0;
  width: 150px; }
  .submit_a_review_area form .stars::after, .submit_a_review_area form .stars::before {
    display: table;
    content: ""; }
  .submit_a_review_area form .stars::after {
    clear: both; }
  .submit_a_review_area form .stars input[type="radio"] {
    position: absolute;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
    .submit_a_review_area form .stars input[type="radio"].star-5:checked ~ span {
      width: 100%; }
    .submit_a_review_area form .stars input[type="radio"].star-4:checked ~ span {
      width: 80%; }
    .submit_a_review_area form .stars input[type="radio"].star-3:checked ~ span {
      width: 60%; }
    .submit_a_review_area form .stars input[type="radio"].star-2:checked ~ span {
      width: 40%; }
    .submit_a_review_area form .stars input[type="radio"].star-1:checked ~ span {
      width: 20%; }
  .submit_a_review_area form .stars label {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 !important;
    padding: 0 !important;
    text-indent: -999em;
    float: left;
    position: relative;
    z-index: 10;
    background: transparent !important;
    cursor: pointer; }
    .submit_a_review_area form .stars label:hover ~ span {
      background-position: 0 -30px; }
    .submit_a_review_area form .stars label.star-5:hover ~ span {
      width: 100% !important; }
    .submit_a_review_area form .stars label.star-4:hover ~ span {
      width: 80% !important; }
    .submit_a_review_area form .stars label.star-3:hover ~ span {
      width: 60% !important; }
    .submit_a_review_area form .stars label.star-2:hover ~ span {
      width: 40% !important; }
    .submit_a_review_area form .stars label.star-1:hover ~ span {
      width: 20% !important; }
  .submit_a_review_area form .stars span {
    display: block;
    width: 0;
    position: relative;
    top: 0;
    left: 0;
    height: 30px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAABaCAYAAACv+ebYAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDcvMDMvMTNJ3Rb7AAACnklEQVRoge2XwW3bMBSGPxa9NxtIGzTAW8DdRL7o3A0qb+BrdNIm9QAm0G7gbJBMwB5MoVJNUSRFIXGqHwhkmXr68hOPNH9ljOEt9OlNqBs4RlrrSmtdpdZ/Ti0EGnvtUoqTHFunBVCkuk6d6mbi83rggdteSa5THDeB3+UDO9z2inatXFum1roESuAReAB29vp15n2/gRfgZK+/gIuIXLxgrfUO+Bnzn0fom4ic+pvRVNuB/QrQ/RB6A7bwLjN8b985krO5MsKd0ElwJvgk1AteCPdCYWI5/SutddQxRUTU3DOzG4hd01EKqQnZuaLBITUh4F0CeLYm5CDw6PjuFTjaz9+BLwE1I8VO9StwAEoRaUSkseMHO+aqcWq2qwcdfQCOIvIy8dwDV/c/YL6zvWDbnQ3QuH5hltQEreM1dH/n6g28gT8eWLVUqqVKrb+vtGidFkCR6vp+0uLAba8k1/eRFh1ue0W7dv4sqpaSjGnR1Fy8YNWyY8W0aGpO/c1oqu3AKmlxCL0BW3iXGb637xzJ2VwZ4U7oJDgTfBLqBS+Ee6EQeMpULVFHUVOzPC3aNR2lkJotLbr0vtKiqWlMTcNaaXHQ0QfgaGqcaVG1jNLibGcbYyb/eDIlT6bjyZS+51JqtrS4gTfw/wzWqkKrKrU8fQPR6gKAmDKlPM3x1WkBFKmu0xxf3fZR5jnFdbzjv257JbmOdzx22yvadZzjW7e9ol27HWtVkjEtIubiB2u1Y8W0iJhTfzOe6uvAKmlxCL0FX+FdZvjevnMkd3Plgzuh0+A88EmoH7wM7oVC6AaiVdwuI2Z5WrRrOk4BNVtadOl9pUXENIhpWCstDjr6ABwR40yLaDVKi7Od7U1/Z0pzpjNngtNiaM2WFj8++A+motm0NTqjmwAAAABJRU5ErkJggg==") repeat-x 0 -60px;
    -webkit-transition: -webkit-width 0.5s;
    -webkit-transition: width 0.5s;
    transition: width 0.5s; }

.review-details p {
  font-size: 12px; }

.submit_a_review_area h4 {
  font-size: 20px; }
.submit_a_review_area .form-group > label {
  font-size: 14px; }
.submit_a_review_area input,
.submit_a_review_area select {
  font-size: 14px;
  width: 100%;
  height: 40px;
  border: none;
  background-color: #f2f4f5;
  border-radius: 0; }
.submit_a_review_area textarea {
  width: 100%;
  height: 100px;
  border: none;
  border-radius: 0;
  background-color: #f2f4f5; }

