@charset "UTF-8";
@import "../../../javascript/bootstrap/css/bootstrap.min.css";
.c-brand {
  color: #FFDC00 !important;
}

.c-body {
  color: #303940 !important;
}

.c-text-muted,
.c-grey {
  color: #ADBFCC !important;
}

.c-contrast {
  color: #80FFF4 !important;
}

.c-white {
  color: #fff !important;
}

.c-success {
  color: #1FBE66 !important;
}

.c-danger {
  color: #dc3545 !important;
}

.bg-brand {
  background-color: #FFDC00 !important;
}

.bg-contrast {
  background-color: #80FFF4 !important;
}

.bg-alt {
  background-color: #F0F2F3 !important;
}

.bg-brand-alt {
  background-color: #c6eef0;
}

.bg-success {
  background-color: #1FBE66 !important;
}

.bg-grey {
  background-color: #828F99 !important;
}

.bg-grey-dark {
  background-color: #303940 !important;
  color: #FFF;
}

.bg-grey-darkest {
  background-color: #272E33 !important;
  color: #FFF;
}

.bg-grey-light {
  background-color: #ADBFCC !important;
}

.bg-grey-lightest {
  background-color: #F0F2F3 !important;
}

.text-muted {
  color: #ADBFCC !important;
}

.bg-white {
  background: #ffffff;
}

/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("/catalog/view/theme/twilo/fonts/roboto-v20-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Roboto"), local("Roboto-Regular"), url("/catalog/view/theme/twilo/fonts/roboto-v20-latin-regular.eot?#iefix") format("embedded-opentype"), url("/catalog/view/theme/twilo/fonts/roboto-v20-latin-regular.woff2") format("woff2"), url("/catalog/view/theme/twilo/fonts/roboto-v20-latin-regular.woff") format("woff"), url("/catalog/view/theme/twilo/fonts/roboto-v20-latin-regular.ttf") format("truetype"), url("/catalog/view/theme/twilo/fonts/roboto-v20-latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("/catalog/view/theme/twilo/fonts/roboto-v20-latin-700.eot");
  /* IE9 Compat Modes */
  src: url("/catalog/view/theme/twilo/fonts/roboto-v20-latin-700.eot?#iefix") format("embedded-opentype"), url("/catalog/view/theme/twilo/fonts/roboto-v20-latin-700.woff2") format("woff2"), url("/catalog/view/theme/twilo/fonts/roboto-v20-latin-700.woff") format("woff"), url("/catalog/view/theme/twilo/fonts/roboto-v20-latin-700.ttf") format("truetype"), url("/catalog/view/theme/twilo/fonts/roboto-v20-latin-700.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* bebas-neue-regular - latin */
@font-face {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 400;
  src: url("/catalog/view/theme/twilo/fonts/bebas-neue-v2-latin-regular.eot");
  /* IE9 Compat Modes */
  src: url("/catalog/view/theme/twilo/fonts/bebas-neue-v2-latin-regular.eot?#iefix") format("embedded-opentype"), url("/catalog/view/theme/twilo/fonts/bebas-neue-v2-latin-regular.woff2") format("woff2"), url("/catalog/view/theme/twilo/fonts/bebas-neue-v2-latin-regular.woff") format("woff"), url("/catalog/view/theme/twilo/fonts/bebas-neue-v2-latin-regular.ttf") format("truetype"), url("/catalog/view/theme/twilo/fonts/bebas-neue-v2-latin-regular.svg#BebasNeue") format("svg");
  /* Legacy iOS */
}
.alert-success {
  background: #1FBE66 !important;
}

body {
  font-weight: 400;
  color: #666;
  font-size: 12px;
  line-height: 20px;
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  color: #444;
}

/* default font size */
.fa {
  font-size: 14px;
}

/* Override the bootstrap defaults */
h1 {
  font-size: 33px;
}

h2 {
  font-size: 27px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 15px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 10.2px;
}

a {
  color: #23a1d1;
}

a:hover {
  text-decoration: none;
}

legend {
  font-size: 18px;
  padding: 7px 0px;
}

label {
  font-size: 12px;
  font-weight: normal;
}

select.form-control, textarea.form-control, input[type=text].form-control, input[type=password].form-control, input[type=datetime].form-control, input[type=datetime-local].form-control, input[type=date].form-control, input[type=month].form-control, input[type=time].form-control, input[type=week].form-control, input[type=number].form-control, input[type=email].form-control, input[type=url].form-control, input[type=search].form-control, input[type=tel].form-control, input[type=color].form-control {
  font-size: 12px;
}

.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
  font-size: 12px;
}

.input-group .input-group-addon {
  font-size: 12px;
  height: 30px;
}

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
  display: inline;
}

.nav-tabs {
  margin-bottom: 15px;
}

div.required .control-label:before,
div.required .col-form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}

/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}

/* top */
#top {
  background-color: #EEEEEE;
  border-bottom: 1px solid #e2e2e2;
  padding: 4px 0px 3px 0;
  margin: 0 0 20px 0;
  min-height: 40px;
}

#top .container {
  padding: 0 20px;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
  text-align: left;
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
  text-shadow: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}

#top .btn-link, #top-links li, #top-links a {
  color: #888;
  text-shadow: 0 1px 0 #FFF;
  text-decoration: none;
}

#top .btn-link:hover, #top-links a:hover {
  color: #444;
}

#top-links .dropdown-menu a {
  text-shadow: none;
}

#top-links .dropdown-menu a:hover {
  color: #FFF;
}

#top .btn-link strong {
  font-size: 14px;
  line-height: 14px;
}

#top-links {
  padding-top: 6px;
}

#top-links a + a {
  margin-left: 15px;
}

/* logo */
#logo {
  margin: 0 0 10px 0;
}

/* search */
#search {
  margin-bottom: 10px;
}

#search .input-lg {
  height: 40px;
  line-height: 20px;
  padding: 0 10px;
}

#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 10px 35px;
  text-shadow: 0 1px 0 #FFF;
}

/* cart */
#cart {
  margin-bottom: 10px;
}

#cart > .btn {
  font-size: 12px;
  line-height: 18px;
  color: #FFF;
}

#cart.open > .btn {
  background-image: none;
  background-color: #FFFFFF;
  border: 1px solid #E6E6E6;
  color: #666;
  box-shadow: none;
  text-shadow: none;
}

#cart.open > .btn:hover {
  color: #444;
}

#cart .dropdown-menu {
  background: #eee;
  z-index: 1001;
}

#cart .dropdown-menu {
  min-width: 100%;
}

@media (max-width: 478px) {
  #cart .dropdown-menu {
    width: 100%;
  }
}
#cart .dropdown-menu table {
  margin-bottom: 10px;
}

#cart .dropdown-menu li > div {
  min-width: 427px;
  padding: 0 10px;
}

@media (max-width: 478px) {
  #cart .dropdown-menu li > div {
    min-width: 100%;
  }
}
#cart .dropdown-menu li p {
  margin: 20px 0;
}

/* menu */
#menu {
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
  min-height: 40px;
}

#menu .nav > li > a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px 10px 15px;
  min-height: 15px;
  background-color: transparent;
}

#menu .nav > li > a:hover, #menu .nav > li.open > a {
  background-color: rgba(0, 0, 0, 0.1);
}

#menu .dropdown-menu {
  padding-bottom: 0;
}

#menu .dropdown-inner {
  display: table;
}

#menu .dropdown-inner ul {
  display: table-cell;
}

#menu .dropdown-inner li a:hover {
  color: #FFFFFF;
}

#menu .see-all {
  display: block;
  margin-top: 0.5em;
  border-top: 1px solid #DDD;
  padding: 3px 20px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 3px 3px;
  font-size: 12px;
}

#menu .see-all:hover, #menu .see-all:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}

#menu #category {
  float: left;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .btn-navbar {
  font-size: 15px;
  font-stretch: expanded;
  color: #FFF;
  padding: 2px 18px;
  float: right;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}

#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #229ac8;
}

@media (max-width: 767px) {
  #menu {
    border-radius: 4px;
  }

  #menu div.dropdown-inner > ul.list-unstyled {
    display: block;
  }

  #menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1);
  }

  #menu .dropdown-inner {
    display: block;
  }

  #menu .dropdown-inner a {
    width: 100%;
    color: #fff;
  }

  #menu .dropdown-menu a:hover,
#menu .dropdown-menu ul li a:hover {
    background: rgba(0, 0, 0, 0.1);
  }

  #menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: #fff;
  }
}
/* content */
#content {
  min-height: 600px;
}

/* footer */
footer {
  margin-top: 30px;
  padding-top: 30px;
  background-color: #303030;
  border-top: 1px solid #ddd;
  color: #e2e2e2;
}

footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}

footer a {
  color: #ccc;
}

footer a:hover {
  color: #fff;
}

footer h5 {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}

/* alert */
.alert {
  padding: 8px 14px 8px 14px;
}

/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
  border: 1px solid #ddd;
}

.breadcrumb i {
  font-size: 15px;
}

.breadcrumb > li {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}

.breadcrumb > li + li:before {
  content: "";
  padding: 0;
}

.breadcrumb > li:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 26px;
  height: 26px;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pagination {
  margin: 0;
}

/* buttons */
.buttons {
  margin: 1em 0;
}

.btn {
  padding: 7.5px 12px;
  font-size: 12px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-xs {
  font-size: 9px;
}

.btn-sm {
  font-size: 10.2px;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 15px;
}

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
  font-size: 12px;
}

.btn-group > .btn-xs {
  font-size: 9px;
}

.btn-group > .btn-sm {
  font-size: 10.2px;
}

.btn-group > .btn-lg {
  font-size: 15px;
}

.btn-default {
  color: #777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #e7e7e7;
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  background-color: #1f90bb;
  background-position: 0 -15px;
}

.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
}

.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
}

.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #df5c39;
  background-image: linear-gradient(to bottom, #e06342, #dc512c);
  background-repeat: repeat-x;
  border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}

.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #23A1D1;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
}

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
}

.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  background-color: #222222;
  background-image: linear-gradient(to bottom, #333333, #111111);
}

/* list group */
.list-group a {
  border: 1px solid #DDDDDD;
  color: #888888;
  padding: 8px 12px;
}

.list-group a.active, .list-group a.active:hover, .list-group a:hover {
  color: #444444;
  background: #eeeeee;
  border: 1px solid #DDDDDD;
  text-shadow: 0 1px 0 #FFF;
}

/* carousel */
.carousel-caption {
  color: #FFFFFF;
  text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
  content: "";
  font-family: FontAwesome;
}

.carousel-control .icon-next:before {
  content: "";
  font-family: FontAwesome;
}

/* product list */
.product-thumb {
  border: 1px solid #ddd;
  margin-bottom: 20px;
  overflow: auto;
}

.product-thumb .image {
  text-align: center;
}

.product-thumb .image a {
  display: block;
}

.product-thumb .image a:hover {
  opacity: 0.8;
}

.product-thumb .image img {
  margin-left: auto;
  margin-right: auto;
}

.product-grid .product-thumb .image {
  float: none;
}

@media (min-width: 767px) {
  .product-list .product-thumb .image {
    float: left;
    padding: 0 15px;
  }
}
.product-thumb h4 {
  font-weight: bold;
}

.product-thumb .caption {
  padding: 0 20px;
  min-height: 180px;
}

.product-list .product-thumb .caption {
  margin-left: 230px;
}

@media (max-width: 1200px) {
  .product-grid .product-thumb .caption {
    min-height: 210px;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .product-list .product-thumb .caption {
    min-height: 0;
    margin-left: 0;
    padding: 0 10px;
  }

  .product-grid .product-thumb .caption {
    min-height: 0;
  }
}
.product-thumb .rating {
  padding-bottom: 10px;
}

.rating .fa-stack {
  font-size: 8px;
}

.rating .fa-star-o {
  color: #999;
  font-size: 15px;
}

.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}

.rating .fa-star + .fa-star-o {
  color: #E69500;
}

h2.price {
  margin: 0;
}

.product-thumb .price {
  color: #444;
}

.product-thumb .price-new {
  font-weight: 600;
}

.product-thumb .price-old {
  color: #999;
  text-decoration: line-through;
  margin-left: 10px;
}

.product-thumb .price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}

.product-thumb .button-group {
  border-top: 1px solid #ddd;
  background-color: #eee;
  overflow: auto;
}

.product-list .product-thumb .button-group {
  border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
  .product-list .product-thumb .button-group {
    border-left: none;
  }
}
.product-thumb .button-group button {
  width: 60%;
  border: none;
  display: inline-block;
  float: left;
  background-color: #eee;
  color: #888;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.product-thumb .button-group button + button {
  width: 20%;
  border-left: 1px solid #ddd;
}

.product-thumb .button-group button:hover {
  color: #444;
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .product-thumb .button-group button, .product-thumb .button-group button + button {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .product-thumb .button-group button, .product-thumb .button-group button + button {
    width: 33.33%;
  }
}
.thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
}

.thumbnails > li {
  margin-left: 20px;
}

.thumbnails {
  margin-left: -20px;
}

.thumbnails > img {
  width: 100%;
}

.image-additional a {
  margin-bottom: 20px;
  padding: 5px;
  display: block;
  border: 1px solid #ddd;
}

.image-additional {
  max-width: 78px;
}

.thumbnails .image-additional {
  float: left;
  margin-left: 20px;
}

@media (min-width: 1200px) {
  #content .col-lg-2:nth-child(6n+1),
#content .col-lg-3:nth-child(4n+1),
#content .col-lg-4:nth-child(3n+1),
#content .col-lg-6:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #content .col-md-2:nth-child(6n+1),
#content .col-md-3:nth-child(4n+1),
#content .col-md-4:nth-child(3n+1),
#content .col-md-6:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #content .col-sm-2:nth-child(6n+1),
#content .col-sm-3:nth-child(4n+1),
#content .col-sm-4:nth-child(3n+1),
#content .col-sm-6:nth-child(2n+1) {
    clear: left;
  }
}
/* fixed colum left + content + right*/
@media (min-width: 768px) {
  #column-left .product-layout .col-md-3 {
    width: 100%;
  }

  #column-left + #content .product-layout .col-md-3 {
    width: 50%;
  }

  #column-left + #content + #column-right .product-layout .col-md-3 {
    width: 100%;
  }

  #content + #column-right .product-layout .col-md-3 {
    width: 100%;
  }
}
/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
  width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
  min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #303940;
}
body.mobile-menu-open {
  overflow: hidden;
}

#content {
  min-height: 0;
}
@media screen and (min-width: 768px) {
  #content {
    min-height: 600px;
  }
}

.noscroll {
  overflow: hidden;
}

.container {
  max-width: 1440px;
}

.pagination .page-link {
  color: #828F99;
}
.pagination .page-item.active .page-link {
  background-color: #828F99;
  border-color: #828F99;
}

@media screen and (max-width: 1439px) {
  .container {
    max-width: 100%;
  }
}
html, body {
  font-size: 16px;
  line-height: 20px;
}

.min-h {
  min-height: 800px;
}

hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 4px solid #F0F2F3;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-weight: normal !important;
  color: #303940;
}

h1, h2, h3 {
  font-size: 36px;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 24px;
}

.font-title {
  margin-bottom: 1rem;
  font-family: "Bebas Neue", sans-serif !important;
  font-weight: 400 !important;
  line-height: 1em !important;
  font-size: 36px;
}

p a {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
p a:hover {
  text-decoration: underline;
}

a {
  color: #303940;
  transition: color 0.15s;
}
a:hover {
  color: #FFDC00;
}

@media screen and (min-width: 576px) {
  .text-left-sm {
    text-align: left !important;
  }

  .text-right-sm {
    text-align: right !important;
  }
}
@media screen and (min-width: 768px) {
  .text-left-md {
    text-align: left !important;
  }

  .text-right-md {
    text-align: right !important;
  }
}
.well {
  height: 100%;
  margin-bottom: 1rem;
  padding: 1.5rem;
  border: 1px solid #ADBFCC;
  border-radius: 0.25rem;
}

.list-group {
  margin-bottom: 1rem;
}

.list-group-item + .list-group-item {
  border-top-width: 0 !important;
}

select.form-control, textarea.form-control, input[type=text].form-control, input[type=password].form-control, input[type=datetime].form-control, input[type=datetime-local].form-control, input[type=date].form-control, input[type=month].form-control, input[type=time].form-control, input[type=week].form-control, input[type=number].form-control, input[type=email].form-control, input[type=url].form-control, input[type=search].form-control, input[type=tel].form-control, input[type=color].form-control, label {
  font-size: 1rem;
}

.uppercase {
  text-transform: uppercase;
}

.fa {
  font-size: inherit;
}

@media screen and (max-width: 767px) {
  .small-sm {
    font-size: 12px;
    line-height: 1.2em;
  }
}

.frame:not(.radio) {
  display: inline-block;
  position: relative;
}
.frame:not(.radio) > * {
  display: block;
  padding: 0.5rem 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  position: relative;
}

.frame-default::before, .frame-default::after {
  content: "";
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  border-top: 4px solid #303940;
  border-left: 4px solid #303940;
  top: 0;
  left: 0;
}
.frame-default::after {
  left: auto;
  right: 0;
  border-left: 0;
  border-right: 4px solid #303940;
}
.frame-default > *::before, .frame-default > *::after {
  content: "";
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  border-bottom: 4px solid #303940;
  border-left: 4px solid #303940;
  bottom: 0;
  left: 0;
}
.frame-default > *::after {
  left: auto;
  right: 0;
  border-left: 0;
  border-right: 4px solid #303940;
}

.frame-brand::before, .frame-brand::after {
  content: "";
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  border-top: 4px solid #FFDC00;
  border-left: 4px solid #FFDC00;
  top: 0;
  left: 0;
}
.frame-brand::after {
  left: auto;
  right: 0;
  border-left: 0;
  border-right: 4px solid #FFDC00;
}
.frame-brand > *::before, .frame-brand > *::after {
  content: "";
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  border-bottom: 4px solid #FFDC00;
  border-left: 4px solid #FFDC00;
  bottom: 0;
  left: 0;
}
.frame-brand > *::after {
  left: auto;
  right: 0;
  border-left: 0;
  border-right: 4px solid #FFDC00;
}

.header-intro {
  text-transform: uppercase;
}
.header-intro strong {
  background: #FFDC00;
  padding: 0.4rem 0.4rem;
  border-radius: 3px;
}

.alert {
  padding: 0.75rem 1.25rem;
}

.alert.alert-page {
  border: none;
  margin: 0;
  border-radius: 0;
}
.alert.alert-page.alert-success {
  background: #1FBE66;
  color: #FFF;
}
.alert.alert-page.alert-success a {
  color: #FFF;
  text-decoration: underline;
}

.header-top {
  padding: 0.5rem 0;
  background: #F0F2F3;
}
.header-top .header-phone {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.header-top .header-phone i {
  color: #FFDC00;
}

.header-bottom {
  background: #FFF;
  position: relative;
  z-index: 99;
}
.header-bottom .logo {
  display: inline-block;
  z-index: 2;
  margin: 5px 0;
}
.header-bottom .logo img {
  width: auto;
  height: 50px;
}
@media screen and (min-width: 768px) {
  .header-bottom .logo img {
    height: 80px;
  }
}
.header-bottom .logo .animated-logo {
  display: flex;
  font-size: 50px;
  line-height: 50px;
}
@media screen and (min-width: 768px) {
  .header-bottom .logo .animated-logo {
    font-size: 80px;
    line-height: 80px;
  }
}
.header-bottom .logo .animated-logo img {
  height: 1em;
}
.header-bottom .logo .animated-logo .text {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin: 0 0 0 0.15em;
  font-size: 0.418625em;
  letter-spacing: -0.02em;
}

.header-cta {
  position: sticky;
  top: 0;
  z-index: 101;
  padding: 0.5em 0;
}
.header-cta p {
  max-width: 75%;
  margin: 0 auto;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .header-cta p {
    max-width: 100%;
  }
}
.header-cta p a {
  color: #FFF;
}
.header-cta .countdown {
  text-transform: uppercase;
}

.simple-header .header-cta {
  position: fixed;
  top: 0;
  width: 100vw;
  padding: 1.25em 0;
}
.simple-header .logo {
  position: absolute;
  z-index: 2;
  top: -5px;
  left: 15px;
}
@media screen and (min-width: 768px) {
  .simple-header .logo {
    top: -15px;
  }
}
.simple-header .logo .animated-logo {
  background: #303940;
  padding-right: 15px;
  display: flex;
  font-size: 50px;
  line-height: 50px;
}
.simple-header .logo .animated-logo img {
  height: 1em;
}
.simple-header .logo .animated-logo .text {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin: 0 0 0 0.15em;
  font-size: 0.418625em;
  letter-spacing: -0.02em;
  color: #FFDC00;
}
.simple-header .header-links {
  display: none;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
}
@media screen and (min-width: 992px) {
  .simple-header .header-links {
    display: flex;
  }
}
.simple-header .header-links #header-links-more a {
  color: #ffffff;
}
.simple-header .header-links #cart a {
  width: 150px;
  height: 60px;
}

.header-links {
  display: flex;
  z-index: 2;
  margin: 0;
  margin-left: auto;
  padding: 0;
  list-style: none;
}
.header-links li {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.header-links li a, .header-links li button {
  padding: 0.5rem;
  text-transform: uppercase;
  display: block;
  position: relative;
}
.header-links .navbar-toggler {
  margin: 0;
  padding: 0;
  font-family: inherit;
  background: transparent;
  border: 0;
  color: inherit;
}
@media screen and (min-width: 768px) {
  .header-links .navbar-toggler {
    font-size: 24px;
  }
}
.header-links .navbar-toggler:active {
  color: inherit;
}
.header-links #header-links-more {
  position: relative;
}
@media screen and (min-width: 992px) {
  .header-links #header-links-more {
    margin-right: 1rem;
  }
}
.header-links #header-links-more a {
  display: flex;
  align-items: center;
}
.header-links #header-links-more a span {
  margin-right: 0.5rem;
}
.header-links #cart {
  margin: 0 -15px 0 0;
}
.header-links #cart a {
  padding: 1rem;
  height: 60px;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #303940;
  transition: 0.15s;
}
.header-links #cart a:hover {
  background: #FFDC00;
}
.header-links #cart a:hover .cart-count {
  background: #303940;
  color: #FFF;
}
@media screen and (min-width: 768px) {
  .header-links #cart a {
    height: 100px;
  }
}
@media screen and (min-width: 992px) {
  .header-links #cart a {
    width: 160px;
  }
}
@media screen and (min-width: 1520px) {
  .header-links #cart a {
    width: 220px;
  }
}
.header-links #cart .cart-count,
.header-links #cart .cart-total {
  display: inline-block;
  padding: 0 0.25em;
  height: 1.5em;
  line-height: 1.5em;
  transition: 0.15s;
}
.header-links #cart .cart-count {
  position: relative;
  top: -0.5em;
  background: #FFDC00;
  color: #303940;
  min-width: 1.5em;
  text-align: center;
  border-radius: 1.5em;
  margin: 0 0.125em;
}
@media screen and (min-width: 768px) {
  .header-links #cart .cart-count {
    margin: 0 1em;
  }
}
@media screen and (min-width: 992px) {
  .header-links #cart .cart-count {
    margin: 0 1em 0 0;
  }
}
.header-links #cart .cart-count::after {
  content: "";
  width: 44px;
  height: 28px;
  background: url("../image/icon-basket.svg") no-repeat center center;
  position: absolute;
  top: 10px;
  left: -10px;
}
.header-links #cart .cart-total {
  display: none;
}
@media screen and (min-width: 992px) {
  .header-links #cart .cart-total {
    display: inline-block;
  }
}

.trustpilot {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .trustpilot {
    font-size: 1rem;
    text-align: center;
  }
}
.trustpilot img {
  display: inline-block;
  margin-right: 0.25rem;
}
.trustpilot img:first-child {
  position: relative;
  top: -2px;
}

.social {
  display: flex;
  margin: 0;
  padding: 0;
}
.social li {
  list-style: none;
}
.social li + li {
  margin-left: 0.75rem;
}
.social li a {
  font-size: 20px;
  color: #FFDC00;
  transition: color ease 0.3s;
}
.social li a:hover {
  color: #f495c7;
}

.menu-container {
  position: initial;
}

#menu {
  min-height: initial;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
}
#menu.navbar {
  position: initial;
}
#menu .collapsing {
  -webkit-transition: none;
  transition: none;
  display: none;
}
#menu .navbar-close {
  display: block;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  line-height: 40px;
  text-align: center;
  background-color: #FFDC00;
  border-radius: 50%;
  color: #303940;
  transition: background-color ease 0.3s;
}
#menu .navbar-collapse {
  display: block !important;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 900;
  width: 100%;
  height: 100%;
  padding: 2rem 4rem 2rem 2rem;
  background: #ffffff;
  transition: left ease 0.3s;
}
#menu .navbar-collapse.show {
  left: 0;
}
#menu .frame {
  margin-bottom: 1rem;
}
#menu .navbar-nav {
  flex-direction: column !important;
  justify-content: center;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  #menu .navbar-nav {
    margin-bottom: 3rem;
  }
}
#menu .navbar-nav > li + li {
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  #menu .navbar-nav > li + li {
    margin-top: 0.75rem;
  }
}
#menu .navbar-nav > li > a {
  text-shadow: none;
  color: inherit;
}
@media screen and (min-width: 768px) {
  #menu .navbar-nav > li > a {
    font-size: 1.25rem;
  }
}
#menu .navbar-nav > li > a:hover {
  color: #FFDC00;
}
#menu .navbar-nav > li > a:focus {
  border: none;
  outline: none;
}
#menu .navbar-nav > li > a.dropdown-toggle:after {
  color: #FFDC00;
}
#menu .navbar-nav > li.active a {
  color: #FFDC00;
}
#menu .navbar-nav .dropdown {
  position: initial;
}
#menu .navbar-nav .dropdown-menu {
  top: 100%;
  left: 0;
  width: 100%;
  margin: 0 !important;
  background: #ffffff;
  border: 0;
  border-radius: 0;
}
#menu .navbar-nav .dropdown-menu li a {
  font-size: 1rem;
  color: inherit;
}
#menu .navbar-nav .dropdown-menu li a:focus {
  color: #FFDC00;
  outline: none;
  border: 0;
}
#menu .navbar-nav .dropdown-menu li a:hover {
  background: inherit;
  color: #FFDC00;
}
#menu .dropdown-inner {
  display: block;
}
#menu .dropdown-inner ul {
  display: flex;
}
#menu .dropdown-inner .occasions-menu {
  padding: 0;
  list-style: none;
}
#menu .dropdown-inner .occasions-menu a {
  display: block;
  text-align: center;
}
#menu h3 {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  #menu h3 {
    font-size: 2rem;
  }
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: static !important;
}

#product-menu {
  display: flex;
  justify-content: center;
}
#product-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
#product-menu ul li {
  text-transform: uppercase;
}
#product-menu ul li a {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

#product-menu-dropdown {
  display: none;
}
@media screen and (max-width: 991px) {
  #product-menu-dropdown {
    display: none !important;
  }
}
#product-menu-dropdown .product-gallery img {
  height: auto !important;
}
@media screen and (min-width: 768px) {
  #product-menu-dropdown .product-gallery img {
    height: 200px !important;
  }
}

.hide-breadcrumb .breadcrumb {
  display: none;
}

.breadcrumb {
  border: none;
  background: #F0F2F3;
  margin: 1rem 0;
}
.breadcrumb > li {
  padding: 0 0.75rem;
}
.breadcrumb > li::after {
  border-right: 2px solid #ADBFCC;
  border-bottom: 2px solid #ADBFCC;
  top: 5px;
  right: -2px;
  width: 8px;
  height: 8px;
}
.breadcrumb.simple {
  background: none;
  margin-top: 0;
}
.breadcrumb.simple li:first-of-type {
  padding-left: 0;
}

.swiper-viewport {
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  overflow-x: hidden;
}

.swiper-pagination {
  bottom: 1rem;
}

.page-padding {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .page-padding {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.section-padding {
  padding-top: 2em;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .section-padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.border-brand-top {
  border-top: 5px solid #FFDC00;
}

.box-shadow {
  box-shadow: 5px 5px 5px rgba(48, 57, 64, 0.5);
}

#text-banner-widget > iframe {
  min-height: 70px;
}

.image-frame {
  border: 1rem #FFF solid;
}

@media screen and (min-width: 768px) {
  .animate-container .image-frame {
    border-color: transparent;
    transition: border-color 0.5s;
  }
  .animate-container.reveal1 .image-frame {
    border-color: #FFF;
  }
  .animate-container.reveal3 .image-frame {
    border-color: transparent;
  }
}
#how-it-works .animate-container {
  position: relative;
  overflow: hidden;
  margin: 2rem auto;
}
#how-it-works .animate-container .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  will-change: transform;
  transition: transform 1s;
}
#how-it-works .animate-container .image.image1 {
  transform: scale(0.5) translateY(100%);
}
#how-it-works .animate-container .image.image2 {
  max-width: 99%;
  margin-left: 0.5%;
  transform: translateY(-100%);
  transition: transform 2s linear;
}
#how-it-works .animate-container .image.image4-1 {
  width: 80%;
  left: 10%;
  right: 10%;
  opacity: 0;
  transform: translateY(-10%);
  transition: all 1s;
}
#how-it-works .animate-container .image.image4-2 {
  position: relative;
  left: 5%;
  right: 5%;
  transform: translateY(50%);
  z-index: 2;
}
#how-it-works .animate-container .image.image4-2 img {
  width: 90%;
}
#how-it-works .animate-container .hand-finish {
  position: relative;
  max-width: 600px;
  margin: 0 auto 2rem auto;
  transition: 1s;
}
#how-it-works .animate-container .hand-finish img {
  width: 100%;
}
#how-it-works .animate-container .hand-finish .hand-print {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s;
}
#how-it-works .animate-container .hand-finish .hand-print .hand-finish-top {
  position: absolute;
  bottom: 90%;
  left: 6.666666%;
  width: 86.666666%;
  height: 10%;
  transition: 0.5s;
}
#how-it-works .animate-container .hand-finish .hand-print .hand-finish-bottom {
  position: absolute;
  top: 90%;
  left: 6.666666%;
  width: 86.666666%;
  height: 10%;
  transition: 0.5s;
}
#how-it-works .animate-container .hand-finish .hand-print .hand-finish-right {
  position: absolute;
  top: 10%;
  left: 93.333333%;
  width: 6.666666%;
  height: 80%;
  transition: 0.5s;
}
#how-it-works .animate-container .hand-finish .hand-print .hand-finish-left {
  position: absolute;
  top: 10%;
  right: 93.333333%;
  width: 6.666666%;
  height: 80%;
  transition: 0.5s;
}
#how-it-works .animate-container .hand-finish .hand-print .hand-finish-cropped {
  position: absolute;
  top: 10%;
  left: 6.666666%;
  width: 86.666666%;
  height: 80%;
}
#how-it-works .animate-container .box-address {
  position: absolute;
  top: 40%;
  left: 40%;
  width: 30%;
  height: 20%;
}
#how-it-works .animate-container .box-address .line {
  height: 20%;
  width: 0;
  background: #FFF;
  margin-bottom: 5%;
  transition: width 1s;
}
#how-it-works .animate-container.reveal1 .image1 {
  transform: scale(0.5) translateY(0);
}
#how-it-works .animate-container.reveal1 .image2 {
  transform: translateY(-16px);
}
#how-it-works .animate-container.reveal1 .hand-finish .hand-print {
  opacity: 1;
}
#how-it-works .animate-container.reveal1 .image4-1 {
  opacity: 1;
}
#how-it-works .animate-container.reveal2 .image1 {
  transform: scale(1);
}
#how-it-works .animate-container.reveal2 .hand-finish .hand-print .hand-finish-top,
#how-it-works .animate-container.reveal2 .hand-finish .hand-print .hand-finish-bottom {
  height: 0;
  opacity: 0;
}
#how-it-works .animate-container.reveal2 .hand-finish .hand-print .hand-finish-right,
#how-it-works .animate-container.reveal2 .hand-finish .hand-print .hand-finish-left {
  width: 0;
  opacity: 0;
}
#how-it-works .animate-container.reveal2 .image4-1,
#how-it-works .animate-container.reveal2 .image4-2 {
  transform: translateY(0);
}
#how-it-works .animate-container.reveal2 .box-address .line-1 {
  width: 80%;
}
#how-it-works .animate-container.reveal2 .box-address .line-2 {
  width: 100%;
}
#how-it-works .animate-container.reveal2 .box-address .line-3 {
  width: 70%;
}
#how-it-works .animate-container.reveal2 .box-address .line-4 {
  width: 50%;
}
#how-it-works .animate-container.reveal3 .image4-1,
#how-it-works .animate-container.reveal3 .image4-2 {
  transform: translate(800px, 0);
}
#how-it-works .animate-container-box {
  min-height: 400px;
  overflow: visible;
}
#how-it-works .row {
  position: relative;
  z-index: 2;
  background: url("../image/how-paint.svg") no-repeat bottom left 10rem;
  background-size: 500px;
}
#how-it-works .d-flex {
  align-items: center;
}
#how-it-works .how-content {
  background: url("../image/how-arrow-up.svg") no-repeat top right 1rem;
  background-size: 16px;
}
@media screen and (min-width: 992px) {
  #how-it-works .how-content {
    background: url("../image/how-arrow-right.svg") no-repeat top 1rem right;
    background-size: 90px;
  }
}
#how-it-works .how-number {
  font-family: "Bebas Neue", sans-serif !important;
  font-weight: 400 !important;
  line-height: 1em !important;
  width: 1.666666em;
  height: 1.666666em;
  line-height: 1.666666em !important;
  border-radius: 0.833333em;
  text-align: center;
  color: #303940;
  margin-bottom: 0.5em;
}
#how-it-works p {
  line-height: 1.75em;
}
#how-it-works p strong {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #FFDC00;
}

#about-grid .about-cell {
  padding: 1rem;
  min-height: 480px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  #about-grid .about-cell {
    padding: 3rem;
  }
}
#about-grid .about-cell .about-cell-content {
  max-width: 500px;
  margin: 0 auto;
}
#about-grid .about-cell > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}
@media screen and (min-width: 1920px) {
  #about-grid .about-cell > img {
    width: 100%;
    height: auto;
  }
}
#about-grid .about-cell.about-cell-review {
  background: #ADBFCC url("../image/about-paint.svg") no-repeat center center;
  background-size: 95%;
}
#about-grid .about-cell.about-cell-review .about-cell-content {
  max-width: 450px;
  padding: 1rem 1rem 2rem 1rem;
  position: relative;
}
@media screen and (min-width: 992px) {
  #about-grid .about-cell.about-cell-review .about-cell-content {
    padding: 4rem;
  }
}
#about-grid .about-cell.about-cell-review blockquote {
  font-family: "Bebas Neue", sans-serif !important;
  font-weight: 400 !important;
  line-height: 1em !important;
  font-size: 30px;
}
#about-grid .about-cell.about-cell-review p {
  font-size: 1rem;
}
#about-grid .about-cell.about-cell-review .about-reviews {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.eblog .update_post {
  margin-top: 1rem;
}

.blog-card {
  background: #FFF;
  height: 100%;
}
.blog-card .blog-featured-image img {
  width: 100%;
}
.blog-card .blog-content {
  padding: 2rem 2rem 0;
  min-height: 110px;
}
.blog-card .blog-content > * {
  max-width: 320px;
}
.blog-card .blog-content hr {
  margin: 1.5rem 0 1rem 0;
  border-color: #FFDC00;
  max-width: 66%;
}
.blog-card .blog-footer {
  padding: 0 2rem 2rem;
}
.blog-card .blog-footer hr {
  margin: 1.5rem 0 1rem 0;
  border-color: #FFDC00;
  max-width: 66%;
}

.form-subscribe {
  margin: 2rem 0;
}
.form-subscribe input {
  border: 2px solid #FFDC00;
  height: 40px;
  line-height: 20px;
  padding: 10px;
  outline: none;
  width: 330px;
  margin: 0 0.375rem;
  color: #303940;
}
.form-subscribe input::placeholder {
  color: #ADBFCC;
}
.form-subscribe input:focus {
  border-color: #828F99;
}
.form-subscribe input[type=text] {
  margin-bottom: 1rem;
}
.form-subscribe input[type=submit] {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  width: 120px;
  background-color: transparent;
  border: none;
  padding: 0;
  height: 24px;
}

.product-step {
  display: none;
}
.product-step.product-step-active {
  display: block;
}
.product-step .page-header {
  margin: 0 -15px;
}

.product-gallery {
  padding: 2rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow-x: hidden;
}
.product-gallery .product-gallery-product {
  padding: 0 0.5rem;
  display: flex;
  flex-direction: column;
}
.product-gallery .product-gallery-product .product-gallery-product-image {
  display: inline-block;
}
.product-gallery .product-gallery-product .product-gallery-product-image > img {
  height: 350px;
  width: auto;
  max-width: 100%;
}
.product-gallery .product-gallery-product .btn {
  margin: 0 auto;
  align-self: flex-start;
  max-width: 10em;
  font-size: 1em;
  line-height: 1em;
  padding: 0.75em;
}

.product-gallery.swiper-container {
  margin: 0 -15px;
  padding: 2rem 15px;
  display: block;
}
.product-gallery.swiper-container .swiper-slide > a {
  display: inline-block;
}

.product-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
}
.product-menu li {
  margin: 0 0.5em;
  padding: 0;
}

.swiper-button-prev,
.swiper-button-next {
  font-size: 1.5rem;
  background: #FFDC00;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  border-radius: 1em;
  text-shadow: none;
}
.swiper-button-prev:before,
.swiper-button-next:before {
  font-size: 1.5rem;
  color: #303940;
  transition: color 0.15s;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: #303940;
}
.swiper-button-prev:hover:before,
.swiper-button-next:hover:before {
  color: #FFDC00;
}

.product-columns {
  display: flex;
  flex-direction: column;
}
.product-columns > * {
  padding: 2rem 1rem;
}
@media screen and (min-width: 992px) {
  .product-columns {
    flex-direction: row-reverse;
  }
  .product-columns > * {
    padding: 3rem 2rem;
  }
}

.product-left-col {
  padding-top: 100px;
  background: #FFF;
  position: relative;
}
.product-left-col .product-left-col-inset {
  width: 100%;
  margin: 0 auto;
  max-width: 34rem;
  padding: 0 0 6rem 0;
}
@media screen and (min-width: 992px) {
  .product-left-col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .product-left-col .product-left-col-inset {
    margin: 0 0 0 auto;
    max-width: 34rem;
    padding: 0 3rem 3rem 0;
  }
}
@media screen and (min-width: 1440px) {
  .product-left-col {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
}
.product-left-col.product-left-col-lg .product-left-col-inset {
  max-width: 40rem;
}

#edit-button {
  width: 60px;
  height: 60px;
  position: fixed;
  top: 0;
  right: 0;
  background: #FFDC00 url("../image/icon-edit.svg") no-repeat center center;
  background-size: 40px;
  cursor: pointer;
  transform: translateX(100%);
  transition: transform 0.15s;
  z-index: 10;
}
#edit-button.show {
  transform: translateX(0);
}
#edit-button.active {
  background-color: #1FBE66;
  background-image: url("../image/icon-check.svg");
}

#edit-preview {
  width: 100px;
  height: 100px;
  position: fixed;
  top: 0;
  right: 60px;
  opacity: 0;
  transition: opacity 0.15s;
  z-index: 10;
}
#edit-preview.show {
  opacity: 1;
}
#edit-preview .edit-preview {
  margin-left: auto;
  overflow: hidden;
  width: 100px;
  height: 100px;
}

.product-preview.fixed {
  padding: 4rem 10px 10px 10px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2;
  background: rgba(255, 255, 255, 0.666);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

@media screen and (max-width: 575px) {
  .preview-container {
    transition: 0.5s;
  }
  .preview-container.hide {
    opacity: 0;
    transform: translateY(3rem);
  }
}

.product-right-col {
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .product-right-col {
    overflow: inherit;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    min-height: 100vh;
  }
}
@media screen and (min-width: 1440px) {
  .product-right-col {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
}
.product-right-col .product-preview {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 992px) and (min-height: 600px) {
  .product-right-col .product-preview .preview-container {
    position: -webkit-sticky;
    position: sticky;
    top: 6rem;
  }
}
.product-right-col .product-preview .preview {
  position: relative;
  margin: 0 auto;
  background-size: 100%;
  transition: all 0.5s;
  border: 0 solid #FFF;
  font-size: 5px;
}
@media screen and (min-width: 576px) {
  .product-right-col .product-preview .preview {
    font-size: 7px;
  }
}
@media screen and (min-width: 768px) {
  .product-right-col .product-preview .preview {
    font-size: 8px;
  }
}
@media screen and (min-width: 992px) {
  .product-right-col .product-preview .preview {
    font-size: 7px;
  }
}
@media (min-width: 1200px) and (min-height: 600px) {
  .product-right-col .product-preview .preview {
    font-size: 7.5px;
  }
}
@media (min-width: 1400px) and (min-height: 600px) {
  .product-right-col .product-preview .preview {
    font-size: 8px;
  }
}
@media (min-width: 1500px) and (min-height: 820px) {
  .product-right-col .product-preview .preview {
    font-size: 10px;
  }
}
.product-right-col .product-preview .preview .image-grid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  position: relative;
}
.product-right-col .product-preview .preview .image-grid .image {
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}
.product-right-col .product-preview .preview .image-grid .image .cropped-image-thumb {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
}
.product-right-col .product-preview .preview .image-grid .image.has-thumb .cropped-image-thumb {
  background: #FFF;
  pointer-events: auto;
}
.product-right-col .product-preview .preview .image-grid .image.has-thumb .remove-image,
.product-right-col .product-preview .preview .image-grid .image.has-thumb .edit-image {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  transition: opacity 0.15s;
}
@media screen and (min-width: 992px) {
  .product-right-col .product-preview .preview .image-grid .image.has-thumb .remove-image,
.product-right-col .product-preview .preview .image-grid .image.has-thumb .edit-image {
    opacity: 0;
  }
}
.product-right-col .product-preview .preview .image-grid .image.has-thumb .remove-image {
  top: 0;
  right: 0;
  background-color: #dc3545;
  color: #FFF;
  border-bottom-left-radius: 3px;
  font-size: 2em;
  width: 3em;
  height: 3em;
}
@media screen and (min-width: 992px) {
  .product-right-col .product-preview .preview .image-grid .image.has-thumb .remove-image {
    font-size: 1em;
  }
}
.product-right-col .product-preview .preview .image-grid .image.has-thumb .remove-image .fa {
  font-size: 1.4em;
  line-height: 2.2em;
}
.product-right-col .product-preview .preview .image-grid .image.has-thumb .edit-image {
  background: #FFDC00 url("../image/icon-image-edit.svg") no-repeat center center;
  pointer-events: none;
  bottom: 0;
  left: 0;
  width: 10em;
  height: 10em;
  background-size: 6em;
}
@media screen and (min-width: 992px) {
  .product-right-col .product-preview .preview .image-grid .image.has-thumb .edit-image {
    width: 5em;
    height: 5em;
    background-size: 3em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.product-right-col .product-preview .preview .image-grid .image.has-thumb:hover .edit-image,
.product-right-col .product-preview .preview .image-grid .image.has-thumb:hover .remove-image {
  opacity: 1;
}
.product-right-col .product-preview .preview > a > img {
  width: 100%;
}
.product-right-col .product-preview .collage {
  background: #FFF;
  box-shadow: 5px 5px 20px rgba(48, 57, 64, 0.5);
  width: 70em;
  height: 70em;
  padding: calc( 9 / 12 * 1em);
}
.product-right-col .product-preview .collage .image {
  border: calc( 9 / 12 * 1em) solid transparent;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
}
.product-right-col .product-preview .collage.collage-1 .image {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  height: 50%;
}
.product-right-col .product-preview .collage.collage-2 .image {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  height: 100%;
}
.product-right-col .product-preview .collage.collage-3 .image-grid {
  flex-direction: column;
}
.product-right-col .product-preview .collage.collage-3 .image {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  height: 50%;
}
.product-right-col .product-preview .collage.collage-3 #image-1 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 50%;
  height: 100%;
}
.product-right-col .product-preview .collage.collage-4 .image-grid {
  flex-direction: column;
}
.product-right-col .product-preview .collage.collage-4 .image {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  height: 50%;
}
.product-right-col .product-preview .collage.collage-4 #image-3 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 50%;
  height: 100%;
}
.product-right-col .product-preview .collage.collage-5 .image-grid {
  display: block;
  position: relative;
}
.product-right-col .product-preview .collage.collage-5 #image-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
}
.product-right-col .product-preview .collage.collage-5 #image-2 {
  position: absolute;
  top: 0;
  left: 40%;
  width: 30%;
  height: 50%;
}
.product-right-col .product-preview .collage.collage-5 #image-3 {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 50%;
}
.product-right-col .product-preview .collage.collage-5 #image-4 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
  height: 50%;
}
.product-right-col .product-preview .collage.collage-6 .image {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  height: 50%;
}
.product-right-col .product-preview .collage.collage-7 .image {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  width: 33.333333%;
  height: 50%;
}
.product-right-col .product-preview .collage.collage-7 #image-4,
.product-right-col .product-preview .collage.collage-7 #image-5 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
}
.product-right-col .product-preview .collage.collage-8 .image {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  width: 33.333333%;
  height: 33.333333%;
}
.product-right-col .product-preview .collage.collage-9 .image-grid {
  display: block;
  position: relative;
}
.product-right-col .product-preview .collage.collage-9 .image {
  position: absolute;
  width: 25%;
  height: 25%;
}
.product-right-col .product-preview .collage.collage-9 #image-1 {
  top: 0;
  left: 0;
}
.product-right-col .product-preview .collage.collage-9 #image-2 {
  top: 0;
  left: 25%;
}
.product-right-col .product-preview .collage.collage-9 #image-3 {
  top: 0;
  left: 50%;
}
.product-right-col .product-preview .collage.collage-9 #image-4 {
  top: 0;
  left: 75%;
}
.product-right-col .product-preview .collage.collage-9 #image-5 {
  top: 25%;
  left: 0;
}
.product-right-col .product-preview .collage.collage-9 #image-6 {
  top: 25%;
  left: 75%;
}
.product-right-col .product-preview .collage.collage-9 #image-7 {
  top: 50%;
  left: 0;
}
.product-right-col .product-preview .collage.collage-9 #image-8 {
  top: 50%;
  left: 75%;
}
.product-right-col .product-preview .collage.collage-9 #image-9 {
  top: 75%;
  left: 0;
}
.product-right-col .product-preview .collage.collage-9 #image-10 {
  top: 75%;
  left: 25%;
}
.product-right-col .product-preview .collage.collage-9 #image-11 {
  top: 75%;
  left: 50%;
}
.product-right-col .product-preview .collage.collage-9 #image-12 {
  top: 75%;
  left: 75%;
}
.product-right-col .product-preview .collage.collage-9 #image-13 {
  position: absolute;
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%;
}
.product-right-col .product-preview .collage.collage-10 .image {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 25%;
  height: 16.666666%;
}
.product-right-col .product-preview .collage.collage-heart .image-grid-1,
.product-right-col .product-preview .collage.collage-heart .image-grid-2,
.product-right-col .product-preview .collage.collage-heart .image-grid-3 {
  padding: 7% 0 20% 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  width: 40%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.product-right-col .product-preview .collage.collage-heart .image-grid-1 {
  padding-left: 2%;
}
.product-right-col .product-preview .collage.collage-heart .image-grid-2 {
  padding: 11% 0 10% 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  width: 20%;
}
.product-right-col .product-preview .collage.collage-heart .image-grid-3 {
  padding-right: 2%;
}
.product-right-col .product-preview .collage.collage-heart #image-1 {
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
  width: 65%;
  height: 26%;
}
.product-right-col .product-preview .collage.collage-heart #image-2 {
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  width: 35%;
  height: 26%;
}
.product-right-col .product-preview .collage.collage-heart #image-3 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  height: 30%;
}
.product-right-col .product-preview .collage.collage-heart #image-4 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  height: 23%;
}
.product-right-col .product-preview .collage.collage-heart #image-5 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  height: 44%;
}
.product-right-col .product-preview .collage.collage-heart #image-6 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  height: 46.75%;
}
.product-right-col .product-preview .collage.collage-heart #image-7 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  height: 20.25%;
}
.product-right-col .product-preview .collage.collage-heart #image-8 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  height: 33%;
}
.product-right-col .product-preview .collage.collage-heart #image-9 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  height: 26%;
}
.product-right-col .product-preview .collage.collage-heart #image-10 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  height: 26%;
}
.product-right-col .product-preview .collage.collage-heart #image-11 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  height: 30%;
}
.product-right-col .product-preview .collage.collage-heart #image-12 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  height: 44%;
}
.product-right-col .product-preview .collage.collage-heart #image-13 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  height: 23%;
}
.product-right-col .product-preview .collage.box-canvas {
  padding: calc( 30 / 12 * 1em);
}
.product-right-col .product-preview .collage.collage-frame {
  padding: calc( 72 / 12 * 1em);
}
.product-right-col .product-preview .collage .collage-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: 10;
}
.product-right-col .product-preview .collage .collage-mask .collage-mask-path {
  fill: #ffffff;
  transition: fill 0.5s;
}
.product-right-col .product-preview .collage-portrait {
  width: 50em;
}
.product-right-col .product-preview .collage-landscape {
  height: 50em;
}
.product-right-col .product-preview .btn-prev {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .product-right-col .product-preview .btn-prev {
    margin-top: 3rem;
  }
}
.product-right-col .product-preview.confirm {
  pointer-events: none;
}
.product-right-col .proof {
  position: relative;
  display: inline-block;
}
.product-right-col .proof a {
  display: block;
  position: relative;
  z-index: 2;
}
.product-right-col .proof img {
  max-width: 100%;
}
.product-right-col .proof-info {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 0.75rem;
  padding: 0.25em 1em;
  border-top-right-radius: 0.25em;
  background: rgba(48, 57, 64, 0.5);
  color: #ffffff;
  z-index: 9;
}
.product-right-col .preview:not(.box-canvas) :not(.collage-frame) :not(.framed-print-1) .proof {
  border-radius: 3px;
  overflow: hidden;
}
.product-right-col .preview:not(.box-canvas) :not(.collage-frame) :not(.framed-print-1) .img-shadow {
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset -2px -2px 6px rgba(48, 57, 64, 0.25);
}

.product-preview.product-complete .preview.collage {
  padding: 0 !important;
}
.product-preview.product-complete .preview.collage .proof {
  padding: 0;
}
.product-preview.product-complete .preview.collage.box-canvas.size-small .proof {
  padding: calc( 30 / 12 * 1em);
}
.product-preview.product-complete .preview.collage.box-canvas.size-medium .proof {
  padding: calc( 30 / 16 * 1em);
}
.product-preview.product-complete .preview.collage.box-canvas.size-large .proof {
  padding: calc( 30 / 24 * 1em);
}
.product-preview.product-complete .preview.collage.box-canvas.size-x-large .proof {
  padding: calc( 30 / 33 * 1em);
}
.product-preview.product-complete .preview.collage.collage-frame.size-small .proof {
  padding: calc( 72 / 12 * 1em) !important;
}
.product-preview.product-complete .preview.collage.collage-frame.size-medium .proof {
  padding: calc( 72 / 16 * 1em) !important;
}
.product-preview.product-complete .preview.collage.collage-frame.size-large .proof {
  padding: calc( 72 / 24 * 1em) !important;
}
.product-preview.product-complete .preview.collage.collage-frame.size-x-large .proof {
  padding: calc( 72 / 33 * 1em) !important;
}
.product-preview.product-complete .collage-5,
.product-preview.product-complete .collage-7 {
  height: auto;
}
.product-preview.product-complete .collage-10 {
  width: 50em;
}

.product-preview:not(.product-complete) .collage.size-small {
  padding: calc( 9 / 12 * 1em) !important;
}
.product-preview:not(.product-complete) .collage.size-small .image {
  border-width: calc( 9 / 12 * 1em) !important;
}
.product-preview:not(.product-complete) .collage.size-medium {
  padding: calc( 9 / 16 * 1em) !important;
}
.product-preview:not(.product-complete) .collage.size-medium .image {
  border-width: calc( 9 / 16 * 1em) !important;
}
.product-preview:not(.product-complete) .collage.size-large {
  padding: calc( 9 / 24 * 1em) !important;
}
.product-preview:not(.product-complete) .collage.size-large .image {
  border-width: calc( 9 / 24 * 1em) !important;
}
.product-preview:not(.product-complete) .collage.size-x-large {
  padding: calc( 9 / 33 * 1em) !important;
}
.product-preview:not(.product-complete) .collage.size-x-large .image {
  border-width: calc( 9 / 33 * 1em) !important;
}
.product-preview:not(.product-complete) .collage.box-canvas.size-small .image-grid, .product-preview:not(.product-complete) .collage.collage-frame.size-small .image-grid {
  padding: calc( 9 / 12 * 1em) !important;
}
.product-preview:not(.product-complete) .collage.box-canvas.size-medium .image-grid, .product-preview:not(.product-complete) .collage.collage-frame.size-medium .image-grid {
  padding: calc( 9 / 16 * 1em) !important;
}
.product-preview:not(.product-complete) .collage.box-canvas.size-large .image-grid, .product-preview:not(.product-complete) .collage.collage-frame.size-large .image-grid {
  padding: calc( 9 / 24 * 1em) !important;
}
.product-preview:not(.product-complete) .collage.box-canvas.size-x-large .image-grid, .product-preview:not(.product-complete) .collage.collage-frame.size-x-large .image-grid {
  padding: calc( 9 / 33 * 1em) !important;
}

.product-preview .star-map-1.star-frame, .product-preview .star-map-1.box-canvas {
  transition: all 0.5s !important;
}
.product-preview .star-map-1.star-frame.size-small, .product-preview .star-map-1.box-canvas.size-small {
  transform: scale(0.875);
}
.product-preview .star-map-1.star-frame.size-medium, .product-preview .star-map-1.box-canvas.size-medium {
  transform: scale(0.9);
}
.product-preview .star-map-1.star-frame.size-large, .product-preview .star-map-1.box-canvas.size-large {
  transform: scale(0.925);
}
.product-preview .star-map-1.star-frame.size-x-large, .product-preview .star-map-1.box-canvas.size-x-large {
  transform: scale(0.95);
}

.product-preview:not(.product-complete) .box-canvas:not(.star-map-1).size-small {
  padding: calc( 30 / 12 * 1em) !important;
}
.product-preview:not(.product-complete) .box-canvas:not(.star-map-1).size-medium {
  padding: calc( 30 / 16 * 1em) !important;
}
.product-preview:not(.product-complete) .box-canvas:not(.star-map-1).size-large {
  padding: calc( 30 / 24 * 1em) !important;
}
.product-preview:not(.product-complete) .box-canvas:not(.star-map-1).size-x-large {
  padding: calc( 30 / 33 * 1em) !important;
}
.product-preview:not(.product-complete) .collage-frame.size-small {
  padding: calc( 72 / 12 * 1em) !important;
}
.product-preview:not(.product-complete) .collage-frame.size-medium {
  padding: calc( 72 / 16 * 1em) !important;
}
.product-preview:not(.product-complete) .collage-frame.size-large {
  padding: calc( 72 / 24 * 1em) !important;
}
.product-preview:not(.product-complete) .collage-frame.size-x-large {
  padding: calc( 72 / 33 * 1em) !important;
}

.box-canvas.size-small .frame {
  font-size: calc( 30 / 12 * 1em);
}
.box-canvas.size-medium .frame {
  font-size: calc( 30 / 16 * 1em);
}
.box-canvas.size-large .frame {
  font-size: calc( 30 / 24 * 1em);
}
.box-canvas.size-x-large .frame {
  font-size: calc( 30 / 33 * 1em);
}

.collage-frame.size-small .frame {
  font-size: calc( 72 / 12 * 1em);
}
.collage-frame.size-medium .frame {
  font-size: calc( 72 / 16 * 1em);
}
.collage-frame.size-large .frame {
  font-size: calc( 72 / 24 * 1em);
}
.collage-frame.size-x-large .frame {
  font-size: calc( 72 / 33 * 1em);
}

.preview .frame-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.preview .frame {
  font-size: 20px;
  position: absolute;
  top: -1em;
  left: -1em;
  transition: all 0.5s;
  pointer-events: none;
  height: 1em;
  width: calc(100% + 2em);
  background-size: contain;
  z-index: 10;
}
.preview .frame.frame-right {
  left: auto;
  right: -1em;
  height: calc(100% + 2em);
  width: 1em;
}
.preview .frame.frame-bottom {
  top: auto;
  bottom: -1em;
}
.preview .frame.frame-left {
  height: calc(100% + 2em);
  width: 1em;
}
.preview .frame.frame-top-left {
  height: 1em;
  width: 1em;
}
.preview .frame.frame-top-right {
  left: auto;
  right: -1em;
  height: 1em;
  width: 1em;
  transform: rotate(90deg);
}
.preview .frame.frame-bottom-left {
  top: auto;
  bottom: -1em;
  height: 1em;
  width: 1em;
  transform: rotate(270deg);
}
.preview .frame.frame-bottom-right {
  top: auto;
  left: auto;
  right: -1em;
  bottom: -1em;
  height: 1em;
  width: 1em;
  transform: rotate(180deg);
}
.preview.collage .frame {
  top: 0;
  left: 0;
  width: 100%;
}
.preview.collage .frame.frame-right {
  left: auto;
  right: 0;
  height: 100%;
  width: 1em;
}
.preview.collage .frame.frame-bottom {
  top: auto;
  bottom: 0;
}
.preview.collage .frame.frame-left {
  height: 100%;
  width: 1em;
}
.preview.collage .frame.frame-top-left {
  width: 1em;
}
.preview.collage .frame.frame-top-right {
  left: auto;
  right: 0;
  width: 1em;
}
.preview.collage .frame.frame-bottom-left {
  top: auto;
  bottom: 0;
  width: 1em;
}
.preview.collage .frame.frame-bottom-right {
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
  width: 1em;
}
.preview.collage-frame .frame {
  background-color: #ADBFCC;
}
.preview.unframed .cropper-crop-box {
  outline: 1px solid #FFF;
  outline-color: rgba(255, 255, 255, 0.75);
}

.product-preview .mount {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0px solid white;
  transition: all 0.5s;
}
.product-preview .mount::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ADBFCC;
}

.product-preview:not(.product-complete) .preview.resizing {
  opacity: 0.5;
}

.product-preview:not(.product-complete) .preview img {
  transition: filter 0.25s;
}
.product-preview:not(.product-complete) .preview.printcolour-sepia img {
  filter: sepia(100%) brightness(110%) contrast(75%) hue-rotate(-20deg);
}
.product-preview:not(.product-complete) .preview.printcolour-greyscale img {
  filter: grayscale(100%);
}

#product_attributes {
  font-size: 14px;
  line-height: 1.2em;
  color: #828F99;
}

.row.sm-gutters {
  margin-right: -5px;
  margin-left: -5px;
}
.row.sm-gutters > * {
  padding-right: 5px;
  padding-left: 5px;
}

.product-options .form-group,
.product-confirm .form-group {
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  position: relative;
}
.product-options .form-control,
.product-confirm .form-control {
  height: 50px;
  padding: 0.75rem;
  border-color: #ADBFCC;
}
.product-options .control-label,
.product-confirm .control-label {
  font-family: "Bebas Neue", sans-serif !important;
  font-weight: 400 !important;
  line-height: 1em !important;
  font-size: 1.25rem;
  position: relative;
}
.product-options .control-label.control-label-icon,
.product-confirm .control-label.control-label-icon {
  padding-left: 50px;
}
.product-options .control-label.control-label-icon > img,
.product-confirm .control-label.control-label-icon > img {
  position: absolute;
  top: 2px;
  left: 0;
}
.product-options .control-label .label-number,
.product-confirm .control-label .label-number {
  position: absolute;
  left: -2.25em;
  top: 0;
  width: 1.666666em;
}
.product-options .control-label .label-name,
.product-confirm .control-label .label-name {
  margin-top: 0.15rem;
}
@media screen and (min-width: 576px) {
  .product-options .control-label .label-name,
.product-confirm .control-label .label-name {
    display: table-caption;
  }
}
.product-options .control-label::before,
.product-confirm .control-label::before {
  content: "" !important;
}
.product-options .control-label.control-label-center,
.product-confirm .control-label.control-label-center {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .product-options .control-label.control-label-center,
.product-confirm .control-label.control-label-center {
    margin: 0;
  }
}
.product-options .select-styled,
.product-confirm .select-styled {
  position: relative;
}
.product-options .select-styled::after,
.product-confirm .select-styled::after {
  content: "";
  width: 1rem;
  height: 1rem;
  background: url("../image/icon-select.svg") no-repeat center center;
  position: absolute;
  top: calc(50% - 0.5rem);
  right: 0.5rem;
  pointer-events: none;
}
.product-options .select-styled select,
.product-confirm .select-styled select {
  -webkit-appearance: none;
}
.product-options .radio label,
.product-options .checkbox label,
.product-options .checkbox-checked label,
.product-confirm .radio label,
.product-confirm .checkbox label,
.product-confirm .checkbox-checked label {
  cursor: pointer;
}
.product-options .radio label > input, .product-options .radio label > .radio-styled, .product-options .radio label > .checkbox-styled, .product-options .radio label > span:first-of-type,
.product-options .checkbox label > input,
.product-options .checkbox label > .radio-styled,
.product-options .checkbox label > .checkbox-styled,
.product-options .checkbox label > span:first-of-type,
.product-options .checkbox-checked label > input,
.product-options .checkbox-checked label > .radio-styled,
.product-options .checkbox-checked label > .checkbox-styled,
.product-options .checkbox-checked label > span:first-of-type,
.product-confirm .radio label > input,
.product-confirm .radio label > .radio-styled,
.product-confirm .radio label > .checkbox-styled,
.product-confirm .radio label > span:first-of-type,
.product-confirm .checkbox label > input,
.product-confirm .checkbox label > .radio-styled,
.product-confirm .checkbox label > .checkbox-styled,
.product-confirm .checkbox label > span:first-of-type,
.product-confirm .checkbox-checked label > input,
.product-confirm .checkbox-checked label > .radio-styled,
.product-confirm .checkbox-checked label > .checkbox-styled,
.product-confirm .checkbox-checked label > span:first-of-type {
  display: block;
}
.product-options .radio .radio-styled,
.product-options .radio .checkbox-styled,
.product-options .checkbox .radio-styled,
.product-options .checkbox .checkbox-styled,
.product-options .checkbox-checked .radio-styled,
.product-options .checkbox-checked .checkbox-styled,
.product-confirm .radio .radio-styled,
.product-confirm .radio .checkbox-styled,
.product-confirm .checkbox .radio-styled,
.product-confirm .checkbox .checkbox-styled,
.product-confirm .checkbox-checked .radio-styled,
.product-confirm .checkbox-checked .checkbox-styled {
  margin: 0.25em auto 0;
  position: relative;
  height: 1.5em;
  width: 100%;
}
.product-options .radio .radio-styled input,
.product-options .radio .checkbox-styled input,
.product-options .checkbox .radio-styled input,
.product-options .checkbox .checkbox-styled input,
.product-options .checkbox-checked .radio-styled input,
.product-options .checkbox-checked .checkbox-styled input,
.product-confirm .radio .radio-styled input,
.product-confirm .radio .checkbox-styled input,
.product-confirm .checkbox .radio-styled input,
.product-confirm .checkbox .checkbox-styled input,
.product-confirm .checkbox-checked .radio-styled input,
.product-confirm .checkbox-checked .checkbox-styled input {
  position: absolute;
  z-index: -1;
}
.product-options .radio .radio-styled::before,
.product-options .radio .checkbox-styled::before,
.product-options .checkbox .radio-styled::before,
.product-options .checkbox .checkbox-styled::before,
.product-options .checkbox-checked .radio-styled::before,
.product-options .checkbox-checked .checkbox-styled::before,
.product-confirm .radio .radio-styled::before,
.product-confirm .radio .checkbox-styled::before,
.product-confirm .checkbox .radio-styled::before,
.product-confirm .checkbox .checkbox-styled::before,
.product-confirm .checkbox-checked .radio-styled::before,
.product-confirm .checkbox-checked .checkbox-styled::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.5em;
  height: 1.5em;
  border-radius: 0.75em;
  border: 1px solid #ADBFCC;
  background: #FFF;
}
.product-options .radio.checked .radio-styled::before,
.product-options .radio.checked .checkbox-styled::before,
.product-options .checkbox.checked .radio-styled::before,
.product-options .checkbox.checked .checkbox-styled::before,
.product-options .checkbox-checked.checked .radio-styled::before,
.product-options .checkbox-checked.checked .checkbox-styled::before,
.product-confirm .radio.checked .radio-styled::before,
.product-confirm .radio.checked .checkbox-styled::before,
.product-confirm .checkbox.checked .radio-styled::before,
.product-confirm .checkbox.checked .checkbox-styled::before,
.product-confirm .checkbox-checked.checked .radio-styled::before,
.product-confirm .checkbox-checked.checked .checkbox-styled::before {
  border-color: #FFDC00;
  background: #FFDC00;
}
.product-options .radio.checked .radio-styled::after,
.product-options .radio.checked .checkbox-styled::after,
.product-options .checkbox.checked .radio-styled::after,
.product-options .checkbox.checked .checkbox-styled::after,
.product-options .checkbox-checked.checked .radio-styled::after,
.product-options .checkbox-checked.checked .checkbox-styled::after,
.product-confirm .radio.checked .radio-styled::after,
.product-confirm .radio.checked .checkbox-styled::after,
.product-confirm .checkbox.checked .radio-styled::after,
.product-confirm .checkbox.checked .checkbox-styled::after,
.product-confirm .checkbox-checked.checked .radio-styled::after,
.product-confirm .checkbox-checked.checked .checkbox-styled::after {
  content: "";
  position: absolute;
  width: 0.75em;
  height: 0.425em;
  border-bottom: 2px solid #303940;
  border-left: 2px solid #303940;
  top: 0;
  left: 50%;
  margin: 0.45em 0 0 -0.35em;
  transform: rotate(-45deg);
}
.product-options .radio,
.product-options .checkbox-image,
.product-confirm .radio,
.product-confirm .checkbox-image {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.product-options .radio label,
.product-options .checkbox-image label,
.product-confirm .radio label,
.product-confirm .checkbox-image label {
  font-size: 14px;
  text-align: center;
  width: 100%;
}
.product-options .radio label > input, .product-options .radio label > .radio-styled, .product-options .radio label > .checkbox-styled, .product-options .radio label > span:first-of-type,
.product-options .checkbox-image label > input,
.product-options .checkbox-image label > .radio-styled,
.product-options .checkbox-image label > .checkbox-styled,
.product-options .checkbox-image label > span:first-of-type,
.product-confirm .radio label > input,
.product-confirm .radio label > .radio-styled,
.product-confirm .radio label > .checkbox-styled,
.product-confirm .radio label > span:first-of-type,
.product-confirm .checkbox-image label > input,
.product-confirm .checkbox-image label > .radio-styled,
.product-confirm .checkbox-image label > .checkbox-styled,
.product-confirm .checkbox-image label > span:first-of-type {
  display: block;
}
.product-options .radio .img-thumbnail,
.product-options .checkbox-image .img-thumbnail,
.product-confirm .radio .img-thumbnail,
.product-confirm .checkbox-image .img-thumbnail {
  border-radius: 3px;
  padding: 0;
  border: 1px solid #ADBFCC;
  margin-bottom: 0.75rem;
  box-shadow: 2px 2px 2px #F0F2F3;
}
.product-options .radio.checked .img-thumbnail,
.product-options .checkbox-image.checked .img-thumbnail,
.product-confirm .radio.checked .img-thumbnail,
.product-confirm .checkbox-image.checked .img-thumbnail {
  border-color: #FFDC00;
}
.product-options .checkbox label,
.product-confirm .checkbox label {
  width: 100%;
  position: relative;
  padding-left: 2.5em;
  height: 1.5em;
  margin: 0.25em 0;
}
.product-options .checkbox label .checkbox-styled,
.product-confirm .checkbox label .checkbox-styled {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 2em;
}
.product-options .checkbox label .checkbox-text,
.product-confirm .checkbox label .checkbox-text {
  display: block;
  margin-top: 0.25em;
}
.product-options .checkbox-image label,
.product-confirm .checkbox-image label {
  padding-left: 0em;
  height: auto;
}
.product-options .checkbox-image label .checkbox-styled,
.product-confirm .checkbox-image label .checkbox-styled {
  position: relative;
  display: block;
  margin: 0 auto;
}
.product-options #op_size .radio label,
.product-confirm #op_size .radio label {
  padding: 0.75em 0.5em 0.5em 0.5em;
  border-radius: 3px;
  background: #F0F2F3;
  border: 1px solid #ADBFCC;
  box-shadow: 2px 2px 2px #F0F2F3;
  white-space: nowrap;
}
.product-options #op_size .radio label > span:first-of-type,
.product-confirm #op_size .radio label > span:first-of-type {
  font-family: "Bebas Neue", sans-serif !important;
  font-weight: 400 !important;
  line-height: 1em !important;
  font-size: 1.25em;
}
.product-options #op_size .radio.checked label,
.product-confirm #op_size .radio.checked label {
  background: #ADBFCC;
  border-color: #828F99;
}
.product-options #op_size .option-price,
.product-confirm #op_size .option-price {
  display: none;
}
.product-options .input-colour,
.product-confirm .input-colour {
  display: flex;
  align-items: center;
}
.product-options .input-colour input,
.product-confirm .input-colour input {
  width: 4em;
  padding: 0.25em 1.25em 0.25em 0.35em;
  position: relative;
}
.product-options .input-colour input[type=color],
.product-confirm .input-colour input[type=color] {
  margin-right: 1em;
  border: 1px solid #ADBFCC;
  background: #F0F2F3;
}
.product-options .input-colour input::-webkit-color-swatch,
.product-confirm .input-colour input::-webkit-color-swatch {
  border: 1px solid #ADBFCC;
}
.product-options .input-colour input::after,
.product-confirm .input-colour input::after {
  content: "";
  width: 1rem;
  height: 1rem;
  background: url("../image/icon-select.svg") no-repeat center center;
  position: absolute;
  top: calc(50% - 0.5em);
  right: 0.2em;
}
.product-options .input-colour .input-colour-label,
.product-confirm .input-colour .input-colour-label {
  height: 50px;
  padding: 0.85rem 1rem;
  border: 1px solid #ADBFCC;
  border-radius: 3px;
  color: #828F99;
  flex-grow: 1;
}
.product-options .option-inputs .alert,
.product-confirm .option-inputs .alert {
  margin-top: 1rem;
}
.product-options .option-inputs-popup label,
.product-confirm .option-inputs-popup label {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-options .date-input,
.product-confirm .date-input {
  display: flex;
  padding: 0 !important;
}
.product-options .date-input > input,
.product-confirm .date-input > input {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  border: none;
  box-shadow: none;
  text-align: center;
  height: 48px;
  background: none;
  position: relative;
  z-index: 2;
  color: #303940;
}
.product-options .date-input > input:last-of-type,
.product-confirm .date-input > input:last-of-type {
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}
.product-options .date-input > input[type=number],
.product-confirm .date-input > input[type=number] {
  -moz-appearance: textfield;
}
.product-options .date-input input::-webkit-outer-spin-button,
.product-options .date-input input::-webkit-inner-spin-button,
.product-confirm .date-input input::-webkit-outer-spin-button,
.product-confirm .date-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-options .date-input > .select-styled,
.product-confirm .date-input > .select-styled {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.product-options .date-input > .select-styled .form-control,
.product-confirm .date-input > .select-styled .form-control {
  height: 48px;
  border: none;
}
.product-options .date-input input:focus, .product-options .date-input textarea:focus, .product-options .date-input select:focus,
.product-confirm .date-input input:focus,
.product-confirm .date-input textarea:focus,
.product-confirm .date-input select:focus {
  outline: none;
}
.product-options .time-input,
.product-confirm .time-input {
  display: flex;
  padding: 0 !important;
  position: relative;
}
.product-options .time-input > input,
.product-confirm .time-input > input {
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
  border: none;
  box-shadow: none;
  text-align: center;
  height: 48px;
  background: none;
  position: relative;
  z-index: 2;
  color: #303940;
}
.product-options .time-input > input[type=number],
.product-confirm .time-input > input[type=number] {
  -moz-appearance: textfield;
}
.product-options .time-input input::-webkit-outer-spin-button,
.product-options .time-input input::-webkit-inner-spin-button,
.product-confirm .time-input input::-webkit-outer-spin-button,
.product-confirm .time-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-options .time-input > .select-styled,
.product-confirm .time-input > .select-styled {
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}
.product-options .time-input > .select-styled .form-control,
.product-confirm .time-input > .select-styled .form-control {
  height: 48px;
  border: none;
}
.product-options .time-input input:focus, .product-options .time-input textarea:focus, .product-options .time-input select:focus,
.product-confirm .time-input input:focus,
.product-confirm .time-input textarea:focus,
.product-confirm .time-input select:focus {
  outline: none;
}
.product-options .time-input::before,
.product-confirm .time-input::before {
  line-height: 48px;
  content: ":";
  position: absolute;
  top: 0;
  left: 30%;
  color: #828F99;
}

.option-tooltip {
  position: absolute;
  top: 0;
  right: 0;
  cursor: help;
}
@media screen and (min-width: 992px) {
  .option-tooltip {
    right: -2rem;
  }
}
.option-tooltip > div:first-of-type {
  cursor: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  display: none;
  width: 30em;
  max-width: 75vw;
  padding: 2em;
  background: #FFF;
  text-align: center;
  border-radius: 3px;
  box-shadow: 5px 5px 20px rgba(48, 57, 64, 0.5);
  z-index: 99;
  transform: translate(-50%, -50%);
}
.option-tooltip > div:first-of-type > p:last-of-type {
  margin: 0;
}
.option-tooltip > div:first-of-type::after {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  color: #ADBFCC;
  cursor: pointer;
}
.option-tooltip > div:last-of-type {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.666);
  display: none;
  z-index: 98;
}

.category-collage {
  padding-top: 6rem;
}

.product-canvas #product-step-1 {
  padding: 6rem 1rem 2rem 1rem;
}
.product-canvas #product-step-1 .option-tooltip {
  top: 1rem;
}
@media screen and (min-width: 992px) {
  .product-canvas #product-step-1 .option-tooltip {
    position: inherit;
    right: 0;
  }
}

#op_framestyle .alert {
  margin-top: 1rem;
}

.product-collage #op_cavnasstyle,
.product-collage #op_canvasframe,
.product-collage #op_framestyle,
.product-collage #op_comments {
  display: none;
  opacity: 0;
  transition: opacity 0.15s;
}
.product-collage #op_cavnasstyle.show,
.product-collage #op_canvasframe.show,
.product-collage #op_framestyle.show,
.product-collage #op_comments.show {
  opacity: 1;
}

.product-canvas #op_canvasframe,
.product-canvas #op_edgestyle,
.product-canvas #op_edgecolour {
  display: none;
  opacity: 0;
  transition: opacity 0.15s;
}
.product-canvas #op_canvasframe.show,
.product-canvas #op_edgestyle.show,
.product-canvas #op_edgecolour.show {
  opacity: 1;
}

.product-framed-print #op_mountcolour {
  display: none;
  opacity: 0;
  transition: opacity 0.15s;
}
.product-framed-print #op_mountcolour.show {
  opacity: 1;
}

#op_comments textarea,
#confirm-comments {
  height: 120px;
}

.price-box {
  background: #F0F2F3;
  padding: 1em;
  text-align: center;
  font-family: "Bebas Neue", sans-serif !important;
  font-weight: 400 !important;
  line-height: 1em !important;
  font-size: 1.5rem;
  border-radius: 3px;
  margin-bottom: 1rem;
}

.price-box-sticky {
  position: fixed;
  padding: 0.6em 1em;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 400px;
  background: #1FBE66;
  color: #ffffff;
  cursor: pointer;
  will-change: transform;
  transition: all 0.15s;
}

#op_thumb_url,
#op_pdf_url,
#op_image_data,
#op_custom_data,
#op_pricing_data {
  display: none;
}

.option-confirm {
  margin-bottom: 1rem;
  border-top: 2px solid #F0F2F3;
}
.option-confirm .option-confirm-row,
.option-confirm .option-confirm-total {
  border-top: 2px solid #F0F2F3;
  display: flex;
  height: 50px;
  align-items: center;
}
.option-confirm .option-confirm-title {
  font-family: "Bebas Neue", sans-serif !important;
  font-weight: 400 !important;
  line-height: 1em !important;
  font-size: 1.5rem;
}
.option-confirm .option-confirm-row .option-confirm-value {
  margin-left: auto;
  padding: 0.25em;
  background: #F0F2F3;
  border-radius: 3px;
  display: flex;
  align-items: center;
}
.option-confirm .option-confirm-row .option-confirm-value .colour-swatch {
  border: 1px solid #F0F2F3;
  display: inline-block;
  background: #FFF;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.25rem;
}
.option-confirm .option-confirm-total {
  border-bottom: 2px solid #F0F2F3;
}
.option-confirm .option-confirm-total .option-confirm-value {
  margin-left: auto;
  font-family: "Bebas Neue", sans-serif !important;
  font-weight: 400 !important;
  line-height: 1em !important;
  font-size: 1.5rem;
}

.op_designercrop {
  display: none;
}

.form-group-check {
  padding: 1rem;
  border-radius: 0.25rem;
  background: #F0F2F3;
}
.form-group-check label {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

#dz {
  position: relative;
  overflow: hidden;
}

.canvas-builder-upload {
  margin: 1rem 0 0 0;
  background: #FFF;
  padding: 1rem;
  box-shadow: -10px 10px 0 #ADBFCC;
}
.canvas-builder-upload h2 {
  margin: 0;
  padding: 1rem;
  line-height: 0.9em !important;
  font-size: 48px;
}
@media screen and (min-width: 576px) {
  .canvas-builder-upload {
    margin: 2rem 0;
  }
  .canvas-builder-upload h2 {
    padding: 2rem 1rem;
    line-height: 0.8em !important;
    font-size: 72px;
  }
}
@media screen and (min-width: 768px) {
  .canvas-builder-upload {
    padding: 2rem;
  }
  .canvas-builder-upload h2 {
    font-size: 100px;
  }
}
.canvas-builder-upload .dropzone {
  background-size: 4rem;
}
@media screen and (min-width: 768px) {
  .canvas-builder-upload .dropzone {
    background-size: 8rem;
  }
}

.canvas-builder-email {
  margin: 2rem 0 0 0;
  background: #FFF;
  padding: 2rem 1rem;
  box-shadow: -10px 10px 0 #ADBFCC;
  position: relative;
}
.canvas-builder-email h2 {
  margin: 0.1em 0 0;
  line-height: 0.9em !important;
  font-size: 36px;
}
@media screen and (min-width: 576px) {
  .canvas-builder-email {
    margin: 2rem 0;
    padding: 2rem;
    font-size: 60px;
  }
  .canvas-builder-email h2 {
    line-height: 0.8em !important;
  }
}
@media screen and (min-width: 768px) {
  .canvas-builder-email {
    padding: 3rem;
  }
  .canvas-builder-email h2 {
    font-size: 72px;
  }
}
@media screen and (min-width: 992px) {
  .canvas-builder-email {
    background: none;
    box-shadow: none;
  }
  .canvas-builder-email + .option-tooltip {
    margin-left: 3rem;
  }
}
.canvas-builder-email .canvas-builder-email-arrow {
  position: absolute;
  right: 1rem;
  bottom: 2rem;
}
@media screen and (min-width: 576px) {
  .canvas-builder-email .canvas-builder-email-arrow {
    right: 2rem;
    bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .canvas-builder-email .canvas-builder-email-arrow {
    right: 3rem;
    bottom: 5rem;
  }
}
@media screen and (min-width: 992px) {
  .canvas-builder-email .canvas-builder-email-arrow {
    right: auto;
    left: 13rem;
    bottom: 5rem;
  }
}

@media screen and (min-width: 992px) {
  .product-columns.product-email .product-left-col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .product-columns.product-email .product-right-col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.product-email-info {
  margin: 0 auto;
  width: 30rem;
  max-width: 100%;
}

@media screen and (min-width: 992px) {
  .product-preview .preview.canvas {
    width: 70em;
  }
}
@media (min-width: 1700px) and (min-height: 1000px) {
  .product-preview .preview.canvas {
    width: 80em;
  }
}
.product-preview .preview.canvas .proof {
  box-shadow: 10px 10px 40px rgba(48, 57, 64, 0.75);
}

.instructions {
  margin-top: 3rem;
}
.instructions .instruction {
  padding-left: 4rem;
  margin-bottom: 2rem;
  position: relative;
}
.instructions .instruction img {
  position: absolute;
  top: -0.25rem;
  left: 0;
}

.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
  border-right: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-left: 0;
}

.input-group .input-group-text {
  background: #F0F2F3;
  border-color: #ADBFCC;
  min-width: 2.5rem;
  position: relative;
}
.input-group .input-group-text .font-title.text-inch {
  font-size: 2.5rem;
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
}
.input-group .input-group-text .font-title.text-cm {
  font-size: 1.25rem;
  position: absolute;
  top: 0.9rem;
  left: 0.7rem;
}

.custom-orientation {
  margin-top: 1rem;
}

.radio-btn-simple {
  margin-top: 1rem;
  display: flex;
}
.radio-btn-simple .radio {
  margin-right: 0.5rem;
}
.radio-btn-simple .radio label {
  padding: 0.333333em 1em;
  border-radius: 3px;
  background: #F0F2F3;
  border: 1px solid #ADBFCC;
  box-shadow: 2px 2px 2px #F0F2F3;
}
.radio-btn-simple .radio label input {
  display: none;
}
.radio-btn-simple .radio label.label-success {
  background: #1FBE66;
  border-color: #1FBE66;
  color: #FFF;
}
.radio-btn-simple .radio.checked label {
  background: #ADBFCC;
  border-color: #828F99;
}

#op_designercrop {
  margin-top: -0.5rem;
}
#op_designercrop hr {
  margin: 1rem 0;
}
#op_designercrop .option-tooltip {
  margin-top: -1.25rem;
}
@media screen and (min-width: 992px) {
  #op_designercrop .option-tooltip {
    margin-top: 0;
  }
}
#op_designercrop input[type=checkbox] {
  position: absolute;
  z-index: -1;
}

@media screen and (min-width: 992px) {
  .preview.canvas-1 {
    position: relative;
    top: 2rem;
  }
}
.product-canvas #image-cropper-1 {
  opacity: 0.25;
  transition: opacity 0.5s;
  pointer-events: none;
}
.product-canvas #image-cropper-1.ready {
  opacity: 1;
  pointer-events: inherit;
}
.product-canvas #image-cropper-1 .zoom {
  transform: none;
  left: auto;
  right: 0;
}
@media screen and (min-width: 992px) {
  .product-canvas #image-cropper-1 .zoom {
    right: -5em;
  }
}
.product-canvas #image-cropper-1.upload {
  opacity: 0.25 !important;
}

#upload-new-image {
  width: 50rem;
  max-width: 100%;
  background-color: transparent;
  padding: 0;
}
#upload-new-image .canvas-builder-upload {
  margin: 0;
}

.upload #upload-new-image {
  display: block;
}

#image-cropper-message {
  font-size: 1.5rem;
  font-family: "Bebas Neue", sans-serif !important;
  font-weight: 400 !important;
  line-height: 1em !important;
  position: absolute;
  top: 25%;
  width: 50%;
  left: 25%;
  z-index: 2;
  padding: 0.5rem;
  background: #ffffff;
  box-shadow: -10px 10px 0 #ADBFCC;
}

label.controls-label {
  background: #ADBFCC;
  padding: 0.2em 0.4em;
  border-radius: 3px;
}

@media screen and (max-width: 991px) {
  .controls-x-y {
    position: relative;
    top: -5em;
    z-index: 9;
  }
}

@media screen and (max-width: 767px) {
  .canvas .image-cropper .rotate {
    padding: 0.25em;
  }
}

.control-x,
.control-y {
  display: flex;
  justify-content: center;
  z-index: 99;
}
.control-x > *,
.control-y > * {
  display: flex;
  align-items: center;
}
.control-x .btn,
.control-y .btn {
  margin: 0 0.25em;
  padding: 0.75em;
}
.control-x .size-x,
.control-x .size-y,
.control-y .size-x,
.control-y .size-y {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  background: #FFDC00;
  font-size: 1rem;
  padding: 0.25em 0;
  min-width: 42px;
  border-radius: 3px;
}
.control-x .size-x::after,
.control-x .size-y::after,
.control-y .size-x::after,
.control-y .size-y::after {
  content: '"';
}
.control-x .size-x.cm::after,
.control-x .size-y.cm::after,
.control-y .size-x.cm::after,
.control-y .size-y.cm::after {
  content: "cm";
}

@media screen and (min-width: 992px) {
  .controls-x-y .col-6 {
    position: inherit;
  }

  .control-x,
.control-y {
    position: absolute;
    top: -5em;
    left: 50%;
    transform: translateX(-50%);
  }

  .control-y {
    top: 40%;
    left: -12%;
    transform: translateY(-50%);
    flex-direction: column-reverse;
  }
  .control-y .btn {
    margin: 0.25em 0;
  }

  .size-x {
    margin: 0 1rem;
  }

  .size-y {
    margin: 1rem 0;
  }
}
.product-poster #op_customsize_toggle {
  display: none;
}
.product-poster .image-cropper .cropper-controls .cropper-rotate-position {
  margin-top: 1rem;
}

.product-framed-print #op_customsize_toggle {
  display: none;
}
.product-framed-print .preview .frame {
  background-color: rgba(132, 145, 154, 0.9);
}
.product-framed-print .preview .image-cropper:not(.framemount) .frame,
.product-framed-print .preview .proof:not(.framemount) .frame {
  top: calc(-1em + 0.4em);
  left: calc(-1em + 0.4em);
}
.product-framed-print .preview .image-cropper:not(.framemount) .frame.frame-top,
.product-framed-print .preview .proof:not(.framemount) .frame.frame-top {
  left: calc(-1em + 0.4em);
  height: 1em;
  width: calc(100% + 2em - (0.4em * 2));
}
.product-framed-print .preview .image-cropper:not(.framemount) .frame.frame-right,
.product-framed-print .preview .proof:not(.framemount) .frame.frame-right {
  top: calc(-1em + 0.4em);
  left: auto;
  right: calc(-1em + 0.4em);
  height: calc(100% + 2em - (0.4em * 2));
  width: 1em;
}
.product-framed-print .preview .image-cropper:not(.framemount) .frame.frame-bottom,
.product-framed-print .preview .proof:not(.framemount) .frame.frame-bottom {
  top: auto;
  left: calc(-1em + 0.4em);
  bottom: calc(-1em + 0.4em);
  width: calc(100% + 2em - (0.4em * 2));
}
.product-framed-print .preview .image-cropper:not(.framemount) .frame.frame-left,
.product-framed-print .preview .proof:not(.framemount) .frame.frame-left {
  top: calc(-1em + 0.4em);
  left: calc(-1em + 0.4em);
  height: calc(100% + 2em - (0.4em * 2));
  width: 1em;
}
.product-framed-print .preview .image-cropper:not(.framemount) .frame.frame-top-left,
.product-framed-print .preview .proof:not(.framemount) .frame.frame-top-left {
  top: calc(-1em + 0.4em);
  left: calc(-1em + 0.4em);
  height: 1em;
  width: 1em;
}
.product-framed-print .preview .image-cropper:not(.framemount) .frame.frame-top-right,
.product-framed-print .preview .proof:not(.framemount) .frame.frame-top-right {
  left: auto;
  right: calc(-1em + 0.4em);
  height: 1em;
  width: 1em;
  transform: rotate(90deg);
}
.product-framed-print .preview .image-cropper:not(.framemount) .frame.frame-bottom-left,
.product-framed-print .preview .proof:not(.framemount) .frame.frame-bottom-left {
  top: auto;
  bottom: calc(-1em + 0.4em);
  height: 1em;
  width: 1em;
  transform: rotate(270deg);
}
.product-framed-print .preview .image-cropper:not(.framemount) .frame.frame-bottom-right,
.product-framed-print .preview .proof:not(.framemount) .frame.frame-bottom-right {
  top: auto;
  left: auto;
  right: calc(-1em + 0.4em);
  bottom: calc(-1em + 0.4em);
  height: 1em;
  width: 1em;
  transform: rotate(180deg);
}
.product-framed-print .proof-info {
  left: 1.4em;
  bottom: 1.4em;
}

.product-right-col {
  padding-top: 6rem;
}

.product-starmap .product-preview .preview {
  font-size: 1rem !important;
  transition: none;
  transition: background 0.15s;
}
.product-starmap .product-preview .star-map-1 {
  background: #000000;
  color: #fff;
  position: relative;
}
.product-starmap .product-preview .star-map-1 .starmap-border {
  position: absolute;
  width: 92%;
  height: 94.344%;
  top: 2.828%;
  left: 4%;
  border: 2px solid #ffffff;
}
.product-starmap .product-preview .star-map-1 .starmap-map {
  transition: opacity 0.25s;
  padding-top: 12%;
}
.product-starmap .product-preview .star-map-1 .starmap-map canvas {
  width: 80% !important;
  height: auto !important;
}
.product-starmap .product-preview .star-map-1 .starmap-text {
  text-align: center;
  font-size: 1rem;
  line-height: 1.25em;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.product-starmap .product-preview .star-map-1 .starmap-text .title-display {
  position: absolute;
  top: 74%;
  left: 10%;
  width: 80%;
  font-size: 1.5em;
}
.product-starmap .product-preview .star-map-1 .starmap-text .message-display {
  position: absolute;
  top: 80%;
  left: 10%;
  width: 80%;
  font-size: 1.25em;
  white-space: pre-wrap;
}
.product-starmap .product-preview .star-map-1 .starmap-text .message-display div {
  transform: translateY(-50%);
}
.product-starmap .product-preview .star-map-1 .starmap-text .starmap-footer {
  position: absolute;
  top: 85%;
  left: 10%;
  width: 80%;
}
.product-starmap .product-preview .star-map-1 .starmap-intro,
.product-starmap .product-preview .star-map-1 .starmap-loading {
  display: none;
  position: absolute;
  top: 9%;
  left: 12%;
  width: 76%;
  padding: 0 0 76% 0;
  border-radius: 50%;
  border: 2px solid #fff;
}
.product-starmap .product-preview .star-map-1 .starmap-intro::after,
.product-starmap .product-preview .star-map-1 .starmap-loading::after {
  content: "loading...";
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-starmap .product-preview .star-map-1.shape-square .starmap-map {
  padding-top: 14%;
}
.product-starmap .product-preview .star-map-1.shape-square .starmap-map canvas {
  width: 68% !important;
}
.product-starmap .product-preview .star-map-1.shape-square .starmap-text .title-display {
  top: 9%;
}
.product-starmap .product-preview .star-map-1.shape-square .starmap-text .message-display {
  top: 85%;
}
.product-starmap .product-preview .star-map-1.shape-square .starmap-text .starmap-footer {
  top: 89%;
}
.product-starmap .product-preview .star-map-1.shape-square .starmap-intro,
.product-starmap .product-preview .star-map-1.shape-square .starmap-loading {
  top: 15%;
  left: 17%;
  width: 66%;
  padding: 0 0 66% 0;
}
.product-starmap .product-preview .star-map-1.on-white {
  background: #fff !important;
  color: #000000;
}
.product-starmap .product-preview .star-map-1.on-white .starmap-border {
  border-color: #000000;
}

.form-group-swiper .option-inputs {
  padding-bottom: 3rem;
}
.form-group-swiper .swiper-arrows {
  width: 100%;
  left: 0;
  top: auto;
  bottom: 0;
}

.bg-loader {
  --loader-color: rgba(255, 255, 255, 0);
  --loader-speed: 4s;
  --loader-highlight-color: rgba(255, 255, 255, 0.9);
  background: linear-gradient(90deg, var(--loader-color) 0%, var(--loader-color) 35%, var(--loader-highlight-color) 50%, var(--loader-color) 65%, var(--loader-color) 100%);
  background-size: 200% 200%;
  animation: background var(--loader-speed) ease infinite;
  color: var(--loader-text-color, transparent);
}

@keyframes background {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.swiper-arrows {
  font-size: 30px;
  width: calc(100% + 2em);
  position: absolute;
  top: calc(50% - 1.5em);
  left: -1em;
  display: flex;
}
.swiper-arrows > div {
  background: #fff;
  padding: 0.5em 0.25em;
  cursor: pointer;
  color: #828F99;
}
.swiper-arrows .swiper-arrow-next {
  margin-left: auto;
}

.product-options .swiper-slide .radio {
  background: #fff;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

#celestial-form {
  display: none !important;
}

.radio-toggle {
  font-size: 10px;
  display: inline-block;
  width: 6em;
  height: 3em;
  border-radius: 1.5em;
  position: relative;
  top: 0.5rem;
  cursor: pointer;
  background: #ADBFCC;
  transition: background 0.15s;
}
.radio-toggle input {
  display: none;
}
.radio-toggle::before {
  content: "";
  width: 2.4em;
  height: 2.4em;
  border-radius: 1.2em;
  position: absolute;
  top: 0.3em;
  left: 0.3em;
  pointer-events: none;
  background: #FFF;
  transition: all 0.15s;
}
.radio-toggle.radio-toggle-on {
  background: #303940;
}
.radio-toggle.radio-toggle-on::before {
  background: #FFDC00;
  left: auto;
  right: 0.3em;
}
.radio-toggle.radio-toggle-on::after {
  content: "";
  position: absolute;
  width: 1.2em;
  height: 0.68em;
  border-bottom: 0.2em solid #303940;
  border-left: 0.2em solid #303940;
  top: 0.6em;
  right: 0.85em;
  margin: 0.45em 0 0 -0.35em;
  transform: rotate(-45deg);
}

.template.collage_square_4 {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
.template.collage_square_4 .image {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0.15cm;
}
#canvas-preview {
  margin-top: 1rem;
}
#canvas-preview .canvas-layout {
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  position: relative;
}
#canvas-preview .canvas-preview-edge {
  position: absolute;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #FFDC00;
  background: #ffffff;
  transition: all 0.5s;
}
#canvas-preview .canvas-preview-edge img {
  position: absolute;
}
#canvas-preview .edge-top {
  transform-origin: bottom;
}
#canvas-preview .edge-left {
  transform-origin: right;
}
#canvas-preview .edge-right {
  transform-origin: left;
}
#canvas-preview .edge-bottom {
  transform-origin: top;
}
#canvas-preview .canvas-preview-front {
  position: absolute;
  overflow: hidden;
  box-sizing: border-box;
  cursor: pointer;
}
#canvas-preview .canvas-preview-front img {
  position: absolute;
}
#canvas-preview .canvas-mirror .edge-top,
#canvas-preview .canvas-mirror .edge-bottom {
  transform: scaleY(-1);
}
#canvas-preview .canvas-mirror .edge-left,
#canvas-preview .canvas-mirror .edge-right {
  transform: scaleX(-1);
}
#canvas-preview .canvas-layout.wrapped .canvas-preview-edge {
  opacity: 0.5;
}
#canvas-preview .canvas-layout.wrapped .edge-top {
  transform: scaleY(0);
}
#canvas-preview .canvas-layout.wrapped .edge-left {
  transform: scaleX(0);
}
#canvas-preview .canvas-layout.wrapped .edge-right {
  transform: scaleX(0);
}
#canvas-preview .canvas-layout.wrapped .edge-bottom {
  transform: scaleY(0);
}

.fancybox-bg {
  background-color: #303940;
}

#information-header img {
  width: 100%;
}

.content-top .section-html {
  background: #FFF;
}
.content-top.content-alternate .section-html:nth-of-type(odd) {
  background: #F0F2F3;
}

.content-bottom .section-html {
  background: #303940;
  color: #FFF;
}
.content-bottom .section-html h1, .content-bottom .section-html h2, .content-bottom .section-html h3, .content-bottom .section-html h4, .content-bottom .section-html h5, .content-bottom .section-html h6 {
  color: #FFF;
}
.content-bottom .section-html a {
  color: #FFDC00;
}
.content-bottom.content-alternate .section-html:nth-of-type(even) {
  background: #272E33;
}

.section-html h1, .section-html h2, .section-html h3, .section-html h4, .section-html h5, .section-html h6, .section-html p {
  max-width: 1440px;
  margin: 0 auto;
}

.page-content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem 0;
}
.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
  font-family: "Bebas Neue", sans-serif !important;
  font-weight: 400 !important;
  line-height: 1em !important;
  margin-bottom: 1rem;
}
.page-content p {
  font-size: 16px;
  line-height: 28px;
}

.section-html-full .row img {
  width: 100%;
}
.section-html-full .html-text {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 2rem;
}
@media screen and (min-width: 992px) {
  .section-html-full .html-text {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.section-html-full h1, .section-html-full h2, .section-html-full h3, .section-html-full h4, .section-html-full h5, .section-html-full h6 {
  font-family: "Bebas Neue", sans-serif !important;
  font-weight: 400 !important;
  line-height: 1em !important;
  margin-bottom: 1rem;
}
.section-html-full p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 1rem;
}

.product-table img {
  max-width: 240px;
}
.product-table .product-table-options {
  line-height: 1rem;
}

.basket-tabs .nav-item {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .basket-tabs .nav-item {
    margin-bottom: 0;
  }
}
.basket-tabs .nav-link {
  text-align: center;
  background: #ADBFCC;
  color: #FFF;
}
.basket-tabs .nav-link:hover {
  background: #303940;
  color: #FFF;
}
.basket-tabs .nav-link.active {
  background: #FFDC00;
  color: #303940;
}
.basket-tabs .basket-tabs-icon {
  display: block;
  font-size: 1.5rem;
}

.basket-totals hr {
  margin: 1em 0;
}

.card {
  border-color: #ADBFCC;
}
.card .card-header {
  background: #F0F2F3;
  border-color: #ADBFCC;
}
.card .card-body .tab-pane {
  margin-top: 1rem;
}

.basket-totals .card-header {
  background: #303940;
  border-color: #303940;
}
.basket-totals .card-header h5 {
  color: #FFF;
}

.total-3for2offer > div:first-of-type:before,
.total-coupon > div:first-of-type:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-right: 0.3em;
}
.total-3for2offer > div:nth-of-type(2),
.total-coupon > div:nth-of-type(2) {
  color: #1FBE66;
}

.total-tradediscount > div:nth-of-type(2) {
  color: #1FBE66;
}

.list-menu {
  margin: 0;
  padding: 0;
}
.list-menu li {
  padding: 0.5em 0.25em 0.5em 1em;
  list-style: none;
  position: relative;
}
.list-menu li::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  top: 0.5em;
  left: 0;
  color: #ADBFCC;
}

.list-group .list-group-item {
  padding: 12px;
  color: #828F99;
  border-color: #ADBFCC;
}
.list-group .list-group-item:hover {
  background: #F0F2F3;
  color: #303940;
  border-color: #ADBFCC;
}

.header-block {
  padding: 1rem 0;
}
@media screen and (min-width: 992px) {
  .header-block {
    padding: 2rem 0;
  }
}
.header-block .block-heading-title {
  font-size: 2.5rem;
}
@media screen and (min-width: 992px) {
  .header-block .block-heading-title {
    font-size: 4rem;
  }
}
.header-block hr {
  margin: 1rem 0;
  border-color: #FFDC00;
}

.product-thumb {
  border: none;
  margin: 3rem 0 0 0;
}
.product-thumb .caption {
  min-height: 0;
}
.product-thumb .caption h4 {
  font-size: 24px;
}
.product-thumb .price-tax {
  color: #828F99;
  font-size: inherit;
}

.product-indent {
  padding: 1em;
}

.product-standard .thumbnails {
  padding: 2rem 2rem 1rem 2rem;
  background: #f6f6f6;
  margin: 0 0 2rem 0;
}
.product-standard .thumbnails > li {
  margin: 0;
}
.product-standard #product .form-group .control-label {
  font-family: "Bebas Neue", sans-serif !important;
  font-weight: 400 !important;
  line-height: 1em !important;
  font-size: 20px;
}
.product-standard .nav-tabs {
  margin-bottom: 2rem;
}
.product-standard .nav-tabs .nav-item .nav-link {
  font-family: "Bebas Neue", sans-serif !important;
  font-weight: 400 !important;
  line-height: 1em !important;
  font-size: 20px;
}
.product-standard .required .control-label::before {
  content: "* " !important;
  color: #dc3545;
  font-weight: bold;
}
.product-standard .radio-styled {
  background: #ffffff;
}

.eblog_help_index a {
  margin: 1rem 0 0 0;
  font-size: 1.5rem;
  display: block;
  background: #F0F2F3;
  text-align: center;
  padding: 1em;
  border-radius: 3px;
  font-family: "Bebas Neue", sans-serif !important;
  font-weight: 400 !important;
  line-height: 1em !important;
  border: 1px solid #ADBFCC;
  transition: all 0.15s;
}
.eblog_help_index a:hover {
  background: #303940;
  color: #FFF;
}

.eblog .list-menu {
  font-size: 1.5rem;
}

.eblog-description h1, .eblog-description h2, .eblog-description h3, .eblog-description h4, .eblog-description h5, .eblog-description h6 {
  font-family: "Bebas Neue", sans-serif !important;
  font-weight: 400 !important;
  line-height: 1em !important;
  margin: 1.75rem 0;
}
.eblog-description p {
  line-height: 1.75em;
}
.eblog-description li {
  line-height: 1.75em;
}
.eblog-description a {
  color: #FFDC00;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.table {
  color: #303940;
}

.table-striped tbody tr:nth-of-type(odd) {
  background: #F0F2F3;
}

.custom_price_results {
  padding: 1rem 1.25rem;
  background: #F0F2F3;
  border-radius: 3px;
}

#checkout-checkout #content {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  #checkout-checkout #content {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
#checkout-checkout .card .card-header .card-title {
  font-family: "Bebas Neue", sans-serif !important;
  font-weight: 400 !important;
  line-height: 1em !important;
  font-size: 24px;
}
#checkout-checkout p {
  color: #828F99;
}
#checkout-checkout legend {
  font-family: "Bebas Neue", sans-serif !important;
  font-weight: 400 !important;
  line-height: 1em !important;
  font-size: 24px;
  color: #828F99;
}
#checkout-checkout .buttons {
  margin-bottom: 0;
}
#checkout-checkout .btn-link {
  color: #828F99;
}
#checkout-checkout #button-account,
#checkout-checkout #button-login,
#checkout-checkout #button-register,
#checkout-checkout #button-guest,
#checkout-checkout #button-guest-shipping,
#checkout-checkout #button-payment-address,
#checkout-checkout #button-payment-method,
#checkout-checkout #button-shipping-address,
#checkout-checkout #button-shipping-method {
  background: #1FBE66;
}
#checkout-checkout #button-account:hover,
#checkout-checkout #button-login:hover,
#checkout-checkout #button-register:hover,
#checkout-checkout #button-guest:hover,
#checkout-checkout #button-guest-shipping:hover,
#checkout-checkout #button-payment-address:hover,
#checkout-checkout #button-payment-method:hover,
#checkout-checkout #button-shipping-address:hover,
#checkout-checkout #button-shipping-method:hover {
  background: #1FBE66;
}
#checkout-checkout #button-register,
#checkout-checkout #button-payment-method {
  margin-left: 1rem;
}

.required .control-label:before,
.required .col-form-label:before {
  color: #dc3545 !important;
}

.has-error .text-danger {
  margin-top: 0.5em;
}

.modal .modal-header .modal-title {
  font-size: 1.5rem;
  font-family: "Bebas Neue", sans-serif !important;
  font-weight: 400 !important;
  line-height: 1em !important;
  color: #ADBFCC;
}

.form-horizontal .form-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-group .control-label {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.radio label {
  margin: 0.375rem 0;
}
.radio label input[type=radio] {
  margin-right: 0.25rem;
}

.checkbox label {
  margin: 0.375rem 0;
}
.checkbox label input[type=checkbox] {
  margin-right: 0.25rem;
}

label.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin: 0.375rem 0.5rem 0.375rem 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
label.radio-inline input[type=checkbox],
label.radio-inline input[type=radio] {
  position: absolute;
  left: 0;
  top: 0.15rem;
}

div[id^=account-] h1, div[id^=account-] h2 {
  font-family: "Bebas Neue", sans-serif !important;
  font-weight: 400 !important;
  line-height: 1em !important;
}
.radio-btn {
  display: inline-block;
}
.radio-btn label {
  padding: 0.5em 0.75em;
  background: #F0F2F3;
  border-radius: 3px;
  transition: all ease 0.3s;
  cursor: pointer;
  margin: 0;
}
.radio-btn.checked label {
  background: #FFDC00;
}
.radio-btn input[type=radio] {
  position: absolute;
  z-index: -1;
}

.review-swiper .swiper-slide {
  padding: 1em 0;
}
.review-swiper .product-review {
  text-align: left;
  border: 2px solid #F0F2F3;
  background: #ffffff;
  max-width: 30em;
  padding: 1.5em;
  margin: 0 auto;
  border-radius: 1em;
}
.review-swiper .product-review .review-header,
.review-swiper .product-review .review-footer {
  display: flex;
  align-items: center;
}
.review-swiper .product-review .review-header p,
.review-swiper .product-review .review-footer p {
  margin: 0;
}
.review-swiper .product-review .review-header p {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin: 0.25em 1em 0 0;
}
.review-swiper .product-review .review-footer small {
  color: #ADBFCC;
  margin-left: auto;
}
.review-swiper .product-review blockquote {
  padding: 1.5em 1em 0.5em 1em;
  position: relative;
}
.review-swiper .product-review blockquote::before, .review-swiper .product-review blockquote::after {
  color: #ADBFCC;
  font-family: "Bebas Neue", sans-serif !important;
  font-weight: 400 !important;
  line-height: 1em !important;
  font-size: 2.5em;
  content: "“";
  position: absolute;
  top: 0.1em;
  left: 0;
}
.review-swiper .product-review blockquote::after {
  content: "”";
  top: auto;
  left: auto;
  right: 0;
  bottom: -0.4em;
}

.reviews-io {
  color: #828F99;
  font-size: 0.875rem;
  margin-bottom: 1em;
}
.reviews-io .stars img {
  position: relative;
  top: -1px;
  width: 1rem;
  height: 1rem;
}

.buttons {
  display: flex;
}
.buttons .pull-right {
  margin-left: auto;
}

.social-links {
  padding: 0;
}
.social-links li {
  list-style: none;
  display: inline-block;
}
.social-links li a {
  font-size: 30px;
  display: inline-block;
  color: #ADBFCC;
}
.social-links li a:hover {
  color: #FFF;
}
.social-links li:not(:last-of-type) {
  margin-right: 0.5em;
}

.reviews-badge {
  margin-top: 1rem;
}
.reviews-badge img {
  width: 120px;
  border-radius: 0.25rem;
}

.site-footer {
  margin: 0;
  padding: 0;
  border: none;
  background: #303940;
  position: relative;
  z-index: 2;
}
.site-footer .footer-top {
  padding: 3rem 0 2rem;
}
.site-footer .footer-top ul.list-unstyled {
  margin-bottom: 1rem;
}
.site-footer .footer-top ul.list-unstyled li {
  margin: 0.5em 0;
}
.site-footer .footer-top ul.list-unstyled li a {
  color: #FFF;
}
.site-footer .footer-top ul.list-unstyled li a:hover {
  text-decoration: underline;
}
.site-footer .footer-top p {
  margin: 0.5em 0 1rem 0;
  color: #ADBFCC;
}
.site-footer .footer-bottom {
  padding: 2rem 0 1rem;
}
.site-footer .footer-bottom p {
  color: #ADBFCC;
  margin: 0 0 1rem;
}
.site-footer .footer-bottom a {
  color: #FFF;
  text-decoration: none;
}
.site-footer .footer-bottom a:hover {
  text-decoration: underline;
}

.btn {
  position: relative;
  margin: 0;
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-shadow: none;
  background: #303940;
  border: 0;
  border-radius: 3px;
  box-shadow: none !important;
  color: #FFF;
  transition: all ease 0.3s;
  padding: 0.5em 0.75em;
}
.btn:hover {
  background: #828F99;
  box-shadow: 0 !important;
  color: #FFF;
}
.btn:not(:disabled):not(.disabled):active {
  background: #687680;
  border-color: #303940;
  color: #FFF;
}

.btn-icon {
  min-width: 42px;
}

.btn-sm {
  padding: 0.45em 0.75em;
}

.btn-lg {
  padding: 0.8em 1.5em;
}

.btn-default {
  background: #303940;
  color: #FFF;
}
.btn-default:hover {
  background: #303940;
  color: #FFF;
}

.btn-brand {
  background: #FFDC00;
  color: #303940;
}
.btn-brand:hover {
  background: #303940;
  color: #FFF;
}

.bg-grey-dark .btn-brand:hover,
.bg-grey-darkest .btn-brand:hover {
  background: #828F99;
}

.btn-contrast {
  background: #80FFF4;
  color: white;
}
.btn-contrast:hover {
  background: #80FFF4;
  color: white;
}

.btn-success {
  background: #1FBE66;
  color: white;
}
.btn-success:hover {
  background: #1FBE66;
  color: white;
}
.btn-success:not(:disabled):not(.disabled):active {
  background: #18924e;
  border-color: #303940;
  color: white;
}

.btn-danger {
  background: #dc3545;
  color: white;
}
.btn-danger:hover {
  background: #dc3545;
  color: white;
}
.btn-danger:not(:disabled):not(.disabled):active {
  background: #bd2130;
  border-color: #303940;
  color: white;
}

.btn-link {
  background: none;
  font-size: 16px;
  color: #FFDC00;
  border: none;
  padding: 0;
  line-height: 1.2em;
  cursor: pointer;
}
.btn-link:hover {
  background: none;
  color: #FFDC00;
}

form .btn-link {
  color: #828F99;
}
form .btn-link:hover {
  color: #303940;
}

.btn-outline {
  border: 1px solid #ADBFCC;
  background-color: #FFF;
  color: #303940;
}

.btn-inline {
  height: 100%;
}

.btn-waiting {
  background: #828F99 !important;
}
.btn-waiting > .fa {
  display: none;
}

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.dropzone {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: #ADBFCC url("../image/icon-image-add.svg") no-repeat center center;
  background-size: 8em;
  transition: background-color 0.15s;
}
.dropzone:hover {
  background-color: #FFDC00;
}
.dropzone * {
  box-sizing: border-box;
  font-size: 16px;
}
.dropzone.dz-clickable {
  cursor: pointer;
}
.dropzone.dz-clickable * {
  cursor: default;
}
.dropzone.dz-clickable .dz-message {
  cursor: pointer;
  display: none;
}
.dropzone.dz-clickable .dz-message * {
  cursor: pointer;
  display: none;
}
.dropzone.dz-started .dz-message {
  display: none;
}
.dropzone.dz-drag-hover {
  background-color: #FFDC00;
}
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}
.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}
.dropzone .dz-message .dz-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
.dropzone .dz-preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ADBFCC;
}
.dropzone .dz-preview:hover {
  z-index: 1000;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}
.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}
.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}
.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}
.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}
.dropzone .dz-preview .dz-details .dz-filename span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}
.dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}
.dropzone .dz-preview.dz-success .dz-details {
  display: none;
}
.dropzone .dz-preview .dz-image {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  z-index: 10;
}
.dropzone .dz-preview .dz-image img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  transform: translate(-50%, -50%);
}
.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}
.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}
.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}
.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: #FFF;
  -webkit-transform: scale(1);
  border-radius: 3px;
  overflow: hidden;
}
.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: #FFDC00;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}
.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}
.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}
.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 3px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}
.dropzone .dz-preview .dz-error-message:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}

.dropzone .dz-complete {
  cursor: pointer;
}
.dropzone .dz-complete .dz-image {
  cursor: pointer;
}
.dropzone .dz-complete:hover .dz-image {
  opacity: 0.5;
}
.dropzone.dz-max-files-reached {
  pointer-events: none;
}

/*!
 * Cropper.js v1.5.9
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2020-09-10T13:16:21.689Z
 */
.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cropper-container img {
  display: block;
  height: 100%;
  image-orientation: 0deg;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
}

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.cropper-wrap-box,
.cropper-canvas {
  overflow: hidden;
}

.cropper-wrap-box {
  opacity: 0.5;
}

.cropper-view-box {
  display: block;
  height: 100%;
  outline: 1px solid #ffffff;
  outline-color: rgba(255, 255, 255, 0.75);
  overflow: hidden;
  width: 100%;
}

.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: 0.5;
  position: absolute;
}

.cropper-dashed.dashed-h {
  border-bottom-width: 1px;
  border-top-width: 1px;
  height: calc(100% / 3);
  left: 0;
  top: calc(100% / 3);
  width: 100%;
}

.cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 100%;
  left: calc(100% / 3);
  top: 0;
  width: calc(100% / 3);
}

.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  width: 0;
}

.cropper-center::before,
.cropper-center::after {
  background-color: #eee;
  content: " ";
  display: block;
  position: absolute;
}

.cropper-center::before {
  height: 1px;
  left: -3px;
  top: 0;
  width: 7px;
}

.cropper-center::after {
  height: 7px;
  left: 0;
  top: -3px;
  width: 1px;
}

.cropper-face,
.cropper-line,
.cropper-point {
  display: block;
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
}

.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}

.cropper-line {
  background-color: #39f;
}

.cropper-line.line-e {
  cursor: ew-resize;
  right: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-n {
  cursor: ns-resize;
  height: 5px;
  left: 0;
  top: -3px;
}

.cropper-line.line-w {
  cursor: ew-resize;
  left: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-s {
  bottom: -3px;
  cursor: ns-resize;
  height: 5px;
  left: 0;
}

.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: 0.75;
  width: 5px;
}

.cropper-point.point-e {
  cursor: ew-resize;
  margin-top: -3px;
  right: -3px;
  top: 50%;
}

.cropper-point.point-n {
  cursor: ns-resize;
  left: 50%;
  margin-left: -3px;
  top: -3px;
}

.cropper-point.point-w {
  cursor: ew-resize;
  left: -3px;
  margin-top: -3px;
  top: 50%;
}

.cropper-point.point-s {
  bottom: -3px;
  cursor: s-resize;
  left: 50%;
  margin-left: -3px;
}

.cropper-point.point-ne {
  cursor: nesw-resize;
  right: -3px;
  top: -3px;
}

.cropper-point.point-nw {
  cursor: nwse-resize;
  left: -3px;
  top: -3px;
}

.cropper-point.point-sw {
  bottom: -3px;
  cursor: nesw-resize;
  left: -3px;
}

.cropper-point.point-se {
  bottom: -3px;
  cursor: nwse-resize;
  height: 20px;
  opacity: 1;
  right: -3px;
  width: 20px;
}

@media (min-width: 768px) {
  .cropper-point.point-se {
    height: 15px;
    width: 15px;
  }
}
@media (min-width: 992px) {
  .cropper-point.point-se {
    height: 10px;
    width: 10px;
  }
}
@media (min-width: 1200px) {
  .cropper-point.point-se {
    height: 5px;
    opacity: 0.75;
    width: 5px;
  }
}
.cropper-point.point-se::before {
  background-color: #39f;
  bottom: -50%;
  content: " ";
  display: block;
  height: 200%;
  opacity: 0;
  position: absolute;
  right: -50%;
  width: 200%;
}

.cropper-invisible {
  opacity: 0;
}

.cropper-bg {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
}

.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.cropper-hidden {
  display: none !important;
}

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}

.image-cropper-container {
  -webkit-backface-visibility: hidden;
  height: 0;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 100%;
  z-index: 9999;
  overflow: hidden;
}
.image-cropper-container .image-cropper-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(48, 57, 64, 0.8);
}
.image-cropper-container .image-cropper-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: scroll;
}
.image-cropper-container .image-cropper {
  position: relative;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.5s, transform 0.5s;
  transform: translateY(5em);
}
.image-cropper-container .fa-spinner {
  position: absolute;
  top: calc(50% - 0.5em);
  left: calc(50% - 0.5em);
  transition: opacity 0.5s;
}
.image-cropper-container.image-cropper-is-ready .fa-spinner {
  opacity: 0;
}
.image-cropper-container.image-cropper-is-ready .image-cropper {
  opacity: 1;
  transform: translateY(0);
}
.image-cropper-container.image-cropper-is-open {
  height: 100%;
}
.image-cropper-container.image-cropper-is-open .image-cropper-bg {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
.image-cropper-container.image-cropper-is-open .image-cropper {
  overflow: hidden;
}
.image-cropper-container.image-cropper-initial .image-cropper-close {
  display: none;
}
.image-cropper-container:not(.image-cropper-initial) .image-cropper-cancel {
  display: none;
}
.image-cropper-container label {
  font-size: 1rem;
  background: #ADBFCC;
  padding: 0.25rem 0.5rem;
  border-radius: 3px;
}

.image-cropper {
  text-align: center;
  padding: 0;
  font-size: 5px;
}
@media screen and (min-width: 576px) {
  .image-cropper {
    font-size: 7px;
  }
}
@media screen and (min-width: 768px) {
  .image-cropper {
    font-size: 8px;
  }
}
@media screen and (min-width: 992px) {
  .image-cropper {
    font-size: 7px;
  }
}
@media (min-width: 1200px) and (min-height: 600px) {
  .image-cropper {
    font-size: 7.5px;
  }
}
@media (min-width: 1400px) and (min-height: 600px) {
  .image-cropper {
    font-size: 8px;
  }
}
@media (min-width: 1500px) and (min-height: 820px) {
  .image-cropper {
    font-size: 10px;
  }
}
.image-cropper .cropper-wrap-box {
  opacity: 0.25;
  overflow: visible;
}
.image-cropper .cropper-view-box {
  background: #ffffff;
}
.image-cropper .cropper-controls label {
  background: #ADBFCC;
  padding: 0.2em 0.4em;
  border-radius: 3px;
}
.image-cropper .cropper-controls .cropper-rotate-position {
  margin: 0 auto;
  max-width: 90%;
}
.image-cropper .cropper-controls > .buttons .btn {
  margin: 0 0.25em;
}
.image-cropper .image-cropper-image {
  width: 100%;
  margin-bottom: 15em;
}
.image-cropper .slide-container {
  padding: 0 1em;
}
.image-cropper .slide-container .slider {
  height: 100%;
}
.image-cropper .buttons.position {
  display: block;
}
.image-cropper .zoom {
  position: absolute;
  z-index: 9;
  top: calc(50% - 20em);
  left: calc(50%);
  flex-direction: column;
  width: 8em;
  transform: translateX(200%);
  transition: opacity 0.5s, transform 0.5s;
  transition-delay: 0.25s;
}
@media screen and (min-width: 1440px) {
  .image-cropper .zoom {
    width: 6em;
  }
}
.image-cropper .zoom label {
  background: #ADBFCC;
  padding: 0.2em 0.4em;
  border-radius: 3px;
}
.image-cropper .zoom .slide-container {
  background: #ffffff;
  padding: 0.5em;
  border-radius: 3px;
  overflow: hidden;
}
.image-cropper .zoom .slider-zoom {
  min-height: 20em;
  min-width: 20em;
  transform: rotate(-90deg);
  margin-left: -6.5em;
}
@media screen and (min-width: 1440px) {
  .image-cropper .zoom .slider-zoom {
    margin-left: -7.5em;
  }
}
.image-cropper .zoom .range-value {
  font-size: 1.6em;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.image-cropper .buttons-wrapper {
  display: inline-block;
}
.image-cropper .rotate {
  display: flex;
  justify-content: center;
  background: #ffffff;
  margin-top: 0;
  border-radius: 3px;
  padding: 2em;
}
@media screen and (min-width: 768px) {
  .image-cropper .rotate {
    padding: 1em;
  }
}
.image-cropper .rotate .slider-rotate {
  min-width: calc(100vw - 36em);
}
@media screen and (min-width: 576px) {
  .image-cropper .rotate .slider-rotate {
    min-width: 20em;
  }
}
.image-cropper > .buttons {
  margin-top: 3em;
}

.image-cropper-container .image-cropper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .image-cropper-container .image-cropper {
    font-size: 8px;
    padding: 2rem;
  }
}
.image-cropper-container .image-cropper .image-cropper-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 576px) {
  .image-cropper-container .image-cropper .image-cropper-image-container {
    align-items: center;
  }
}
.image-cropper-container .image-cropper .image-cropper-image-container .image-cropper-image {
  height: calc(100vh - 260px);
}
@media screen and (min-width: 768px) {
  .image-cropper-container .image-cropper .image-cropper-image-container .image-cropper-image {
    height: calc(100vh - 300px);
  }
}
.image-cropper-container .image-cropper .image-cropper-image-container .image-cropper-image img {
  width: 100%;
  max-height: 60em;
  max-width: 140em;
}
.image-cropper-container .image-cropper .cropper-controls {
  position: absolute;
  left: 0;
  bottom: 1em;
  width: 100%;
  opacity: 0;
  transform: translateY(200%);
  transition: all 0.5s;
  transition-delay: 0.25s;
}
@media screen and (min-width: 768px) {
  .image-cropper-container .image-cropper .cropper-controls .cropper-rotate-position {
    max-width: 800px;
  }
}
.image-cropper-container .image-cropper .cropper-controls > .buttons {
  display: block;
}
.image-cropper-container .zoom {
  display: none;
  opacity: 0;
}
@media screen and (min-width: 576px) {
  .image-cropper-container .zoom {
    display: block;
  }
}

.image-cropper-is-ready .image-cropper .zoom {
  opacity: 1;
  transform: translateX(0);
}
.image-cropper-is-ready .image-cropper .cropper-controls {
  opacity: 1;
  transform: translateY(0);
}

.canvas .image-cropper .image-cropper-image {
  margin: 0;
}
.canvas .image-cropper .image-cropper-image img.landscape {
  width: 100%;
  height: auto;
}
.canvas .image-cropper .image-cropper-image img.portrait {
  width: auto !important;
  max-height: 50em;
}
.canvas .image-cropper .cropper-controls {
  margin: 0 -1rem;
}
@media screen and (min-width: 576px) {
  .canvas .image-cropper .cropper-controls {
    margin: 0 0 1rem;
  }
}
.canvas .image-cropper .zoom {
  display: none;
  opacity: 0;
}
@media screen and (min-width: 576px) {
  .canvas .image-cropper .zoom {
    display: block;
  }
}
.canvas .image-cropper.ready .zoom {
  opacity: 1;
}

.slider {
  -webkit-appearance: none;
  outline: none;
  background: url("../image/slider-bg.svg") no-repeat center center;
  background-size: 100%;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: #FFDC00;
  border: none;
  cursor: pointer;
  width: 4em;
  height: 8em;
}
@media screen and (min-width: 576px) {
  .slider::-webkit-slider-thumb {
    width: 2em;
    height: 4em;
  }
}
@media screen and (min-width: 1440px) {
  .slider::-webkit-slider-thumb {
    width: 1em;
    height: 2em;
  }
}

.slider::-moz-range-thumb {
  background: #FFDC00;
  cursor: pointer;
  width: 2em;
  height: 8em;
}
@media screen and (min-width: 576px) {
  .slider::-moz-range-thumb {
    width: 1.5em;
    height: 3em;
  }
}
@media screen and (min-width: 1440px) {
  .slider::-moz-range-thumb {
    width: 1em;
    height: 2em;
  }
}

.canvas-edge {
  position: absolute;
  z-index: 2;
  background: rgba(48, 57, 64, 0.1);
  border: 1px dotted #828F99;
  transition: 0.15s;
  overflow: hidden;
}
.canvas-edge > img {
  filter: brightness(75%);
}

.edge-gallery .canvas-edge {
  background: #ffffff;
}

.edge-mirror .canvas-edge {
  background: none;
}

.edge-white .canvas-edge {
  background: #ffffff;
}

.canvas-corner {
  background: rgba(242, 242, 242, 0.75);
  position: absolute;
}

.edge-mirror .canvas-edge-top {
  left: 0 !important;
  width: 100% !important;
  transform: scaleY(-1);
}
.edge-mirror .canvas-edge-bottom {
  left: 0 !important;
  width: 100% !important;
  transform: scaleY(-1);
}
.edge-mirror .canvas-edge-left {
  top: 0 !important;
  height: 100% !important;
  transform: scaleX(-1);
}
.edge-mirror .canvas-edge-right {
  top: 0 !important;
  height: 100% !important;
  transform: scaleX(-1);
}

/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
  background: transparent;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}

.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-pane {
  z-index: 400;
}

.leaflet-tile-pane {
  z-index: 200;
}

.leaflet-overlay-pane {
  z-index: 400;
}

.leaflet-shadow-pane {
  z-index: 500;
}

.leaflet-marker-pane {
  z-index: 600;
}

.leaflet-tooltip-pane {
  z-index: 650;
}

.leaflet-popup-pane {
  z-index: 700;
}

.leaflet-map-pane canvas {
  z-index: 100;
}

.leaflet-map-pane svg {
  z-index: 200;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}

.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */
.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0;
}

.leaflet-container a {
  color: #0078A8;
}

.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

.leaflet-control-layers-toggle {
  background-image: url(images/layers.png);
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
.leaflet-default-icon-path {
  background-image: url(images/marker-icon.png);
}

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover {
  text-decoration: underline;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}

.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}

.leaflet-popup-content p {
  margin: 18px 0;
}

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}

.leaflet-tooltip-top {
  margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}

.leaflet-tooltip-left {
  margin-left: -6px;
}

.leaflet-tooltip-right {
  margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}

@media screen and (min-width: 1200px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xxl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xxl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xxl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xxl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xxl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xxl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xxl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xxl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xxl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xxl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xxl-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xxl-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xxl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xxl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xxl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xxl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xxl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xxl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xxl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xxl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xxl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xxl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xxl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xxl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.666667%;
  }
}

/*# sourceMappingURL=twilo.css.map */
