/**** Switching Float Button Start ****/
/*
 * @Credit: https://codepen.io/Shtam3x/pen/Bevpxd
 *
 **/
 /* Main Styles */
#float-btn {
    display: block;
    background-color: #c0392b;
    width: 300px;
    height: 100px;
    line-height: 100px;
    margin: auto;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .3);
    transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
}

#float-btn span {
    display: block;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0;
}

#float-btn #float-btn-left {
    width: 59%;
    line-height: inherit;
    font-size: 22px;
    text-transform: uppercase;
    left: 0;
    transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
}

 #float-btn #float-btn-right {
    width: 41%;
    line-height: inherit;
    right: 0;
    transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
    font-size: 30px;
    vertical-align: middle;
    transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4), height 0.25s ease;
}

#float-btn:hover #float-btn-left {
    left: -72%;
    opacity: 0;
}

#float-btn:hover #float-btn-right {
    width: 100%;
    font-size: 45px;
}

#float-btn:active {
    opacity: 1;
}

#float-btn-container {
    position: absolute;
    bottom: 50px;
    right: 300px;
    z-index: 9997;
}

/**** Switching Float Button End ****/

/**** Consent Bar Start ****/
#consent-bar-spacer {
    width: 100%;
    height: 80px;
    z-index: 0;
    background: #000;
}

#consent-bar {
    display: block;
    width: 100%;
    height: 80px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.8);
    color: #fff;
    z-index: 9999999;
}

#consent-bar-left {
    width: 73%;
    height: 100%;
    position: absolute;
    margin-left: 13px;
    font-size: 14px;
    font-weight: 700;
    top: 15px;
    left: 0;
}

#consent-bar-right {
    width: 25%;
    height: 100%;
    position: absolute;
    top: 15px;
    right: 0px;
}

#consent-bar-btn {
    display: inline-block;
    padding: 7px 12px;
    margin-right: 20px;
    float: right;
    border: none;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    background-color: #4CAF50;
    color: #FFF;
    cursor: pointer;
}

#consent-bar-btn:hover {
    background-color: #FFF;
    color: #4CAF50;
}

#consent-reopen-btn {
    position: fixed;
    bottom: 15px;
    right: 15px;
    padding: 7px 20px;
    font-size: 38px;
    font-weight: 700;
    border: none;
    border-radius: 50px;
    background: #4CAF50;
    color: #fff;
    opacity: .7;
    z-index: 9999999;
}

#consent-reopen-btn:hover {
    background: #D0D0D0;
    color: #4CAF50;
}
/**** Consent Bar End ****/

.logo-text {
    font-family: "Dancing Script", cursive !important;
    font-size: 1.4em;
    position: relative;
    margin-right: 1rem;
    color: black;
}
.logo-text:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    height: 15px;
    width: 100%;
    border: solid 2px #7fb401;
    border-color: #7fb401 transparent transparent transparent;
    border-radius: 75%;
}

/* Custom Button */
.btn-unique-red {
  height: 40px;
  line-height: 40px !important;
  padding: 0 20px !important;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  position: relative;
  border: none;
  text-decoration: none !important;
  border-radius: 0 !important;
}

.btn-unique-red::before {
  content: '';
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid #fff;
  position: absolute;
  display: block;
  left: 1px;
  top: 1px;
  text-decoration: none !important;
}

.btn-unique-red {
  color: #fff;
  background: #800000;
}

.btn-unique-red::before {
  border-color: #7fb401;
}

.btn-unique-red:hover, .btn-unique-red:focus {
  background: #111;
  border: none;
  color: #FA8072;
}
/* Custom Button End */

/* Custom Text Start */
.buynow-price-over-green {
  color: #3a5d8a;
}
/* Custom Text End */


/* Sticky Search Bar Start */
/* Sticky Search Bar End */
