/*
this module has two main states: brandit-panel-open and default (button showing, no panel)
Also, the button may be hidden completely. When it is not hidden a close button appears on the panel
*/
/* 




This is a global plugin. 

Please add CSS for specific things, e.g. product detail, in the code that pertains to that thing not in here



*/
@import 'https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css';
/* General mixins */
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.has-border-radius {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.list-clean,
.list-clean li {
  padding: 0;
  margin: 0;
  list-style: none;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
.listreset {
  margin: 0;
  padding: 0;
  list-style: none;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
/* is overriden by JS */
.brandit-plugin {
  zoom: 1;
  text-align: center;
}
.brandit-plugin:before,
.brandit-plugin:after {
  content: "";
  display: table;
}
.brandit-plugin:after {
  clear: both;
}
.brandit-plugin:after {
  content: '';
  display: block;
  clear: both;
}
.brandit-plugin .brandit-panel-section {
  position: relative;
}
.brandit-plugin .brandit-panel-section .brandit-panel-subsection {
  display: none;
}
.brandit-plugin .brandit-panel-section .brandit-panel-subsection.brandit-panel-subsection-getimage {
  display: block;
}
.brandit-plugin .brandit-panel-section .brandit-dragdrop,
.brandit-plugin .brandit-panel-section .brandit-dragdrop-area,
.brandit-plugin .brandit-panel-section .brandit-dragdrop-text {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 90%;
}
.brandit-plugin .brandit-panel-section .brandit-dragdrop {
  z-index: 0;
  border: 0;
  padding: 0;
  margin: 0;
}
.brandit-plugin .brandit-panel-section .brandit-dragdrop-text {
  border: 5px dashed #ccc;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  display: none;
}
.brandit-plugin .brandit-panel-section .brandit-dragdrop-text div {
  position: relative;
  width: 100%;
  height: 100%;
}
.brandit-plugin .brandit-panel-section .brandit-dragdrop-text div p {
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.brandit-plugin .brandit-panel-section .brandit-dragdrop {
  display: block;
}
.brandit-plugin .brandit-panel-section .brandit-dragdrop.dragover .brandit-dragdrop-text {
  display: block;
}
.brandit-plugin .brandit-panel-section .brandit-large-graphic {
  display: none;
}
.brandit-plugin .brandit-panel-section .brandit-close-button {
  position: absolute;
  right: 0;
  top: 0;
}
.brandit-plugin .brandit-panel-section .brandit-options {
  position: relative;
}
.brandit-plugin .brandit-panel-section .brandit-file-requirements {
  position: relative;
  clear: both;
}
.brandit-plugin .brandit-panel-section .brandit-option-upload .button a {
  width: 100%;
}
.brandit-plugin .brandit-panel-section .brandit-option-search .input {
  width: 80%;
  float: left;
}
.brandit-plugin .brandit-panel-section .brandit-option-search .button {
  width: 20%;
  float: left;
}
.brandit-plugin .brandit-panel-section .brandit-option-search .button a {
  width: 100%;
}
.brandit-plugin .brandit-panel-section .brandit-notice,
.brandit-plugin .brandit-panel-section p.brandit-notice {
  font-size: 20px;
  display: none;
}
.brandit-plugin .brandit-panel-section .brandit-loader {
  padding: 0 20px;
  height: 340px;
  line-height: 340px;
  max-height: 340px;
}
.brandit-plugin .brandit-panel-section .brandit-image-results-item {
  float: left;
  width: 18%;
  margin: 0 1% 20px;
  position: relative;
  display: inline-block;
  height: 150px;
}
.brandit-plugin .brandit-panel-section .brandit-image-results-item img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.brandit-plugin .brandit-panel-section .brandit-progress-bar {
  display: none;
  width: auto;
  height: 20px;
  border: 1px solid #C00;
  background: #e0e0e0;
  position: relative;
  margin: 0 20px 20px 20px;
}
.brandit-plugin .brandit-panel-section .brandit-progress-bar div {
  -webkit-transition: width 1s ease;
  -moz-transition: width 1s ease;
  -ms-transition: width 1s ease;
  -o-transition: width 1s ease;
  background: #C00;
  height: 20px;
}
.brandit-plugin .brandit-panel-section .brandit-panel-subsection-header {
  zoom: 1;
  padding: 10px 10px;
  background: #CCC;
  color: #333;
  margin-bottom: 10px;
}
.brandit-plugin .brandit-panel-section .brandit-panel-subsection-header:before,
.brandit-plugin .brandit-panel-section .brandit-panel-subsection-header:after {
  content: "";
  display: table;
}
.brandit-plugin .brandit-panel-section .brandit-panel-subsection-header:after {
  clear: both;
}
.brandit-plugin .brandit-panel-section .brandit-panel-subsection-header:after {
  content: '';
  display: block;
  clear: both;
}
.brandit-plugin .brandit-panel-section .brandit-panel-subsection-header .button {
  float: left;
  cursor: pointer;
}
.brandit-plugin .brandit-panel-section .brandit-panel-subsection-header p {
  text-align: center;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.brandit-plugin .brandit-panel-section .brandit-panel-subsection-whiteremove .brandit-whiteremove-options label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.333%;
  float: left;
  text-align: center;
  border: 2px solid #fff;
  border-color: rgba(255, 255, 255, 0);
  display: inline-block;
}
.brandit-plugin .brandit-panel-section .brandit-panel-subsection-whiteremove .brandit-whiteremove-options label input {
  position: absolute;
  left: -9999px;
}
.brandit-plugin .brandit-panel-section .brandit-panel-subsection-whiteremove .brandit-whiteremove-options label img {
  margin: 0 auto;
  clear: both;
  display: block;
  max-width: 100%;
  cursor: pointer;
}
.brandit-plugin .brandit-panel-section .brandit-panel-subsection-whiteremove .brandit-whiteremove-options label.selected {
  border-color: #C00;
}
.brandit-plugin .brandit-panel-section .brandit-panel-subsection-whiteremove .brandit-whiteremove-options label .button {
  margin-top: 10px;
}
.brandit-plugin .brandit-panel-section .brandit-connect {
  margin: 0 10px;
}
.brandit-plugin .brandit-panel-section .brandit-connect.has-avatar {
  position: relative;
}
.brandit-plugin .brandit-panel-section .brandit-connect.has-avatar img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}
.brandit-plugin .brandit-panel-section .brandit-connect.has-avatar i {
  padding-top: 3px;
  padding-bottom: 3px;
  position: absolute;
  bottom: -2px;
  left: 0;
  font-size: 16px;
  background: #fff;
}
.brandit-plugin.brandit-panel-stacked .brandit-options {
  max-width: 400px;
  margin: 0 auto;
}
.brandit-plugin.brandit-panel-stacked .brandit-option,
.brandit-plugin.brandit-panel-stacked .brandit-notoption {
  zoom: 1;
  display: block;
  margin-bottom: 20px;
}
.brandit-plugin.brandit-panel-stacked .brandit-option:before,
.brandit-plugin.brandit-panel-stacked .brandit-notoption:before,
.brandit-plugin.brandit-panel-stacked .brandit-option:after,
.brandit-plugin.brandit-panel-stacked .brandit-notoption:after {
  content: "";
  display: table;
}
.brandit-plugin.brandit-panel-stacked .brandit-option:after,
.brandit-plugin.brandit-panel-stacked .brandit-notoption:after {
  clear: both;
}
.brandit-plugin.brandit-panel-stacked .brandit-option:after,
.brandit-plugin.brandit-panel-stacked .brandit-notoption:after {
  content: '';
  display: block;
  clear: both;
}
.brandit-plugin.brandit-panel-inline .brandit-progress-bar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 10px;
}
.brandit-plugin.brandit-panel-inline .brandit-options {
  max-width: none;
  margin: 0;
}
.brandit-plugin.brandit-panel-inline .brandit-option {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 0 10px;
  float: left;
}
.brandit-plugin.brandit-panel-inline.brandit-panel-inline-1 .brandit-option {
  width: 100%;
}
.brandit-plugin.brandit-panel-inline.brandit-panel-inline-2 .brandit-option {
  width: 50%;
}
.brandit-plugin.brandit-panel-inline.brandit-panel-inline-3 .brandit-option {
  width: 33.3333%;
}
.brandit-plugin.brandit-panel-inline.brandit-panel-inline-4 .brandit-option {
  width: 25%;
}
.brandit-plugin.brandit-plugin-hidden {
  visibility: hidden;
  display: none;
}
.brandit-plugin.brandit-plugin-popup {
  margin: 0 auto;
}
.brandit-plugin.brandit-plugin-popup h3 {
  text-align: center !important;
  margin-bottom: 20px !important;
}
.brandit-plugin.brandit-plugin-popup .brandit-button-section {
  display: none;
}
.brandit-plugin.brandit-plugin-popup .brandit-large-graphic {
  display: block;
}
.brandit-plugin.brandit-plugin-button .brandit-button-section {
  display: block;
}
.brandit-plugin.brandit-plugin-button .brandit-panel-section {
  display: none;
}
.brandit-plugin.brandit-plugin-panel .brandit-button-section {
  display: none;
}
.brandit-plugin.brandit-plugin-panel .brandit-panel-section {
  display: block;
}
.brandit-plugin.brandit-plugin-panel .brandit-panel-section .brandit-close-button {
  display: none;
}
.brandit-plugin.brandit-plugin-button .brandit-button {
  display: inline-block;
}
.brandit-plugin.brandit-plugin-button .brandit-button a {
  display: block;
  height: 100%;
  width: 100%;
  line-height: 120%;
}
.brandit-plugin.brandit-plugin-button .brandit-share-button {
  height: auto;
  text-align: center;
}
.brandit-plugin.brandit-plugin-button .brandit-share-button a {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  width: 100%;
}
.brandit-plugin.brandit-plugin-button .brandit-share-button a i.fa {
  line-height: inherit;
}
/* 
 * -----------------------------------------------------------------------------
 * Modal
 * -----------------------------------------------------------------------------
 */
#branditpopup-full {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
}
#branditpopup-full #branditpopup-bg {
  width: 100%;
  height: 100%;
}
#branditpopup-full #branditpopup-wrapper {
  width: 100%;
  height: auto;
  max-height: calc(100% - 100px);
  position: fixed;
  top: 47%;
  transform: translateY(-50%);
}
#branditpopup-full #branditpopup-wrapper #branditpopup-close {
  margin: 0 auto;
  max-width: 640px;
  width: 95%;
  height: 30px;
}
#branditpopup-full #branditpopup-wrapper #branditpopup-close a,
#branditpopup-full #branditpopup-wrapper #branditpopup-close span {
  height: 100%;
  float: right;
  width: auto;
  padding: 0 10px;
  line-height: 30px;
  background: #fff;
  text-decoration: none;
}
#branditpopup-full #branditpopup-wrapper #branditpopup-close span {
  display: none;
}
#branditpopup-full #branditpopup-wrapper #branditpopup-content {
  max-width: 640px;
  width: 95%;
  margin: 0 auto;
  padding: 10px;
  background: #fff;
}
@media (min-width: 767px) {
  #branditpopup-full #branditpopup-wrapper #branditpopup-close a,
  #branditpopup-full #branditpopup-wrapper #branditpopup-close span {
    padding: 0 20px;
  }
  #branditpopup-full #branditpopup-wrapper #branditpopup-content {
    padding: 20px;
  }
}
/*# sourceMappingURL=brandit.css.map */