/************************************* PRODUCT IMAGE SLIDER *************************************/

#product_image-slider{
  padding: 2px;
  border:1px solid #ece5e3;
  margin-bottom: 10px;
}

#product_image-slider .camera_caption{
  background: none;
  display: block;
  height: 100%;
  width: 100%;  
}

#product_image-slider .camera_caption div,
#product_image-slider .camera_caption a{
  display: block;
  height: 100%;
  width: 100%;  
}

#product_image-slider .camera_thumbs_cont ul{
  padding: 12px 0 0 0;
  text-align: left;
  width: 100% !important;
  clear: both;
  overflow: hidden;
  margin: 0 -4px;
}

#product_image-slider .camera_thumbs_cont ul li{
  border: 1px solid #ece5e3;
  display: block;
  float: left;
  box-sizing: border-box;
    -moz-box-sizing: border-box; /*Firefox 1-3*/
    -webkit-box-sizing: border-box; /* Safari */
    padding: 4px;
    width: 24%;
    height: 100px;
    margin: 0 2px 4px;
    text-align: center;
}

#product_image-slider .camera_thumbs_cont ul li img{
  border:none;
  max-width: 100%;
  max-height: 100%;
}

#product_image-slider .cameraSlide img{z-index: 0;}



/************************************* MAGNIFIC POPUP *************************************/

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 502;
  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: 503;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  height: 100%;
  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: 505; }

.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: 504; }

.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;
  padding: 0;
  z-index: 506; }

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;
  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; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: black;
  right: -6px;
  text-align: right;
  padding-right: 20px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  top: 0;
  opacity: 0.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; }

.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: solid transparent; }
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  opacity: 0.8;
  border-top-width: 12px;
  border-bottom-width: 12px;
  top: 8px; }
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 20px;
  border-bottom-width: 20px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 12px solid black;
    left: 5px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    border-right: 20px solid white; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 12px solid black;
    left: 3px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 20px solid white; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

.mfp-iframe-holder .mfp-close {
  top: -43px; }

/* 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;
  margin: 0 auto; 
  background: #fff;
}

/* The shadow behind the image */
.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); }

.mfp-figure {
  line-height: 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; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.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; }

  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .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; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; } }
@media all and (max-width: 800px) {
  .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; }



/************************************* BX SLIDER *************************************/

/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  border-radius:8px;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("//flowerboomdallas.com/cdn/shop/t/87/assets/bx_loader.gif?v=57468525102982196721759653142") center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
  left: 10px;
  background: url("//flowerboomdallas.com/cdn/shop/t/87/assets/bx_controls.png?v=153291508393476230171759653141") no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url("//flowerboomdallas.com/cdn/shop/t/87/assets/bx_controls.png?v=153291508393476230171759653141") no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  z-index: 99;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("//flowerboomdallas.com/cdn/shop/t/87/assets/bx_controls.png?v=153291508393476230171759653141") -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("//flowerboomdallas.com/cdn/shop/t/87/assets/bx_controls.png?v=153291508393476230171759653141") -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}



/************************************* FANCYBOX *************************************/

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1104;
  display: none;
}

#fancybox-loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background-image: url('fancybox.png');
}

#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
  display: none;
}

#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none;
}

#fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 1101;
  outline: none;
  display: none;
}

#fancybox-outer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
}

#fancybox-content {
  width: 0;
  height: 0;
  padding: 0;
  outline: none;
  position: relative;
  overflow: hidden;
  z-index: 1102;
  border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1101;
}

#fancybox-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: transparent url('fancybox.png') -40px 0px;
  cursor: pointer;
  z-index: 1103;
  display: none;
}

#fancybox-error {
  color: #444;
  font: normal 12px/20px Arial;
  padding: 14px;
  margin: 0;
}

#fancybox-img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  line-height: 0;
  vertical-align: top;
}

#fancybox-frame {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

#fancybox-left, #fancybox-right {
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 35%;
  cursor: pointer;
  outline: none;
  background: transparent url('blank.gif');
  z-index: 1102;
  display: none;
}

#fancybox-left {
  left: 0px;
}

#fancybox-right {
  right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 1102;
  display: block;
}

#fancybox-left-ico {
  background-image: url('fancybox.png');
  background-position: -40px -30px;
}

#fancybox-right-ico {
  background-image: url('fancybox.png');
  background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
  visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
  left: 20px;
}

#fancybox-right:hover span {
  left: auto;
  right: 20px;
}

.fancybox-bg {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  width: 20px;
  height: 20px;
  z-index: 1001;
}

#fancybox-bg-n {
  top: -20px;
  left: 0;
  width: 100%;
  background-image: url('fancybox-x.png');
}

#fancybox-bg-ne {
  top: -20px;
  right: -20px;
  background-image: url('fancybox.png');
  background-position: -40px -162px;
}

#fancybox-bg-e {
  top: 0;
  right: -20px;
  height: 100%;
  background-image: url('fancybox-y.png');
  background-position: -20px 0px;
}

#fancybox-bg-se {
  bottom: -20px;
  right: -20px;
  background-image: url('fancybox.png');
  background-position: -40px -182px; 
}

#fancybox-bg-s {
  bottom: -20px;
  left: 0;
  width: 100%;
  background-image: url('fancybox-x.png');
  background-position: 0px -20px;
}

#fancybox-bg-sw {
  bottom: -20px;
  left: -20px;
  background-image: url('fancybox.png');
  background-position: -40px -142px;
}

#fancybox-bg-w {
  top: 0;
  left: -20px;
  height: 100%;
  background-image: url('fancybox-y.png');
}

#fancybox-bg-nw {
  top: -20px;
  left: -20px;
  background-image: url('fancybox.png');
  background-position: -40px -122px;
}

#fancybox-title {
  font-family: Helvetica;
  font-size: 12px;
  z-index: 1102;
}

.fancybox-title-inside {
  padding-bottom: 10px;
  text-align: center;
  color: #333;
  background: #fff;
  position: relative;
}

.fancybox-title-outside {
  padding-top: 10px;
  color: #fff;
}

.fancybox-title-over {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFF;
  text-align: left;
}

#fancybox-title-over {
  padding: 10px;
  background-image: url('fancy_title_over.png');
  display: block;
}

.fancybox-title-float {
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 32px;
}

#fancybox-title-float-wrap {
  border: none;
  border-collapse: collapse;
  width: auto;
}

#fancybox-title-float-wrap td {
  border: none;
  white-space: nowrap;
}

#fancybox-title-float-left {
  padding: 0 0 0 15px;
  background: url('fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
  color: #FFF;
  line-height: 29px;
  font-weight: bold;
  padding: 0 0 3px 0;
  background: url('fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
  padding: 0 0 0 15px;
  background: url('fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
  height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
  position: absolute; margin-top: 0;
  top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div  { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }



/************************************* Add-Faq *************************************/

.faq {
    border-radius: 8px;
    overflow: hidden;
}

.faq .tab-toggle {
    display: none;
}

.faq .tab-label {
    display: flex;
    justify-content: space-between;
    padding: 1em;
}

.faq .tab-toggle:hover {
    cursor: pointer;
}

.faq .tab-toggle:hover~.tab-label {
    cursor: pointer;
}

.faq .tab-toggle:checked~.tab-label {
    cursor: pointer;
      color: #ed9d9d;
}

.faq .tab-label::after {
    content: '\002B';
    transition: all .1s;
}

.faq .tab-toggle:checked~.tab-label::after {
    transform: rotate(180deg);
    content: '\2212';
}

.faq .tab-content {
    background-color: white;
    max-height: 0px;
    font-size: 16px;
    overflow: hidden;
    transition: all .4s;
    padding: 0 1em;
}

.faq .tab-toggle:checked~.tab-content {
    max-height: 100vh;
    padding: 1em;
}


/************************************* Faq Icon *************************************/

.faq-icon {
    padding-left: 150px;
    padding-top: 20px;
}

.faq-icon .col-sm-3 img {
    margin: 0 50px;
    vertical-align: middle;
}


/**
@media only screen and (max-width: 1024px) and (orientation: portrait) {
 .col-sm-3 {
   width: 25%;
   float: left;
   padding: 20px;
}
}
/**/

@media screen and (max-width: 800px) {
    .faq-icon {
        padding-left: 0;
        margin:0;
        padding-top: 20px;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-column-gap: 10px;
        grid-row-gap: 30px;
        margin: 0;
    }
  .faq-icon .col-sm-7,.faq-icon .col-sm-2{
    margin: auto;
    width: unset;
  }
  .faq-icon .col-sm-2:last-child{
      grid-column: span 2;
    }
    .phone {
        font-size: 20px;
        width: 200%;
        padding-top: 0;
        padding-left: 70px;
        margin-top: 50px;
    }
 
  
}

/************************************* Add new structure *************************************/

.img-about {
    float: right;
}

.img-about1 {
    float: left;
    padding-right: 20px;
    max-width: 50%;
    height: 100%;
}

.img-about2 {
    float: right;
    padding-left: 20px;
    max-width: 50%;
    height: 100%;
}

.img-about3 {
    float: left;
    padding-right: 20px;
    margin-top: 5%;
    max-width: 50%;
    height: 100%;
}


/************************************* Add Text *************************************/


/* Create two equal columns that floats next to each other */

.col-md-6 {
    float: left;
    width: 50%;
    padding:0 15px;
}

@media screen and (max-width: 600px) {
    .col-md-6 {
        width: 100%;
    }
}

.desc {
    margin: 20px 15px;
    text-align: justify;
}


/* Clear floats after the columns */

.row:after {
    display: block;
    content: "";
    clear: both;
}

.text-heading {
    margin-bottom: 20px;
}


/************************************* Blog Feature *************************************/

.blog-desc {
    text-align: justify!important;
}


/************************************* Google Map *************************************/

.google-map {
    background-color: white;
    width: 400px;
    z-index: 1;
    position: relative;
    top: 270px;
    margin-left: 10px;
    text-align: center;
    padding: 20px;
}

.btn-map {
    color: red;
    background-color: white;
    border: 1px solid red;
    padding: 10px;
}

.btn-map:hover {
    cursor: pointer;
    text-decoration: none;
    color: red;
}

.btn-map:active {
    text-decoration: none;
    color: red;
}

.icon {
    vertical-align: middle;
    margin-right: 6px;
    height: 18px;
    width: 18px;
    fill: red;
}

.googlemap-frame{
    position: relative;
    bottom: 200px;
}

@media screen and (max-width: 1025px) {
    .google-map {
        background-color: white;
        text-align: center;
        padding: 20px;
    }
    iframe {
        width: 90%;
        left: 40px;
    }
}

@media screen and (max-width: 1367px) {
    .google-map {
        background-color: white;
        margin-left:50px;
        text-align: center;
        padding: 20px;
    }
    iframe {
        width: 90%;
        left: 40px;
    }
}

@media screen and (max-width: 700px) {
    .google-map {
        background-color: white;
        width: 100%;
        margin:0 auto;
        text-align: center;
        top:0;
        padding: 20px;
    }
    iframe {
        width: 90%;
        left: 20px;
        bottom:0 !important;
    }
    /** Add new structure **/
    .img-about1 {
        padding: 0;
        max-width: 100%;
      
    }
  .img-about2 {
        padding: 0;
        max-width: 100%;
    
    }
  .img-about3 {
      padding: 0;
      max-width: 100%;
    margin:0;
      
   
    }
  .text-heading{
  position: relative;
  top:10px;
  
  }
    /** NEW HEADER FOR MOBILE VIEW **/
  
    #logo b {
        font-size: 72px;
    }

}

/* Delivery CSS  */
/* New Header */
.delivery {

color: #fff;
  width: 80%;

}
footer div p {
	color: #76d6ff;
}
.delivery img{
 width: 60px;
 height: auto;
 float: left;
  margin-right: 20px;
  margin-top: 10px;
 
}

.header-icon{
  width: 100%;
 
}


.delivery p{
  color: #fff !important;
  padding: 3px 0;
  margin: 0px;
  
}

.announcement{
  text-align: center; 
  height: 0;
  padding-bottom:30px; 
  padding-top: 5px;
  margin:0;
}



#new-header{

  display: flex;
  
  
}

#logo {
    text-align: center;
    margin-top: 31px;
    width:120%;
  
}

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

.delivery {

color: #fff;
  width: 100%;
  margin-left: 20px;

}

.delivery img{
 width: 60px;
 height: auto;
 float: left;
  margin-top: 10px;
 
}
  
.announcement{
  text-align: center; 
  height: 0;
  padding-bottom:50px;
  padding-top: 10px;
  margin:0;
  font-size: 12px;
}


.header-icon{
width: 20%;
  margin-left: 5px;
  margin-top: 10px;
  line-height: 40px;
  
}
  
  #logo {
  
    width: 100%;
  }
  
  
  #logo b{
  
  font-size: 40px;
  
  }
  
  #logo h1 {
  font-size: 30px;
  
  }


#new-header{

  display: flex;
  flex-direction: column;
  
  
}
} 

.media {
    display: block;
    background-color: #2323231a;
    position: relative;
    overflow: hidden;
}

.media > img{
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.media>img {
    object-fit: cover;
    object-position: center center;
    transition: opacity .6s cubic-bezier(.25,.46,.45,.94);
}

#shopify-section-fair-price .fair-price .modal-body{
  height: 100%;
}
#shopify-section-fair-price  .fair-price .modal.fade .modal-dialog{
  margin:0 auto;
}
@media screen and (max-width: 766px){
  #shopify-section-fair-price .fair-price .modal-content{
     max-height: 90% !important;
  }
}
@media screen and (min-width: 601px){
  .desktop-flex-row-reverse{
    flex-direction: row-reverse;
    display:flex;
    align-items: flex-start;
  }
}
#shopify-section-add-new-structure .container .row{
  margin-bottom:50px;
}
@media screen and (max-width: 600px){
  #shopify-section-add-new-structure .container .row{
  margin-bottom:25px;
}
}
@media screen and (min-width: 768px){
h3.blog-heading {
    margin-bottom: 15px;
    display: block;
    min-height: 70px;
     font-size: 22px;
}
}
@media screen and (max-width: 767px){
  h3.blog-heading {
   margin: 0 0 15px;
    font-size: 18px;
  }
  .feature-blog-section .blog-posts{
    margin-bottom:25px;
  }
  .feature-blog-section .blog-posts p{
     font-size: 16px;
  }
   .feature-blog-section .blog-posts .readmore{
     font-size: 16px;
  }
  .feature-blog-section .blog-posts .media{
       padding-top: 70% !important;
  }
}
@media screen and (min-width: 1100px){
  #shopify-section-featured-blog .container{
    width: 1070px;
  }
}
 #shopify-section-add-new-structure .content-part p:last-child{
    margin-bottom:0;
  }

@media screen and (max-width: 1529px){
  #shopify-section-add-new-structure h2{
    font-size:17px;
  }
  #shopify-section-add-new-structure p{
    margin: 10px 0;
    font-size:16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1449px){
  #shopify-section-add-new-structure .text-heading{
    margin-bottom: 13px;
  }
  #shopify-section-add-new-structure p{
    margin: 10px 0;
    font-size:16px;
    line-height: 23px;
  }
}
@media screen and (max-width: 1299px){
  #shopify-section-add-new-structure h2{
    font-size:16px;
  }
  #shopify-section-add-new-structure .text-heading{
    margin-bottom: 12px;
  }
  #shopify-section-add-new-structure p{
    font-size:15px;
    line-height:22px;
  }
}
/*review-slider  */
.reviewtitle{
  margin-top:100px;
  margin-bottom: 30px;
}
@media (max-width:991px){
  .reviewtitle{
     margin-top:50px;
  }
}
.review-container .bx-wrapper ul li{
  background-color:rgb(118 214 255 / 20%);
   border-radius: 35px;
    padding: 15px 0;
      text-align: center;
  
}
/* @media (max-width:991px){
  .review-container .bx-wrapper ul li{
    width:50% !important;
  }
} */

 .remrel{
       height: auto !important;
 }
 
.review-container .bx-wrapper ul li .gr-ratings{
  padding: 0 15px;
}
.review-container .bx-wrapper ul li .gr-ratings .fa-star{
      color: orange;
}
.review-container .bx-wrapper ul li .content{
  margin-bottom:10px;
}
.review-container .bx-wrapper .bx-controls-direction a{
  width: 32px;
  height: 32px;
}
.review-container .bx-wrapper img{
  width: 60px !important;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
     border-radius: 50%;
    font-size: 25px;
      margin-top:10px;
    margin-bottom: 10px;
}
.review-container .bx-wrapper .bx-controls-direction .bx-prev{
      left: -19px;
}
.review-container .bx-wrapper .bx-controls-direction .bx-next{
    right: -19px;
}
@media (max-width:767px){
  .review-container .bx-wrapper .bx-controls-direction .bx-prev{
     left: -13px;
  }
  .review-container .bx-wrapper .bx-controls-direction .bx-next{
    right: -13px;
}
}
.review-container .bx-wrapper .bx-controls-direction .bx-prev:after{
  position:absolute;
  content:"❮";
}

.review-container .bx-wrapper .bx-pager.bx-default-pager a:hover, .review-container .bx-wrapper .bx-pager.bx-default-pager a.active{
      background: #76d6ff;
}
.review-container .bx-wrapper .bx-pager.bx-default-pager a{
  background:rgb(118 214 255 / 30%);
}

.review-container .bx-wrapper{
  max-width:100% !important;
}
@media screen and (min-width: 1200px){
  #shopify-section-google-review .container{
    width:1110px;
  }
}
.review-container{
  position: relative;
}
.review-container .greviews-bxslider{
  margin-right:-15px;
}
.next-prev_button #slider-prev{
   position: absolute;
   left:-50px;
   top: 45%;
}
.next-prev_button #slider-next{
   position: absolute;
   right:-50px;
   top: 45%;
}
.next-prev_button #slider-prev a,
.next-prev_button #slider-next a{
   background: #9d5981;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    font-size: 20px;
    justify-content: center;
    color: #fff;
}
.next-prev_button #slider-prev a,
.next-prev_button #slider-next a{
  text-decoration: none;
}
.next-prev_button #slider-next{
      transform: rotate(180deg);
}
@media screen and (max-width: 1229px){
  .next-prev_button #slider-prev{
    left:-15px;
  }
  .next-prev_button #slider-next{
     right:-15px;
  }
}

.review-container > .greviews-bxslider{
  position:relative;
  min-height:310px;
}
.review-container > .greviews-bxslider:before{
  position:absolute;
  content:"";
  background-image:url("/cdn/shop/files/loader.svg?v=1680498651");
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 310px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15%;
}



