.page-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-head h3, .page-head p {
    margin: 0;
    cursor: pointer;
}

.items-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  flex-wrap: wrap;
  flex: 1;
}

.item-inner-wrapper {
    width: 31%;
}

.item {
  margin-bottom: 30px;
  cursor: pointer;
  width: 100%;
  -webkit-transition: top 1s ease, left 1s ease;
  -moz-transition: top 1s ease, left 1s ease;
  -o-transition: top 1s ease, left 1s ease;
  -ms-transition: top 1s ease, left 1s ease;
}

.item-img {
  position: relative;
  margin-bottom: 12px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  max-width: 100%;
  height: 400px;
}


/*.item-img img{
  max-width:100%;
  background:#ccc;
  display:block;
  border-radius: 20px;
}*/

.item-size {
    position: absolute;
    bottom: 17px;
    left: 20px;
    display: flex;
    flex-wrap: wrap;
}

#click-to-zoom {
  width: 30px;
  height: 30px;
  background-color: #c5c5c559;
  position: absolute;
  z-index: 1;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  mix-blend-mode: multiply;
  opacity: 0.45;
}

div#click-to-zoomin {
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-left: 105px;
    padding: 8px;
    font-size: 0.8em;
}

.size {
  font-size: 9px;
  border: 1px solid #dedede;
  margin-right: 5px;
  margin-top: 5px;
  width: 20px;
  height: 20px;
  text-align: center;
  cursor: pointer;
  background-color: #e2e2e27d;
}

#shop-page #sizechart {
    zoom: 90%;
    position: relative;
}

.subaction-btn {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  background-color: #f2f2f2;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 2px;
  user-select: none;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 300;
}

#view-sizechart img {
  padding: 1px;
  position: relative;
  top: 2px;
}

#close-sizechart {
  display: none;
  position: absolute;
  left: 10px;
  top: 10px;
  cursor: pointer;
  width: 150px;
  text-align: left;
}

#close-sizechart img { opacity: 0.65; }

#shop-page #close-sizechart { display: block; }

/*.item-inner-wrapper:last-child { display: none; }*/

/*#product-list .item-inner-wrapper{
  columns: 4;
}*/


/* FILTER STYLES */
.filter-wrapper {
    margin-top: 20px;
    padding: 20px;
    border-radius: 3px;
    box-shadow: 0px 0px 2px 1px #dedede;
    z-index: 10;
    transition: .3s;
}

.filter-inner-wrapper form {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

/*.filter-option {
    padding: 0px 20px;
    border-right: 1px dashed #b9b9b9;
}*/

.filter-option:first-child { padding-left: 0px;}

.filter-wrapper input {
    height: 35px;
    border-radius: 5px;
    border: 1px solid #dedede;
    padding: 0px 15px;
    outline: none;
}

.filter-wrapper select { width: 80px; outline: none; }

.filter-wrapper {
    position: relative;
    background-color: #f1f1f1;
    border: 1px solid #efefef;
    border-radius: 5px;
    margin-bottom: 50px;
}
.filter-wrapper:after, .filter-wrapper:before {
    bottom: 100%;
    right: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.filter-wrapper:after {
    border-bottom-color: #f1f1f1;
    border-width: 12px;
    margin-right: 12px;
}

.filter-wrapper:before {
    border-bottom-color: #efefef;
    border-width: 16px;
    margin-right: 8px;
}

.filter-option label { font-size: small; }

.filter-option dl dt input { height: inherit; }
.filter-option dl { margin: 0; }

.filter-option.two-col dl {column-count: 2;}


.apply-filter-wrapper { 
  padding-right: 0px;
  border-right: none;
  display: flex;
  /*align-items: center;
  flex: 1;*/
  flex-direction: column;
  justify-content: center;
}

#reset-filter {
  margin-top: 10px;
}

/*#reset-filter {
  position: absolute;
  right: 15px;
  bottom: 0;
  padding: 10px;
  cursor: pointer;
}*/

/*.action-btn {
  cursor: pointer;
  background-color: #ec008c;
  padding: 10px;
  border-radius: 5px;
  color: #FFF;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
}
*/

.action-btn {
  cursor: pointer;
  padding: 10px 15px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-flex;
  border: 2px solid #000;
  user-select: none;
  outline: none;
  background-color: transparent;
  font-size: 0.85em;
  line-height: initial;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

/* CHECKBOX ANIMATION */
.filter-option input[type=checkbox] + label {
  display: block;
    margin: 2px 0px;
    cursor: pointer;
    padding: 2px 0px;
}

.filter-option input[type=checkbox] {
  display: none;
}

.filter-option input[type=checkbox] + label:before {
  content: "";
  border: 1px solid #d4d4d4;
  border-radius: 0.2em;
  display: inline-block;
  width: 1em;
  height: 1em;
  /*padding-left: 0.2em;*/
  /*padding-bottom: 0.3em;*/
  margin-right: 5px;
  vertical-align: bottom;
  transition: .2s;
  background-color: #fff;
  margin-bottom: 2px;
  padding: 0 2px 8px 5px;
}

.filter-option input[type=checkbox] + label:active:before {
  transform: scale(0);
}

.filter-option input[type=checkbox]:checked + label:before {
  content: "\2714";
  /*background-color: #ec008c;
  border-color: #ec008c;
  color: #fff !important;*/
}

.filter-option input[type=checkbox]:disabled + label:before {
  transform: scale(1);
  border-color: #aaa;
}

.filter-option input[type=checkbox]:checked:disabled + label:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}

.pay-mode input[type="radio"] { display: none; }

.pay-mode label::before, .pay-mode label::after {
    border-radius: 50%;
    display: inline-block;
    transition: .2s;
    background-color: #fff;
    content: '';
    position: absolute;
}

.pay-mode label::before {
    border: 1px solid #d4d4d4;
    width: 14px;
    height: 14px;    
    left: 0;
    top: 0;
}

.pay-mode label::after {
    width: 4px;
    height: 4px;
    left: 5px;
    top: 5px;
}

.pay-mode input[type=radio]:checked + label:before { background-color: #2196F3; }
.pay-mode input[type=radio]:checked + label:after { border: 1px solid #d4d4d4; }


#notification-msg {
  position: fixed;
  top: -100px;
  display: flex;
  align-items: center;
  transition: 0.5s ease;
  width: 100%;
  justify-content: center;
}

#notification-msg p {
  background-color: #a5a5a5;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0px 0px 1px 3px #cccccc;
}

#notification-msg.on {
    top: 120px;
}

#notification-msg p {
    margin-bottom: 0;
}

#zoom-img-blk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform .5s ease-out;
  cursor: move;
}

/* Floating cart summary @ bottom */

#floating-cart-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: #e4e4e4;
  color: white;
  padding: 16px;
  text-transform: uppercase;
  font-size: 0.88em;
  letter-spacing: 0.05em;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  margin-top: 10px;
  z-index: 1;
}

#cart-summary {
  display: flex;
  align-items: center;
  color: #000;
}

#image-container-overlay {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #000000a8;
}

#image-container-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 15px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
}

#image-container {
    display: flex;
    z-index: 10;
    width: 600px;
    height: 600px;
}

#image-container .img-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    height: 100%;
    outline: none;
}

#image-container img {
    width: 100%;
}

#close-image-container {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#close-image-container img {
    background-color: #fff;
    padding: 7px;
    border-radius: 50%;
}

/*.slick-dots li button:before {
  color: #fff !important;
}*/

.slick-dots {
  bottom: 20px !important;
}

/*#contact-info-form-wrapper .message {
  margin: 0;
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #dedede;
  background-color: #383838;
  color: #fff;
}*/

#contact-info-form h4 {
  margin-bottom: 15px;
  border-bottom: 2px solid #2e2e2e;
}

#show-cust-info-dtls {
  /*font-size: 0.75em;*/
  /*background-color: #d4d4d4;*/
  padding: 5px;
  line-height: 0.85em;
  cursor: pointer;
}

#contact-info-form-wrapper {
  margin-bottom: 20px;
  background-color: #efefef75;
  border: 1px solid #cccccc;
}

.progress-container, .progress-container-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
}

.progress-container-overlay {
  background-color: #cacaca30;
  z-index: 10;
}

.progress-container {
  z-index: 100;
}

#order-status-wrapper {
  background-color: #e6f1e6;
  margin-bottom: 20px;
  border: 3px solid #aac7aa !important;
  box-shadow: none;
}

span.size-bg {
  background-color: #5d5c5c;
  border-radius: 50%;
  color: white;
  font-size: .75em;
  padding: 5px;
  font-weight: bold;
  display: inline-block;
  line-height: 8px;
  margin-bottom: 4px;
  position: relative;
  top: -1px;
  padding-top: 7px;
}

.item-img img {
  max-width: 100%;
  vertical-align: middle;
    border-radius: 10px;
}

.item-img {
  height: auto;
}

#loader-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: -1;

}

#selected-filters-wrapper {
    display: flex;
    margin-right: 20px;
}

.selected-filter, .clear-selected-filters {
    background-color: #d5d5d5;
    padding: 0px 5px;
    margin: 0px 3px;
    border-radius: 4px;
    padding-top: 3px;
    cursor: pointer;
    display: inline-block;
}

/*.clear-selected-filters { margin-top: 10px; }*/

.selected-filter .fa, .clear-selected-filters .fa { opacity: 0.3; padding-right: 2px; }

.sup {
  position: relative;
  top: 3px;
  left: 4px;
  background-color: #171717;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  padding: 2px;
  font-size: 0.9em;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}


.form-divider {
    border-bottom: 1px dashed #CDCDCD;
    margin: 20px 0;
    margin-bottom: 20px;
    margin-top: 40px;
}




