.flex_view > div[class^="col"] {
  padding-left: 0;
  padding-right: 0; }

@media (min-width: 768px) {
  .flex_view {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .flex_view.left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  .flex_view.right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

  .flex_view.center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .flex_view.space-between {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .flex_view.space-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: justify;
    justify-content: space-around; }

  .flex_view.middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .flex_view.end {
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end; }

  .flex_view.start {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .flex_view.reverse {
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

  .flex_view.space {
    margin: 0 -15px; }

  .flex_view.space > div[class^="col"] {
    padding-left: 15px;
    padding-right: 15px; } }
.flex_view_xs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex_view_xs.left {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.flex_view_xs.right {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.flex_view_xs.center {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.flex_view_xs.space-between {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.flex_view_xs.space-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: justify;
  justify-content: space-around; }

.flex_view_xs.middle {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.flex_view_xs.end {
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end; }

.flex_view_xs.start {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.flex_view_xs.reverse {
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.flex_view_xs.space {
  margin: 0 -15px; }

.flex_view_xs.space > div[class^="col"] {
  padding-left: 15px;
  padding-right: 15px; }

.flex_view_xs > div[class^="col"] {
  padding-left: 0;
  padding-right: 0; }

.custom_loader {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100vh; }

.custom_loader .custom_load_position {
  position: relative;
  position: relative;
  height: 100vh;
  width: 100%;
  text-align: center; }

.custom_loader .custom_load_position .custom_load_wrap {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.lds-roller {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px; }

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px; }

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  margin: -3px 0 0 -3px; }

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s; }

.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px; }

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s; }

.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px; }

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s; }

.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px; }

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s; }

.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px; }

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s; }

.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px; }

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s; }

.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px; }

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s; }

.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px; }

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s; }

.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px; }

@keyframes lds-roller {
  0% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(360deg); } }

.hide {
  display: none; }

@media (max-width: 767px) {
  .xs-hide {
    display: none; } }
@media (min-width: 768px) {
  .xs-show {
    display: none; } }
.img_blur {
  width: 100%;
  height: auto;
  max-width: 100%; }

.blur-up {
  -webkit-filter: blur(5px);
  filter: blur(5px); }

.lazyloaded {
  width: 100%;
  height: auto; }

.blur-up.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0); }

.black_bg {
  display: none;
  background: rgba(0, 0, 0, 0.48);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  max-height: 100vh;
  height: 100%;
  cursor: pointer; }

.overflow_hidden {
  overflow: hidden; }

.relative {
  position: relative; }

.template-product #product_customizer_wrap {
  margin-bottom: 25px; }

.template-product #product_customizer_wrap .upload_status {
  display: none;
  color: #000;
  font-size: 14px;
  margin-bottom: 5px; }

.template-product #product_customizer_wrap .upload_custom_picture, .template-product #product_customizer_wrap .upload_default_picture {
  padding: 15px 0;
  display: none;
  position: relative; }

.template-product #product_customizer_wrap .upload_custom_picture.active, .template-product #product_customizer_wrap .upload_default_picture.active {
  display: block; }

.template-product #product_customizer_wrap .upload_custom_picture .error, .template-product #product_customizer_wrap .upload_default_picture .error {
  color: #ff0000;
  margin-bottom: 10px; }

.template-product #product_customizer_wrap .upload_custom_picture .upload_default_btn, .template-product #product_customizer_wrap .upload_default_picture .upload_default_btn {
  cursor: pointer;
  background: #9a8cfb;
  text-align: center;
  color: #fff;
  padding: 10px 15px; }

.template-product #product_customizer_wrap .upload_custom_picture .upload_default_btn p, .template-product #product_customizer_wrap .upload_default_picture .upload_default_btn p {
  font-weight: bold;
  line-height: 1;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 0; }

.template-product #product_customizer_wrap .upload_custom_picture .upload_default_btn span, .template-product #product_customizer_wrap .upload_default_picture .upload_default_btn span {
  font-size: 10px;
  display: inline-block;
  line-height: 1; }

.template-product #product_customizer_wrap .upload_custom_picture input[type=file], .template-product #product_customizer_wrap .upload_default_picture input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0; }

.template-product #product_customizer_wrap .product_customiser_bottom a.photo_guide {
  margin: 5px 0 15px;
  display: inline-block;
  color: #000;
  letter-spacing: 1px; }

.template-product #product_customizer_wrap .product_customiser_bottom .extra_product_customise {
  background: #f8f8f8;
  padding: 25px; }

.template-product #product_customizer_wrap .product_customiser_bottom .extra_product_customise h3 {
  font-size: 18px;
  letter-spacing: 0;
  color: #000;
  margin-bottom: 5px; }

.template-product #product_customizer_wrap .product_customiser_bottom .extra_product_customise p {
  color: #000;
  margin-bottom: 20px; }

.template-product #product_customizer_wrap .product_customiser_bottom .extra_product_customise .extra_select_wrap {
  padding: 0 25px; }

.template-product .christmas_text_block {
  padding: 15px;
  margin: 30px 0 20px;
  background: rgba(154, 140, 251, 0.2); }

.template-product .christmas_text_block .christmas_title {
  font-size: 16px;
  margin: 0; }

.template-product .christmas_text_block p {
  font-size: 13px;
  margin-bottom: 0; }

.template-product .christmas_text_block .christmas_btn {
  text-align: right;
  padding-top: 7px; }

.template-product .christmas_text_block .christmas_btn a {
  font-size: 14px;
  text-transform: uppercase;
  color: #000; }

@media (min-width: 1025px) {
  .template-product .product_sticky_image {
    position: -webkit-sticky;
    position: sticky;
    top: 0; } }
.template-product .fancy_error {
  margin-bottom: 0;
  color: #ff0000; }

@media (max-width: 767px) {
  .template-product .related-products .slider-gallery .flickity-prev-next-button {
    opacity: 1; } }
#shopify-section-cart-template .bundle_remove {
  cursor: pointer; }

#shopify-section-cart-template .product_custom_image {
  margin: 0;
  padding: 15px 0 0; }

#shopify-section-cart-template .product_custom_image li {
  display: inline-block;
  max-width: 100px;
  padding-right: 15px;
  text-align: center; }

#shopify-section-cart-template .product_custom_image li img {
  padding-bottom: 10px;
  height: 100px;
  width: auto; }

#shopify-section-cart-template .product_custom_image li span {
  font-size: 12px;
  text-transform: capitalize; }

/*
     FILE ARCHIVED ON 15:03:31 Apr 05, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:38:27 May 01, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.469
  exclusion.robots: 0.017
  exclusion.robots.policy: 0.008
  esindex: 0.01
  cdx.remote: 30.875
  LoadShardBlock: 163.177 (3)
  PetaboxLoader3.resolve: 227.057 (3)
  PetaboxLoader3.datanode: 81.029 (4)
  load_resource: 156.925
*/