/*! Run Free Store Styles */
:root {
	--green: #03db5c;
	--input: #434c5e;
}

.fillslide {
  position: relative;
}

/* Place the image link behind */
.full-slide-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* Ensures slide buttons are still clickable */
.slide-content {
  z-index: 2;
}

.footer-title {
  font-size: 32px;
  line-height: 40px;
  color: var(--almostblack);
  margin-top: 0;
  padding: 0;
}

.back-title {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-right: -2px;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
}

::placeholder {
	color: #cdd2db;
}

.template {
  display: none;
}

.page-title-1.half {
  height: calc(40vh);
}

.page-title-1.most {
  height: calc(70vh);
}

.page-title-1.full {
  height: calc(100vh - 65px);
}

#ClearFilterButton {
  cursor: pointer;
}

#SocialArea {
  display: none;
  width: 100%;
  position: relative;
  text-align: center;
}

#SocialArea.open {
  display: inline-block;
}

.logoStyle {
    background-size: auto 80%;
    background-repeat: no-repeat;
    height: 100%;
    width: 25%;
    background-position: 10px;
}

#Suggestions {
  position: relative;
  width: 100%;
}

#Suggestions a {
  color: var(--black);
  line-height: 38px;
  padding: 0px;
  display: block;
  height: 38px;
  width: 100%;
  font-weight: bold;
}

#Suggestions .linker {
  margin-top: 10px;
  position: relative;
  display: block;
  padding-left: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 38px;
  width: 100%;
  line-height: 38px;
  text-align: left;
}

#Suggestions a:hover {
  color: var(--black);
  opacity: 0.9;
  text-decoration: underline;
}

.isOnfalse {
  display: none;
}

.light {
	color: #FFF;
}

.dark {
	color: var(--almostblack);
}

#CheckoutStatus {
  color: var(--secondary);
  font-size: 25px;
  margin-top: 20px;
  display: inline-block;
}

#SocialLinks {
  position: relative;
  width: 100%;
  display: inline-block;
  text-align: center;
}

#ProductPrice {
  position: relative;
}

#EventList h1, #EventList h2, #EventList h3, #EventList h4, #EventList h5 {
  font-weight: bold;
  font-size: 14px !important;
  line-height: 14px !important;
}

#apple-pay-button {
  display: none;
  background-color: black;
  background-image: -webkit-named-image(apple-pay-logo-white);
  background-size: 100% 100%;
  background-origin: content-box;
  background-repeat: no-repeat;
  width: 100%;
  height: 44px;
  padding: 10px 0;
  border-radius: 10px;
}

.maintenence {
  display: none;
  z-index: 100000000;
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: rgba(254, 254, 254, 0.99);
}

.maintenence .logo {
  width: 40%;
  height: 200px;
  position: relative;
  padding-top: 20vh;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
  }
  
.maintenence .message {
  font-size: 36px;
  text-align: center;
  line-height: 44px;
  width: 100%;
  position: relative;
  padding-left: 20%;
  padding-right: 20%;
}

.subCat {
  font-size: 12px;
  color: #000;
}
.catLink .subCat::after {
  content: none;
}

.mega-menu {
  overflow-y: auto;
  max-height: 80vh;
}

.savings {
  border-width: 2px;
  font-weight: bold;
  color: var(--primary);
  border-style: solid;
  border-color: var(--primary);
  display: inline;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  padding: 5px;
}

.struckout {
  text-decoration: line-through;
  font-size: 16px;
  margin-left: 10px;
  font-weight: normal;
  color: #000;
}

.struck {
  text-decoration: line-through;
}

#SocialLinks a {
  display: inline-block;
  font-size: 40px;
  padding: 10px;
}

#CategoryList a {
  text-transform: capitalize;
  width: 100%;
  height: 100%;
  display: block;
}

#ProductDescription ul {
  list-style: disc !important;
  padding: unset;
  padding-left: 20px;
  margin-bottom: 8px;
}

.content h1, h2, h3, h4, h5, h6, p, ul, ol, pre, table, blockquote, input, button, select, textarea {
  margin-bottom: 8px;
}

.content ul + p {
  margin-bottom: 0px;
}

.content p + p {
  margin-bottom: 0px;
}

.loginarea {
  display: none;
}

.loginarea.open {
  display: inline-block;
}

.forgotarea {
  display: none;
}

.forgotarea.open {
  display: inline-block;
}

.link {
  text-decoration: underline;
  cursor: pointer;
  color: var(--primary);
  transition: 0.5s;
}

.link:hover {
  filter: brightness(50%);
}

label.checklabel.dark {
  color: #000;
}

label.checklabel {
  color: #fff;
  padding-left: 10px;
  font-weight: normal;
}

input.error, select.error {
  border-color: var(--red) !important;
  border-width: 2px;
  border-style: solid;
}

.remove {
  position: absolute;
  right: -10px;
  width: 25px;
  background-position: center center;
  cursor: pointer;
  height: 25px;
  background-repeat: no-repeat;
  top: -30px;
  transition: 0.3s;
  background-size: contain;
  background-image: url(/assets/images/delete.svg);
}

.remove:hover {
  filter: brightness(50%);
}

.remove:active {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  transition: 0.3s;
}

.rel {
  position: relative;
}

#ReturnsModal {
  height: fit-content;
}

#ReturnsModal .content {
  overflow-x: hidden;
  height: fit-content;
}



.threshold {
	width: 100%;
    height: 30px;
    background-color: var(--primary);
    color: #ffffff;
    line-height: 30px;
    text-align: center;
    position: relative;
    top: 0px;
    z-index: 10;
    margin-bottom: 0px;
    display: inline-block;
}

.color {
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  color: var(--menu);
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
  transition: 0.3s;
  margin: 3px;
  line-height: 19px;
  display: inline-block;
  font-family: "Nunito";
  font-weight: 600;
  background-size: 80%;
  background-repeat: no-repeat;
  font-size: 9px;
  background-position: center top;
  height: 100px;
  width: 100px;
  background-position: center center;
  background-color: #fff;
  border-radius: 0px;
  border: solid #eef1f5;
  text-align: center;
  background-size: contain;
}

.color:hover {
  filter: brightness(99%);
  transition: 0.3s;
}

.color:active {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  transition: 0.3s;
}

.color.selected {
  border: solid var(--primary);
  cursor: unset;
  pointer-events: none;
}

.red {
  color: var(--red);
}

.color.selected:hover {
}

.instoreonly {
  font-size: 18px;
  color: var(--red);
  margin-top: 20px;
}

#ShipProvider {
  text-transform: uppercase;
  font-weight: bold;
}

select:disabled {
  opacity: 0.4;
}

.grid {
  display: grid;
  grid-template-columns: auto;
}

.grid.payment {
  display: grid;
  grid-template-columns: 50% 25% 25%;
  grid-column-gap: 0px;
}

.grid.payment .grid.split {
  grid-template-columns: 50% 50%;
  grid-column-gap: 0px;
}

input:disabled {
  opacity: 0.2;
}

.ecomfalse {
  display: none !important;
}

.sizeBox, .widthBox {
  position: relative;
  float: left;
  margin-right: 10px;
  border-radius: 7px;
  border-width: 2px;
  border-color: var(--border);
  border-style: solid;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  line-height: 40px;
  min-width: 60px;
  margin-bottom: 10px;
  transition: 0.3s;
  padding-left: 5px;
  padding-right: 5px;
  cursor: pointer;
  color: var(--black);
}

.sizeBox.unselectable, .widthBox.unselectable {
  opacity: 0.2;
  background: var(--border);
  border-color: var(--border);
  cursor: unset;
}

.sizeBox.unselectable:hover, .widthBox.unselectable:hover {
  background-color: unset;
  opacity: 0.2;
  cursor: unset; 
  color: var(--black);
}

.sizeBox:hover, .widthBox:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}

.sizeBox.selected, .widthBox.selected {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--white);
  cursor: unset;
}

.grid.payment input {
  background: #eef1f5;
  border: none;
  width: 100%;
  height: 52px;
  padding-left: 20px;
  font-weight: 600;
  margin-bottom: 0px;
  margin-top: 0px;
  border-radius: 0;
  font-size: 15px;
  font-family: Nunito, "Open Sans", Helvetica, Arial, sans-serif;
  -webkit-appearance: none;
}

.grid.payment input:focus {
  border: none;
  box-shadow: none !important;
}

.grid.two {
  grid-template-columns: 50% 50%;
}

.grid.split {
  grid-template-columns: 49% 50%;
  grid-column-gap: 1%;
}

.grid.charge {
  grid-template-columns: auto 20% 20% 10%;
  grid-column-gap: 1%;
}

.grid.totals {
  grid-template-columns: 75% auto;
}

.relative {
  position: relative;
}

#CartItems {
  margin-bottom: 40px;
}

.bold {
  font-weight: bold;
}

.right {
  text-align: right;
  padding: 4px 12px;
  font-weight: 600;
}

.padded {
  padding-left: 15px;
  padding-right: 15px;
}

.cartProduct {
  display: grid;
  grid-template-columns: 50px 100px auto 10% 15%;
  background: var(--grey);
  border-radius: 0px;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.productImage {
  width: 75px;
  height: 75px;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #ffffff;
  border-radius: 7px;
  border-width: 2px;
  border: solid #ffffff;
  margin-top: -12px;
  background-position: center;
  box-shadow: 0 5px 15px 0 rgb(0 0 0 / 15%);
}

.options {
  position: relative;
  width: 100%;
}

.options .option {
  width: 100%;
  display: grid;
  grid-template-columns: 25px auto;
  margin-top: 10px;
  margin-bottom: 10px;
  opacity: 0.6;
  transition: 0.5;
  cursor: pointer;
}

.options .option.on {
  opacity: 1.0;
}

.options .option .mark {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border-style: solid;
  border-width: 2px;
  background-color: var(--white);
  margin-top: 5px;
}

.options .option .mark .dot {
  width: 8px;
  height: 8px;
  margin: 1px;
  background-color: var(--white);
  border-radius: 8px;
  opacity: 0.0;
  transition: 0.5;
}

.options .option.on .mark .dot {
  opacity: 1.0;
}

.options .option .markLabel {
  line-height: 30px;
  font-weight: bold;
}

.options .option .markLabel i {
  margin-top: -10px;
  font-weight: normal;
}

.options .option.on .mark {
  background-color: var(--primary);
}


.cartProduct .name {
  font-size: 22px;
}

.cartProduct .number {
  font-size: 18px;
}

.cartProduct .cost {
  font-size: 18px;
}

.cartProduct .remove {
  left: 7px;
  top: 7px;
  width: 35px;
  height: 35px;
}

.cartProduct .sub {
  font-size: 14px;
  font-style: italic;
  margin-top: 0px;
  display: block;
  line-height: 1.2;
}

.cartProduct.bold {
  font-weight: bold;
}

.template {
  display: none;
}

hr {
  border-top: 2px solid var(--border);
  margin-top: 0px;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  display: inline-block;
}

@media all and (max-width: 767px) {
  .cartProduct {
    grid-template-columns: 40px 75px auto 9% 20%;
  }

  .productImage {
    width: 65px;
    height: 65px;
    margin-top: -7px;
  }

  .cartProduct .name {
    font-size: 15px;
    font-weight: 600;
  }

  .cartProduct .number {
    font-size: 15px;
    font-weight: 600;
  }

  .cartProduct .cost {
    font-size: 15px;
    font-weight: 600;
  }

  .cartProduct .remove {
    left: 4px;
  }

  .cartProduct .sub {
    font-size: 10px;
  }
  .text-tabs .tabs li {
    width: unset;
    margin-bottom: unset;
  }
}

/****** Shop Filter Pills ******/
.pillbox {
  overflow: hidden;
  margin-bottom: 0px;
}
.pillbox li {
  float: left;
  margin: 0 4px 4px 0;
}
.pillbox .btn-sm {
  padding: 0 8px;
  color: var(--menu);
}

.pillbox .btn-sm:hover {
  filter: none;
  color: white;
} 

.pillbox .btn-sm:active {
  filter: none;
  color: white;
}

div.clearfilters {
  cursor: pointer;
  color: var(--almostblack);
  transition: 0.3s;
}

div.clearfilters:hover {
  color: #000000;
  transition: 0.3s;
}
div.clearfilters:active {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  transition: 0.3s;
}

.fullLoading, .fullLoadingOrders {
  width: 100%;
  height: 0vh;
  position: fixed;
  opacity: 0;
  bottom: 0px;
  background-color: #ECEFFC;
  overflow: hidden;
  z-index: 10000000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  align-content: space-between;
  flex-direction: column;
}

@supports (
  (-webkit-backdrop-filter: saturate(180%) blur(40px)) or
    (backdrop-filter: saturate(180%) blur(40px))
) {
  .fullLoading, .fullLoadingOrders {
    background: rgba(236, 239, 255, .97);
    -webkit-backdrop-filter: saturate(180%) blur(40px);
    backdrop-filter: saturate(180%) blur(40px);
  }
}

.fullLoadingOrders .loadMessage {
  text-align: center;
  font-size: 14px;
}

.fullLoadingOrders .loadMessage .header {
  font-weight: 700;
  font-size: 18px;
}

#SearchFilterArea.disabled {
  pointer-events: none;
  opacity: 0.4;
}

.searchItem {
  width: 40px;
  height: 40px;
  text-align: center;
  margin: 2px;
  border-width: 0px;
  overflow: hidden;
  display: inline-block;
  border-style: solid;
  line-height: 40px;
  font-size: 12px;
  cursor: pointer;
  font-weight: 800;
  color: var(--black);
  background-color: var(--grey);
  transition: 0.5s;
}

.searchItem.selected {
  color: var(--white);
  background-color: var(--primary);
}

.searchItem:hover {
  opacity: 0.4;
}

#FreeShippingSpend {
  color: #08dc5a;
  font-weight: 800;
  font-size: 22px;
  padding-left: 15px;
  margin-bottom: 10px;
}

#ToSpend {
  font-weight: 800;
}
.runfreecheck {
  color: rgba(0,0,0,0);
}
.input-checkbox label,
.input-radio label {
  font-size: 1em;
  line-height: 1.2em;
  cursor: pointer;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  overflow: hidden;
}
.input-checkbox {
  margin-top: 0em;
}
.input-checkbox.field-error label {
  border-color: #EBA8A8;
}
.input-checkbox label {
  background: none;
  border: 2px solid #eef1f5;
  text-align: center;
  position: relative;
  margin-left: -17px;
  margin-bottom: -5px;
  border-radius: 0px;
}
.input-checkbox label:not(:last-child) {
  margin-right: 0.46428571em;
}
.input-checkbox label:hover {
  border-color: var(--primary);
}
.input-checkbox label:before {
  content: '';
  left: 0;
  border-radius: 6px;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid var(--primary);
  opacity: 0;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
}
.input-checkbox input:checked + label {
  border-color: var(--primary);
  background: var(--primary);
}
.input-checkbox input:checked + label:after {
  content: 'L';
  transform: rotateY(180deg) rotateZ(-45deg);
  color: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  top: -2px;
  font-weight: 700;
}
.input-checkbox input:checked + label:before {
  animation: pulse .45s ease forwards;
  -webkit-animation: pulse .45s ease forwards;
}
.input-checkbox + span {
  display: inline-block;
  position: relative;
  bottom: 10px;
  margin-left: 0.92857143em;
  font-size: 0.85714286em;
  white-space: nowrap;
}
.input-checkbox + button[type] {
  margin-top: 0.92857143em;
}
.input-checkbox + span + button[type] {
  margin-top: 0.92857143em;
}
.input-checkbox label,
.input-radio label {
  font-size: 1em;
}
.input-checkbox {
  margin-top: 0em;
}
.input-checkbox.field-error label {
  border-color: #EBA8A8;
}
.input-checkbox label {
  background: #ffffff;
  border: 2px solid #eef1f5;
  text-align: center;
  position: relative;
  width: 20px !important;
  height: 20px !important;
}
.input-checkbox label:not(:last-child) {
  margin-right: 0.46428571em;
}
.input-checkbox label:hover {
  border-color: var(--primary);
}
.input-checkbox label:before {
  content: '';
  left: 0;
  border-radius: 6px;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid var(--primary);
  background-color: #eef1f5;
  opacity: 0;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
}
.input-checkbox input:checked + label {
  border-color: var(--primary);
  background: var(--primary);
}
.input-checkbox input:checked + label:after {
  content: 'L';
  transform: rotateY(180deg) rotateZ(-45deg);
  color: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  top: -2px;
  font-weight: 700;
}
.input-checkbox input:checked + label:before {
  animation: pulse .45s ease forwards;
  -webkit-animation: pulse .45s ease forwards;
}
.input-checkbox + span {
  display: inline-block;
  position: relative;
  bottom: 10px;
  margin-left: 0.92857143em;
  font-size: 0.85714286em;
  white-space: nowrap;
}
.input-checkbox + button[type] {
  margin-top: 0.92857143em;
}
.input-checkbox + span + button[type] {
  margin-top: 0.92857143em;
}

.checkboxlabel {
  font-weight: 700;
  font-size: 15px;
  line-height: 30px;
}

.fullLoading.open, .fullLoadingOrders.open {
  height: 100vh;
  opacity: 1;
  top: 0px;
  bottom: 0px;
}
@supports (
  (-webkit-backdrop-filter: saturate(180%) blur(40px)) or
    (backdrop-filter: saturate(180%) blur(40px))
) {
  .fullLoading.open, .fullLoadingOrders.open {
    background: rgba(236, 239, 255, .97);
    -webkit-backdrop-filter: saturate(180%) blur(40px);
  }
}

.giftcard {
	width: 500px;
  height: 300px;
  background-color: #ebecf0;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 20px 32px -8px;
  border-radius: 20px;
	margin-top: 10px;
	position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.giftcard .siteLogo {
    height: 230px;
    width: 100%;
    position: absolute;
    background-size: 55%;
    background-repeat: no-repeat;
    background-image: var(--siteLogo);
    background-position: center center;
}

.giftcard .chip {
	position: absolute;
	background-image: url(/assets/admin/images/chip.svg);
	background-size: contain;
	width: 65px;
	height: 65px;
	left: 65px;
	bottom: 35px;
  z-index: 10;
  background-repeat: no-repeat;
}

.giftcard .gloss {
	position: absolute;
	background-image: url(/assets/admin/images/gloss.svg);
  background-size: contain;
  background-repeat: no-repeat;
	width: 500px;
	height: 300px;
	left: 0px;
	bottom: 0px;
	z-index: 10;
	opacity: .5;
}


.giftcard .foot {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 70px;
	line-height: 70px;
	text-align: right;
	text-transform: uppercase;
	padding-right: 20px;
	color: rgba(255,255,255,0.6);
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 2px;
	background-color: var(--primary);
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

@media all and (max-width: 768px) {
	.giftcard {
    width: 100%;
    max-width: 350px;
		height: 220px;
		margin-top: 30px;
		position: relative;
		margin-left: auto;
		margin-right: auto;
	}

	.giftcard .siteLogo {
    height: 175px;
    width: 100%;
    position: absolute;
    background-size: 55%;
    background-repeat: no-repeat;
    background-image: var(--siteLogo);
    background-position: center center;
  }

	.giftcard .chip {
		width: 35px;
		height: 35px;
		left: 25px;
		bottom: 30px;
	}

	.giftcard .gloss {
		width: 400px;
		height: 245px;
  }

  .giftcard .foot {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 50px;
    line-height: 50px;
    text-align: right;
    text-transform: uppercase;
    padding-right: 20px;
    color: rgba(255,255,255,0.6);
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 2px;
    background-color: var(--primary);
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
}

.giftlabel {
  text-transform: uppercase;
}


@media (max-width: 992px) {
  .grid.split {
    grid-template-columns: 100%;
  }
  .grid.charge {
    grid-template-columns: 100%;
  }
}

textarea {
  height: 200px !important;
  resize: none;
  font-weight: 600;
  line-height: 24px!important;
}


.flex-control-nav li {
  border: #eef1f5;
  border-width: 2px;
  border-style: solid;
  margin: 5px;
  padding: 5px;
  background: #ffffff;
}

.flex-control-thumbs li {
  width: 23%;
  float: left;
  min-height: 110px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-content: flex-end;
  justify-content: center;
  align-items: center;
}

#CategoryList.link-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

#CategoryList.link-list .catLink {
	width: 180px;
}

.category-container {
  flex-direction: row;
}

.category-container .ti-angle-down {
  transform: rotate(180deg);
	margin-top: 5px;
  margin-right: 2px;
  padding-right: 0px;
	cursor: pointer;
  font-weight: 800;
  color: #cdd2db;
}

.category-container .ti-angle-down.toggleright {
	float: right;
}

.category-container .ti-angle-down.closed {
  margin-bottom: 0px;
  margin-top: 5px;
  margin-right: 2px;
  padding-right: 0px;
  cursor: pointer;
  transform: rotate(360deg);
  color: #cdd2db;
}

.category-container .ti-angle-down.closed:before {
  content: "\e939";
  font-family: "icomoon";
}

.category-container .ti-angle-down:before {
  content: "\e939";
  font-family: "icomoon";
}

.widget .title .shopfilters {
  font-family: "Nunito", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 6px;
  float: left;
  cursor: pointer;
}

.widget.closed {
    margin-bottom: -7px;
}

.brandselect {
  top: 46px!important;
}

.paging-container {
	width: 100%;
}
.search-page-container {
	display: flex;
  padding-left: 10px;
}
.search-page-container.min-view {
	height: 90px;
}
.paging-container.min-view {
	width: 30%
}
.search-widget.min-view {
	width: 70%
}

.min-view .paging-labels {
	margin-left: -10px;
}

.min-view .select-option {
	margin-top: 30px;
}

.filter-content {
	margin-left: 0px;
}

.min-view-area .filter-content {
	margin-top: 10px;
}

.widget.min-view-area.closed {
	height: 45px;
}

.min-view-area {
	margin-bottom: 0px;
}

.overlay-modal {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 0;
  background-color: rgba(0,0,0,.2);
}

.rf-load-indicator {
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 3px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: loader-spin 2s linear infinite;
  animation: loader-spin 2s linear infinite;
  position: absolute;
  height: 30px;
  width: 30px;
  right: 130px;
  bottom: 115px;
}

/* Safari */
@-webkit-keyframes loader-spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes loader-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#BrandArea .select-option.filter-content {
  margin-top: -21px;
  margin-bottom: 10px;
}

#SearchArea .select-option.filter-content {
  margin-top: -10px;
  margin-bottom: 10px; 
}

.filtertoggletitle {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: var(--menu);
}

.category-container .filteropener {
  width: 70px;
  height: 25px;
  margin-bottom: 0px;
	margin-top: 0px;
  margin-right: 0px;
	cursor: pointer;
  background-image: url(/assets/admin/images/apply.svg);
  background-size: 70px;
  background-repeat: no-repeat;
}

.category-container .filteropener.toggleright {
	float: right;
}

.category-container .filteropener.closed {
  width: 70px;
  height: 25px;
  margin-bottom: 0px;
	margin-top: 0px;
  margin-right: 0px;
	cursor: pointer;
  background-image: url(/assets/admin/images/open.svg);
  background-size: 70px;
  background-repeat: no-repeat;
}

.category-container .filteropener.closed.toggleright {
	float: right;
}

.pageTotals {
  font-size: 17px;
}

.mobilemenu {
  font-weight: 400;
}

@media all and (max-width: 975px) {
  #BrandArea .select-option.filter-content {
    margin-top: -31px;
  }
  .widget.closed {
    margin-bottom: 0px;
  }
  a.clearfilters {
    float: right;
    margin-top: 3px;
  }
  .pillbox {
    display: inline-block;
  }
  #PillBoxArea {
    padding: 15px;
    padding-bottom: 0px;
    border: solid 2px var(--footer);
    margin-bottom: 10px;
  }
  #FiltersArea {
    background-color: var(--footer);
    padding: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #FiltersArea #SearchFor {
    background: var(--white)!important;
  }
  #FiltersArea #BrandList {
    background: var(--white)!important;
  }

  #FiltersArea #SortBy {
    background: var(--white)!important;
  }

  #FiltersArea hr {
    border-top: 2px solid var(--filterhr);
  }

  #FiltersArea .searchItem {
    background: var(--white)!important;
  }

  #FiltersArea .toggleright {
    color: var(--primary);
  }
  .pl0 {
    padding-left: 0px;
  }
  .pr0 {
    padding-right: 0px;
  }
  .sortby {
    margin-bottom: 0px;
    padding-right: 0px;
  }
  #SortArea .select-option.filter-content {
    margin-top: -21px;
    margin-bottom: 10px;
  }
  .pageTotals {
    font-size: 15px;
  }
  #PaymentType {
    display: unset!important;
  }
  .payment-option-display {
    margin-bottom: 5px;
  }
  .centermobile {
    text-align: center!important;
    padding: 4px 12px;
  } 
  nav .btn, .nav-bar .btn {
    padding: 0 15px;
  }
  .backtocart-mobile {
    width: 100%!important;
    margin-left: 0px!important;
    margin-bottom: 21px;
  }
}

#afterpay-clearpay-message {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 15px;
}
/**
#PaymentArea {
  overflow: visible;
} **/

#StripeArea {
  display: flex;
  flex-direction: column;
}

#PaymentType {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}
#PaymentType.option-hidden {
  opacity: 0;
}

#ActionButton.afterpay {
  background-color: #b2fce4;
  border-color: #b2fce4;
  color: #000000;
}

#ActionButton.googlepay {
  background-color: var(--almostblack);
  border-color: var(--almostblack);
  color: var(--white);
}

#PaymentOptions {
  width: 150px;
  cursor: pointer;
  box-shadow: 0px 14px 8px -1px rgba(174,174,174,0.78);
  position: absolute;
  z-index: 9999999999;
  top: 57px;
  left: 16px;
}

.payment-option-display, .fs-payment-option-display {
  width: 100%;
  height: 53px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  cursor: pointer;
  height: 55px !important;
  background-color: var(--grey);
  border-style: solid;
  border-width: 2px;
  background-color: var(--grey);
  transition: 0.3s ease;
}
.payment-option-display.selected {
  border-color: var(--black)!important;
  border-style: solid;
  border-width: 2px;
  transition: 0.3s ease;
}
.payment-option-display.unselected {
  opacity: .5;
  transition: 0.3s ease;
}
.payment-option-display.unselected:hover {
  opacity: 1;
  transition: 0.3s ease;
}

#AfterpayType.payment-option-display {
  background-color: #b2fce4;
  background-image: url(/assets/images/running/afterpay.jpg);
  background-position: center;
  background-size: 100%;
  background-size: 138px;
  background-repeat: no-repeat;
  border-color: #b2fce4;
  border-style: solid;
  border-width: 2px;
}

.payment-option {
  width: 150px;
  height: 55px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.payment-option-display:hover,
.payment-option:hover {
  border-color: var(--black);
  border-style: solid;
  border-width: 2px;
  transition: 0.3s ease;
}

.payment-option-text {
  font-weight: 800;
}

.cash-type .payment-option-text {
  color: #FFF !important;
}

.payment-type {
  width: 150px;
  width: max-content;
  margin-right: 10px;
  cursor: pointer;
}

#StripeCard.card-input-disabled {
  opacity: .4;
  pointer-events: none;
  cursor: not-allowed;
}

#GooglePayType {
  background-color: black;
  color: #ffffff;
  border-color: black!important;
}

.GooglePayButton-logo {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    margin-top: 35px;
    margin-left: 15px;
    margin-right: 5px;
}

.ApplePayButton-logo {
  background-image: url(/assets/images/apple-pay-mark.svg);
  width: 70px;
  height: 35px;
  background-size: 70px 35px;
}

#Reviews {
  display: flex;
  flex-direction: column;
}

.review-count-container {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #ff0044;
  box-shadow: 0px 2px 8px 0px rgb(255 0 68 / 55%);
  border-radius: 10px;
  position: absolute;
  top: -5px;
  right: -3px;
}

#ReviewCount {
  margin-top: 1px;
  margin-left: 1px;
}

.mobile-header-item {
  cursor: pointer;
}

.paypal-button-number-1 {
    display: none !important;
}

.paypal-button-option {
    background: #ffc439;
}
.cash-button-option {
  background: #0f8d0f;
  border-color: #0f8d0f;
}
.PaypalButton-logo {
    background-image: url(/assets/images/paypal.svg);
    width: 100px;
    height: 60px;
    background-repeat: no-repeat;
    margin-top: 35px;
    margin-left: 15px;
    margin-right: 5px;
}

#paypal-button-container {
  display: block;
  height: 45px;
  border-radius: 7px;
  margin-right: 0;
  width: calc(47% - 24px);
  overflow: hidden;
  margin-right: 7px;
  right: 0;
  transform: scaleY(1.1);
  float: right;
}

@media all and (max-width: 975px) {
  #paypal-button-container {
    width: 100%;
    margin-right: 0px;
  }
}

#HeartCardArea .payment-type{
  display: flex;
  width: 100%;
}

/** Dark Mode Style **/

.white {
  background: var(--white);
  background-color: var(--white);
}

#NewsContent p img {
  width: -webkit-fill-available;
}

#AddressConfirm .subtitle {
    font-size: 16px;
}

.addresses-container {
  margin-top: 10px;
}

.addresses-container .address-container {
	border-width: 2px;
	border-style: solid;
	border-color: #f5f6fa;
	cursor: pointer;
  padding: 10px;
  border-radius: 12px;
  min-width: 180px;
  font-weight: 600;
}

.addresses-container .heading {
  font-size: 16px;
  font-weight: 700;
	text-align: center;
  margin-bottom: 4px;
}

.addresses-container .address-container.selected {
	border-width: 2px;
  border-color: #08dc5a;
  background-color: var(--white);
  animation: Pulse 3s infinite ease-in-out;
}

@keyframes Pulse {
  0% {
      box-shadow: 0 0 9px rgba(0, 219, 72, 0.0);
  }
  50% {
      box-shadow: 0 0 12px rgba(0, 219, 72, 0.5);
  }
  100% {
      box-shadow: 0 0 9px rgba(0, 219, 72, 0.0);
  }
}

.selectbutton {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
}

.fa.fa-check-circle.green {
  color: #08dc5a;
}

.textarea p, .customhtml p, .columnlayout p {
  font-size: 18px;
}

.textarea ul, .customhtml ul, .columnlayout ul {
    margin-bottom: 0px;
    list-style: disc;
    padding-left: 15px;
}

.textarea li, .customhtml li, .columnlayout li {
    margin-bottom: 12px;
}

.textarea li:last-child, .customhtml li:last-child, .columnlayout li:last-child {
    margin-bottom: 0px;
}

.toggler {
	width: 60px;
	border-radius: 15px;
	height: 30px;
	background-color: var(--border);
	position: relative;
	float: left;
	margin: 10px;
	cursor: pointer;
}

.toggler:hover .switch {
	opacity: 0.8;
}

.toggler.on {
	background-color: var(--green);
}

.toggler .on {
	opacity: 1.0;
	color: var(--white);
	transition: 0.5s;
	position: absolute;
	line-height: 32px;
	left: 8px;
	opacity: 0.4;
}

.toggler .off {
	opacity: 1.0;
	right: 8px;
	color: #000;
	transition: 0.5s;
	position: absolute;
	line-height: 32px;
	opacity: 0.8;
}

.toggler.on .on {
	opacity: 1.0;
}

.toggler.on .off {
	opacity: 0;
}

.toggler .switch {
	width: 22px;
	height: 22px;
	background-color: var(--white);
	position: absolute;
	left: 4px;
	top: 4px;
	border-radius: 12px;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.10);
	transition: 0.5s;
	z-index: 10;
}

.toggler.on .switch {
	left: 34px;
}

.gifttoggle {
	position: relative;
	display: grid;
	grid-template-columns: auto 85px;
	grid-column-gap: 10px;
	width: 100%;
	height: 50px;
	border-radius: 12px;
	background-color: #DDE3EB;
	color: #434c5e;
	padding-left: 15px;
	line-height: 50px;
	font-size: 14px;
	font-weight: bold;
	margin-top: 8px;
}