.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
.remodal-overlay {
  background: rgba(0, 0, 0, 0.8);
}
.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}
.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}
.remodal-wrapper {
  padding: 10px 10px 0;
}
.remodal {
  overflow: hidden;
  box-sizing: border-box;
  padding: 9px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
  display: none;
  position: absolute;
  top:15%;
  bottom: 15%;
  left: 15%;
  right: 15%;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}
.remodal-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  z-index: 5;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  border: 0;
  outline: 0;
  background: transparent;
}
.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;

    opacity: 1;
  }
}

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;

    opacity: 1;
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);

    opacity: 0;
  }
}

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);

    opacity: 0;
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@media only screen and (min-width: 641px) {
  .remodal {

  }
  #fme_plp_contend .summary{
    width: 100%;
  }
  #fme_plp_contend .summary{
    width: 100%;
  }
}

@media only screen and (max-width: 641px) {

  .woocommerce .remodal #fme_plp_contend .product .images .thumbnail img{
    margin: 5px ;
  }
}

@media only screen and (max-width: 770px) {
  .woocommerce #fme_plp_contend .product .cart .button{
    float: left !important;
  }
  #fme_plp_contend .images{
    width:100% !important;
  }
  .remodal{
    overflow-y: scroll;
  }
  #fme_plp_contend .images{
    width: 100%;
  }
  .woocommerce-page .remodal #fme_plp_contend .product .summary{
    width: 100%;
    height:100% !important;
    padding: 0 0 0 15px;
    overflow: hidden;
    float: left;
    display: block;
  }
  .scrollbar,.scrollbar_bg{
    display: none;
  }

}

.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  position: absolute;
  top:25%;
  bottom: 25%;
  left: 5%;
  right: 5%;
  box-shadow: 0px 0px 0px 9px rgba(0,0,0,0.3);
}
.remodal-wrapper {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  text-align: left;
}
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

#fme_plp_contend{
 background-color: #fff;
}
#fme_plp_contend .images{
  float: left;
  width:45%;
  position: relative;
}
#fme_plp_contend .images:after,
#fme_plp_contend .images:before{
  content: '';
  display: table;
  clear: both;
}
#fme_plp_contend .summary{
  float: left;
  width: 50%;
  font-size: 15px;
  padding: 25px 10px 3em 10px;
  margin: 0;
}
#fme_plp_contend .product_title.entry-title {
  color: #222;
  text-transform: uppercase;
  font-size: 30px;
  margin-top: 0;
  font-weight: 700;
  margin-bottom: 10px;
}
#fme_plp_contend .quantity{
 float: left;
}
#fme_plp_contend .woocommerce-review-link{
  display: none;
}
#fme_plp_contend .star-rating{
  color: #FDC531;
}
#fme_plp_contend .woocommerce-Price-amount{
  color: #77A464;
}

.woocommerce #fme_plp_contend .product .cart .button{
  font-size: 19px;
  float: right;
}


#fme_plp_contend  .scrollable{
  overflow-y:auto;
  overflow-x: hidden;
  position: relative;
}
#fme_plp_contend .scrollbar_bg{
  position: relative;
  overflow: hidden;
  top: 0;
  float: left;
  z-index: 2;
  width: 20px;
  margin: 0 0 0 -1em;
}
#fme_plp_contend  .scrollbar{
  position: absolute;
  overflow: auto;
  top: 0px;
  margin: auto;
  width: 7px;
  border-radius: 9px;
  background-color: rgba(7, 58, 152, 0.2);
}
.woocommerce #fme_plp_contend .onsale{
  margin: 10px;
  z-index: 2;
}
.woocommerce #fme_plp_contend a{
  outline:none;
}
.woocommerce #fme_plp_contend .product .images .thumbnail img{
  display: block;
  width: 70px;
  float: left;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #222;
  margin: 0 0 0 1em;
}

#fme_plp_contend .product .images .thumbnails{
  padding:0 15px 0 0;
  /*width: 100%;*/
  position: absolute;
  bottom: 5px;
}

#fme_plp_contend .product.has-default-attributes.has-children .images{
  opacity: 1;
}
.spinner{
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  background:url('../img/loader.gif') no-repeat center center; 
  background-size: 23px 23px;
}
.remodal .product_meta {
  clear: both;
  font-size: .7em;
  padding-top: .5em;
  margin-top: 3rem;
}
.remodal form.cart input {
  width: 5em;
}
.remodal:focus {
  outline: none;
}
#grid-search .woocommerce-loop-product__title{

font-size : 16px !important;

}

@media (max-width:320px)  { 

  #fme_plp_contend .summary{
    float: left;
    width: 100%;
    font-size: 15px;
    padding: 25px 10px 3em 10px;
    margin: 0;
  }
}
@media (max-width:481px)  { 

  #fme_plp_contend .summary{
    float: left;
    width: 100%;
    font-size: 15px;
    padding: 25px 10px 3em 10px;
    margin: 0;
  }
}
@media (max-width:641px)  { 
  #fme_plp_contend .summary{
    float: left;
    width: 100%;
    font-size: 15px;
    padding: 25px 10px 3em 10px;
    margin: 0;
  }
}


@media only screen and (min-width : 320px) {
  .fme_plp_grid_view {
    height: auto;
    text-align: -webkit-center;
  }
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
 .fme_plp_grid_view {
  height: auto;
  text-align: -webkit-center;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
  .fme_plp_grid_view {
    height: auto;
    text-align: -webkit-center;
  }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
  .fme_plp_grid_view {
    height: 17em;
  }
  .fme_img {
    width: 85% !important;
    height: auto;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
  .fme_plp_grid_view {
    height: 17em;
  }
  .fme_img {
    width: 85% !important;
    height: auto;
  }
}
.fme_plp_list_ul li:first-child {
  margin-top: -20px;
}