/*
Theme Name: Woodmart Child
Theme URI: https://woodmart.xtemos.com/
Template: woodmart
Author: XTemos
Author URI: http://themeforest.net/user/xtemos
Description: ThemeForest Premium Theme
Tags: one-column,two-columns,right-sidebar,custom-header,custom-menu,editor-style,featured-images,microformats,post-formats,sticky-post,translation-ready
Version: 2.8.1.1549366406
Updated: 2019-02-05 11:33:26

*/

#offer_popup {
  display: flex;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  left: 0;
  z-index: 999;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 100px;
  overflow: scroll;
}

.offer_popup_container {
  width: 50%;
  background: #fff;
  clear: both;
  overflow: hidden;
  position: relative;
}

.offer_popup_content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #c4a669;
}

.offer_popup_left {
  width: 50%;
  padding: 40px 20px;
}

.offer_popup_right {
  width: 50%;
  background: #fff;
}

.offer_popup_right .product-grid-item {
  width: 100%;
}

#offer_popup_close {
  position: absolute;
  color: #ddd;
  font-size: 38px;
  top: 9px;
  left: 20px;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  #offer_popup {
    padding: 100px 20px;
    display: block;
  }

  .offer_popup_container, .offer_popup_left, .offer_popup_right {
    width: 100%;
  }

  #offer_popup_close {
    top: -4px;
    left: 13px;
  }
}