.side-bar-sections-count {
  float: right;
}

.add-to-cart {
  background-color: #000;
}

.page-load-overlay {
  position: fixed; /* Sit on top of the page content */
  display: none;
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8); /* Black background with opacity */
  z-index: 99999; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}

.overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.spinner {
  width: 40px;
  height: 40px;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;

  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.item-price-wrapper {
  display: block;
  padding-bottom: 10px;
}

.price-spinner {
    display: inline-block;
    vertical-align: middle;
}

.price-spinner.show {
  display: inline-block;
  line-height: 0;
  vertical-align: middle;
  margin-top: -10px;
}

.price-spinner.hide {
  display: none;
}

div.etsy-list-info ul {
  list-style: none;
  margin: 10px 0;
}

div.etsy-list-info td.spacing,
th.spacing {
  width: 25%;
}

.right-align {
  text-align: right;
}

.left {
  text-align: left;
}

.shopSectionsSidebar ul {
  list-style-type: none;
  margin: 0;
}

.shopSectionsSidebar li {
  border-bottom: 1px solid #eaeaea;
  cursor: pointer;
  margin: 0;
}

.shopSectionsSidebar li:hover {
  color: #bdc3c7;
}

.shopSectionsSidebar a {
  display: block;
  padding: 5px;
  line-height: 25px;
  width: 100%;
}

.item-block-1 {
  margin: 0;
  padding: 30px 0 0 0;
}

.category-select {
  font-size: 12px;
  padding: 10px 0;
  /* border-top: 1px solid #EAEAEA; */
}

.category-select label {
  float: left;
  margin: 1px;
  padding-right: 10px;
  font-size: 12px;
}

.item-mat-details {
  margin-top: 10px;
  clear: both;
}

.item-price-details {
  font-size: 20px;
  padding: 15px 0;
  display: inline-block;
}

.item-details {
  font-size: 14px;
  padding-bottom: 0;
}

/* Overwrite table properties */

.etsy360-table table {
  border-collapse: collapse;
  border-spacing: 0;
}

.etsy360-table td {
  border-top: 1px solid #eaeaea;
  padding: 6px 10px 6px 6px;
  font-weight: normal;
  text-align: left;
}

.etsy360-table.shipping td {
  width: 30%;
}

.etsy360-table.policies td.widthFix {
  width: 30%;
}

/* !table */

.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}

ul {
  padding: 0;
}

html.btn {
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  text-transform: uppercase;
  width: 116px;
  padding-left: 0;
  padding-right: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

html.no-touch .picture .img-overlay .btn {
  position: absolute;
  left: 50%;
  top: 50%;
}

.item-title {
  color: #f17288 !important;
  text-decoration: none;
  font-weight: normal;
  font-size: 12px;
  text-transform: none;
}

.color-salmon {
  color: #f17288 !important;
}

.span2-details {
  float: left;
  width: 50%;
}

.span7-details {
  width: 50%;
}

.image-wrapper {
  position: relative;
  width: 100%;
}

/* .item-image-anchor img {
    max-width: none!important;
} */

.image-details-wrapper {
  height: 500px;
  width: 500px;
}

/* Image Details - Image Preview */

.favorite-container {
  display: inline-block;
  margin: 0 20px;
}

.favorite-container > i.favorite-icon {
  font-size: 20px !important;
  color: #98002e;
  margin-right: 5px;
}

.favorite-container > span {
  font-size: 17px;
}

.helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

#panel {
  text-align: center;
  position: relative;
}

#largeImage {
  max-width: 100%;
  overflow: hidden;
}

#thumbs {
  padding-top: 10px;
  overflow: hidden;
  text-align: center;
  position: relative;
}

#thumbs img,
#largeImage {
  cursor: pointer;
}

#thumbs img {
  margin-right: 2px;
  text-align: center;
  display: inline;
  width: 54px;
  border-radius: 27%;
}

.magnifier {
  background-repeat: no-repeat;
  width: 48px;
  height: 48px;
  position: absolute;
  padding: 10px;
  margin: 5px;
  display: block;
}

/* Pagintation */

.ePagination-centered {
  text-align: center;
  float: none;
}

.ePagination-right {
  text-align: right;
  float: right;
}

.ePagination-left {
  text-align: left;
  float: left;
}

.ePagination {
  padding: 20px;
  margin-bottom: 20px;
}

.pageNumber {
  display: inline-block;
  padding: 10px 19px;
  border: solid 1px #eaeaea;
  font-size: 0.875em;
  font-weight: bold;
  text-decoration: none;
}

.pageNumber:hover,
.pageNumber:visited {
  background: #eaeaea;
}

.pageNumber.active {
  color: #fff;
}

a.shopDetailsButton {
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  padding: 15px 15px;
  text-decoration: none;
  margin: 27px 0;
}

a.shopDetailsButton:active a {
  position: relative;
  top: 1px;
}

.pickButton {
  display: inline-block;
  background: #391;
  color: #fff;
  padding: 10px 20px;
  margin: 10px 0;
  background-origin: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
  font: 12px Tahoma;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}

input.colorInput {
  padding: 10px 10px;
  margin: 10px 0;
  border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
  font: 12px Tahoma;
}

/*  SECTIONS  */
.section {
  clear: both;
  padding: 0px;
  margin: 0px;
}

/*  GROUPING  */
.group:before,
.group:after {
  content: '';
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1; /* For IE 6/7 */
}

/*----- Tabs -----*/
.etabs {
  width: 100%;
  display: inline-block;
  margin: 0 10px;
  padding-left: 0;
  padding-top: 15px;
}

/*----- Tab Links -----*/
/* Clearfix */
.etab-links:after {
  display: block;
  clear: both;
  content: '';
}

ul.etab-links {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.etab-links > li {
  margin: 0;
  float: left;
  list-style: none;
}

.etab-links a {
  padding: 9px 15px;
  display: inline-block;
  border-radius: 3px 3px 0 0;
  border-top: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  font-size: 16px;
  transition: all linear 0.15s;
  text-decoration: none;
}

.etab-links a:hover {
  text-decoration: none;
}

li.active a,
li.active a:hover {
  background: #fff;
}

/*----- Content of Tabs -----*/
.etab-content {
  padding: 15px;
  margin-top: -1px;
  border-top: 1px solid #eaeaea;
  border-radius: 3px;
  background: #fff;
}

.etab {
  display: none;
}

.etab.active {
  display: block;
  border-bottom: 1px solid #fff;
}

/* System Info */

#sysinfo .section .inside {
  padding: 15px;
  border-top: solid 1px #cccccc;
}

#sysinfo textarea {
  font-family: Consolas, 'Courier New', Courier;
  font-size: 14px;
  width: 100%;
  height: 600px;
  background-color: #f9f9f9;
  margin-top: 15px;
}

/* Settings */

.postbox-container {
  width: 49.5%;
}

.postbox-container h3 {
  font-size: 14px;
  padding: 8px 12px;
  margin: 0;
  line-height: 1.4;
}

.postbox-content {
  margin: 10px;
}

.pibfi_pinterest .xc_pin {
  width: 80px !important;
  height: 50px !important;
  top: 100px !important;
  margin-left: -1px !important;
}

/*
    Addons Styles
*/

.e360-extension {
  float: left;
  margin: 0 15px 15px 0;
  background: #fff;
  border: 1px solid #ccc;
  width: 320px;
  padding: 8px;
  height: 350px;
  position: relative;
}

.e360-extension h3 {
  margin: 0 0 8px;
  font-size: 13px;
}

.e360-extension .button-secondary {
  position: absolute;
  bottom: 8px;
  left: 8px;
}

/* Select override */
.item-details-container > span {
    display: block;
}

.item-details-container h4 {
  font-size: 16px;
}

.select-wrapper > select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select-option {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background: red;
  display: block;
  width: 20px;
  height: 40px;
  border: 2px solid black;
}


.variations-list {
    display: block;
    margin: 10px 0;
}

.variations-list, .item-details-container, .item-mat-details > h4 {
    font-size: 16px;
}
/* Remove arrow from select elements in IE */
::-ms-expand {
  display: none;
}

.select-wrapper {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #c8c8c8;
  background: transparent;
  padding: 0;
  height: 45px;
  min-width: 100%;
  max-width: 300px;
}

.select-wrapper.qty {
    min-width: 100px;
}

.select-wrapper select {
  -webkit-appearance: none;
  background: transparent;
  font-weight: 400;
  font-size: 12pt;
  font-family: 'Open Sans Regular', Arial, Arial;
  border-radius: 0;
  padding: 0 0 0 1.25em;
  width: 100%;
  height: 100%;
  border: none;
}

.select-wrapper > .select-icon {
  position: relative;
  font-size: 20px;
  bottom: 43px;
  float: right;
  padding: 6px 16px;
  height: 100%;
  border-left: 1px solid #c8c8c8;
  border-right: none;
  pointer-events: none;
}
