
/* Magnific Popup CSS **************************************************************/

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: auto; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    margin: 0;
    top: -40px; 
  }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* Gratafy Pop up modifications *************************************************************/

.mfp-content {
  height: 100%;
}

/* CSS-based preloader */
.mfp-preloader:before {
  display: block;
  content: '';
  width: 30px;
  height: 30px;
  background-image: url('/img/gifts.png');
  background-repeat: no-repeat;
  opacity: 1.0;
  margin: 10px auto;
  -webkit-animation: rotateplane 1.5s infinite ease-in-out;
  animation: rotateplane 1.5s infinite ease-in-out;
}
.mfp-preloader {
  font-family: "Gill Sans Extrabold", Helvetica, sans-serif;
  opacity: 1.0;
  margin: 0 auto;
}

/* CSS preloader animations */
@-webkit-keyframes rotateplane {
  0% { -webkit-transform: perspective(120px) }
  33% { -webkit-transform: perspective(120px) rotateY(180deg) }
  66% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(0deg)  rotateX(0deg) }
}

@keyframes rotateplane {
  0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg) }
  33% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) }
  66% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg) }
  100% { transform: perspective(120px) rotateY(0deg)  rotateX(0deg) }
}

/* Mobile takes full screen */
@media screen and (max-width: 400px) { 

  .mfp-iframe-holder {
    padding-top: 0px;
    padding-bottom: 0px; 
  }

  .mfp-container {
    padding: 0px;
  }

}

/***************************************************************************************************/
/****************      ___  _     ____      *******************************************/
/****************     / _ \| |   |  _ \     *******************************************/
/****************    | | | | |   | | | |    *******************************************/
/****************    | |_| | |___| |_| |    *******************************************/
/****************     \___/|_____|____/     *******************************************/
/****************                           *******************************************/
/****************   LEGACY Store Trigger CSS  *******************************************/
/****************************************************************************************************/

.gratafy-widget-trigger {
  text-decoration: none;
}


/* -- Button preview styles -- */

.gratafy-widget-trigger .btn,
.gratafy-widget-trigger.btn,
#gratafy-widget-trigger .btn,
#gratafy-widget-trigger.btn {
  display:inline-block;
  padding:10px 40px;
  font-size:1.6em;
  text-align:center;
  background: #5ec684;
  color:#fff;
  border:none;
  cursor:pointer;
  float:none;
  margin:10px;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}
.gratafy-widget-trigger.btn:hover,
.gratafy-widget-trigger .btn:hover,
#gratafy-widget-trigger.btn:hover,
#gratafy-widget-trigger .btn:hover {
  background: #36af62;
  color:#fff;
}
.gratafy-btn {
  transition: .3s all ease-in-out;
}
.btnSize1 {
  font-size: 14px;
  display: inline-block; 
  margin: 40px auto; 
  padding: 10px 20px;
}
.btnSize2 {
  font-size: 18px;
  display: inline-block; 
  margin: 40px auto; 
  padding: 10px 20px;
  text-align:center;
}
.btnSize3 {
  font-size: 22px;
  display: inline-block; 
  margin: 40px auto; 
  padding: 10px 20px;
  text-align:center;
}
.btnSize4 {
  font-size: 22px;
  padding:20px 20px 20px 20px;
  width:300px;
  text-align:center;
}
.btnSize5 {
  font-size: 32px;
  padding:40px 40px 40px 40px;
  width:400px;
  text-align:center;
}
/* -- Banner preview styles -- */
.gratafy-banner {
  transition: .3s all ease-in-out;
  display: inline-block;
  width:300px;
  height:100px;
  position:relative;
  z-index: 100;
}
.gratafy-banner .gratafy-banner-background {
  position:absolute;
  background-size:cover !important;
  top:0;
  bottom:0;
  right:0;
  left:0;
  border-radius:inherit;
  z-index: 100;
}
#gratafy-widget-trigger.gratafy-banner .btn,
.gratafy-widget-trigger.gratafy-banner .btn,
#gratafy-widget-trigger .gratafy-banner .btn,
.gratafy-widget-trigger .gratafy-banner .btn {
  margin:10px;
  font-size: 14px;
  z-index: 500;
  position: relative;
}
.gratafy-banner .gratafy-banner-text {
  z-index: 500;
  position: relative;
  text-shadow: 2px 2px 3px #000;
  display: block;
}
.bannerSize1 {
  width:300px;
  height:120px;
  font-size: 14px;
  margin: 40px auto; 
  padding: 20px 10px;
  text-align: center;
}
.bannerSize2 {
  width:300px;
  height:250px;
  font-size: 18px;
  margin: 40px auto; 
  padding: 70px 20px 20px;
  text-align:center;
}
.bannerSize3 {
  width:400px;
  height:250px;
  font-size: 20px;
  margin: 40px auto; 
  padding: 10px 20px;
  text-align:left;
}
.bannerSize3 .gratafy-banner-text {
  z-index: 500;
  position: relative;
  text-shadow: 2px 2px 3px #000;
  position: absolute;
  left: 20px;
  top: 20px;
  text-align: left;
}
.gratafy-widget-trigger.bannerSize3 .btn,
#gratafy-widget-trigger.bannerSize3 .btn,
.gratafy-widget-trigger .bannerSize3 .btn,
#gratafy-widget-trigger .bannerSize3 .btn {
  margin:10px;
  font-size: 14px;
  z-index: 500;
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 18px;
}
.bannerSize4 {
  width:468px;
  height:100px;
  font-size: 22px;
  padding:20px 20px 20px 20px;
  text-align:center;
}
.bannerSize4 .gratafy-banner-text {
  z-index: 500;
  position: relative;
  text-shadow: 2px 2px 3px #000;
  position: absolute;
  left: 20px;
  text-align: left;
  bottom: 20px;
}
.gratafy-widget-trigger.bannerSize4 .btn,
#gratafy-widget-trigger.bannerSize4 .btn,
.gratafy-widget-trigger .bannerSize4 .btn,
#gratafy-widget-trigger .bannerSize4 .btn {
  margin:10px;
  font-size: 14px;
  z-index: 500;
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 18px;
}
.bannerSize5 {
  width:728px;
  height:200px;
  font-size: 32px;
  padding:40px 40px 40px 40px;
  text-align:center;
}  
.bannerSize5 .gratafy-banner-text {
  z-index: 500;
  position: relative;
  text-shadow: 2px 2px 3px #000;
  position: absolute;
  left: 20px;
  text-align: left;
  bottom: 20px;
}
#gratafy-widget-trigger.bannerSize5 .btn,
.gratafy-widget-trigger.bannerSize5 .btn,
#gratafy-widget-trigger .bannerSize5 .btn,
.gratafy-widget-trigger .bannerSize5 .btn {
  margin:10px;
  font-size: 14px;
  z-index: 500;
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 18px;
}

/* -- Banner preview styles -- */
.gratafy-certificate {
  transition: .3s all ease-in-out;
  display: inline-block;
  position:relative;
  z-index: 100;
}
.gratafy-certificate .gratafy-certificate-background {
  transition: .3s opacity ease-in-out;
  position:absolute;
  background-size:cover !important;
  top:0;
  bottom:0;
  right:0;
  left:0;
  border-radius:inherit;
  z-index: 100;
}
#gratafy-widget-trigger.gratafy-certificate .btn,
.gratafy-widget-trigger.gratafy-certificate .btn,
#gratafy-widget-trigger .gratafy-certificate .btn,
.gratafy-widget-trigger .gratafy-certificate .btn {
  margin:10px;
  font-size: 14px;
  z-index: 500;
  position: relative;
}
.gratafy-certificate .gratafy-banner-text {
  z-index: 500;
  text-shadow: 2px 2px 3px #000;
  display: block;
}
.certSize1 {
  font-size: 18px;
  margin: 40px auto; 
  padding: 10px 20px;
  text-align:left;
}
.certSize1 .gratafy-certificate-text {
  z-index: 500;
  position: relative;
  text-shadow: 2px 2px 3px #000;
  position: relative;
  text-align: left;
}
#gratafy-widget-trigger.certSize1 .btn,
.gratafy-widget-trigger.certSize1 .btn,
#gratafy-widget-trigger .certSize1 .btn,
.gratafy-widget-trigger .certSize1 .btn, 
.certSize1 .gratafy-certificate-background {
  display:none;
}
.certSize1 .mechant-name:after {
  content:"\A"; 
  white-space:pre;
}
.certSize2 {
  font-size: 18px;
  margin: 40px auto; 
  padding: 10px 20px;
  text-align:left;
}
.certSize2 .gratafy-certificate-text {
  z-index: 500;
  position: relative;
  text-shadow: 2px 2px 3px #000;
  position: relative;
  text-align: left;
}
#gratafy-widget-trigger.certSize2 .btn,
.gratafy-widget-trigger.certSize2 .btn,
#gratafy-widget-trigger .certSize2 .btn,
.gratafy-widget-trigger .certSize2 .btn,
.certSize2 .gratafy-certificate-background {
  display:none;
}
.certSize3 {
  width:300px;
  height:100px;
  font-size: 18px;
  margin: 40px auto; 
  padding: 10px 20px;
  text-align:left;
}
.certSize3 .gratafy-certificate-text {
  z-index: 500;
  position: relative;
  text-shadow: 2px 2px 3px #000;
  position: absolute;
  left: 20px;
  top: 25px;
  text-align: left;
}
#gratafy-widget-trigger.certSize3 .btn,
.gratafy-widget-trigger.certSize3 .btn,
#gratafy-widget-trigger .certSize3 .btn,
.gratafy-widget-trigger .certSize3 .btn,
.certSize3 .gratafy-certificate-background {
  display:none;
}
.certSize3 .mechant-name:after {
  content:"\A"; 
  white-space:pre;
}

.certSize4 {
  background-color:#352F2B;
  width:350px;
  height:200px;
  font-size: 20px;
  margin: 40px auto; 
  padding: 10px 20px;
  text-align:left;
}
.certSize4 .gratafy-certificate-text {

  z-index: 500;
  position: relative;
  text-shadow: 2px 2px 3px #000;
  position: absolute;
  left: 20px;
  top: 20px;
  text-align: left;
}
.gratafy-widget-trigger.certSize4 .btn,
#gratafy-widget-trigger.certSize4 .btn,
.gratafy-widget-trigger .certSize4 .btn,
#gratafy-widget-trigger .certSize4 .btn {
  margin:10px;
  font-size: 14px;
  z-index: 500;
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 18px;
}
.certSize4 .mechant-name:after {
  content:"\A"; 
  white-space:pre;
}

.certSize5 {
  background-color:#352F2B;
  width:400px;
  height:250px;
  font-size: 20px;
  margin: 40px auto; 
  padding: 10px 20px;
  text-align:left;
}
.certSize5 .gratafy-certificate-text {
  z-index: 500;
  position: relative;
  text-shadow: 2px 2px 3px #000;
  position: absolute;
  left: 20px;
  top: 20px;
  text-align: left;
}
#gratafy-widget-trigger.certSize5 .btn,
.gratafy-widget-trigger.certSize5 .btn,
#gratafy-widget-trigger .certSize5 .btn,
.gratafy-widget-trigger .certSize5 .btn {
  margin:10px;
  font-size: 14px;
  z-index: 500;
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 18px;
}
.certSize5 .mechant-name:after {
  content:"\A"; 
  white-space:pre;
}
/***********************************************************************************************************************/

/***********        NEW       ****************
  _____                          _       
 |_   _|__  _ __ _ __   __ _  __| | ___  
   | |/ _ \| '__| '_ \ / _` |/ _` |/ _ \ 
   | | (_) | |  | | | | (_| | (_| | (_) |
   |_|\___/|_|  |_| |_|\__,_|\__,_|\___/ 
                                         
************  PLUGIN STYLES  ****************/                                        


/*--button customize----------------------------------------------------------------------------------------*/
.gfybtn {
  background-color: #393939;
  border-radius: 6px;
  float: none;
  display: inline-block;
  padding: 10px 20px;
  font-size: 22px;
  font-family: Helvetica, Arial, sans-serif;
  text-align: center;
  color: #fff;
  border: none;
  cursor: pointer;
  margin: 0 0;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}
.gfyExample-wrapper {
  margin-top: 20px;
}
/*--gift utility customize-----------------------------------------------------------------------------------*/
#gfyUtility-wrapper {
  padding: 10px 10px 65px 10px;
  width: 336px;
  text-align: left;
  position: relative;
  font-family: Helvetica, Arial, sans-serif;
  transition: all 300ms ease;
}
#gfyUtility-title {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  transition: all 300ms ease;
}
#gfyUtility-wrapper .dropdownbox {
  position: relative;
  display: block;
  margin: 10px 0 10px 0;
  padding-right: 0;
  padding-bottom: 0;
  vertical-align: middle;
  border: 1px solid;
  padding: 0;
  transition: all 300ms ease;
}
#gfyUtility-wrapper .dropdownbox > label {
  color: #2C3C4A;
  display: block;
  font-size: .9em;
  position: absolute;
  top: 10px;
  left: 10px;
}
#gfyUtility-wrapper .dropdownbox select {
  color: #828282;
  background-color: #FFF;
  font-size: 18px;
  padding: 10px 1.2em 10px 6px;
  border: 0;
  margin: 0;
  display: block;
  width: 100%;
  text-indent: 0.01px;
  text-overflow: '';
  -webkit-appearance: button;
  transition: all 300ms ease;
}
#gfyUtility-wrapper .dropdownbox::before, #gfyUtility-wrapper .dropdownbox::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
#gfyUtility-wrapper .dropdownbox::after { /*  Custom dropdown arrow */
  content: "\25BC";
  height: 1em;
  font-size: 10px;
  line-height: 1;
  right: 8px;
  top: 50%;
  margin-top: -.5em;
}
#gfyUtility-wrapper .dropdownbox::before { /*  Custom dropdown arrow cover */
  width: 2em;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 3px 3px 0;
}
#gfyUtility-wrapper .dropdownbox select[disabled] {
  color: rgba(0,0,0,.3);
}
#gfyUtility-wrapper .dropdownbox select[disabled]::after {
  color: rgba(0,0,0,.1);
}
#gfyUtility-wrapper .dropdownbox::before {
  background-color: rgba(0,0,0,.05);
}
#gfyUtility-wrapper .dropdownbox::after {
  color: rgba(0,0,0,.4);
}
#gfyUtility-wrapper #poweredBy {
  font-size: 9px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #969696;
  width: 100px;
}

#gfyUtility-wrapper .gfybtn {
  background-color: #393939;
  border-radius: 6px;
  margin-top: 8px;
  position: absolute;
  right: 10px;
  bottom: 10px;

}

#gratafy-widget-trigger.gfy-small #gfyUtility-wrapper {
  width: 250px;
  transition: all 300ms ease;
}

#gratafy-widget-trigger.gfy-small #gfyUtility-wrapper #gfyUtility-title {
  font-size: 18px;
  transition: all 300ms ease;

}

#gratafy-widget-trigger.gfy-xsmall #gfyUtility-wrapper {
  width: 185px;
  transition: all 300ms ease;
}

#gratafy-widget-trigger.gfy-xsmall #gfyUtility-wrapper #gfyUtility-title {
  font-size: 17px;
  transition: all 300ms ease;
}

#gratafy-widget-trigger.gfy-xsmall #gfyUtility-wrapper .dropdownbox {
  margin: 10px 0 4px 0;
  transition: all 300ms ease;

}

#gratafy-widget-trigger.gfy-xsmall #gfyUtility-wrapper .dropdownbox select {
  font-size: 14px;
  transition: all 300ms ease;
}

#gratafy-widget-trigger.gfy-xsmall #gfyUtility-wrapper #poweredBy {
  width: 90px;
  transition: all 300ms ease;
}



/*-item customize page--------------------------------------------------------------*/
#pb-builder #image-select.dropdownbox select{
  padding:17px 1.2em 3px 0px;
  background-color:transparent;
}

#gfyItem-wrapper.gfy-small {
  width: 250px;
  transition: all 300ms ease;
}

#gfyItem-wrapper.gfy-small #merchant-image {
  width: 250px;
  transition: all 300ms ease;
}

#gfyItem-wrapper.gfy-small .gfybtn {
  padding: 10px;
  transition: all 300ms ease;
}

#gfyItem-wrapper{
  width: 336px;
  text-align: left;
  position: relative;
  font-size:0px;
  font-family: Helvetica, Arial, sans-serif;
  transition: all 300ms ease;
}
#gfyItem-wrapper #merchant-image {
  width: 336px;
  margin:0;
  transition: all 300ms ease;
}
#gfyImage-text {
  font-size: 14px;
  position: absolute;
  padding: 10px;
  top: 0px;
  left: 0px;
  text-align: left;
  font-family: Helvetica, Arial, sans-serif;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0,0,0,.8 );
  background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0.65)), color-stop(100%, rgba(0,0,0,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0 ); /* IE6-9 */
}

#gfyItem-bottom {
  background-color: #E5E5E5;
  padding: 20px 10px;
  margin:0;
}

#gfyItem-wrapper .gfybtn {
  background-color: #393939;
  border-radius: 6px;
  margin:0;
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 22px;
  transition: all 300ms ease;
}

#gfyItem-text {
  font-size: 24px;
  font-weight: 200;
  color: #000;
}
