input[type="text"],
.uneditable-input {
  border: 1px solid #c71882 !important;
}

/* Home */
.wrapper-alex {
  display: flex;
  flex-flow: row wrap;
  text-align: center;
  align-items: center;
  font-family: Arial, Helvetica, sans-serif;
}

.wrapper-alex > * {
  padding: 10px;
  flex: 1 100%;
}

@media all and (min-width: 850px) {
  .main-alex-1 {
    order: 1;
    flex-basis: 60%;
  }
  .aside-alex-1 {
    order: 2;
    flex-basis: 35%;
  }
  .aside-alex-2 {
    order: 3;
    flex-basis: 35%;
  }
  .main-alex-2 {
    order: 4;
    flex-basis: 60%;
  }
}

.button-alex {
  display: inline-block;
  font-size: 19px;
  text-align: center;
  background-color: #c41977;
  padding: 10px 20px;
  margin: 5%;
  border-radius: 10px;
  color: #ffffff;
  background: linear-gradient(
    to right,
    rgba(199, 24, 129, 1) 0%,
    rgba(231, 56, 39, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c71881', endColorstr='#e73827', GradientType=1 );
}

/* Build to Order Styling */

#bTOColor {
  display: inline-block;
  font-size: 15pt;
  padding: 7px;
  margin-bottom: 10px;
  border-radius: 10px;
  background-color: #c41977;
  color: #ffffff;
}

#bTOColorSp {
  color: #c41977;
}

#bTOColor:hover ~ #bTOColorSp {
  width: fit-content;
  padding: 4px 10px;
  margin-bottom: 1px;
  border-radius: 10px;
  background-color: #c41977;
  color: #ffffff;
  -webkit-transition: 0.3s ease;
}

.btoInD {
  display: inline-block;
  margin-left: 50%;
  transform: translate(-50%, 0);
  padding: 15px;
  text-align: center;
  color: #ffffff;
  border-radius: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  background: rgb(255, 0, 131);
  background: -moz-linear-gradient(
    top,
    rgba(255, 0, 131, 1) 0%,
    rgba(199, 24, 130, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 0, 131, 1) 0%,
    rgba(199, 24, 130, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 0, 131, 1) 0%,
    rgba(199, 24, 130, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0083', endColorstr='#c71882',GradientType=0 );
}

/* Applecare page */

.APPbk {
  background-image: url("/images/products/overview_hero_2x.jpg");
  height: 550px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.APPpg {
  position: absolute;
  width: 60%;
  top: 25%;
  left: 65%;
  transform: translate(-50%, -50%);
  text-align: center;
}

/* General Boxes and hovers */

.boxO {
  background-color: #f2f2f2;
  margin-right: 20px;
  margin-bottom: 25px;
  border-radius: 10px;
  padding: 20px;
  -webkit-box-shadow: rgba(150, 150, 150, 1) 0px 0px 32px -12px;
}

.hoverboard:hover {
  box-shadow: 0 0 12px -4px rgba(199, 24, 130, 1);
}

/* WTF is the actual css on that */

.plan {
  min-height: 410px !important;
}

.zt-tabs {
  border: 0 !important;
}

.zt-tabs .tab-content {
  border: 0 !important;
}

/* Buttons */

.button-o {
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 19px;
  letter-spacing: 1pt;
  background-color: #c41977;
  padding: 12px;
  margin: 3px;
  border-radius: 10px;
  color: #ffffff;
}

.button-o:hover {
  background: rgba(199, 24, 129, 1);
  background: -moz-linear-gradient(
    left,
    rgba(199, 24, 129, 1) 0%,
    rgba(231, 56, 39, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(199, 24, 129, 1)),
    color-stop(100%, rgba(231, 56, 39, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(199, 24, 129, 1) 0%,
    rgba(231, 56, 39, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(199, 24, 129, 1) 0%,
    rgba(231, 56, 39, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(199, 24, 129, 1) 0%,
    rgba(231, 56, 39, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(199, 24, 129, 1) 0%,
    rgba(231, 56, 39, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c71881', endColorstr='#e73827', GradientType=1 );
  transform: scale(1.03);
  transition: transform 0.3s ease;
  color: #ffffff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.24), 0 10px 10px 0 rgba(0, 0, 0, 0.19);
}

.button-omini {
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0.2pt;
  background-color: #c41977;
  padding: 12px;
  margin: 3px;
  border-radius: 10px;
  color: #ffffff;
}

.button-omini:hover {
  background: rgba(199, 24, 129, 1);
  background: -moz-linear-gradient(
    left,
    rgba(199, 24, 129, 1) 0%,
    rgba(231, 56, 39, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(199, 24, 129, 1)),
    color-stop(100%, rgba(231, 56, 39, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(199, 24, 129, 1) 0%,
    rgba(231, 56, 39, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(199, 24, 129, 1) 0%,
    rgba(231, 56, 39, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(199, 24, 129, 1) 0%,
    rgba(231, 56, 39, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(199, 24, 129, 1) 0%,
    rgba(231, 56, 39, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c71881', endColorstr='#e73827', GradientType=1 );
  transform: scale(1.03);
  transition: transform 0.3s ease;
  color: #ffffff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.24), 0 10px 10px 0 rgba(0, 0, 0, 0.19);
}

.BTOinprod {
  display: inline-block;
  padding: 5px 10px 5px 10px;
  text-align: center;
  color: #ffffff;
  border-radius: 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  background: rgb(255, 0, 131);
  background: -moz-linear-gradient(
    top,
    rgba(255, 0, 131, 1) 0%,
    rgba(199, 24, 130, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 0, 131, 1) 0%,
    rgba(199, 24, 130, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 0, 131, 1) 0%,
    rgba(199, 24, 130, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0083', endColorstr='#c71882',GradientType=0 );
}


.warningOre {
  position: absolute;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, 0);
  display: inline-block;
  padding: 17px;
  text-align: center;
  color: #ffffff;
  border-radius: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  background: rgb(255, 0, 131);
  background: -moz-linear-gradient(
    top,
    rgba(255, 0, 131, 1) 0%,
    rgba(199, 24, 130, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 0, 131, 1) 0%,
    rgba(199, 24, 130, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 0, 131, 1) 0%,
    rgba(199, 24, 130, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0083', endColorstr='#c71882',GradientType=0 );
}

.TimesOreSt {
  border: #c41977 1px solid;
  min-width: 400px;
  display: inline-block;
  padding: 17px;
  color: black;
  border-radius: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  background: rgba(255, 255, 255, 1);
  background: -moz-linear-gradient(
    45deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(246, 246, 246, 1) 47%,
    rgba(237, 237, 237, 1) 100%
  );
  background: -webkit-gradient(
    left bottom,
    right top,
    color-stop(0%, rgba(255, 255, 255, 1)),
    color-stop(47%, rgba(246, 246, 246, 1)),
    color-stop(100%, rgba(237, 237, 237, 1))
  );
  background: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(246, 246, 246, 1) 47%,
    rgba(237, 237, 237, 1) 100%
  );
  background: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(246, 246, 246, 1) 47%,
    rgba(237, 237, 237, 1) 100%
  );
  background: -ms-linear-gradient(
    45deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(246, 246, 246, 1) 47%,
    rgba(237, 237, 237, 1) 100%
  );
  background: linear-gradient(
    45deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(246, 246, 246, 1) 47%,
    rgba(237, 237, 237, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );
}

.TimesOreSe {
  min-width: 400px;
  display: inline-block;
  padding: 17px;
  color: black;
  border: #70297a 1px solid;
  border-radius: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  background: rgba(255, 255, 255, 1);
  background: -moz-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(246, 246, 246, 1) 47%,
    rgba(237, 237, 237, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0%, rgba(255, 255, 255, 1)),
    color-stop(47%, rgba(246, 246, 246, 1)),
    color-stop(100%, rgba(237, 237, 237, 1))
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(246, 246, 246, 1) 47%,
    rgba(237, 237, 237, 1) 100%
  );
  background: -o-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(246, 246, 246, 1) 47%,
    rgba(237, 237, 237, 1) 100%
  );
  background: -ms-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(246, 246, 246, 1) 47%,
    rgba(237, 237, 237, 1) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(246, 246, 246, 1) 47%,
    rgba(237, 237, 237, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );
}

.slit-in-vertical {
  -webkit-animation: slit-in-vertical 0.45s ease-out both;
  animation: slit-in-vertical 0.45s ease-out both;
}

@-webkit-keyframes slit-in-vertical {
  0% {
    -webkit-transform: translateZ(-800px) rotateY(90deg);
    transform: translateZ(-800px) rotateY(90deg);
    opacity: 0;
  }
  54% {
    -webkit-transform: translateZ(-160px) rotateY(87deg);
    transform: translateZ(-160px) rotateY(87deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(0) rotateY(0);
    transform: translateZ(0) rotateY(0);
  }
}
@keyframes slit-in-vertical {
  0% {
    -webkit-transform: translateZ(-800px) rotateY(90deg);
    transform: translateZ(-800px) rotateY(90deg);
    opacity: 0;
  }
  54% {
    -webkit-transform: translateZ(-160px) rotateY(87deg);
    transform: translateZ(-160px) rotateY(87deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(0) rotateY(0);
    transform: translateZ(0) rotateY(0);
  }
}

.shadow-drop-2-center:hover {
  -webkit-animation: shadow-drop-2-center 0.4s
    cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: shadow-drop-2-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes shadow-drop-2-center {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-transform: translateZ(50px);
    transform: translateZ(50px);
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
  }
}
@keyframes shadow-drop-2-center {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-transform: translateZ(50px);
    transform: translateZ(50px);
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
  }
}

.productCont {
  position: relative;
  text-align: center;
  color: #d44f26;
  font-size: 50px;
  font-family: Arial, Helvetica, sans-serif;
}

.productPosi {
  position: absolute;
  top: 10%;
  left: 10%;
}

/*category-buttons within categories by ALEX */
.alexflexcontainer_cat {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-evenly;
}
.alexbox_cat_5 {
  width: 150px;
  text-align: center;
  min-width: 150px;
  margin: 0px 8px;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  padding-bottom: 10px;
  transition: color 1s, border-bottom 1s;
  margin-bottom: 20px;
  border-bottom: 2px solid #fff;
}
.alexbox_cat_5:hover {
  color: #c71882;
  border-bottom: 2px solid #c71882;
}

.alexbox_cat_3 {
  width: 220px;
  text-align: center;
  min-width: 150px;
  margin: 0px 30px;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  padding-bottom: 10px;
  transition: color 1s, border-bottom 1s;
  margin-bottom: 20px;
  border-bottom: 2px solid #fff;
}
.alexbox_cat_3:hover {
  color: #c71882;
  border-bottom: 2px solid #c71882;
}

.alexbox_cat_4 {
  width: 180px;
  text-align: center;
  min-width: 150px;
  margin: 0px 15px;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  padding-bottom: 10px;
  transition: color 1s, border-bottom 1s;
  margin-bottom: 20px;
  border-bottom: 2px solid #fff;
}
.alexbox_cat_4:hover {
  color: #c71882;
  border-bottom: 2px solid #c71882;
}

/* Button 100% with hover by ALEX */
.alexbutton_100percent {
  width: 100%;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  padding: 20px 20px;
  box-sizing: border-box;
  color: black;
  border-radius: 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  background: rgb(244, 244, 244);
  border: 2px solid rgb(244, 244, 244);
  transition: border 0.7s;
}
.alexbutton_100percent:hover {
  border: 2px solid #c71882;
}
@media all and (min-width: 850px) {
  .alexbutton_100percent {
    padding: 20px 65px;
  }
}

/* col sm atmedia settings for cagegory buttons */
.alexcategbutton {
  text-align: center;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  transition: color 1s, border-bottom 1s;
  margin-bottom: 5px;
  border-bottom: 2px solid #fff;
}
.alexcategbutton:hover {
  color: #c71882;
  border-bottom: 2px solid #c71882;
}

.footer-logo {
  background: #fff;
}

/* Pricing Tables */

.pricingTable-a {
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #f8f7f7;
  text-align: center;
  overflow: hidden;
  box-shadow: 0 0 20px -5px #888;
  margin: 30px -5px;
  position: relative;
  transition: all 0.3s ease 0s;
}

.pricingTable-a:hover {
  transform: scale(1.1);
}

.pricingTable-a .pricingTable-a-header {
  padding: 20px 0;
}

.pricingTable-a .title {
  font-size: 22x;
  margin: 0;
  font-weight: bold;
}

.pricingTable-a .month {
  font-size: 15px;
  display: block;
}

.pricingTable-a .price-value {
  color: #fff;
  background-color: #c71882;
  padding-top: 17px;
  padding-bottom: 10px;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.pricingTable-a .price-value:before,
.pricingTable-a .price-value:after {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(140deg, #b01573 25%, #c71882 26%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.pricingTable-a .price-value:after {
  background: #b01573;
  width: 160%;
  transform: rotate(-60deg);
}

.pricingTable-a .amount {
  font-size: 25px;
}

.pricingTable-a .amount:before,
.pricingTable-a .amount:after {
  content: "";
  height: 100%;
  width: 100%;
  background: #b01573;
  transform: rotate(85deg);
  position: absolute;
  left: -70px;
  top: 0;
  z-index: -1;
}

.pricingTable-a .amount:after {
  background: #b82a7f;
  left: -100px;
}

.pricingTable-a .amount span {
  font-size: 35px;
  font-weight: 600;
  vertical-align: top;
  margin-left: -5px;
  display: inline-block;
}

.pricingTable-a .pricing-content {
  font-size: 15px;
  text-align: center;
  padding: 10px;
  margin: 5px 0;
  list-style: none;
  display: inline-block;
  min-height: 250px;
}

.pricingTable-a .pricing-content li {
  padding: 10px 10px;
}

.pricingTable-a .contact-button-a {
  font-size: 15px;
  text-align: center;
  padding: 5px;
  margin: 5px;
  list-style: none;
  display: inline-block;
}

@media only screen and (max-width: 990px) {
  .pricingTable-a {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .pricingTable-a {
    margin: 0 0 30px;
  }
}

/* Style the tab */
.tab_a {
  overflow: hidden;
  border-bottom: 1px solid #c71882;
  background-color: #f8f7f7;
  display: flex;
  justify-content: center;
}

/* Style the buttons inside the tab */
.tab_a button {
  width: 50%;
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 15px;
  transition: 0.8s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab_a button:hover {
  background-color: #f9d2e9;
}

/* Create an active/current tablink class */
.tab_a button.active {
  background-color: #c71882;
  color: #fff;
}

/* Style the tab content */
.tabcontent_a {
  display: none;
  padding: 10px;
}

/* start of summer vibes page*/
.summer {
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 40px;
  line-height: 80px;
  font-weight: 900;
  color: #a7abaf41;
  background-size: cover;
  background-image: url(/images/SummerPage/water_back.jpg);
  -webkit-background-clip: text;
  animation: water 20s infinite;
  animation-timing-function: linear;
}

@media only screen and (min-width: 600px) {
  .summer {
    font-size: 70px;
  }
}

@keyframes water {
  from {
    background-position: left 0 top 0;
  }
  to {
    background-position: left 1000px top 0;
  }
}

.summer_desc {
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 18px;
}

.summer-image-1 {
  width: 100%;
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  -webkit-clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
}

.summer-image-2 {
  width: 100%;
  clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 10% 100%);
  -webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 10% 100%);
}
/* end of summer vibes page*/



/* animation for text - slide LEFT */
.text-slide-left-a {
  animation: text-slide-left-a 0.5s linear forwards;
  -webkit-animation: text-slide-left-a 0.5s linear forwards;
}

@keyframes text-slide-left-a {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes text-slide-left-a {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* animation for text - slide RIGHT */
.text-slide-right-a {
  animation: text-slide-right-a 0.5s linear forwards;
  -webkit-animation: text-slide-right-a 0.5s linear forwards;
}

@keyframes text-slide-right-a {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes text-slide-right-a {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}


/* Testing */

.pbpBg {
	
	background: #fff;
}

.pbpBg:before, .pbpBg:after {
	content: '';
  
	position: absolute;
	left: -2px;
	top: -2px;
	background: linear-gradient(45deg, #f65d7b, #578db9, #c23f23,#f65d7b, #578db9, #c23f23, 
		#f65d7b, #578db9,#c23f23, #f65d7b);
	background-size: 400%;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	z-index: -1;
	animation: steam 20s linear infinite;
}

@keyframes steam {
	0% {
		background-position: 0 0;
	}
	50% {
		background-position: 400% 0;
	}
	100% {
		background-position: 0 0;
	}
}

.pbpBg:after {
	filter: blur(20px);
}

/* Flip image */

#flimage_container {
    position: relative;
    margin: 20px 0;
    width: 200px;
    height: 200px;
    z-index: 1;
}

#flimage_container {
    perspective: 1000;
    -webkit-perspective: 1000;
    
}

#flimage_card {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
}

#flimage_container:hover #flimage_card {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}

.fliface {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.fliface.fliback {
    display: block;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    box-sizing: border-box;
    text-align: center;
}

.fliflex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-flow: row wrap;
}

.imgscale{
width: 300px;
padding: 0px 50px;
transition: transform 0.5s;
margin: auto;
}

.imgscale:hover {transform: scale(1.1);}

@media only screen and (min-width: 1500px) {
.imgscale {
width: 400px;
}
}

/*
.fabrik___heading {
display: none !important;
}

*/
/* Ioannis CCS */

.ioannis {
  font-family: "Montserrat";
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  letter-spacing: 1px;
}

ioanheader {
  background-image: url(/images/Articles/blackfriday_2021.gif);
  background-size: cover;
  color: transparent;
  -moz-background-clip: text;
  -webkit-background-clip: text;
  text-transform: uppercase;
  font-size: 120px;
  line-height: .75;
  margin: 10px 0;
}
/* styling my button */

.white-mode {
  text-decoration: none;
  padding: 7px 10px;
  background-color: #122;
  border-radius: 3px;
  color: #FFF;
  transition: .35s ease-in-out;
  position: absolute;
  left: 15px;
  bottom: 15px;
  font-family: "Montserrat";
}

.white-mode:hover {
  background-color: #FFF;
  color: #122;
}


ioan_ul {
    margin: 0;
    padding: 0;
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  ioan_ul ioan_li {
    list-style: none;
    margin: 0 15px;
  }
  
  ioan_ul ioan_li a {
    position: relative; 
    display: block;
    width: 120px;
    height: 80px;
    text-align: center;
    line-height: 85px;
    background: #fff;
    border-radius: 50%;
    font-size: 60px;
    color: #d73854;
    transition: .5s;
  }
  
  ioan_ul ioan_li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #cc2173;
    transition: .5s;
    transform: scale(.9);
    z-index: -1;
  }
  
  ioan_ul ioan_li a:hover::before {
    transform: scale(1.1);
    box-shadow: 0 0 15px #cc2173;
  }
  
  ioan_ul ioan_li a:hover {
    color: #cc2173;
    box-shadow: 0 0 5px #cc2173;
    text-shadow: 0 0 5px #cc2173;
  }


/* customizable snowflake styling */
.snowflake {
  color: #fff;
  font-size: 2em;
  font-family: Arial;
  text-shadow: 0 0 1px #000;
}

@-webkit-keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@-webkit-keyframes snowflakes-shake{0%{-webkit-transform:translateX(0px);transform:translateX(0px)}50%{-webkit-transform:translateX(80px);transform:translateX(80px)}100%{-webkit-transform:translateX(0px);transform:translateX(0px)}}@keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@keyframes snowflakes-shake{0%{transform:translateX(0px)}50%{transform:translateX(80px)}100%{transform:translateX(0px)}}.snowflake{position:fixed;top:-10%;z-index:9999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;-webkit-animation-name:snowflakes-fall,snowflakes-shake;-webkit-animation-duration:10s,3s;-webkit-animation-timing-function:linear,ease-in-out;-webkit-animation-iteration-count:infinite,infinite;-webkit-animation-play-state:running,running;animation-name:snowflakes-fall,snowflakes-shake;animation-duration:10s,3s;animation-timing-function:linear,ease-in-out;animation-iteration-count:infinite,infinite;animation-play-state:running,running}.snowflake:nth-of-type(0){left:1%;-webkit-animation-delay:0s,0s;animation-delay:0s,0s}.snowflake:nth-of-type(1){left:10%;-webkit-animation-delay:1s,1s;animation-delay:1s,1s}.snowflake:nth-of-type(2){left:20%;-webkit-animation-delay:6s,.5s;animation-delay:6s,.5s}.snowflake:nth-of-type(3){left:30%;-webkit-animation-delay:4s,2s;animation-delay:4s,2s}.snowflake:nth-of-type(4){left:40%;-webkit-animation-delay:2s,2s;animation-delay:2s,2s}.snowflake:nth-of-type(5){left:50%;-webkit-animation-delay:8s,3s;animation-delay:8s,3s}.snowflake:nth-of-type(6){left:60%;-webkit-animation-delay:6s,2s;animation-delay:6s,2s}.snowflake:nth-of-type(7){left:70%;-webkit-animation-delay:2.5s,1s;animation-delay:2.5s,1s}.snowflake:nth-of-type(8){left:80%;-webkit-animation-delay:1s,0s;animation-delay:1s,0s}.snowflake:nth-of-type(9){left:90%;-webkit-animation-delay:3s,1.5s;animation-delay:3s,1.5s}


.back-og {
background: rgb(113,13,73);
background: -moz-linear-gradient(225deg, rgba(113,13,73,1) 0%, rgba(199,24,130,1) 50%, rgba(113,13,73,1) 100%);
background: -webkit-linear-gradient(225deg, rgba(113,13,73,1) 0%, rgba(199,24,130,1) 50%, rgba(113,13,73,1) 100%);
background: linear-gradient(225deg, rgba(113,13,73,1) 0%, rgba(199,24,130,1) 50%, rgba(113,13,73,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#710d49",endColorstr="#710d49",GradientType=1);
}


@media(max-width:991px){
  header#standard-logo img {
    max-width: 80%;
    margin: auto;
    height: auto;
    padding: 10px;
}
}

.cf4all_no_color_btn {
	height: auto !important;
}


.christmasback{
  background-image: url('/images/extra-categories/christmas-holiday-background-image.png');
  background-repeat: no-repeat;
  background-attachment: fixed;  
  background-size: cover;
}


/* ===== iPhone Repair Selector ===== */

.irs-title {
  margin-bottom: 16px;
}

.irs-step-title {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}

.irs-family-wrapper {
  position: relative;
  margin-bottom: 28px;
}

.irs-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 8px;
  padding: 8px 10px;
  cursor: pointer;
  font-size: 18px;
}

.irs-arrow.prev { 
  left: 0;
  color: #c71882;
  background: #fff0f9;
}
.irs-arrow.next { 
  right: 0; 
  color: #c71882;
  background: #fff0f9;
}

.irs-family-scroller {
  overflow-x: auto;
  white-space: nowrap;
  scroll-behavior: smooth;
  padding: 4px 40px;
}

.irs-family-card {
  display: inline-block;
  min-width: 140px;
  margin-right: 8px;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 10px;
  cursor: pointer;
  text-align: center;
  background: #fff;
  transition: 0.2s;
}

.irs-family-card.active {
  border: 2px solid #c71882;
  background: #fff0f9;
}

.irs-card-image {
  height: 119px;
  background: #f0f0f0;
  border-radius: 8px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #666;
}

.irs-model-section {
  display: none;
}

.irs-model-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 12px;
  margin-bottom: 28px;
}

.irs-model-card {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 10px;
  cursor: pointer;
  text-align: center;
  transition: 0.2s;
  background: #fff;
}

.irs-model-card.active {
  border: 2px solid #c71882;
  background: #fff0f9;
}

.irs-results {
  display: none;
}

.irs-table {
  width: 100%;
  border-collapse: collapse;
}

.irs-table thead tr {
  background: #fff0f9;
}

.irs-table th,
.irs-table td {
  padding: 12px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  text-align: left;
}

.irs-time-badge {
  background: #fff0f9;
  color: #c71882;
  padding: 4px 8px;
  margin-left: -6px;
  border-radius: 6px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

#modelTitle {
  text-align: center;
  font-weight: bold;
  font-size: 17pt;
  border-bottom: 1px solid #c71882;
  padding-bottom: 30px;
  padding-top: 10px;
  margin-bottom: 0px;
}

#repairTable thead th {
  text-align: left;
  font-weight: bold;

  border-bottom: 1px solid #c71882;
}

#repairTable td {
  padding: 12px;
  font-size: 11pt;
}

#cboxTitle {
  display: none !important;
}

.irs-repair-type {
  display: flex;
  align-items: center;
  gap: 8px;
}

.irs-repair-icon {
  width: 30px;
  height: 30px;
  object-fit: contain;
  flex-shrink: 0;
}

#repairTable tbody tr:hover {
  background: #fff0f9;
  box-shadow: inset 4px 0 0 #c71882;
}

/* Mobile table fix */
@media (max-width: 768px) {
  .irs-results {
    overflow-x: auto;
  }

  #repairTable {
    min-width: 520px;
  }
}


#repairTable td {
  vertical-align: middle;
}

#repairTable td > * {
  vertical-align: middle;
}

#repairNotes {
  display: none;
}

