/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 
/* =====================================================
   Some defaults across all toggle demos
   ===================================================== */


   /* .slide-info-box {
    position: relative;
    bottom: 0;
    left: 0;
    min-height: 80px;
    width: 220px;
    text-align: center;
}
.mcp-toggle-box {
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  opacity: 1;
  transition: all 350ms ease-in;
    cursor: pointer;

}
 .mcp-toggle-box:before {
    content: 'BEFORE';
    display: inline-block;
    position: absolute;
    left: 46px;
    top: 8px;
    font-size: .9em;
    color: #5e5c5c;
}
.mcp-toggle-box .toggle-mcp {
    background-image: url(images/mcp-toggle-sprite.png);
    display: inline-block;
    text-indent: -9999px;
    width: 35px;
    height: 35px;
    background-position: 99% 99%;
    background-repeat: no-repeat;
    background-size: 260%;
    position: relative;
    -webkit-transform: translate(2px,2px);
    -ms-transform: translate(2px,2px);
    transform: translate(2px,2px);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    -webkit-backface-visibility: hidden;
}
 .mcp-toggle-box {
    background-image: url(images/mcp-toggle-sprite.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 112%;
      -webkit-backface-visibility: hidden
      cursor: pointer;
    position: absolute;
    left: 22%;
    margin-left: -42px;
    bottom: 0;
    width: 85px;
    height: 38px;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;

}
 .mcp-toggle-box.on {
  background-image: url(images/mcp-toggle-sprite.png);
  background-position: 50% 52%;
  background-repeat: no-repeat;
  background-size: 112%;

}

.mcp-toggle-box.on:before {
  content: 'ON';
  display: inline-block;
  position: absolute;
  left: 13px;
  top: 8px;
  font-size: .9em;
  color: #d13a32
}
  .mcp-toggle-box.on .toggle-mcp {
  background-image: url(images/mcp-toggle-sprite.png);
  display: inline-block;
  text-indent: -9999px;
  width: 35px;
  height: 35px;
  background-position: 3% 99%;
  background-repeat: no-repeat;
  background-size: 260%;
  position: relative;
  -webkit-transform: translate(48px, 1px);
  -ms-transform: translate(48px, 1px);
  transform: translate(48px, 1px);
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  -webkit-backface-visibility: hidden
}
  .mcp-toggle-box .toggle-mcp {
  background-image: url(images/mcp-toggle-sprite.png)
}*/

.custom_slider {
    margin-bottom: 20px;
}

  .slide-info-box {
    position: relative;
    bottom: 0;
    left: 0;
   /* min-height: 80px;
    width: 220px;*/
    text-align: center;
}
.mcp-toggle-box {
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    opacity: 1;
    transition: all 350ms ease-in;
    cursor: pointer;
    border: 1px solid #fff !important;
   border-radius: 20px;
        background-color: rgba(197, 185, 181, 0.48);
    position: relative;
    height: 40px;
    width: 100px;
}
.mcp-toggle-box, .mcp-toggle-box:before, .mcp-toggle-box:after,
.toggle--feature,
.toggle--feature:before,
.toggle--feature:after,toggle-mcp:after {
  transition: all 250ms ease-in;
}
.mcp-toggle-box:before,.toggle--feature:before {
    content: " ";
    display: block;
}

.mcp-toggle-box.on:after, .toggle--feature:after {
    content: " before";
    display: block;
    color: #fff
}
.mcp-toggle-box:after {
	 content: "after";
    display: block;
    color: #fff;
    font-size: 1rem;
}
.toggle--feature:after {
    content: '';
    display: block;
    color: #000
}

.mcp-toggle-box:before {
    background-color: #ffcd62;
    border: 1px solid #ffffff;
    border-radius: 20px;
    position: absolute;
    top: 4px;
    left: 4px;
    width: 30px;
    height: 30px;
    padding-top: 7px;
}
.mcp-toggle-box:after {

    position: absolute;
    top: 32%;
    right: 30px;
    z-index: 10;
    width: 11.2px;
    height: 11.2px;
    opacity: 100;
    transition: opacity 100ms ease-in;
}
.mcp-toggle-box.on:after {
    opacity: 100;
    animation-name: bounceIn;
    animation-duration: 0.60s;
    animation-delay: 0.10s;
    animation-fill-mode: backwards;
    animation-timing-function: ease-in-out;
    position: absolute;
    top: 35%;
    left: 12px;
    z-index: 10;
    width: 11.2px;
    height: 11.2px;
    border-radius: 20px;
    /* background-color: #fff; */
    /* border-radius: 2%; */
    /* box-shadow: #fff 0 0, #fff 3px 0, #fff 6px 0, #fff 9px 0, #fff 11px 0, #fff 14px 0, #fff 16px 0, #fff 21px -1px 0 1px, #fff 16px -7px 0 -2px, #fff 7px -7px 0 1px, #d3d3d3 0 0 0 4px, #d3d3d3 6px 0 0 4px, #d3d3d3 11px 0 0 4px, #d3d3d3 16px 0 0 4px, #d3d3d3 21px -1px 0 5px, #d3d3d3 16px -7px 0 1px, #d3d3d3 7px -7px 0 5px; */
    transition: opacity 100ms ease-in;
}
.mcp-toggle-box.on {
    background-color: #000;
    border: 2px solid #1c1c1c;
    }

.mcp-toggle-box.on:before {
    left: 64px;
    background-color: #000;
    border: 1px solid rgb(255, 255, 255);}



@keyframes starry_star {
  50% {
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: #fff 30px -3px 0 0, #fff 12px 10px 0 -1px, rgba(255, 255, 255, 0.1) 38px 18px 0 1px, #fff 32px 34px 0 0, rgba(255, 255, 255, 0.1) 20px 24px 0 -1.5px, #fff 5px 38px 0 1px;
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 100;
    transform: scale(1.1);
  }
  55% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    opacity: 100;
    transform: scale(1);
  }
}


.toggle--daynight .toggle--feature {
  display: block;
  position: absolute;
  top: 9px;
  left: 52.5%;
  z-index: 20;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: rgba(255, 255, 255, 0.1) 30px -3px 0 0, rgba(255, 255, 255, 0.1) 12px 10px 0 -1px, #fff 38px 18px 0 1px, rgba(255, 255, 255, 0.1) 32px 34px 0 0, #fff 20px 24px 0 -1.5px, rgba(255, 255, 255, 0.1) 5px 38px 0 1px;
  animation: starry_star 5s ease-in-out infinite;
}
.toggle--daynight .toggle--feature:before {
  position: absolute;
  top: -2px;
  left: -25px;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 50%;
  border: 5px solid #e3e3c7;
  box-shadow: #e3e3c7 -28px 0 0 -3px, #e3e3c7 -8px 24px 0 -2px;
  transform-origin: -6px 130%;
}

  .mcp-toggle-box.on .toggle--feature {
  opacity: 0;
  box-shadow: rgba(255, 255, 255, 0.1) 30px -3px 0 -4px, rgba(255, 255, 255, 0.1) 12px 10px 0 -5px, #fff 38px 18px 0 -3px, rgba(255, 255, 255, 0.1) 32px 34px 0 -4px, #fff 20px 24px 0 -5.5px, rgba(255, 255, 255, 0.1) 5px 38px 0 -3px;
  animation: none;
}
  .mcp-toggle-box.on .toggle--feature:before {
  left: 25px;
  transform: rotate(70deg);
}


  .mcp-toggle-box .toggle--feature {
    display: block;
    position: absolute;
    top: 9px;
    left: 52.5%;
    z-index: 20;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: rgba(255, 255, 255, 0.1) 30px -3px 0 0, rgba(255, 255, 255, 0.1) 12px 10px 0 -1px, #fff 38px 18px 0 1px, rgba(255, 255, 255, 0.1) 32px 34px 0 0, #fff 20px 24px 0 -1.5px, rgba(255, 255, 255, 0.1) 5px 38px 0 1px;
    animation: starry_star 5s ease-in-out infinite;
}

 .toggle--feature:before {
    position: absolute;
    top: -2px;
    left: -25px;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 50%;
    border: 5px solid #e3e3c7;
    box-shadow: #e3e3c7 -28px 0 0 -3px, #e3e3c7 -8px 24px 0 -2px;
    transform-origin: -6px 130%;
}
.toggle--feature:after {
    content: '33333';
    display: block;
}
 .mcp-toggle-box.on .toggle--feature {
    opacity: 0;
    box-shadow: rgba(255, 255, 255, 0.1) 30px -3px 0 -4px, rgba(255, 255, 255, 0.1) 12px 10px 0 -5px, #fff 38px 18px 0 -3px, rgba(255, 255, 255, 0.1) 32px 34px 0 -4px, #fff 20px 24px 0 -5.5px, rgba(255, 255, 255, 0.1) 5px 38px 0 -3px;
    animation: none;
    }
     .mcp-toggle-box.on  .toggle--feature:before {
        left: 25px;
    transform: rotate(70deg);
    }
    
    @media (max-width: 700px){
  table.variations td {
    display: block;
  }
  .single-product .alert {
      padding: 25px 0px 27px 25px;
  }
  .mcp-toggle-box {
    height: 30px;
    width: 90px;
        border-radius: 20px;
        border: 2px solid #1c1c1c;
  }
  .mcp-toggle-box:before {
      width: 20px;
      height: 20px;
          border-radius: 20px;
  }
  .mcp-toggle-box:after {
         font-size: 14px;
  }
  }