/* autor: Denis Zelenko | https://www.brosolutions.net/ */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul,
menu {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
button {
  -webkit-appearance: none;
}

@font-face {
  font-family: 'NunitoSans-Regular';
  src: url('../fonts/NunitoSans-Regular.eot');
  src: local('Nunito Sans Regular'), local('NunitoSans-Regular'), url('../fonts/NunitoSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/NunitoSans-Regular.woff2') format('woff2'), url('../fonts/NunitoSans-Regular.woff') format('woff'), url('../fonts/NunitoSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NunitoSans-Bold';
  src: url('../fonts/NunitoSans-Bold.eot');
  src: local('Nunito Sans Bold'), local('NunitoSans-Bold'), url('../fonts/NunitoSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/NunitoSans-Bold.woff2') format('woff2'), url('../fonts/NunitoSans-Bold.woff') format('woff'), url('../fonts/NunitoSans-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'proxima_novaregular';
  src: url('../fonts/proximanova-regular-webfont.eot');
  src: url('../fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-regular-webfont.woff2') format('woff2'), url('../fonts/proximanova-regular-webfont.woff') format('woff'), url('../fonts/proximanova-regular-webfont.ttf') format('truetype'), url('../fonts/proximanova-regular-webfont.svg#proxima_novaregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  min-width: 305px;
  font: 16px/25px 'NunitoSans-Regular', sans-serif;
  width: 100%;
  color: #222222;
  background-color: #f5f5f5;
  -webkit-font-smoothing: subpixel-antialiased;
}

@media only screen and (max-width: 1024px) {
  body {
    padding-top: 60px;
  }
}

body * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

a {
  color: #222222;
  text-decoration: none;
}

.wraps_1170 {
  max-width: 1170px;
  margin: 0 auto;
}

.wraps_1920 {
  max-width: 1920px;
  margin: 0 auto;
}

.font_bold {
  font-family: 'NunitoSans-Bold';
}

strong,
b {
  font-family: 'NunitoSans-Bold';
}

.link-undeline {
  text-decoration: underline;
}

.link-undeline:hover {
  text-decoration: none;
}

.title_1h {
  color: #303030;
  font-family: 'NunitoSans-Bold';
  font-size: 40px;
  line-height: 55px;
}

@media only screen and (max-width: 1024px) {
  .title_1h {
    font-size: 32px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 480px) {
  .title_1h {
    font-size: 28px;
    line-height: 30px;
  }
}

.background-btn {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  font-size: 18px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  transition: all 0.3s;
  background: linear-gradient(270deg, #2ea667 0%, #39ab70 100%);
  outline: none;
  border: 0;
  cursor: pointer;
}

.background-btn:hover {
  background: linear-gradient(270deg, #1C6E4F 0%, #39ab70 100%);
}

.invisible-green {
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-family: 'NunitoSans-Bold';
  border: 1px solid #2ea667;
  background-color: #fff;
  transition: all 0.3s;
  color: #2ea667;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.invisible-green:hover {
  background-color: #2ea667;
  color: #fff;
}

.btn_border {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  font-size: 18px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  outline: none;
  border: 1px solid #f5f5f5;
  transition: all 0.3s;
}

.btn_border:hover {
  background-color: #fff;
  color: #4A4A4A;
}

@keyframes move10 {
  0% {
    left: 0;
  }

  100% {
    left: 10px;
  }
}

.slideDown-wrap {
  display: none;
}

.box-shadow-block {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}

.box-shadow-block:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

.custom-select {
  position: relative;
  user-select: none;
}

.custom-select span.selected {
  width: 100%;
  height: 40px;
  line-height: 38px;
  background-color: #fff;
  border: 1px solid #E0E0E0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #979797;
  padding-left: 12px;
  outline: none;
  cursor: pointer;
  display: inline-block;
}

.custom-select span.selected:after {
  content: '';
  border: solid #999999;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 14px;
  right: 12px;
}

.custom-select span.selected:hover {
  border-color: #2ea667;
}

.custom-select.open span.selected {
  border: 1px solid #2ea667;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.custom-select ul {
  width: 100%;
  height: auto;
  display: none;
  position: absolute;
  top: 39px;
  left: 0;
  z-index: 15;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  background-color: #fff;
  border: 1px solid #2ea667;
  border-top-color: #979797;
}

@media only screen and (max-width: 768px) {
  .custom-select ul {
    top: 39px;
  }
}

/* rahil */
.status-modified-container {
  display: flex;
  color: white;
  align-items: center;
  margin-left: 5px;
  border-radius: 25px;
  margin-right: 5px;
}
.status-modified-indicator {
  background: green;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  width: 10px;
  height: 10px;
  margin-left: 10px;
}
#status-modified-text {
  text-decoration: underline;
}


@media only screen and (max-width: 768px) {
  #status-modified-text {
    font-size: 13px;
  }
}

.custom-select ul li {
  line-height: 33px;
  padding: 0 12px;
  font-size: 14px;
  color: #979797;
  cursor: pointer;
}

.custom-select ul li:hover,
.custom-select ul li.current {
  background-color: #F0F0F0;
  color: #4A4A4A;
}

.mobile-only {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .mobile-only {
    display: inline-block !important;
  }
}

.switch-button {
  position: absolute;
}

.switch-button+label {
  display: inline-block;
  width: 60px;
  height: 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #F0F0F0;
  cursor: pointer;
  position: relative;
  transition: background 0.4s;
}

.switch-button+label:before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  background-color: #979797;
  position: absolute;
  top: 3px;
  left: 3px;
  transition: all 0.4s;
}

.switch-button:checked+label {
  background-color: #2ea667;
}

.switch-button:checked+label:before {
  background-color: #fff;
  transform: translateX(30px);
}

.scaleV {
  -moz-transform: scale(1, -1);
  -webkit-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
  filter: FlipV;
  -ms-filter: "FlipV";
}

.yotpo-no-reviews {
  display: none;
}

.pager ol {
  display: flex;
  justify-items: flex-start;
}

.pager ol li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.pager ol li a {
  color: #979797;
  display: inline-block;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  width: 100%;
  height: 100%;
}

.pager ol li a:hover {
  background-color: #F0F0F0;
}

.pager ol li.current {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: linear-gradient(270deg, #39ab70 0%, #2ea667 100%);
  color: #fff;
}

.pager ol li.next a:after,
.pager ol li.previous a:after {
  content: '';
  border: solid #979797;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  position: relative;
  top: -2px;
}

.pager ol li.next a:hover,
.pager ol li.previous a:hover {
  background-color: transparent;
}

.pager ol li.next a:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.pager ol li.previous a:after {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.fixed {
  position: fixed;
}

.error-page {
  width: 100%;
  height: auto;
  min-height: 356px;
  background-image: url('../images/error-page.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1440px) {
  .error-page {
    padding: 0 40px;
  }
}

@media only screen and (max-width: 768px) {
  .error-page {
    padding: 230px 20px 20px;
    min-height: auto;
    background-position: 75% 0;
    background-size: auto 70%;
  }
}

@media only screen and (max-width: 480px) {
  .error-page {
    background-position: 70% 0;
    background-size: auto 60%;
  }
}

.error-page-content {
  height: 100%;
  min-height: 356px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .error-page-content {
    min-height: auto;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    padding: 38px 30px 30px;
  }
}

@media only screen and (max-width: 480px) {
  .error-page-content {
    padding: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .error-page-content-btn {
    text-align: center;
  }
}

.error-page-content-btn a {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  font-size: 18px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  transition: all 0.3s;
  background: linear-gradient(270deg, #2ea667 0%, #39ab70 100%);
  outline: none;
  border: 0;
  cursor: pointer;
  display: inline-block;
  max-width: 135px;
}

.error-page-content-btn a:hover {
  background: linear-gradient(270deg, #1C6E4F 0%, #39ab70 100%);
}

.error-page h1 {
  font-family: 'NunitoSans-Bold';
  font-size: 60px;
  line-height: 64px;
  color: #303030;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1024px) {
  .error-page h1 {
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 768px) {
  .error-page h1 {
    font-size: 36px;
    line-height: 49px;
    margin-bottom: 10px;
    text-align: center;
  }
}

@media only screen and (max-width: 480px) {
  .error-page h1 {
    font-size: 28px;
    line-height: 38px;
  }
}

.error-page p {
  color: #303030;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1440px) {
  .error-page p {
    font-size: 18px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 1024px) {
  .error-page p {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .error-page p {
    text-align: center;
  }
}

@media only screen and (max-width: 480px) {
  .error-page p {
    margin-bottom: 20px;
  }
}

.disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

.loader {
  display: none;
}

.loader .contener_general {
  -webkit-animation: animball_two 1s infinite;
  -moz-animation: animball_two 1s infinite;
  -ms-animation: animball_two 1s infinite;
  animation: animball_two 1s infinite;
  width: 44px;
  height: 44px;
}

.loader .contener_mixte {
  width: 44px;
  height: 44px;
  position: absolute;
}

.loader .ballcolor {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.loader .ball_1,
.loader .ball_2,
.loader .ball_3,
.loader .ball_4 {
  position: absolute;
  -webkit-animation: animball_one 1s infinite ease;
  -moz-animation: animball_one 1s infinite ease;
  -ms-animation: animball_one 1s infinite ease;
  animation: animball_one 1s infinite ease;
}

.loader .ball_1 {
  background-color: #BE1E2D;
  top: 0;
  left: 0;
}

.loader .ball_2 {
  background-color: #F7941D;
  top: 0;
  left: 24px;
}

.loader .ball_3 {
  background-color: #1B75BC;
  top: 24px;
  left: 0;
}

.loader .ball_4 {
  background-color: #009444;
  top: 24px;
  left: 24px;
}

@-webkit-keyframes animball_one {
  0% {
    position: absolute;
  }

  50% {
    top: 12px;
    left: 12px;
    position: absolute;
    opacity: 0.5;
  }

  100% {
    position: absolute;
  }
}

@-moz-keyframes animball_one {
  0% {
    position: absolute;
  }

  50% {
    top: 12px;
    left: 12px;
    position: absolute;
    opacity: 0.5;
  }

  100% {
    position: absolute;
  }
}

@-ms-keyframes animball_one {
  0% {
    position: absolute;
  }

  50% {
    top: 12px;
    left: 12px;
    position: absolute;
    opacity: 0.5;
  }

  100% {
    position: absolute;
  }
}

@keyframes animball_one {
  0% {
    position: absolute;
  }

  50% {
    top: 12px;
    left: 12px;
    position: absolute;
    opacity: 0.5;
  }

  100% {
    position: absolute;
  }
}

@-webkit-keyframes animball_two {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
  }

  50% {
    -webkit-transform: rotate(360deg) scale(1.3);
  }

  100% {
    -webkit-transform: rotate(720deg) scale(1);
  }
}

@-moz-keyframes animball_two {
  0% {
    -moz-transform: rotate(0deg) scale(1);
  }

  50% {
    -moz-transform: rotate(360deg) scale(1.3);
  }

  100% {
    -moz-transform: rotate(720deg) scale(1);
  }
}

@-ms-keyframes animball_two {
  0% {
    -ms-transform: rotate(0deg) scale(1);
  }

  50% {
    -ms-transform: rotate(360deg) scale(1.3);
  }

  100% {
    -ms-transform: rotate(720deg) scale(1);
  }
}

@keyframes animball_two {
  0% {
    transform: rotate(0deg) scale(1);
  }

  50% {
    transform: rotate(360deg) scale(1.3);
  }

  100% {
    transform: rotate(720deg) scale(1);
  }
}

.main-header {
  background-color: #fff;
}

.main-header .wrap {
  max-width: 1170px;
  margin: 0 auto;
  min-width: 305px;
  height: 90px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
}

.main-header .wrap:after {
  content: '';
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
  position: absolute;
  top: 90px;
  left: 0;
}

@media only screen and (max-width: 1440px) {
  .main-header .wrap {
    height: 80px;
    padding: 0 20px;
  }

  .main-header .wrap:after {
    top: 80px;
  }
}

@media only screen and (max-width: 1024px) {
  .main-header .wrap {
    height: 60px;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
  }

  .main-header .wrap:after {
    top: 60px;
  }
}

.main-header .header-logo {
  margin-top: 8px;
}

@media only screen and (max-width: 1024px) {
  .main-header .header-logo {
    order: 2;
    margin-left: 20px;
  }
}

.main-header .header-menu {
  margin-left: 41px;
}

@media only screen and (max-width: 1440px) {
  .main-header .header-menu {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 1024px) {
  .main-header .header-menu {
    margin-left: 0;
    width: calc(100% - 240px);
    padding: 8px 0 8px 20px;
  }
}

@media only screen and (max-width: 480px) {
  .main-header .header-menu {
    width: 100%;
    padding: 8px 20px;
  }
}

.main-header .header-menu li {
  display: inline;
}

@media only screen and (max-width: 1024px) {
  .main-header .header-menu li {
    display: block;
    line-height: 43px;
  }
}

.main-header .header-menu li.active {
  font-family: 'NunitoSans-Bold';
}

.main-header .header-menu li:hover:not(.active) a {
  color: #39ab70;
}

.main-header .header-menu li:not(:last-child) {
  margin-right: 27px;
}

@media only screen and (max-width: 1440px) {
  .main-header .header-menu li:not(:last-child) {
    margin-right: 17px;
  }
}

@media only screen and (max-width: 1024px) {
  .main-header .header-menu li:not(:last-child) {
    margin-right: 0;
  }
}

.main-header .header-menu li:nth-child(3):after {
  display: inline-block;
  content: '';
  width: 1px;
  height: 16px;
  background-color: #979797;
  margin-left: 29px;
  position: relative;
  top: 4px;
}

@media only screen and (max-width: 1440px) {
  .main-header .header-menu li:nth-child(3):after {
    margin-left: 21px;
  }
}

@media only screen and (max-width: 1024px) {
  .main-header .header-menu li:nth-child(3):after {
    top: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ebebeb;
    margin: 8px 0;
  }
}

.main-header .header-card {
  margin-left: 20px;
  white-space: nowrap;
  position: relative;
}

.main-header .header-card:hover a,
.main-header .header-card:hover i {
  color: #39ab70;
}

.main-header .header-card a {
  font-family: 'NunitoSans-Bold';
}

.main-header .header-card a .card-sum-sx {
  display: none;
}

@media only screen and (max-width: 480px) {
  .main-header .header-card a {
    font-size: 0;
    position: relative;
    top: 4px;
  }

  .main-header .header-card a .card-sum-sx {
    position: absolute;
    top: -26px;
    right: -8px;
    background-color: #2ea667;
    font-family: 'NunitoSans-Bold';
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    color: #fff;
    padding: 0 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.main-header .header-card a.open {
  color: #39ab70 !important;
}

.main-header .header-card a.open i {
  color: #39ab70 !important;
}

@media only screen and (max-width: 1440px) {
  .main-header .header-card {
    margin-left: 19px;
  }
}

@media only screen and (max-width: 1024px) {
  .main-header .header-card {
    order: 3;
    margin-left: 0;
  }
}

.main-header .header-card i {
  font-size: 18px;
  margin-right: 6px;
}

@media only screen and (max-width: 1440px) {
  .main-header .header-card i {
    margin-right: 5px;
  }
}

@media only screen and (max-width: 480px) {
  .main-header .header-card i {
    font-size: 24px;
    margin-right: 0;
  }
}

.main-header .header-card-dropdown {
  opacity: 0;
  position: absolute;
  top: 58px;
  right: 0;
  background-color: #fff;
  width: 370px;
  height: auto;
  z-index: 21;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  display: none;
}

.main-header .header-card-dropdown.open {
  opacity: 1;
  display: block;
}

@media only screen and (max-width: 1440px) {
  .main-header .header-card-dropdown {
    top: 53px;
  }
}

@media only screen and (max-width: 1024px) {
  .main-header .header-card-dropdown {
    top: 43px;
  }
}

@media only screen and (max-width: 768px) {
  .main-header .header-card-dropdown {
    top: 61px;
    position: fixed;
    width: 100%;
    min-width: 480px;
    left: 0;
    right: 0;
  }
}

@media only screen and (max-width: 480px) {
  .main-header .header-card-dropdown {
    min-width: 320px;
  }
}

.main-header .header-card-title {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-family: 'NunitoSans-Bold';
  background-color: #FAFAFA;
  color: #979797;
  padding: 0 20px;
}

.main-header .header-card-view-btn {
  margin: 10px 20px 20px;
}

.main-header .header-card-view-btn a {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  font-size: 18px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  transition: all 0.3s;
  background: linear-gradient(270deg, #2ea667 0%, #39ab70 100%);
  outline: none;
  border: 0;
  cursor: pointer;
  display: block;
  color: #fff !important;
}

.main-header .header-card-view-btn a:hover {
  background: linear-gradient(270deg, #1C6E4F 0%, #39ab70 100%);
}

.main-header .header-card-items {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}

.main-header .header-card-items-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 80px;
  margin: 10px 0 0;
  padding-bottom: 10px;
}

.main-header .header-card-items-wrap:not(:last-of-type) {
  border-bottom: 1px solid #EEEEEE;
}

.main-header .header-card-items-wrap>span {
  display: none;
}

.main-header .header-card-items-img {
  position: absolute;
  left: 0;
  top: 0;
}

.main-header .header-card-items-img img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}

.main-header .header-card-items-remove {
  position: absolute !important;
  top: 8px;
  right: 0;
}

.main-header .header-card-items-remove i {
  margin-right: 0;
  color: #F4435A !important;
}

.main-header .header-card-items-name {
  margin-left: 100px;
  width: 100%;
  font-family: 'NunitoSans-Bold';
  margin-top: 5px;
  white-space: normal;
  padding-right: 18px;
}

.main-header .header-card-items-description {
  margin-left: 100px;
  width: 100%;
  font-size: 12px;
  margin-top: -10px;
}

.main-header .header-card-items-qty {
  margin-left: 100px;
  font-size: 14px;
}

.main-header .header-card-items-qty span {
  font-family: 'NunitoSans-Bold';
}

.main-header .header-card-items-price {
  font-size: 14px;
  font-family: 'NunitoSans-Bold';
  color: #2ea667;
}

.main-header .header-account {
  margin-left: auto;
}

@media only screen and (max-width: 1024px) {
  .main-header .header-account {
    margin-left: 0;
  }
}

@media only screen and (max-width: 480px) {
  .main-header .header-account {
    width: 100%;
  }
}

.main-header .header-account i {
  margin-right: 6px;
  font-size: 18px;
  position: relative;
  top: 1px;
}

.main-header .header-account a.login {
  display: inline-block;
  width: 137px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #2ea667;
  text-align: center;
  font-family: 'NunitoSans-Bold';
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

@media only screen and (max-width: 1024px) {
  .main-header .header-account a.login {
    background-color: #fff;
    margin: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .main-header .header-account a.login {
    margin: 0 20px 20px;
  }
}

.main-header .header-account a.login:hover {
  background-color: #2ea667;
  color: #fff;
}

.main-header .header-account a.login:hover i {
  color: #fff;
}

.main-header .header-account-menu {
  display: inline-block;
  width: 137px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #2ea667;
  text-align: center;
  font-family: 'NunitoSans-Bold';
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  position: relative;
}

@media only screen and (min-width: 1024px) {
  .main-header .header-account-menu:hover .header-account-menu-wrap {
    display: block;
  }
}

@media only screen and (max-width: 1024px) {
  .main-header .header-account-menu {
    border: 0;
    font-size: 0;
    width: 0;
    height: auto;
    line-height: 0;
  }

  .main-header .header-account-menu .fa-user-alt,
  .main-header .header-account-menu .fa-angle-down {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .main-header .header-account-menu {
    width: 100%;
  }
}

.main-header .header-account-menu-wrap {
  position: absolute;
  top: 36px;
  z-index: 11;
  right: -60px;
  width: 240px;
  background-color: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: left;
  display: none;
}

@media only screen and (max-width: 1024px) {
  .main-header .header-account-menu-wrap {
    display: block;
    position: relative;
    top: 0;
    right: 0;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}

@media only screen and (max-width: 480px) {
  .main-header .header-account-menu-wrap {
    width: 100%;
  }
}

.main-header .header-account-menu-wrap:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #4A4A4A;
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .main-header .header-account-menu-wrap:before {
    display: none;
  }
}

.main-header .header-account-menu-header {
  background-color: #4A4A4A;
  padding: 20px;
  text-align: center;
  margin-bottom: 15px;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}

@media only screen and (max-width: 1024px) {
  .main-header .header-account-menu-header {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}

@media only screen and (max-width: 480px) {
  .main-header .header-account-menu-header {
    text-align: left;
  }
}

.main-header .header-account-menu-name {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 16px;
  font-family: 'NunitoSans-Bold';
  color: #fff;
}

.main-header .header-account-menu-email {
  font-family: 'proxima_novaregular';
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 12px;
  color: #979797;
}

.main-header .header-account-menu-btn a {
  max-width: 146px;
  display: inline-block;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  font-size: 18px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  transition: all 0.3s;
  background: linear-gradient(270deg, #2ea667 0%, #39ab70 100%);
  outline: none;
  border: 0;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}

.main-header .header-account-menu-btn a:hover {
  background: linear-gradient(270deg, #1C6E4F 0%, #39ab70 100%);
}

.main-header .header-account-menu-link {
  padding: 0 20px 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #F0F0F0;
}

.main-header .header-account-menu-link li {
  font-size: 14px;
  line-height: 18px;
}

.main-header .header-account-menu-link li a {
  color: #4A4A4A;
}

.main-header .header-account-menu-link li:not(:last-child) {
  margin-bottom: 10px;
}

.main-header .header-account-menu-link li a:hover {
  color: #2ea667;
}

.main-header .header-account-menu-exit {
  padding: 0 20px 15px;
  font-size: 14px;
  line-height: 14px;
}

.main-header .header-account-menu-exit a {
  color: #4A4A4A;
}

.main-header .header-account-menu-exit a:hover {
  color: #2ea667;
}

.main-header .open_menu {
  display: none;
  order: 1;
  font-family: 'NunitoSans-Bold';
}

@media only screen and (max-width: 480px) {
  .main-header .open_menu {
    font-size: 0;
    margin-top: 8px;
  }
}

.main-header .open_menu>div {
  position: relative;
  width: 16px;
  display: inline-block;
  margin-right: 5px;
}

@media only screen and (max-width: 480px) {
  .main-header .open_menu>div {
    width: 21px;
  }
}

.main-header .open_menu>div span {
  display: block;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 2px;
  background: #222222;
  transition: all 0.3s;
  position: relative;
}

.main-header .open_menu>div span+span {
  margin-top: 4px;
}

@media only screen and (max-width: 480px) {
  .main-header .open_menu>div span+span {
    margin-top: 5px;
  }
}

@keyframes top {
  0% {
    top: 0;
    transform: rotate(0);
  }

  50% {
    top: 7px;
    transform: rotate(0);
  }

  100% {
    top: 7px;
    transform: rotate(45deg);
  }
}

@keyframes top-2 {
  0% {
    top: 7px;
    transform: rotate(45deg);
  }

  50% {
    top: 7px;
    transform: rotate(0deg);
  }

  100% {
    top: 0;
    transform: rotate(0deg);
  }
}

@keyframes scaled {
  50% {
    transform: scale(0);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes scaled-2 {
  0% {
    transform: scale(0);
  }

  50% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes bottom {
  0% {
    bottom: 0;
    transform: rotate(0);
  }

  50% {
    bottom: 5px;
    transform: rotate(0);
  }

  100% {
    bottom: 5px;
    transform: rotate(135deg);
  }
}

@keyframes bottom-2 {
  0% {
    bottom: 5px;
    transform: rotate(135deg);
  }

  50% {
    bottom: 5px;
    transform: rotate(0);
  }

  100% {
    bottom: 0;
    transform: rotate(0);
  }
}

.main-header .open_menu.active div span:nth-child(1) {
  animation: ease 0.7s top forwards;
}

.main-header .open_menu.not-active div span:nth-child(1) {
  animation: ease 0.7s top-2 forwards;
}

.main-header .open_menu.active div span:nth-child(2) {
  animation: ease 0.7s scaled forwards;
}

.main-header .open_menu.not-active div span:nth-child(2) {
  animation: ease 0.7s scaled-2 forwards;
}

.main-header .open_menu.active div span:nth-child(3) {
  animation: ease 0.7s bottom forwards;
}

.main-header .open_menu.not-active div span:nth-child(3) {
  animation: ease 0.7s bottom-2 forwards;
}

@media only screen and (max-width: 1024px) {
  .main-header .open_menu {
    display: inline-block;
  }
}

.main-header .mobile-menu {
  display: flex;
  align-items: center;
  align-self: center;
  flex-basis: calc(100% - 100px);
}

@media only screen and (max-width: 1024px) {
  .main-header .mobile-menu {
    width: 100%;
    background-color: #FAFAFA;
    flex-direction: row;
    align-items: flex-start;
    position: absolute;
    left: 0;
    top: 61px;
    z-index: 21;
    opacity: 0;
    -webkit-transform: perspective(500px) translateX(-100%);
    transform: perspective(500px) translateX(-100%);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  }

  .main-header .mobile-menu.open {
    opacity: 1;
    transition: all 0.3s;
    transform: perspective(500px) translateX(0);
  }
}

@media only screen and (max-width: 480px) {
  .main-header .mobile-menu {
    flex-direction: column;
  }
}

.footer-banner {
  width: 100%;
  height: auto;
  background: url('../images/sample-pack-block-1.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 52px 0;
  max-width: 1920px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .footer-banner {
    padding: 28px 30px;
  }
}

@media only screen and (max-width: 480px) {
  .footer-banner {
    padding: 36px 20px;
    background-position: left center;
  }
}

.footer-banner-wrap {
  max-width: 575px;
  margin: 0 auto;
  position: relative;
}

.footer-banner-wrap:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.8;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.footer-banner-content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 31px 56px;
}

@media only screen and (max-width: 768px) {
  .footer-banner-content {
    padding: 31px 40px;
  }
}

@media only screen and (max-width: 480px) {
  .footer-banner-content {
    padding: 29px 20px;
  }
}

.footer-banner-content h2 {
  color: #303030;
  font-size: 32px;
  line-height: 40px;
  font-family: 'NunitoSans-Bold';
  margin-bottom: 19px;
}

@media only screen and (max-width: 768px) {
  .footer-banner-content h2 {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .footer-banner-content h2 {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 24px;
  }
}

.footer-banner-content p {
  font-size: 18px;
  line-height: 28px;
  color: #303030;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .footer-banner-content p {
    text-align: center;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .footer-banner-content p {
    font-size: 16px;
    line-height: 24px;
  }
}

.footer-banner-content a {
  display: inline-block;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  font-size: 18px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  transition: all 0.3s;
  background: linear-gradient(270deg, #2ea667 0%, #39ab70 100%);
  outline: none;
  border: 0;
  cursor: pointer;
  max-width: 243px;
}

.footer-banner-content a:hover {
  background: linear-gradient(270deg, #1C6E4F 0%, #39ab70 100%);
}

.email-subscribers {
  padding: 70px 0;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #fff;
}

@media only screen and (max-width: 1440px) {
  .email-subscribers {
    padding: 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .email-subscribers {
    padding: 0;
  }
}

.email-subscribers .wrap {
  max-width: 1170px;
  margin: 0 auto;
  background-color: #eeba3f;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 28px 40px 27px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 1024px) {
  .email-subscribers .wrap {
    justify-content: center;
    flex-direction: column;
    padding: 41px 0;
    border-radius: 0;
  }
}

@media only screen and (max-width: 480px) {
  .email-subscribers .wrap {
    padding: 40px 20px;
  }
}

.email-subscribers-title h2 {
  font-family: 'NunitoSans-Bold';
  font-size: 32px;
  line-height: 40px;
  color: #303030;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .email-subscribers-title h2 {
    letter-spacing: -0.9px;
    margin-bottom: 2px;
  }
}

@media only screen and (max-width: 480px) {
  .email-subscribers-title h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 5px;
    text-align: center;
  }
}

.email-subscribers-title p {
  font-size: 24px;
  color: #4A4A4A;
}

@media only screen and (max-width: 1024px) {
  .email-subscribers-title p {
    text-align: center;
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 768px) {
  .email-subscribers-title p {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .email-subscribers-title p {
    font-size: 18px;
    line-height: 25px;
  }
}

.email-subscribers-form {
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .email-subscribers-form {
    margin-right: 27px;
  }
}

@media only screen and (max-width: 768px) {
  .email-subscribers-form {
    margin-right: 0;
  }
}

.email-subscribers-form input {
  font-size: 16px;
  color: #4A4A4A;
  width: 310px;
  height: 50px;
  padding: 0 130px 0 30px;
  background-color: #fff;
  border: 0;
  outline: none;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  border-radius: 36px;
}

@media only screen and (max-width: 1440px) {
  .email-subscribers-form input {
    width: 233px;
  }
}

@media only screen and (max-width: 1024px) {
  .email-subscribers-form input {
    width: 240px;
  }
}

@media only screen and (max-width: 768px) {
  .email-subscribers-form input {
    width: 260px;
  }
}

@media only screen and (max-width: 480px) {
  .email-subscribers-form input {
    width: 100%;
    margin-bottom: 10px;
    padding: 16px 30px;
  }
}

.email-subscribers-form button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  font-size: 18px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  transition: all 0.3s;
  background: linear-gradient(270deg, #2ea667 0%, #39ab70 100%);
  outline: none;
  border: 0;
  cursor: pointer;
  max-width: 125px;
}

.email-subscribers-form button:hover {
  background: linear-gradient(270deg, #1C6E4F 0%, #39ab70 100%);
}

@media only screen and (max-width: 480px) {
  .email-subscribers-form button {
    max-width: 100%;
    width: 100%;
    position: relative;
  }
}

footer {
  width: 100%;
  background-color: #3f434a;
  overflow: auto;
}

footer .wrap {
  max-width: 1170px;
  margin: 0 auto;
}

footer .footer-logo {
  margin: 50px 0 42px;
  text-align: center;
}

@media only screen and (max-width: 1440px) {
  footer .footer-logo {
    margin: 40px 0 32px;
  }
}

@media only screen and (max-width: 1024px) {
  footer .footer-logo {
    text-align: left;
    padding-left: 30px;
  }
}

@media only screen and (max-width: 480px) {
  footer .footer-logo {
    padding-left: 20px;
  }
}

footer .footer-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 55px;
}

@media only screen and (max-width: 1440px) {
  footer .footer-menu {
    padding: 0 80px 0 40px;
  }
}

@media only screen and (max-width: 1024px) {
  footer .footer-menu {
    padding: 0 0 0 40px;
  }

  footer .footer-menu div {
    flex-basis: 50%;
  }

  footer .footer-menu div:nth-child(1) {
    order: 1;
    margin-bottom: 41px;
  }

  footer .footer-menu div:nth-child(2) {
    order: 3;
  }

  footer .footer-menu div:nth-child(3) {
    order: 2;
    margin-bottom: 41px;
  }

  footer .footer-menu div:nth-child(4) {
    order: 4;
  }
}

@media only screen and (max-width: 768px) {
  footer .footer-menu {
    flex-direction: column;
  }

  footer .footer-menu div {
    flex-basis: 100%;
    order: 1 !important;
  }

  footer .footer-menu div:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 480px) {
  footer .footer-menu {
    padding: 0 0 0 20px;
  }
}

footer .footer-menu ul {
  margin-top: 25px;
}

@media only screen and (max-width: 1024px) {
  footer .footer-menu ul {
    margin-top: 9px;
  }
}

@media only screen and (min-width: 768px) {
  footer .footer-menu ul {
    display: block !important;
  }
}

@media only screen and (max-width: 768px) {
  footer .footer-menu ul {
    display: none;
  }
}

footer .footer-menu li {
  line-height: 36px;
}

footer .footer-menu a {
  color: #CECECE;
}

footer .footer-menu a:hover {
  color: #f7f7f8;
}

footer .footer-menu a.accordion {
  font-size: 20px;
  position: relative;
  font-family: 'NunitoSans-Bold';
}

@media only screen and (min-width: 768px) {
  footer .footer-menu a.accordion {
    cursor: default;
  }

  footer .footer-menu a.accordion:hover {
    color: #CECECE;
  }
}

@media only screen and (max-width: 768px) {
  footer .footer-menu a.accordion:after {
    content: '';
    width: 7px;
    height: 7px;
    border-style: solid;
    border-color: #CECECE;
    transition: 0.2s ease;
    display: inline-block;
    border-width: 2px 2px 0 0;
    transform: rotate(130deg);
    position: absolute;
    top: 7px;
    right: -28px;
  }

  footer .footer-menu a.accordion.open:after {
    top: 12px;
    transform: rotate(-45deg);
  }
}

footer .footer-bottom {
  margin-top: 40px;
  position: relative;
}

footer .footer-bottom .wrap {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1440px) {
  footer .footer-bottom .wrap {
    padding: 0 34px;
  }
}

@media only screen and (max-width: 768px) {
  footer .footer-bottom .wrap {
    flex-direction: column;
    align-items: baseline;
  }
}

@media only screen and (max-width: 480px) {
  footer .footer-bottom .wrap {
    padding: 0 20px;
  }
}

footer .footer-bottom:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #54575d;
  position: absolute;
  top: 0;
  left: 0;
}

footer .footer-bottom .copyright {
  margin: 25px 0;
  color: #CECECE;
  font-size: 12px;
  line-height: 18px;
}

@media only screen and (max-width: 1024px) {
  footer .footer-bottom .copyright {
    flex-basis: 50%;
  }
}

@media only screen and (max-width: 768px) {
  footer .footer-bottom .copyright {
    width: 80%;
    flex-basis: 100%;
  }
}

footer .footer-bottom .tems {
  margin-left: auto;
}

@media only screen and (max-width: 768px) {
  footer .footer-bottom .tems {
    margin-left: 0;
    margin-bottom: 25px;
  }
}

footer .footer-bottom .tems>a:first-child {
  margin-right: 24px;
}

footer .footer-bottom .tems a {
  color: #CECECE;
  font-size: 12px;
}

footer .footer-bottom .tems a:hover {
  color: #f7f7f8;
}

.home-page-banner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  height: auto;
  background: url('../images/Chip Banner.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 104px 0 40px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

@media only screen and (max-width: 1440px) {
  .home-page-banner {
    padding: 104px 40px 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .home-page-banner {
    padding: 61px 30px 28px;
    background-position: 40% center;
  }
}

@media only screen and (max-width: 768px) {
  .home-page-banner {
    padding: 0 40px;
    background-position: right center;
    height: 400px;
    margin-bottom: 150px;
  }
}

@media only screen and (max-width: 480px) {
  .home-page-banner {
    padding: 0 10px;
    height: 250px;
    margin-bottom: 160px;
  }
}

.home-page-banner .wrap {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
}

.home-page-banner .wrap svg {
  position: absolute;
  top: -88px;
  left: -108px;
}

@media only screen and (max-width: 1024px) {
  .home-page-banner .wrap svg {
    display: none;
  }
}

.home-page-banner .content {
  width: 44%;
  position: relative;
}

.home-page-banner .content:after {
  content: '';
  background-image: url('../images/Hero__lines.svg');
  display: inline-block;
  width: 554px;
  height: 308px;
  position: absolute;
  top: -80px;
  left: -90px;
}

@media only screen and (max-width: 1440px) {
  .home-page-banner .content {
    width: 60%;
  }
}

@media only screen and (max-width: 1024px) {
  .home-page-banner .content {
    width: 74%;
  }

  .home-page-banner .content:after {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .home-page-banner .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    top: 200px;
    padding: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .home-page-banner .content {
    padding: 10px;
    top: 120px;
  }
}

.home-page-banner .content h1 {
  font-size: 60px;
  line-height: 64px;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  width: 85%;
}

@media only screen and (max-width: 1440px) {
  .home-page-banner .content h1 {
    width: 67%;
  }
}

@media only screen and (max-width: 1270px) {
  .home-page-banner .content h1 {
    width: 80%;
  }
}

@media only screen and (max-width: 1024px) {
  .home-page-banner .content h1 {
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 768px) {
  .home-page-banner .content h1 {
    text-align: center;
    color: #303030;
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .home-page-banner .content h1 {
    font-size: 36px;
    line-height: 36px;
  }
}

.home-page-banner .content p {
  color: #EFEFEF;
  margin-top: 14px;
  line-height: 23px;
}

@media only screen and (max-width: 1024px) {
  .home-page-banner .content p {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .home-page-banner .content p {
    text-align: center;
    color: #303030;
  }
}

.home-page-banner .content a.shop {
  display: inline-block;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  font-size: 18px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  transition: all 0.3s;
  background: linear-gradient(270deg, #2ea667 0%, #39ab70 100%);
  outline: none;
  border: 0;
  cursor: pointer;
  max-width: 280px;
  font-family: 'NunitoSans-Bold';
  margin-right: 17px;
  margin-top: 40px;
}

.home-page-banner .content a.shop:hover {
  background: linear-gradient(270deg, #1C6E4F 0%, #39ab70 100%);
}

@media only screen and (max-width: 1024px) {
  .home-page-banner .content a.shop {
    margin-top: 19px;
  }
}

@media only screen and (max-width: 768px) {
  .home-page-banner .content a.shop {
    margin-right: 0;
  }
}

.home-page-banner .content a.get {
  display: inline-block;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  font-size: 18px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  outline: none;
  border: 1px solid #f5f5f5;
  transition: all 0.3s;
  font-family: 'NunitoSans-Bold';
  max-width: 200px;
}

.home-page-banner .content a.get:hover {
  background-color: #fff;
  color: #4A4A4A;
}

@media only screen and (max-width: 768px) {
  .home-page-banner .content a.get {
    margin-top: 20px;
    border-color: #303030;
    color: #303030;
  }
}

.home-icons-shipping {
  overflow: hidden;
  background-color: #fff;
  max-width: 1920px;
  margin: 0 auto;
}

@media only screen and (max-width: 1440px) {
  .home-icons-shipping {
    padding: 0 60px 86px;
  }
}

@media only screen and (max-width: 1024px) {
  .home-icons-shipping {
    padding: 0 91px 86px;
  }
}

@media only screen and (max-width: 768px) {
  .home-icons-shipping {
    padding: 0 105px 60px;
  }
}

@media only screen and (max-width: 480px) {
  .home-icons-shipping {
    padding: 0 25px 40px;
  }
}

.home-icons-shipping .wrap {
  max-width: 1170px;
  margin: 0 auto;
  overflow: hidden;
}

.home-icons-shipping .icons-shipping-slider {
  margin: 80px 0;
  display: flex;
  justify-content: space-between;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  width: 100%;
  position: relative;
}

@media only screen and (max-width: 1440px) {
  .home-icons-shipping .icons-shipping-slider {
    margin: 60px 0;
  }
}

@media only screen and (max-width: 768px) {
  .home-icons-shipping .icons-shipping-slider {
    margin: 40px 0;
  }
}

.home-icons-shipping .icons-shipping-name {
  font-size: 20px;
  font-family: 'NunitoSans-Bold';
  color: #08080D;
  margin-top: 23px;
}

.home-icons-shipping .icons-shipping-name:after {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  background-color: #EEBC2A;
  margin: 16px auto;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.home-icons-shipping .icons-shipping-description {
  line-height: 25px;
  color: #4A4A4A;
  padding: 0 32px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

@media only screen and (max-width: 1440px) {
  .home-icons-shipping .icons-shipping-description {
    padding: 0 28px;
  }
}

@media only screen and (max-width: 768px) {
  .home-icons-shipping .icons-shipping-description {
    padding: 0;
  }
}

.home-icons-shipping .icons-shipping-pagination {
  position: absolute;
  left: 0;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 1440px) {
  .home-icons-shipping .icons-shipping-pagination {
    display: none;
  }
}

.home-icons-shipping .icons-shipping-pagination span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #D8D8D8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}

.home-icons-shipping .icons-shipping-pagination span:not(:last-child) {
  margin-right: 8px;
}

.home-icons-shipping .icons-shipping-pagination span.swiper-pagination-bullet-active {
  width: 14px;
  height: 14px;
  background-color: #4A4A4A;
}

.home-icons-shipping .item {
  flex-basis: 25%;
  text-align: center;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  user-select: none;
}

.home-icons-shipping .item:not(:last-child) {
  margin-right: 30px;
}

.home-icons-shipping .item:before {
  content: url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg' fill='none'><path d='M141 71c0-38.66-31.34-70-70-70S1 32.34 1 71' stroke='rgb(220, 220, 220)' stroke-width='2' /></svg>");
  display: inline-block;
  width: 142px;
  height: 71px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -69px;
}

.home-icons-shipping .item img {
  margin-top: 36px;
}

@media only screen and (max-width: 1440px) {
  .home-icons-shipping .item {
    flex-basis: auto;
    flex-shrink: 0;
  }

  .home-icons-shipping .item:not(:last-child) {
    margin-right: 0;
  }
}

.home-shop-by-material {
  background-color: #FAFAFA;
  padding: 70px 0;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
}

@media only screen and (max-width: 1440px) {
  .home-shop-by-material {
    padding: 60px 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .home-shop-by-material {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 768px) {
  .home-shop-by-material {
    padding: 40px 30px;
  }
}

@media only screen and (max-width: 480px) {
  .home-shop-by-material {
    padding: 40px 20px;
  }
}

.home-shop-by-material .wrap {
  max-width: 1170px;
  margin: 0 auto;
}

.home-shop-by-material .wrap h2 {
  text-align: center;
  font-family: 'NunitoSans-Bold';
  font-size: 40px;
  color: #303030;
  margin-bottom: 26px;
}

@media only screen and (max-width: 1024px) {
  .home-shop-by-material .wrap h2 {
    font-size: 32px;
    margin-bottom: 6px;
  }
}

@media only screen and (max-width: 480px) {
  .home-shop-by-material .wrap h2 {
    margin-bottom: 0;
  }
}

.home-shop-by-material .wrap p {
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #4A4A4A;
}

@media only screen and (max-width: 1024px) {
  .home-shop-by-material .wrap p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 768px) {
  .home-shop-by-material .wrap p {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 480px) {
  .home-shop-by-material .wrap p {
    padding: 0;
    line-height: 27px;
  }
}

.home-shop-by-material .shop-by-material-wrap {
  display: flex;
  margin-top: 70px;
  position: relative;
}

@media only screen and (max-width: 1440px) {
  .home-shop-by-material .shop-by-material-wrap {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 1024px) {
  .home-shop-by-material .shop-by-material-wrap {
    margin-top: 40px;
    padding: 0 90px;
  }
}

@media only screen and (max-width: 768px) {
  .home-shop-by-material .shop-by-material-wrap {
    padding: 0 80px;
  }
}

@media only screen and (max-width: 480px) {
  .home-shop-by-material .shop-by-material-wrap {
    margin-top: 20px;
    padding: 0;
  }
}

.home-shop-by-material .shop-by-material-item {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  width: 370px;
  text-align: center;
  overflow: hidden;
}

.home-shop-by-material .shop-by-material-item:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

.home-shop-by-material .shop-by-material-item:not(:last-child) {
  margin-right: 30px;
}

@media only screen and (max-width: 1024px) {
  .home-shop-by-material .shop-by-material-item {
    flex-shrink: 0;
    width: 280px;
  }
}

.home-shop-by-material .shop-by-material-item h3 {
  font-size: 20px;
  font-family: 'NunitoSans-Bold';
  color: #303030;
  margin-top: 26px;
}

.home-shop-by-material .shop-by-material-item p {
  font-size: 16px;
  line-height: 25px;
  margin-top: 12px;
  padding: 0 33px;
  height: 75px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.home-shop-by-material .shop-by-material-item a {
  max-width: 126px;
  margin: 14px 0 29px 0;
}

.home-shop-by-material .shop-by-material-item a:hover {
  background-color: #2ea667;
  color: #fff;
}

.home-shop-by-material .shop-by-material-item:hover .shop-by-material-images:after {
  content: '';
  width: 0;
  height: 1px;
  background-color: #EEBC2A;
  position: absolute;
  bottom: 0;
  left: 0;
  animation: ease 0.7s width forwards;
}

.home-shop-by-material .shop-by-material-item:hover .shop-by-material-images:before {
  content: '';
  width: 0;
  height: 1px;
  background-color: #EEBC2A;
  position: absolute;
  bottom: 0;
  right: 0;
  animation: ease 0.5s width forwards;
}

@keyframes width {
  0% {
    width: 0;
  }

  100% {
    width: 50%;
  }
}

.home-shop-by-material .shop-by-material-pegination {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 1024px) {
  .home-shop-by-material .shop-by-material-pegination {
    display: none;
  }
}

.home-shop-by-material .shop-by-material-pegination span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #D8D8D8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}

.home-shop-by-material .shop-by-material-pegination span:not(:last-child) {
  margin-right: 8px;
}

.home-shop-by-material .shop-by-material-pegination span.swiper-pagination-bullet-active {
  background-color: #303030;
  width: 14px;
  height: 14px;
}

.home-shop-by-material .shop-by-material-images {
  box-shadow: 0 1px 5px rgba(206, 206, 206, 0.5);
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  height: 219px;
  position: relative;
}

@media only screen and (max-width: 480px) {
  .home-shop-by-material .shop-by-material-images {
    height: 240px;
  }

  .home-shop-by-material .shop-by-material-images img {
    width: 100%;
  }
}

.home-shop-by-material .shop-by-material-images img {
  object-fit: cover;
  -o-object-fit: cover;
}

.home-shop-by-style {
  background-color: #F0F0F0;
  padding: 70px 0;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
}

@media only screen and (max-width: 1440px) {
  .home-shop-by-style {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 768px) {
  .home-shop-by-style {
    padding: 40px 0;
  }
}

@media only screen and (max-width: 480px) {
  .home-shop-by-style {
    padding: 40px 20px;
  }
}

.home-shop-by-style>h2 {
  font-size: 40px;
  font-family: 'NunitoSans-Bold';
  padding: 0 10px;
  color: #303030;
  text-align: center;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1024px) {
  .home-shop-by-style>h2 {
    font-size: 32px;
    margin-bottom: 7px;
  }
}

@media only screen and (max-width: 480px) {
  .home-shop-by-style>h2 {
    font-size: 28px;
    line-height: 30px;
    padding: 0;
    margin-bottom: 5px;
  }
}

.home-shop-by-style>p {
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #4A4A4A;
  padding: 0 10px;
}

@media only screen and (max-width: 1024px) {
  .home-shop-by-style>p {
    font-size: 18px;
    line-height: 27px;
  }
}

@media only screen and (max-width: 480px) {
  .home-shop-by-style>p {
    padding: 0;
  }
}

.home-shop-by-style .shop-by-style-slider {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
  list-style: none;
}

@media only screen and (max-width: 1440px) {
  .home-shop-by-style .shop-by-style-slider {
    padding-left: 120px;
  }
}

@media only screen and (max-width: 1024px) {
  .home-shop-by-style .shop-by-style-slider {
    padding-left: 83px;
  }
}

@media only screen and (max-width: 768px) {
  .home-shop-by-style .shop-by-style-slider {
    padding-left: 94px;
  }
}

@media only screen and (max-width: 480px) {
  .home-shop-by-style .shop-by-style-slider {
    padding-left: 0;
  }
}

.home-shop-by-style .shop-by-style-wrap {
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  width: 100%;
  position: relative;
  margin-top: 70px;
}

@media only screen and (max-width: 1440px) {
  .home-shop-by-style .shop-by-style-wrap {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 1024px) {
  .home-shop-by-style .shop-by-style-wrap {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 480px) {
  .home-shop-by-style .shop-by-style-wrap {
    margin-top: 18px;
  }
}

.home-shop-by-style .shop-by-style-pegination {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 1024px) {
  .home-shop-by-style .shop-by-style-pegination {
    margin-top: 42px;
  }
}

.home-shop-by-style .shop-by-style-pegination span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #D8D8D8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}

.home-shop-by-style .shop-by-style-pegination span:not(:last-child) {
  margin-right: 8px;
}

.home-shop-by-style .shop-by-style-pegination span.swiper-pagination-bullet-active {
  background-color: #303030;
  width: 14px;
  height: 14px;
}

.home-shop-by-style .shop-by-style-item {
  transition-property: -webkit-transform;
  transition-property: transform;
  flex-shrink: 0;
  background-color: #fff;
  text-align: center;
  transition: all 0.3s;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  width: 270px;
  overflow: hidden;
}

@media only screen and (max-width: 1440px) {
  .home-shop-by-style .shop-by-style-item {
    width: 250px !important;
  }
}

@media only screen and (max-width: 768px) {
  .home-shop-by-style .shop-by-style-item {
    width: 270px !important;
  }
}

.home-shop-by-style .shop-by-style-item:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

.home-shop-by-style .shop-by-style-item:hover .invisible-green {
  background-color: #39ab70;
  color: #fff;
}

.home-shop-by-style .shop-by-style-item:hover .shop-by-style-item-img:after {
  content: '';
  width: 0;
  height: 1px;
  background-color: #EEBC2A;
  position: absolute;
  bottom: 0;
  left: 0;
  animation: ease 0.7s width forwards;
}

.home-shop-by-style .shop-by-style-item:hover .shop-by-style-item-img:before {
  content: '';
  width: 0;
  height: 1px;
  background-color: #EEBC2A;
  position: absolute;
  bottom: 0;
  right: 0;
  animation: ease 0.5s width forwards;
}

@keyframes width {
  0% {
    width: 0;
  }

  100% {
    width: 50%;
  }
}

.home-shop-by-style .shop-by-style-item-img {
  box-shadow: 0 1px 5px rgba(206, 206, 206, 0.5);
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 270px;
}

.home-shop-by-style .shop-by-style-item-img img {
  object-fit: cover;
  -o-object-fit: cover;
}

.home-shop-by-style .shop-by-style-item h3 {
  font-size: 20px;
  font-family: 'NunitoSans-Bold';
  color: #303030;
  margin-top: 20px;
}

.home-shop-by-style .shop-by-style-item p {
  line-height: 25px;
  color: #979797;
  padding: 0 5px;
  margin-top: 12px;
}

.home-shop-by-style .shop-by-style-item a.invisible-green {
  max-width: 126px;
  margin: 14px 0 20px;
}

.home-center-video {
  padding: 70px 0;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #fff;
}

@media only screen and (max-width: 1440px) {
  .home-center-video {
    padding: 60px 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .home-center-video {
    padding: 60px 50px;
  }
}

@media only screen and (max-width: 768px) {
  .home-center-video {
    padding: 40px 30px;
  }
}

@media only screen and (max-width: 480px) {
  .home-center-video {
    padding: 40px 20px;
  }
}

.home-center-video .wrap {
  max-width: 1170px;
  margin: 0 auto;
}

.home-center-video .home-center-video-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
  .home-center-video .home-center-video-content {
    flex-direction: column;
    justify-content: center;
  }
}

.home-center-video .home-center-video-title {
  line-height: 22px;
  color: #2ea667;
  letter-spacing: 2px;
}

@media only screen and (max-width: 1024px) {
  .home-center-video .home-center-video-title {
    text-align: center;
  }
}

.home-center-video .home-center-video-text {
  max-width: 470px;
}

@media only screen and (max-width: 1440px) {
  .home-center-video .home-center-video-text {
    max-width: 450px;
  }
}

@media only screen and (max-width: 1024px) {
  .home-center-video .home-center-video-text {
    max-width: none;
  }
}

.home-center-video .home-center-video-text h2 {
  font-size: 32px;
  line-height: 40px;
  font-family: 'NunitoSans-Bold';
  color: #303030;
  margin-top: 35px;
}

@media only screen and (max-width: 1024px) {
  .home-center-video .home-center-video-text h2 {
    margin-top: 21px;
    padding: 0 70px;
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .home-center-video .home-center-video-text h2 {
    padding: 0;
  }
}

@media only screen and (max-width: 480px) {
  .home-center-video .home-center-video-text h2 {
    font-size: 28px;
    line-height: 30px;
  }
}

.home-center-video .home-center-video-text p {
  font-size: 18px;
  line-height: 28px;
  color: #4A4A4A;
  margin-top: 15px;
}

@media only screen and (max-width: 1024px) {
  .home-center-video .home-center-video-text p {
    text-align: center;
    margin-top: 19px;
  }
}

.home-center-video .home-center-video-video {
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .home-center-video .home-center-video-video {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 480px) {
  .home-center-video .home-center-video-video {
    margin-top: 20px;
  }
}

.home-center-video .home-center-video-video a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-center-video .home-center-video-video a:before {
  content: url("data:image/svg+xml;charset=UTF-8, <svg viewBox='0 0 80 80' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M0 40C0 17.909 17.909 0 40 0s40 17.909 40 40-17.909 40-40 40S0 62.091 0 40zm33.825 14.62l20-12.5a2.503 2.503 0 000-4.24l-20-12.5A2.5 2.5 0 0030 27.5v25a2.499 2.499 0 003.825 2.12z' fill='white'/></svg>");
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
}

@media only screen and (max-width: 480px) {
  .home-center-video .home-center-video-video a:before {
    width: 60px;
    height: 60px;
  }
}

@media only screen and (max-width: 1440px) {
  .home-center-video .home-center-video-video a img {
    max-width: 450px;
  }
}

@media only screen and (max-width: 1024px) {
  .home-center-video .home-center-video-video a img {
    max-width: none;
    width: 100%;
  }
}

.home-shop-by-use {
  background-color: #FAFAFA;
  padding: 70px 0;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
}

@media only screen and (max-width: 1440px) {
  .home-shop-by-use {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 768px) {
  .home-shop-by-use {
    padding: 40px 30px;
  }
}

@media only screen and (max-width: 480px) {
  .home-shop-by-use {
    padding: 40px 20px;
  }
}

.home-shop-by-use .wrap {
  max-width: 1170px;
  margin: 0 auto;
}

.home-shop-by-use h2 {
  text-align: center;
  font-size: 40px;
  font-family: 'NunitoSans-Bold';
  color: #303030;
}

@media only screen and (max-width: 1024px) {
  .home-shop-by-use h2 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 480px) {
  .home-shop-by-use h2 {
    font-size: 28px;
    line-height: 30px;
  }
}

.home-shop-by-use p {
  font-size: 20px;
  line-height: 26px;
  color: #4A4A4A;
  text-align: center;
  margin-top: 25px;
}

@media only screen and (max-width: 1024px) {
  .home-shop-by-use p {
    font-size: 18px;
    line-height: 27px;
    margin-top: 7px;
  }
}

@media only screen and (max-width: 768px) {
  .home-shop-by-use p {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 480px) {
  .home-shop-by-use p {
    padding: 0;
  }
}

.home-shop-by-use-slider {
  margin-top: 70px;
  position: relative;
  list-style: none;
  z-index: 1;
  width: 100%;
}

@media only screen and (max-width: 1440px) {
  .home-shop-by-use-slider {
    margin-left: 122px;
    margin-top: 60px;
  }
}

@media only screen and (max-width: 1024px) {
  .home-shop-by-use-slider {
    margin-left: 82px;
    margin-top: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .home-shop-by-use-slider {
    margin-left: 94px;
  }
}

@media only screen and (max-width: 480px) {
  .home-shop-by-use-slider {
    margin-left: 0;
  }
}

.home-shop-by-use-slider-wrap {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
  transition-property: transform;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}

@media only screen and (min-width: 1440px) {
  .home-shop-by-use-slider-wrap {
    flex-wrap: wrap;
  }
}

.home-shop-by-use-pegination {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 1440px) {
  .home-shop-by-use-pegination {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .home-shop-by-use-pegination {
    margin-top: 42px;
  }
}

.home-shop-by-use-pegination span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #D8D8D8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
}

.home-shop-by-use-pegination span:not(:last-child) {
  margin-right: 8px;
}

.home-shop-by-use-pegination span.swiper-pagination-bullet-active {
  background-color: #303030;
  width: 14px;
  height: 14px;
}

.home-shop-by-use-item {
  transition-property: -webkit-transform;
  transition-property: transform;
  flex-shrink: 0;
  background-color: #fff;
  text-align: center;
  transition: all 0.3s;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  width: 370px !important;
}

@media only screen and (max-width: 1024px) {
  .home-shop-by-use-item {
    width: 280px !important;
  }
}

@media only screen and (max-width: 480px) {
  .home-shop-by-use-item {
    width: 100% !important;
  }
}

.home-shop-by-use-item:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

@media only screen and (min-width: 1440px) {
  .home-shop-by-use-item:not(:nth-child(3n)) {
    margin-right: 30px;
  }

  .home-shop-by-use-item:not(:nth-child(1n+4)):not(:nth-child(4)) {
    margin-bottom: 30px;
  }
}

.home-shop-by-use-item-img {
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  box-shadow: 0 1px 5px rgba(206, 206, 206, 0.5);
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-shop-by-use-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}

.home-shop-by-use-item h3 {
  font-size: 20px;
  font-family: 'NunitoSans-Bold';
  margin-top: 25px;
  padding: 0 10px;
}

.home-shop-by-use-item a {
  color: #2ea667;
  display: inline-block;
  margin: 6px 0 18px;
}

.home-shop-by-use-item a i {
  margin-left: 7px;
}

.home-shop-by-use-item a:hover {
  opacity: 0.7;
}

.home-shop-by-use-item a:hover i {
  position: relative;
  opacity: 0.7;
  animation: move10 0.5s forwards;
}

.hrb {
  background-color: #F0F0F0;
  padding: 84px 0 69px;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
}

@media only screen and (max-width: 1440px) {
  .hrb {
    padding: 75px 0 57px;
  }
}

@media only screen and (max-width: 1024px) {
  .hrb {
    padding: 70px 0 57px;
  }
}

@media only screen and (max-width: 768px) {
  .hrb {
    padding: 48px 0 40px;
  }
}

@media only screen and (max-width: 480px) {
  .hrb {
    padding: 40px 0;
  }
}

.hrb h2 {
  text-align: center;
  font-size: 40px;
  font-family: 'NunitoSans-Bold';
  color: #303030;
  margin-bottom: 25px;
}

@media only screen and (max-width: 1024px) {
  .hrb h2 {
    font-size: 32px;
    margin-bottom: 7px;
  }
}

@media only screen and (max-width: 480px) {
  .hrb h2 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 5px;
  }
}

.hrb>p {
  font-size: 20px;
  line-height: 26px;
  color: #4A4A4A;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .hrb>p {
    font-size: 18px;
    line-height: 27px;
  }
}

@media only screen and (max-width: 768px) {
  .hrb>p {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 480px) {
  .hrb>p {
    padding: 0 20px;
  }
}

.hrb-slider {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  list-style: none;
  padding: 0;
  z-index: 1;
  margin-top: 70px;
}

@media only screen and (max-width: 1440px) {
  .hrb-slider {
    margin-top: 59px;
  }
}

@media only screen and (max-width: 768px) {
  .hrb-slider {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 480px) {
  .hrb-slider {
    margin-top: 25px;
  }
}

.hrb-slider-wrap {
  position: relative;
  width: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}

@media only screen and (min-width: 1440px) {
  .hrb-slider-wrap {
    margin-left: 235px;
  }
}

.hrb-item {
  background-color: #fff;
  flex-shrink: 0;
  width: 470px;
  height: 100%;
  position: relative;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  transition-property: -webkit-transform;
  transition-property: transform;
}

@media only screen and (max-width: 1024px) {
  .hrb-item {
    width: 370px;
  }
}

@media only screen and (max-width: 768px) {
  .hrb-item {
    width: 320px;
  }
}

@media only screen and (max-width: 480px) {
  .hrb-item {
    width: 280px;
  }
}

.hrb-item:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

.hrb-item>p {
  font-size: 18px;
  line-height: 28px;
  color: #4A4A4A;
  padding: 0 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 112px;
  margin-top: 24px;
}

@media only screen and (max-width: 1024px) {
  .hrb-item>p {
    -webkit-line-clamp: 5;
    height: 140px;
    margin-top: 25px;
  }
}

@media only screen and (max-width: 768px) {
  .hrb-item>p {
    -webkit-line-clamp: 6;
    height: 168px;
  }
}

.hrb-rate {
  display: flex;
  align-items: center;
  margin-top: 24px;
}

@media only screen and (max-width: 480px) {
  .hrb-rate {
    margin-top: 15px;
  }
}

.hrb-rate-total {
  width: 64px;
  height: 38px;
  line-height: 38px;
  background-color: #EEBC2A;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-family: 'NunitoSans-Bold';
  letter-spacing: 0.3px;
  margin-right: 15px;
}

.hrb-rate i {
  color: #EEBC2A;
  font-size: 15px;
  letter-spacing: 0.3px;
}

.hrb-autor {
  display: flex;
  margin: 28px 0 25px 41px;
}

@media only screen and (max-width: 1024px) {
  .hrb-autor {
    margin: 35px 0 25px 41px;
  }
}

@media only screen and (max-width: 768px) {
  .hrb-autor {
    margin: 27px 0 25px 41px;
  }
}

.hrb-autor-image {
  overflow: hidden;
  width: 52px;
  height: 52px;
}

.hrb-autor-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.hrb-autor-wrap {
  margin-left: 16px;
}

.hrb-autor-wrap-name {
  display: block;
  font-size: 18px;
  font-family: 'NunitoSans-Bold';
  color: #303030;
}

.hrb-autor-wrap-position {
  display: block;
  line-height: 24px;
  color: #4A4A4A;
  margin-top: 3px;
}

.hrb-all-link {
  text-align: center;
  margin-top: 59px;
}

@media only screen and (max-width: 1440px) {
  .hrb-all-link {
    margin-top: 39px;
  }
}

.hrb-all-link a {
  color: #2ea667;
}

.hrb-all-link a i {
  margin-left: 7px;
}

.hrb-all-link a:hover {
  opacity: 0.7;
}

.hrb-all-link a:hover i {
  position: relative;
  opacity: 0.7;
  animation: move10 0.5s forwards;
}

.inst-block {
  background-color: #FAFAFA;
  padding: 84px 0 66px;
  max-width: 1920px;
  margin: 0 auto;
}

@media only screen and (max-width: 1440px) {
  .inst-block {
    padding: 75px 0 57px;
  }
}

@media only screen and (max-width: 1024px) {
  .inst-block {
    padding: 70px 0 57px;
  }
}

@media only screen and (max-width: 768px) {
  .inst-block {
    padding: 48px 0 40px;
  }
}

.inst-block h2 {
  text-align: center;
  font-size: 40px;
  font-family: 'NunitoSans-Bold';
  color: #303030;
}

@media only screen and (max-width: 1024px) {
  .inst-block h2 {
    font-size: 32px;
  }
}

.inst-block-link {
  text-align: center;
  margin-top: 49px;
}

@media only screen and (max-width: 1440px) {
  .inst-block-link {
    margin-top: 43px;
  }
}

@media only screen and (max-width: 1024px) {
  .inst-block-link {
    margin-top: 34px;
  }
}

.inst-block-link a {
  color: #2ea667;
  font-size: 30px;
  font-family: 'NunitoSans-Bold';
  letter-spacing: 0.5px;
}

.inst-block-slider {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  list-style: none;
  padding: 0;
  z-index: 1;
  overflow: hidden;
  margin-top: 63px;
}

@media only screen and (max-width: 1024px) {
  .inst-block-slider {
    margin-top: 43px;
  }
}

.inst-block-slider-wrap {
  position: relative;
  width: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}

@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  .inst-block-slider-wrap {
    margin-left: calc(17% - -3px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .inst-block-slider-wrap {
    margin-left: 22%;
  }
}

.inst-block-item {
  width: 370px;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  overflow: hidden;
}

@media only screen and (max-width: 1440px) {
  .inst-block-item {
    width: 320px;
  }
}

@media only screen and (max-width: 1024px) {
  .inst-block-item {
    width: 300px;
  }
}

.inst-block-item img {
  width: 100%;
  height: 370px;
  object-fit: cover;
}

@media only screen and (max-width: 1440px) {
  .inst-block-item img {
    height: 309px;
  }
}

@media only screen and (max-width: 1024px) {
  .inst-block-item img {
    height: 284px;
  }
}

.inst-block-item p {
  color: #1D2823;
  line-height: 24px;
  margin-top: 4px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  height: 48px;
  text-overflow: ellipsis;
}

.inst-block-like {
  color: #1D2823;
  display: flex;
  align-items: center;
  margin-top: 2px;
}

.inst-block-like i {
  font-size: 24px;
}

.inst-block-like span {
  padding: 0 4px 0 11px;
}

.inst-block-time {
  color: #7F7F7F;
  font-size: 12px;
  text-transform: uppercase;
}

.inst-block-time span {
  padding-right: 1px;
}

.breadcrumbs {
  background-color: #fff;
}

.breadcrumbs ul {
  height: 30px;
  max-width: 1170px;
  margin: 0 auto;
}

@media only screen and (max-width: 1440px) {
  .breadcrumbs ul {
    padding: 0 6px 0 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .breadcrumbs ul {
    padding: 0 20px;
  }
}

.breadcrumbs li {
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
}

.breadcrumbs a {
  color: #979797;
}

.breadcrumbs span {
  display: inline-block;
  margin: 0 10px;
  border: solid #979797;
  border-width: 0 1px 1px 0;
  padding: 2px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: relative;
  top: -2px;
}

.category-banner {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  padding: 86px 0;
  max-width: 1920px;
  margin: 0 auto;
}

@media only screen and (max-width: 1440px) {
  .category-banner {
    padding: 86px 20px;
  }
}

.category-banner .wrap {
  max-width: 1170px;
  margin: 0 auto;
}

.category-banner h1,
.category-banner h2 {
  font-size: 48px;
  line-height: 52px;
  color: #fff;
}

.category-banner p {
  line-height: 22px;
  color: #EFEFEF;
  margin-top: 15px;
  max-width: 44%;
}

@media only screen and (max-width: 1024px) {
  .category-banner {
    padding: 65px 30px;
  }

  .category-banner h1,
  .category-banner h2 {
    font-size: 36px;
    line-height: 40px;
  }

  .category-banner p {
    max-width: 56%;
  }
}

@media only screen and (max-width: 768px) {
  .category-banner {
    padding: 55px 30px;
    background-position: center left;
  }

  .category-banner h1,
  .category-banner h2 {
    text-align: center;
    font-size: 28px;
    line-height: 32px;
  }

  .category-banner p {
    text-align: center;
    max-width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .category-banner {
    padding: 40px 20px;
  }
}

.catalog-category-view .price-box {
  padding: 10px 20px;
  font-size: 18px;
  background-color: #FAFAFA;
}

.catalog-category-view .price-box .price {
  font-family: 'NunitoSans-Bold';
}

.catalog-category-view .home-shop-by-material {
  background-color: #F0F0F0;
}

.catalog-category-view .home-shop-by-material .shop-by-material-item a {
  max-width: 170px;
}

@media only screen and (max-width: 480px) {
  .catalog-category-view .home-shop-by-material .wrap h2 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 5px;
  }
}

.catalog-category-view .shop-by-material-wrap {
  margin-top: 40px;
}

.catalog-category-view .shopw-all-link {
  text-align: center;
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  .catalog-category-view .shopw-all-link {
    margin-top: 32px;
  }
}

@media only screen and (max-width: 480px) {
  .catalog-category-view .shopw-all-link {
    margin-top: 20px;
  }
}

.catalog-category-view .shopw-all-link a {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  font-size: 18px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  transition: all 0.3s;
  background: linear-gradient(270deg, #2ea667 0%, #39ab70 100%);
  outline: none;
  border: 0;
  cursor: pointer;
  display: inline-block;
  max-width: 170px;
  font-size: 16px;
  font-family: 'NunitoSans-Bold';
}

.catalog-category-view .shopw-all-link a:hover {
  background: linear-gradient(270deg, #1C6E4F 0%, #39ab70 100%);
}

.catalog-category-view .shopw-all-link a i {
  margin-left: 7px;
}

.category {
  padding: 70px 0;
  background-color: #FAFAFA;
  max-width: 1920px;
  margin: 0 auto;
}

@media only screen and (max-width: 1440px) {
  .category {
    padding: 70px 32px;
  }
}

@media only screen and (max-width: 1024px) {
  .category {
    padding: 60px 22px;
  }
}

@media only screen and (max-width: 768px) {
  .category {
    padding: 40px 22px;
  }
}

@media only screen and (max-width: 480px) {
  .category {
    padding: 40px 20px;
  }
}

.category-tags {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}

.category-tags span {
  margin-right: 6px;
  margin-bottom: 6px;
  height: 24px;
  line-height: 24px;
  padding: 0 6px;
  cursor: pointer;
  background-color: #EEBC2A;
  font-size: 12px;
  font-family: 'NunitoSans-Bold';
  color: #fff;
}

.category-tags span i {
  display: inline-block;
  margin-left: 6px;
  position: relative;
  top: 1px;
}

.category-title {
  max-width: 1170px;
  margin: 0 auto;
  margin-bottom: 100px;
}

@media only screen and (max-width: 768px) {
  .category-title {
    margin-bottom: 40px;
  }
}

.category-title h2 {
  text-align: center;
  font-size: 40px;
  line-height: 55px;
  font-family: 'NunitoSans-Bold';
  color: #303030;
}

@media only screen and (max-width: 1024px) {
  .category-title h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 480px) {
  .category-title h2 {
    font-size: 28px;
    line-height: 30px;
  }
}

.category-title p {
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #4A4A4A;
}

@media only screen and (max-width: 1024px) {
  .category-title p {
    font-size: 18px;
    line-height: 27px;
  }
}

.category-toolbar-heder {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.category-toolbar-heder-wrap {
  display: flex;
}

@media only screen and (max-width: 1440px) {
  .category-toolbar-heder {
    align-items: flex-end;
  }

  .category-toolbar-heder-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
  }
}

.category-toolbar-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  .category-toolbar-bottom .category-toolbar-limiter {
    align-items: center;
    flex-direction: row;
  }

  .category-toolbar-bottom .category-toolbar-limiter label {
    margin-right: 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .category-toolbar-bottom {
    align-items: flex-end;
  }
}

@media only screen and (max-width: 768px) {
  .category-toolbar-bottom {
    margin-top: 15px;
  }

  .category-toolbar-bottom .category-toolbar-limiter {
    display: flex;
    align-items: center;
    flex-direction: row;
  }

  .category-toolbar-bottom .category-toolbar-limiter label {
    margin-right: 10px;
    display: none;
  }

  .category-toolbar-bottom .category-toolbar-limiter label.mobile-only {
    display: inline-block;
  }

  .category-toolbar-bottom .category-toolbar-limiter .custom-select .selected {
    height: 30px;
    line-height: 28px;
  }

  .category-toolbar-bottom .category-toolbar-limiter .custom-select .selected:after {
    top: 9px;
  }

  .category-toolbar-bottom .category-toolbar-limiter .custom-select ul {
    top: 29px;
  }
}

.category-toolbar-count {
  line-height: 24px;
  color: #979797;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .category-toolbar-count {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .category-toolbar-count {
    font-size: 14px;
    line-height: 16px;
  }

  .category-toolbar-count span {
    display: block;
  }
}

@media only screen and (max-width: 480px) {
  .category-toolbar-count {
    display: block;
    flex-basis: 100%;
  }
}

.category-toolbar-limiter,
.category-toolbar-sorter {
  margin-left: auto;
  position: relative;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1440px) {

  .category-toolbar-limiter,
  .category-toolbar-sorter {
    align-items: flex-end;
    flex-direction: column;
  }
}

@media only screen and (max-width: 768px) {

  .category-toolbar-limiter,
  .category-toolbar-sorter {
    display: none;
  }
}

.category-toolbar-limiter label,
.category-toolbar-sorter label {
  font-size: 14px;
  color: #979797;
  margin-right: 12px;
}

@media only screen and (max-width: 1440px) {

  .category-toolbar-limiter label,
  .category-toolbar-sorter label {
    margin-right: 0;
  }
}

.category-toolbar-limiter .custom-select,
.category-toolbar-sorter .custom-select {
  width: 70px;
}

.category-toolbar-sorter {
  margin-left: 30px;
}

@media only screen and (max-width: 1024px) {
  .category-toolbar-sorter {
    margin-left: 15px;
  }
}

.category-toolbar-sorter .custom-select {
  width: 160px;
}

.category-toolbar-pager ol {
  display: flex;
  justify-items: flex-start;
}

.category-toolbar-pager ol li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.category-toolbar-pager ol li a {
  color: #979797;
  display: inline-block;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  width: 100%;
  height: 100%;
}

.category-toolbar-pager ol li a:hover {
  background-color: #F0F0F0;
}

.category-toolbar-pager ol li.current {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: linear-gradient(270deg, #39ab70 0%, #2ea667 100%);
  color: #fff;
}

.category-toolbar-pager ol li.next a:after,
.category-toolbar-pager ol li.previous a:after {
  content: '';
  border: solid #979797;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  position: relative;
  top: -2px;
}

.category-toolbar-pager ol li.next a:hover,
.category-toolbar-pager ol li.previous a:hover {
  background-color: transparent;
}

.category-toolbar-pager ol li.next a:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.category-toolbar-pager ol li.previous a:after {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.category .wrap {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.category-sidebar {
  width: 270px;
  height: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
}

@media only screen and (max-width: 1440px) {
  .category-sidebar {
    width: 240px;
  }
}

@media only screen and (max-width: 768px) {
  .category-sidebar {
    position: absolute;
    top: -8px;
    right: 0;
    width: 100%;
    height: auto;
  }
}

.category-filters {
  color: #303030;
}

@media only screen and (max-width: 768px) {
  .category-filters-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 17;
    overflow: auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #FAFAFA;
    padding: 30px 30px 70px;
    display: none;
  }

  .category-filters-wrap .block-content {
    max-width: 240px;
  }
}

.category-filters dt {
  font-family: 'NunitoSans-Bold';
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}

.category-filters dd ol {
  margin-bottom: 40px;
}

.category-filters dd .m-selected-filter-item:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #E0E0E0;
  margin-right: 6px;
  position: relative;
  top: 2px;
}

.category-filters dd .m-selected-filter-item:after {
  content: '\f00c';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  position: absolute;
  top: 0;
  left: 2px;
  font-size: 14px;
  color: #2ea667;
}

.category-filters dd .m-selected-ln-item,
.category-filters dd .m-selected-filter-item,
.category-filters dd .m-filter-checkboxes li {
  position: relative;
}

.category-filters dd li:not(:first-child) {
  margin-top: 10px;
}

.category-filters dd li.active:after {
  content: '\f00c';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  position: absolute;
  top: 0;
  left: 2px;
  font-size: 14px;
  color: #2ea667;
}

.category-filters dd li input {
  position: absolute;
  opacity: 0;
  display: none;
  font-size: 0;
}

.category-filters dd li input:checked+label:after {
  content: '\f00c';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  position: absolute;
  top: 0;
  left: 2px;
  font-size: 14px;
  color: #2ea667;
}

.category-filters dd li label {
  cursor: pointer;
}

.category-filters dd li label:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #E0E0E0;
  margin-right: 6px;
  position: relative;
  top: 2px;
}

.category-filters dd a {
  line-height: 22px;
  position: relative;
}

.category-filters dd a:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #E0E0E0;
  margin-right: 6px;
  position: relative;
  top: 2px;
}

.category-filters dd .color-filter-container li.color-filter {
  margin-top: 0;
  padding: 0;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 0;
  float: left;
}

.category-filters dd .color-filter-container li.color-filter label {
  display: inline-block;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #E0E0E0;
  margin-right: 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.category-filters dd .color-filter-container li.color-filter label:before,
.category-filters dd .color-filter-container li.color-filter label:after {
  display: none;
}

.category-filters dd .color-filter-container li.color-filter.active:after {
  display: none;
}

.category-filters dd .color-filter-container li.color-filter.active label span:after {
  content: '\f00c';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  color: #fff;
  position: absolute;
  top: 2px;
  left: 5px;
  font-size: 19px;
}

.category-filters dd .color-filter-container li.color-filter.Black label {
  background-color: #000;
  border: none;
}

.category-filters dd .color-filter-container li.color-filter.Blue label {
  background-color: #0057b8;
  border: none;
}

.category-filters dd .color-filter-container li.color-filter.Light.Blue label {
  background-color: #71c5e8;
}

.category-filters dd .color-filter-container li.color-filter.Brown label {
  background-color: #9e652e;
  border: none;
}

.category-filters dd .color-filter-container li.color-filter.Green label {
  background-color: #009639;
}

.category-filters dd .color-filter-container li.color-filter.Grey label {
  background-color: #a2aaad;
  border: none;
}

.category-filters dd .color-filter-container li.color-filter.Ivory label {
  background-color: #f1e6b2;
}

.category-filters dd .color-filter-container li.color-filter.Orange label {
  background-color: #ff8200;
  border: none;
}

.category-filters dd .color-filter-container li.color-filter.Pink label {
  background-color: #f8a3bc;
  border: none;
}

.category-filters dd .color-filter-container li.color-filter.Purple label {
  background-color: #5f259f;
  border: none;
}

.category-filters dd .color-filter-container li.color-filter.Red label {
  background-color: #c8102e;
  border: none;
}

.category-filters dd .color-filter-container li.color-filter.White label {
  background-color: #fff;
}

.category-filters dd .color-filter-container li.color-filter.White label span:after {
  color: #979797;
}

.category-filters dd .color-filter-container li.color-filter.Yellow label {
  background-color: #ffe843;
}

.category-filters dd .color-filter-container li.color-filter.Gold label {
  background-color: #FFD700;
  border: none;
}

.category-filters dd .color-filter-container li.color-filter.Silver label {
  background-color: #C0C0C0;
  border: none;
}

.category-filters-title {
  font-size: 24px;
  line-height: 24px;
  font-family: 'NunitoSans-Bold';
  color: #303030;
  margin-top: 8px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1024px) {
  .category-filters-title {
    margin-top: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .category-filters-title {
    display: inline-block;
  }
}

.category-filters-reset {
  line-height: 22px;
  font-family: 'NunitoSans-Bold';
  color: #EEBC2A;
  display: inline-block;
  margin-left: 21px;
  position: relative;
}

.category-filters-reset:before {
  content: '';
  width: 1px;
  height: 20px;
  background-color: #D8D8D8;
  position: absolute;
  top: 0;
  left: -11px;
}

.category-filters-close {
  position: fixed;
  top: 30px;
  right: 40px;
  color: #303030;
  font-size: 24px;
}

.category-filters-search {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  line-height: 100px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 30px;
}

.category-filters-search a {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  font-size: 18px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  transition: all 0.3s;
  background: linear-gradient(270deg, #2ea667 0%, #39ab70 100%);
  outline: none;
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  font-family: 'NunitoSans-Bold';
}

.category-filters-search a:hover {
  background: linear-gradient(270deg, #1C6E4F 0%, #39ab70 100%);
}

.category-filters-search a span {
  margin-right: 4px;
}

.category-main {
  width: calc(100% - 300px);
}

@media only screen and (max-width: 1440px) {
  .category-main {
    width: calc(100% - 280px);
  }
}

@media only screen and (max-width: 1024px) {
  .category-main {
    width: calc(100% - 270px);
  }
}

@media only screen and (max-width: 768px) {
  .category-main {
    width: 100%;
  }
}

.category-grid {
  display: flex;
  flex-wrap: wrap;
}

.category-grid-item {
  width: 270px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  margin-bottom: 30px;
}

.category-grid-item:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

.category-grid-item .yotpo.bottomLine {
  clear: none;
  display: none;
}

@media only screen and (min-width: 1440px) {
  .category-grid-item:not(:nth-child(3n)) {
    margin-right: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .category-grid-item {
    width: calc(50% - 15px);
  }

  .category-grid-item:not(:nth-child(2n)) {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .category-grid-item {
    width: 100%;
    margin-bottom: 20px;
    clear: both;
  }

  .category-grid-item:last-child {
    margin-bottom: 0;
  }
}

.category-grid-item-rating {
  position: absolute;
  top: 15px;
  left: -5px;
  width: 55px;
  height: 24px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #EEBC2A;
  line-height: 24px;
  font-family: 'NunitoSans-Bold';
  color: #fff;
  text-align: center;
}

.category-grid-item-rating i {
  font-size: 14px;
  margin-right: 5px;
}

.category-grid-item-img {
  height: 270px;
  box-shadow: 0 1px 5px rgba(206, 206, 206, 0.5);
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 1440px) {
  .category-grid-item-img {
    height: 317px;
  }
}

@media only screen and (max-width: 1024px) {
  .category-grid-item-img {
    height: 209px;
  }

  .category-grid-item-img img {
    max-width: 209px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .category-grid-item-img {
    height: 100%;
    float: left;
    width: 50%;
    max-width: 211px;
    -webkit-border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    border-radius: 8px 0 0 8px;
  }
}

@media only screen and (max-width: 480px) {
  .category-grid-item-img {
    height: 270px;
  }

  .category-grid-item-img img {
    max-width: 100%;
  }
}

.category-grid-item-img img {
  vertical-align: middle;
}

.category-grid-item-wrapper {
  padding: 15px 20px;
}

@media only screen and (max-width: 768px) {
  .category-grid-item-wrapper {
    margin-left: 211px;
    padding: 10px 15px;
  }
}

@media only screen and (max-width: 480px) {
  .category-grid-item-wrapper {
    margin-left: 0;
    padding: 15px 20px;
  }
}

.category-grid-item-name {
  font-size: 22px;
  line-height: 30px;
  font-family: 'NunitoSans-Bold';
}

.category-grid-item .color-filter-container {
  margin-top: 7px;
  display: inline-flex;
  flex-wrap: wrap;
}

.category-grid-item .color-filter-container li.color-filter {
  padding: 0;
  margin-bottom: 10px;
  float: none;
}

.category-grid-item .color-filter-container li.color-filter:not(:last-child) a {
  margin-right: 5px;
}

.category-grid-item .color-filter-container li.color-filter:nth-child(5)~li {
  display: none;
}

.category-grid-item .color-filter-container li.color-filter a {
  width: 20px;
  height: 20px;
  border: 1px solid #E0E0E0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  display: inline-block;
  font-size: 0;
  padding: 0;
}

.category-grid-item .color-filter-container.show_all_items li.color-filter:nth-child(5)~li {
  display: inline-block;
}

.category-grid-item .color-filter-more {
  font-size: 14px;
  line-height: 19px;
  font-family: 'NunitoSans-Bold';
  color: #979797;
  position: relative;
  top: 2px;
}

@media only screen and (max-width: 1024px) {
  .category-grid-item .color-filter-more span {
    display: none;
  }
}

.category-grid-item-descr li {
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
  color: #979797;
}

.category-grid-item-descr li:not(:last-child):after {
  content: ',';
  position: relative;
  right: 3px;
}

.category-grid-item-price-wrap {
  background-color: #FAFAFA;
  padding: 10px 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: flex;
  font-size: 18px;
  line-height: 25px;
  color: #303030;
}

.category-grid-item-price-wrap span {
  font-family: 'NunitoSans-Bold';
}

.category-grid-item-price-count {
  margin-right: 4px;
}

.category-grid-item-price-count span {
  margin-right: 4px;
}

.category-grid-item-shipping {
  padding: 10px 20px;
  font-size: 14px;
  line-height: 19px;
  color: #979797;
}

.category-grid-item-shipping i {
  margin-right: 10px;
}

@media only screen and (max-width: 768px) {
  .category-grid-item-shipping {
    margin-left: 211px;
    padding: 10px 15px;
  }
}

@media only screen and (max-width: 480px) {
  .category-grid-item-shipping {
    margin-left: 0;
    padding: 10px 20px;
  }
}

.category-open-filters {
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-family: 'NunitoSans-Bold';
  border: 1px solid #2ea667;
  background-color: #fff;
  transition: all 0.3s;
  color: #2ea667;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: transparent;
  width: 121px;
  text-align: center;
}

.category-open-filters:hover {
  background-color: #2ea667;
  color: #fff;
}

@media only screen and (max-width: 480px) {
  .category-open-filters {
    width: 40px;
    min-width: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
  }

  .category-open-filters:not(i) {
    font-size: 0;
  }
}

.category-open-filters i {
  font-size: 16px;
  margin-right: 7px;
  line-height: 40px;
}

@media only screen and (max-width: 480px) {
  .category-open-filters i {
    margin-right: 0;
  }
}

.category-reviews {
  background-color: #FAFAFA;
  padding: 70px 0;
  max-width: 1920px;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .category-reviews {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 768px) {
  .category-reviews {
    padding: 40px 0;
  }
}

@media only screen and (max-width: 480px) {
  .category-reviews {
    padding: 40px 20px;
  }
}

.category-reviews .wrap {
  max-width: 1170px;
  margin: 0 auto;
}

.category-reviews-title h2 {
  font-size: 40px;
  line-height: 55px;
  color: #303030;
  font-family: 'NunitoSans-Bold';
  text-align: center;
  margin-bottom: 9px;
}

@media only screen and (max-width: 1024px) {
  .category-reviews-title h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 480px) {
  .category-reviews-title h2 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 5px;
  }
}

.category-reviews-title p {
  color: #4A4A4A;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
  .category-reviews-title p {
    font-size: 18px;
    line-height: 27px;
  }
}

@media only screen and (max-width: 768px) {
  .category-reviews-title p {
    margin-bottom: 20px;
  }
}

.category-reviews-rate {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
}

@media only screen and (max-width: 1024px) {
  .category-reviews-rate {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .category-reviews-rate {
    margin-bottom: 20px;
  }
}

.category-reviews-rate-wrap {
  padding: 6px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #EEBC2A;
  color: #fff;
  font-size: 20px;
  line-height: 27px;
  font-family: 'NunitoSans-Bold';
  margin-right: 14px;
}

.category-reviews-rate-wrap span {
  margin-right: 4px;
}

@media only screen and (max-width: 480px) {
  .category-reviews-rate-wrap {
    margin-right: 10px;
  }

  .category-reviews-rate-wrap strong {
    display: none;
  }
}

.category-reviews-rate-star {
  color: #EEBC2A;
}

.category-reviews-rate-star i {
  font-size: 16px;
  letter-spacing: -2px;
}

.category-reviews-all {
  margin-top: 40px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .category-reviews-all {
    margin-top: 20px;
  }
}

.category-reviews-all a {
  color: #2ea667;
  opacity: 0.7;
}

.category-reviews-all a:hover i {
  position: relative;
  opacity: 0.7;
  animation: move10 0.5s forwards;
}

.category-reviews-all a i {
  margin-left: 7px;
}

@media only screen and (max-width: 480px) {
  .category-reviews .label-with-tooltip {
    display: none;
  }
}

.category-reviews .yotpo.yotpo-main-widget {
  margin-top: 70px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

@media only screen and (max-width: 1440px) {
  .category-reviews .yotpo.yotpo-main-widget {
    padding: 0 126px 0 98px;
  }
}

@media only screen and (max-width: 1024px) {
  .category-reviews .yotpo.yotpo-main-widget {
    padding: 0 50px;
    margin-top: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .category-reviews .yotpo.yotpo-main-widget {
    padding: 0 30px;
    margin-top: 20px;
  }
}

.category-reviews .yotpo-pager {
  margin: 30px 0 0 0 !important;
}

.category-reviews .yotpo-pager span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #979797 !important;
  display: inline-block;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-family: 'NunitoSans-Regular' !important;
  margin-right: 0 !important;
}

.category-reviews .yotpo-pager span:hover {
  background-color: #F0F0F0;
}

.category-reviews .yotpo-pager span.yotpo-active {
  background: linear-gradient(270deg, #39ab70 0%, #2ea667 100%);
  color: #fff !important;
}

.category-reviews .yotpo-pager .yotpo-icon-left-arrow.yotpo-disabled,
.category-reviews .yotpo-pager .yotpo-icon-right-arrow.yotpo-disabled {
  display: none !important;
}

.category-reviews .yotpo-pager .yotpo-icon-left-arrow:before,
.category-reviews .yotpo-pager .yotpo-icon-right-arrow:before {
  display: none !important;
}

.category-reviews .yotpo-pager .yotpo-icon-left-arrow:after,
.category-reviews .yotpo-pager .yotpo-icon-right-arrow:after {
  content: '';
  border: solid #979797;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  position: relative;
  top: -2px;
}

.category-reviews .yotpo-pager .yotpo-icon-left-arrow:hover,
.category-reviews .yotpo-pager .yotpo-icon-right-arrow:hover {
  background-color: transparent;
}

.category-reviews .yotpo-pager .yotpo-icon-left-arrow:after {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.category-reviews .yotpo-pager .yotpo-icon-right-arrow:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.category-reviews .yotpo-label.yotpo-small-box,
.category-reviews .yotpo-regular-box.yotpo-bottomline,
.category-reviews .yotpo-small-box.yotpo-nav.reviews,
.category-reviews .content-title.yotpo-font-bold {
  display: none !important;
}

.category-reviews .yotpo .yotpo-clr {
  clear: none !important;
}

.category-reviews .yotpo * {
  font-family: 'NunitoSans-Regular' !important;
}

.category-reviews .yotpo .yotpo-review {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  margin: 0;
  border: 0;
  padding: 30px;
  margin-bottom: 20px;
  overflow: hidden;
}

.category-reviews .yotpo .yotpo-review:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 768px) {
  .category-reviews .yotpo .yotpo-review {
    padding: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .category-reviews .yotpo .yotpo-review .yotpo-header {
    overflow: hidden;
  }
}

.category-reviews .yotpo .yotpo-review .yotpo-header .yotpo-icon-profile {
  width: 100px;
  height: 100px;
  margin-right: 30px;
}

@media only screen and (max-width: 768px) {
  .category-reviews .yotpo .yotpo-review .yotpo-header .yotpo-icon-profile {
    width: 60px;
    height: 60px;
    margin-right: 15px;
  }
}

.category-reviews .yotpo .yotpo-review .yotpo-header .yotpo-icon-profile .yotpo-icon-circle-checkmark {
  width: 13px !important;
  height: 11px !important;
  left: auto;
  right: 15px;
  top: 5px;
  color: #3BE388;
}

@media only screen and (max-width: 768px) {
  .category-reviews .yotpo .yotpo-review .yotpo-header .yotpo-icon-profile .yotpo-icon-circle-checkmark {
    right: 4px;
    top: 0;
  }
}

.category-reviews .yotpo .yotpo-review .yotpo-header .yotpo-icon-profile .yotpo-icon-circle-checkmark:before {
  position: relative;
  left: -4px;
  top: -2px;
  font-size: 20px;
}

.category-reviews .yotpo .yotpo-review .yotpo-header .yotpo-icon-profile .yotpo-user-letter {
  top: 43px;
  left: 2px;
  font-size: 57px;
}

@media only screen and (max-width: 768px) {
  .category-reviews .yotpo .yotpo-review .yotpo-header .yotpo-icon-profile .yotpo-user-letter {
    top: 23px;
    left: 0;
    font-size: 34px;
  }
}

.category-reviews .yotpo .yotpo-review .yotpo-header-element {
  display: inline-block !important;
}

@media only screen and (max-width: 768px) {
  .category-reviews .yotpo .yotpo-review .yotpo-header-element.yotpo-header-actions {
    float: none !important;
    display: block !important;
  }
}

.category-reviews .yotpo .yotpo-review .yotpo-header-element .y-label.yotpo-user-name {
  font-size: 16px;
  line-height: 22px;
  color: #303030 !important;
  font-family: 'NunitoSans-Bold' !important;
  margin-right: 10px;
}

.category-reviews .yotpo .yotpo-review .yotpo-header-element .y-label.yotpo-user-title {
  font-size: 14px;
  line-height: 22px;
  color: #979797;
}

.category-reviews .yotpo .yotpo-review .yotpo-header-element .y-label.yotpo-user-title:before {
  content: "\e619";
  font-family: "yotpo-widget-font" !important;
  margin-right: 5px;
}

.category-reviews .yotpo .yotpo-review .yotpo-header-element .y-label.yotpo-review-date {
  font-size: 14px;
  line-height: 22px;
  color: #979797;
}

.category-reviews .yotpo .yotpo-review .yotpo-header .yotpo-review-stars {
  margin-top: 5px;
}

@media only screen and (max-width: 768px) {
  .category-reviews .yotpo .yotpo-review .yotpo-header .yotpo-review-stars {
    margin-top: 0;
  }
}

.category-reviews .yotpo .yotpo-review .yotpo-header .yotpo-review-stars .sr-only {
  position: relative;
  width: 10px;
  height: 13px;
  text-indent: 0;
  white-space: nowrap;
  display: inline-block;
  margin-left: 10px;
  top: 1px;
  color: #EEBC2A;
  font-family: 'NunitoSans-Bold' !important;
}

.category-reviews .yotpo .yotpo-review .yotpo-header .yotpo-review-stars .yotpo-icon-star {
  margin-right: 2px;
}

.category-reviews .yotpo .yotpo-review .yotpo-header .yotpo-review-stars .yotpo-icon-star:before {
  content: "\f005" !important;
  font-family: 'Font Awesome 5 Pro' !important;
  font-weight: 900;
  font-size: 14px;
  color: #EEBC2A !important;
}

.category-reviews .yotpo .yotpo-review .yotpo-main {
  margin-left: 130px;
  margin-top: 20px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .category-reviews .yotpo .yotpo-review .yotpo-main {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .category-reviews .yotpo .yotpo-review .yotpo-main {
    margin-left: 0;
  }
}

.category-reviews .yotpo .yotpo-review .yotpo-main .content-review {
  line-height: 21px;
  color: #252B33;
}

.category-reviews .yotpo .yotpo-footer {
  clear: none;
  margin-left: 130px !important;
}

@media only screen and (max-width: 768px) {
  .category-reviews .yotpo .yotpo-footer {
    margin-left: 0 !important;
  }
}

.category-reviews .yotpo .yotpo-footer .footer-additional-actions {
  display: none !important;
}

.category-reviews .yotpo .yotpo-footer .footer-actions {
  margin-bottom: 0 !important;
  float: left !important;
}

@media only screen and (max-width: 768px) {
  .category-reviews .yotpo .yotpo-footer .footer-actions .share-options-wrapper .yotpo-icon.yotpo-icon-seperator {
    display: none !important;
  }
}

.category-reviews .yotpo .yotpo-footer .yotpo-helpful {
  float: left !important;
}

.category-reviews .yotpo .yotpo-footer .yotpo-helpful .y-label.vote-sum {
  font-family: 'NunitoSans-Bold' !important;
  color: #303030;
  font-size: 14px !important;
}

.category-reviews .yotpo .yotpo-footer .yotpo-helpful .y-label.label-helpful {
  font-size: 14px !important;
  color: #979797 !important;
  display: inline-block !important;
  position: relative;
  top: -1px;
}

@media only screen and (max-width: 480px) {
  .category-reviews .yotpo .yotpo-footer .yotpo-helpful .y-label.label-helpful {
    white-space: nowrap;
    overflow: hidden;
    width: 52px;
    text-indent: -112px;
    top: 1px;
  }
}

.category-reviews .yotpo .yotpo-footer .yotpo-helpful .yotpo-icon-btn-small {
  outline: none !important;
}

.category-reviews .yotpo .yotpo-footer .yotpo-helpful .yotpo-icon-btn-small.voted .yotpo-icon-thumbs-up:before {
  color: #2ea667 !important;
}

.category-reviews .yotpo .yotpo-footer .yotpo-helpful .yotpo-icon-btn-small.voted .yotpo-icon-thumbs-down:before {
  color: #F4435A !important;
}

.category-reviews .yotpo .yotpo-footer .yotpo-helpful .yotpo-icon-thumbs-up:before {
  content: '\f164' !important;
  font-family: 'Font Awesome 5 Pro' !important;
  font-weight: 300;
  color: #4A4A4A !important;
}

.category-reviews .yotpo .yotpo-footer .yotpo-helpful .yotpo-icon-thumbs-down:before {
  content: '\f165' !important;
  font-family: 'Font Awesome 5 Pro' !important;
  font-weight: 300;
  color: #4A4A4A !important;
  position: relative;
  top: 2px;
}

.category-reviews .yotpo .yotpo-footer .yotpo-action {
  outline: none !important;
}

.category-reviews .yotpo .yotpo-footer .yotpo-action .y-label {
  font-family: 'NunitoSans-Bold' !important;
  color: #4A4A4A !important;
}

.category-reviews .yotpo .yotpo-footer .yotpo-action .social-link.popup-link i {
  color: #4A4A4A;
}

.category-reviews .yotpo .yotpo-footer .yotpo-action .social-link.popup-link i:hover {
  color: #2ea667 !important;
}

.category-reviews .yotpo .yotpo-footer .yotpo-action:hover {
  color: #2ea667 !important;
}

.category-reviews .yotpo .yotpo-footer .yotpo-action:hover .y-label {
  color: #2ea667 !important;
}

.category-reviews .yotpo .yotpo-footer .yotpo-action:hover .yotpo-icon-share:before {
  color: #2ea667;
}

.category-reviews .yotpo .yotpo-footer .yotpo-action .yotpo-icon-share:before {
  content: '\f1e0' !important;
  font-family: 'Font Awesome 5 Pro' !important;
  font-weight: 300;
  font-size: 14px;
  color: #4A4A4A;
  margin-right: 5px;
}

.customizable-banner {
  background-color: #7a0808;
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  padding: 43px 0;
  max-width: 1920px;
  margin: 0 auto;
}

@media only screen and (max-width: 1440px) {
  .customizable-banner {
    padding: 43px 40px;
    background-position: calc(100% + 85px) center;
  }
}

@media only screen and (max-width: 1024px) {
  .customizable-banner {
    padding: 34px 30px;
    background-position: calc(100% + 220px) -40px;
    background-size: auto;
  }
}

@media only screen and (max-width: 768px) {
  .customizable-banner {
    padding: 30px;
    background-image: linear-gradient(to bottom, #7a0808 0%, #e15150 100%) !important;
    background-position: 0 0;
  }
}

@media only screen and (max-width: 768px) {
  .customizable-banner {
    padding: 40px 20px;
  }
}

.customizable-banner .wrap {
  max-width: 1170px;
  margin: 0 auto;
}

.customizable-banner h1 {
  font-size: 36px;
  line-height: 40px;
  color: #fff;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1024px) {
  .customizable-banner h1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 768px) {
  .customizable-banner h1 {
    text-align: center;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 15px;
  }

  .customizable-banner h1 strong {
    display: block;
  }
}

@media only screen and (max-width: 480px) {
  .customizable-banner h1 {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}

.customizable-banner p {
  line-height: 22px;
  color: #EFEFEF;
  max-width: 45%;
}

@media only screen and (max-width: 1024px) {
  .customizable-banner p {
    max-width: 67%;
  }
}

@media only screen and (max-width: 768px) {
  .customizable-banner p {
    max-width: 100%;
    text-align: center;
  }
}

.customizable-link {
  padding: 5px 20px;
  background-color: #FAFAFA;
  display: flex;
}

.customizable-link a {
  color: #2ea667;
}

.customizable-link a i {
  margin-left: 5px;
}

.customizable-link a:hover {
  opacity: 0.7;
}

.customizable-link a:hover i {
  position: relative;
  opacity: 0.7;
  animation: move10 0.5s forwards;
}

.customizable-grid .category-grid-item {
  width: 195px;
  margin-right: 0;
}

.customizable-grid .category-grid-item-img {
  height: 195px;
  background-color: #ebebed;
}

@media only screen and (max-width: 768px) {
  .customizable-grid .category-grid-item {
    width: 100%;
  }

  .customizable-grid .category-grid-item-img {
    height: 210px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .customizable-grid .category-grid-item {
    width: calc(50% - 15px);
  }

  .customizable-grid .category-grid-item:not(:nth-child(2n)) {
    margin-right: 30px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  .customizable-grid .category-grid-item {
    width: calc(33% - 19px);
  }

  .customizable-grid .category-grid-item:not(:nth-child(3n)) {
    margin-right: 30px;
  }
}

@media only screen and (min-width: 1440px) {
  .customizable-grid .category-grid-item:not(:nth-child(4n)) {
    margin-right: 30px;
  }
}

.customizable-grid .category-grid-item .color-filter-more span {
  display: none;
}

.edge-color--white {
  background-color: #fff;
}

.edge-color--ivory {
  background-color: #f1e6b2;
}

.edge-color--red {
  background-color: #c8102e;
}

.edge-color--blue {
  background-color: #0057b8;
}

.edge-color--green {
  background-color: #009639;
}

.edge-color--black {
  background-color: #000;
}

.edge-color--purple {
  background-color: #5f259f;
}

.edge-color--yellow {
  background-color: #ffe843;
}

.edge-color--grey {
  background-color: #a2aaad;
}

.edge-color--orange {
  background-color: #ff8200;
}

.edge-color--light_blue {
  background-color: #71c5e8;
}

.edge-color--pink {
  background-color: #f8a3bc;
}

.edge-color--brown {
  background-color: #9e652e;
}

.edge-color--gold {
  background-color: #FFD700;
}

.edge-color--silver {
  background-color: #C0C0C0;
}

.mb-mana-catalog-leftnav {
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 768px) {
  .mb-mana-catalog-leftnav {
    flex-direction: row;
    justify-content: flex-end;
  }
}

.search {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .search {
    margin-right: 7px;
    display: flex;
    justify-content: flex-end;
  }
}

.search .bg {
  display: none;
}

.search input[type='search'] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  box-shadow: none;
  border: 1px solid #CCC;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 16px;
  padding: 0 8px;
  outline: none;
  margin: 0;
}

@media only screen and (max-width: 480px) {
  .search input[type='search'] {
    width: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
  }
}

.search input[type='search']::placeholder {
  color: #979797;
  opacity: 1;
  font-size: 16px;
}

.search input[type='search']:-ms-input-placeholder {
  color: #979797;
  font-size: 16px;
}

.search input[type='search']::-ms-input-placeholder {
  color: #979797;
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  .search input[type='search'] {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    max-width: 120px;
    overflow: hidden;
    padding: 0 5px 0 28px;
    font-family: 'NunitoSans-Bold';
    border-color: #4A4A4A;
  }

  .search input[type='search']::placeholder {
    color: #4A4A4A;
    opacity: 1;
    font-family: 'NunitoSans-Bold';
    font-size: 16px;
  }

  .search input[type='search']:-ms-input-placeholder {
    color: #4A4A4A;
    font-family: 'NunitoSans-Bold';
    font-size: 16px;
  }

  .search input[type='search']::-ms-input-placeholder {
    color: #4A4A4A;
    font-family: 'NunitoSans-Bold';
    font-size: 16px;
  }

  .search input[type='search']:focus {
    width: 100%;
    position: absolute;
    max-width: 100%;
    right: 0;
    z-index: 2;
    transition: all 0.3s;
  }

  .search input[type='search']:focus+button[type='submit'] {
    right: calc(100% - 32px);
    transition: all 0.3s;
    pointer-events: all;
  }

  .search input[type='search']:focus~.bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background-color: #FAFAFA;
    z-index: 1;
  }
}

.search button[type='submit'] {
  position: absolute;
  height: 40px;
  right: 3px;
  -webkit-appearance: none;
  border: 0;
  box-shadow: none;
  background-color: transparent;
  z-index: 3;
  outline: none;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .search button[type='submit'] {
    right: 87px;
    pointer-events: none;
  }
}

@media only screen and (max-width: 480px) {
  .search button[type='submit'] {
    right: 7px;
  }
}

.search button[type='submit'] i {
  font-size: 18px;
  cursor: pointer;
  color: #979797;
}

@media only screen and (max-width: 768px) {
  .search button[type='submit'] i {
    color: #4A4A4A;
  }
}

.cart {
  background-color: #FAFAFA;
  overflow: hidden;
  padding: 30px 0 70px 0;
  max-width: 1920px;
  margin: 0 auto;
}

@media only screen and (max-width: 1440px) {
  .cart {
    padding: 30px 40px 70px;
  }
}

@media only screen and (max-width: 1024px) {
  .cart {
    padding: 30px 30px 60px;
  }
}

@media only screen and (max-width: 768px) {
  .cart {
    padding: 24px 30px 40px;
  }
}

@media only screen and (max-width: 480px) {
  .cart {
    padding: 20px 20px 40px;
  }
}

.cart .wrap {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1024px) {
  .cart .wrap {
    flex-direction: column;
  }
}

.cart .alert {
  width: 100%;
  padding: 20px;
  background-color: #F4435A;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  .cart .alert {
    order: 2;
    margin-bottom: 30px;
  }
}

.cart .alert .close {
  margin-left: 5px;
  display: inline-block;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 0;
  outline: none;
  cursor: pointer;
}

.cart .alert.alert-success {
  background-color: #2ea667;
}

.cart-video {
  width: 100%;
  margin-bottom: 30px;
  background-color: #E9F3F9;
  padding: 22px 0;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #166890;
  font-size: 14px;
  line-height: 16px;
}

@media only screen and (max-width: 768px) {
  .cart-video {
    padding: 22px 6px;
    margin-bottom: 32px;
  }
}

.cart-video i {
  margin-right: 3px;
}

.cart-video a {
  color: #979797;
  text-decoration: underline;
}

.cart-video a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 1024px) {
  .cart-video {
    order: 2;
  }
}

@media only screen and (max-width: 480px) {
  .cart-video {
    margin-bottom: 20px;
  }
}

.cart-sidebar {
  width: 270px;
  align-self: start;
  margin-left: 130px;
  margin-top: 94px;
  display: flex;
  flex-direction: column;
}

.cart-sidebar-dropdown {
  display: none;
}

.cart-sidebar-dropdown a {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.cart-sidebar-dropdown-wrap {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .cart-sidebar-dropdown-wrap {
    display: flex;
    flex-direction: column;
  }
}

.copy-stage-bttn {
  position: relative;
  top: 11vh;
  color: grey;
}

.cart-sidebar-dropdown-checkout {
  margin: 30px 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  font-size: 18px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  transition: all 0.3s;
  background: linear-gradient(270deg, #2ea667 0%, #39ab70 100%);
  outline: none;
  border: 0;
  cursor: pointer;
  font-family: 'NunitoSans-Bold';
  display: inline-block !important;
}

.cart-sidebar-dropdown-checkout:hover {
  background: linear-gradient(270deg, #1C6E4F 0%, #39ab70 100%);
}

@media only screen and (max-width: 768px) {
  .cart-sidebar-dropdown-checkout {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin: 23px 0;
  }
}

.cart-sidebar-dropdown-title {
  font-size: 24px;
  line-height: 24px;
  color: #303030;
  font-family: 'NunitoSans-Bold';
}

@media only screen and (max-width: 768px) {
  .cart-sidebar-dropdown-title {
    font-size: 18px;
    line-height: 18px;
  }
}

.cart-sidebar-dropdown-info {
  display: flex;
}

.cart-sidebar-dropdown-info i {
  font-size: 24px;
  line-height: 18px;
}

.cart-sidebar-dropdown-qty {
  font-size: 24px;
  line-height: 24px;
  color: #979797;
  margin-right: 41px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .cart-sidebar-dropdown-qty {
    font-size: 18px;
    line-height: 18px;
    margin-right: 31px;
  }
}

.cart-sidebar-dropdown-qty:after {
  content: '';
  width: 1px;
  height: 24px;
  background-color: #D8D8D8;
  position: absolute;
  top: 0;
  right: -21px;
}

@media only screen and (max-width: 768px) {
  .cart-sidebar-dropdown-qty:after {
    right: -16px;
  }
}

.cart-sidebar-dropdown-qty span {
  margin-left: 4px;
}

@media only screen and (max-width: 480px) {
  .cart-sidebar-dropdown-qty {
    display: none;
  }
}

.cart-sidebar-dropdown-price {
  font-size: 24px;
  line-height: 24px;
  margin-right: 20px;
  color: #303030;
  font-family: 'NunitoSans-Bold';
}

@media only screen and (max-width: 768px) {
  .cart-sidebar-dropdown-price {
    font-size: 18px;
    line-height: 18px;
    margin-right: 16px;
  }
}

@media only screen and (max-width: 1440px) {
  .cart-sidebar {
    margin-left: 40px;
    margin-top: 54px;
    width: 250px;
  }
}

@media only screen and (max-width: 1024px) {
  .cart-sidebar {
    order: 1;
    margin-left: 0;
    margin-top: 0;
    width: 100%;
  }

  .cart-sidebar-dropdown {
    display: block;
  }
}

.cart-sidebar.open .cart-sidebar-dropdown-wrap {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  position: absolute;
  z-index: 11;
  top: 123px;
  left: 0;
  width: 100%;
  padding: 20px 30px 27px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 768px) {
  .cart-sidebar.open .cart-sidebar-dropdown-wrap {
    padding: 3px 30px 27px;
  }
}

@media only screen and (max-width: 480px) {
  .cart-sidebar.open .cart-sidebar-dropdown-wrap {
    padding: 3px 20px 20px;
  }
}

.cart-sidebar.open .cart-sidebar-dropdown:before {
  content: '';
  width: calc(100% + 60px);
  background-color: #fff;
  position: absolute;
  top: 62px;
  left: -30px;
  height: 82px;
  z-index: 12;
}

@media only screen and (max-width: 768px) {
  .cart-sidebar.open .cart-sidebar-dropdown:before {
    height: 62px;
  }
}

.cart-sidebar.open .cart-sidebar-dropdown-qty,
.cart-sidebar.open .cart-sidebar-dropdown-price {
  display: none;
}

.cart-sidebar.open .cart-sidebar-dropdown-info i {
  transform: rotate(180deg);
}

.cart-sidebar.open .open-cart-dropdown {
  position: relative;
  z-index: 13;
}

.cart-order-subtotal {
  display: flex;
  order: 1;
  line-height: 22px;
}

.cart-order-subtotal-discount {
  order: 2;
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: #979797;
}

.cart-order-subtotal span.price {
  order: 3;
  font-family: 'NunitoSans-Bold';
  margin-left: auto;
}

.cart-order-subtotal span.subtotal-price {
  order: 3;
  margin-left: auto;
}

.cart-order-subtotal-qyt {
  order: 2;
  margin-left: 5px;
}

.cart-order-subtotal-description {
  font-size: 12px;
  line-height: 16px;
  color: #979797;
  order: 1;
}

.cart-order-delivery,
.cart-order-tax {
  order: 2;
  margin-top: 20px;
}

@media only screen and (max-width: 1024px) {

  .cart-order-delivery,
  .cart-order-tax {
    margin-top: 16px;
  }
}

.cart-order-delivery-header,
.cart-order-tax-header {
  display: flex;
  justify-content: space-between;
  line-height: 22px;
}

.cart-order-delivery-price,
.cart-order-tax-price {
  font-family: 'NunitoSans-Bold';
}

.cart-order-delivery-description,
.cart-order-tax-description {
  font-size: 12px;
  line-height: 16px;
  color: #979797;
}

.cart-order-delivery-description a,
.cart-order-tax-description a {
  color: #2ea667;
  margin-left: 21px;
  text-decoration: underline;
  position: relative;
  display: inline-block;
}

.cart-order-delivery-description a:hover,
.cart-order-tax-description a:hover {
  text-decoration: none;
}

.cart-order-delivery-description a:before,
.cart-order-tax-description a:before {
  content: '';
  width: 1px;
  height: 18px;
  background-color: #D8D8D8;
  position: absolute;
  top: -2px;
  left: -11px;
}

.cart-order-delivery-description .error-zip-code,
.cart-order-tax-description .error-zip-code {
  color: #F4435A;
}

.cart-order-tax {
  order: 3;
  margin-top: 22px;
}

@media only screen and (max-width: 1024px) {
  .cart-order-tax {
    margin-top: 16px;
  }
}

.cart #discount-coupon-form {
  order: 4;
}

.cart-discount {
  margin-top: 16px;
}

@media only screen and (max-width: 1024px) {
  .cart-discount {
    margin-top: 12px;
  }
}

.cart-discount-form {
  display: none;
}

.cart-discount a {
  font-size: 12px;
  color: #2ea667;
  text-decoration: underline;
}

.cart-discount a:hover {
  text-decoration: none;
}

.cart-discount .field-wrapper {
  margin-top: 20px;
}

.cart-discount .field-wrapper .input-text {
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #fff;
  color: #303030;
  outline: none;
  border: 1px solid #CECECE;
}

.cart-discount .field-wrapper .button-wrapper {
  margin-top: 10px;
}

.cart-discount .field-wrapper .button-wrapper .button2 {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  font-size: 18px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  transition: all 0.3s;
  background: linear-gradient(270deg, #2ea667 0%, #39ab70 100%);
  outline: none;
  border: 0;
  height: 30px;
  line-height: 29px;
  max-width: 100px;
  font-size: 15px;
  cursor: pointer;
}

.cart-discount .field-wrapper .button-wrapper .button2:hover {
  background: linear-gradient(270deg, #1C6E4F 0%, #39ab70 100%);
}

.cart-discount .field-wrapper .button-wrapper .button2.cancel-coupon {
  margin-left: 10px;
  background: #F4435A;
}

.cart-discount .field-wrapper .button-wrapper .button2.cancel-coupon:hover {
  background: #f11330;
}

.cart-discount .field-wrapper .validation-advice {
  font-size: 12px;
  color: #F4435A;
}

.cart-total {
  order: 5;
  border-top: 1px solid #D8D8D8;
  margin-top: 16px;
  padding-top: 20px;
  font-size: 18px;
  line-height: 25px;
  display: flex;
  justify-content: space-between;
}

.cart-checkout {
  order: 6;
  margin-top: 16px;
}

.cart-checkout .btn-checkout {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  font-size: 18px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  transition: all 0.3s;
  background: linear-gradient(270deg, #2ea667 0%, #39ab70 100%);
  border: 0;
  outline: none;
  cursor: pointer;
  font-family: 'NunitoSans-Bold';
}

.cart-checkout .btn-checkout:hover {
  background: linear-gradient(270deg, #1C6E4F 0%, #39ab70 100%);
}

@media only screen and (max-width: 768px) {
  .cart-checkout .btn-checkout {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
}

.cart-checkout-details {
  order: 7;
  margin-top: 54px;
}

@media only screen and (max-width: 1024px) {
  .cart-checkout-details {
    margin-top: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .cart-checkout-details {
    margin-top: 23px;
  }
}

.cart-checkout-details p {
  line-height: 24px;
  text-align: center;
  color: #303030;
  margin-top: 12px;
}

@media only screen and (max-width: 1024px) {
  .cart-checkout-details p {
    margin-top: 2px;
  }
}

.cart-checkout-details-logo {
  text-align: center;
}

.cart-checkout-details-logo span {
  display: inline-block;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.cart-checkout-details-logo span:not(:last-child) {
  margin-right: 2px;
}

.cart-checkout-details-logo span:nth-child(1) {
  background-color: #1B75BC;
}

.cart-checkout-details-logo span:nth-child(2) {
  background-color: #F7941D;
}

.cart-checkout-details-logo span:nth-child(3) {
  background-color: #009444;
}

.cart-checkout-details-logo span:nth-child(4) {
  background-color: #BE1E2D;
}

.cart-checkout-details ul {
  text-align: center;
  margin-top: 20px;
}

@media only screen and (max-width: 1024px) {
  .cart-checkout-details ul {
    margin-top: -4px;
  }
}

@media only screen and (max-width: 768px) {
  .cart-checkout-details ul {
    margin-top: 1px;
  }
}

.cart-checkout-details ul li {
  font-size: 12px;
  line-height: 18px;
  color: #4A4A4A;
}

@media only screen and (max-width: 1024px) {
  .cart-checkout-details ul li {
    display: inline-block;
  }

  .cart-checkout-details ul li:first-child:after {
    content: '|';
    margin: 0 3px 0 6px;
  }
}

.cart-checkout-details ul li span {
  font-family: 'NunitoSans-Bold';
}

.cart-main {
  width: calc(100% - 400px);
  margin-top: 40px;
}

@media only screen and (max-width: 1440px) {
  .cart-main {
    width: calc(100% - 290px);
    margin-top: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .cart-main {
    order: 3;
    width: 100%;
  }
}

.cart-title {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .cart-title {
    margin-bottom: 19px;
  }
}

@media only screen and (max-width: 480px) {
  .cart-title {
    margin-bottom: 12px;
  }
}

.cart-title span {
  font-size: 24px;
  line-height: 24px;
  color: #303030;
  font-family: 'NunitoSans-Bold';
  position: relative;
}

.cart-title span:after {
  content: '';
  width: 1px;
  height: 24px;
  position: absolute;
  top: 0;
  right: -22px;
  background-color: #D8D8D8;
}

@media only screen and (max-width: 768px) {
  .cart-title span {
    font-size: 18px;
    line-height: 18px;
  }

  .cart-title span:after {
    height: 20px;
    right: -15px;
  }
}

.cart-title .add-notes {
  margin-left: 41px;
  font-size: 16px;
  line-height: 24px;
  color: #979797;
  text-decoration: underline;
}

.cart-title .add-notes:hover {
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .cart-title .add-notes {
    font-size: 14px;
    line-height: 22px;
    margin-left: 30px;
  }
}

.cart-notes {
  width: 100%;
  margin-top: 20px;
  display: none;
}

.cart-notes textarea {
  width: 100%;
  min-height: 110px;
  border: 1px solid #CECECE;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #fff;
  padding: 10px;
  outline: none;
  resize: vertical;
}

.cart-notes-save {
  margin-top: 15px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  font-size: 18px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  transition: all 0.3s;
  background: linear-gradient(270deg, #2ea667 0%, #39ab70 100%);
  outline: none;
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  max-width: 130px;
  font-size: 15px;
}

.cart-notes-save:hover {
  background: linear-gradient(270deg, #1C6E4F 0%, #39ab70 100%);
}

.cart-item {
  background-color: #fff;
  margin-bottom: 20px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  display: flex;
}

@media only screen and (max-width: 480px) {
  .cart-item {
    flex-direction: column;
  }
}

.cart-item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 16px 20px 20px;
  box-shadow: 0 1px 5px rgba(206, 206, 206, 0.5);
  -webkit-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
  position: relative;
  overflow: hidden;
  width: 210px;
}

.cart-item-img img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  vertical-align: top;
}

@media only screen and (max-width: 768px) {
  .cart-item-img {
    align-items: flex-start;
    width: 120px;
    padding: 10px;
  }

  .cart-item-img img {
    width: 100px;
    height: 100px;
  }
}

@media only screen and (max-width: 480px) {
  .cart-item-img {
    width: 100%;
    height: 210px;
    align-items: center;
  }

  .cart-item-img img {
    width: 100%;
    height: auto;
    max-width: 210px;
  }
}

.cart-item-zoom {
  position: absolute;
  top: 10px;
  right: 10px;
}

@media only screen and (max-width: 768px) {
  .cart-item-zoom {
    top: auto;
    bottom: 18px;
    right: auto;
    left: 16px;
  }
}

@media only screen and (max-width: 480px) {
  .cart-item-zoom {
    bottom: auto;
    top: 10px;
    left: auto;
    right: 10px;
  }
}

.cart-item-zoom i {
  color: #4A4A4A;
  font-size: 24px;
}

.cart-item-wrap {
  width: 100%;
}

.cart-item-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 10px;
  padding: 0 14px;
}

@media only screen and (max-width: 768px) {
  .cart-item-header {
    margin-top: 7px;
    padding: 0 15px;
  }
}

.cart-item-name {
  font-size: 22px;
  line-height: 30px;
  font-family: 'NunitoSans-Bold';
  color: #303030;
}

@media only screen and (max-width: 768px) {
  .cart-item-name {
    font-size: 16px;
    line-height: 18px;
  }

  .cart-item-name span {
    display: block;
  }
}

@media only screen and (max-width: 480px) {
  .cart-item-name span {
    display: inline;
  }
}

.cart-item-name a {
  font-size: 14px;
  line-height: 21px;
  color: #979797;
  display: inline-block;
  position: relative;
  margin-left: 21px;
  font-family: 'NunitoSans-Regular';
  text-decoration: underline;
}

.cart-item-name a:hover {
  text-decoration: none;
}

.cart-item-name a:before {
  content: '';
  width: 1px;
  height: 18px;
  background-color: #D8D8D8;
  position: absolute;
  top: 0;
  left: -11px;
}

@media only screen and (max-width: 768px) {
  .cart-item-name a {
    margin-left: 0;
    font-size: 12px;
    line-height: 12px;
    top: -2px;
  }

  .cart-item-name a:before {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .cart-item-name a {
    top: -1px;
  }
}

.cart-item-total-price .price {
  font-size: 18px;
  line-height: 25px;
  font-family: 'NunitoSans-Bold';
  color: #2ea667;
}

.cart-item-product-name {
  padding: 0 16px;
  display: flex;
  align-items: baseline;
}

@media only screen and (max-width: 768px) {
  .cart-item-product-name {
    flex-direction: column;
    margin-top: 12px;
  }
}

.cart-item-product-name span {
  font-size: 18px;
  line-height: 25px;
  color: #303030;
}

@media only screen and (max-width: 768px) {
  .cart-item-product-name span {
    font-size: 14px;
    line-height: 18px;
  }
}

.cart-item-product-name a {
  font-size: 14px;
  line-height: 21px;
  color: #979797;
  text-decoration: underline;
  position: relative;
  display: inline-block;
  margin-left: 21px;
}

.cart-item-product-name a:hover {
  text-decoration: none;
}

.cart-item-product-name a:before {
  content: '';
  width: 1px;
  height: 18px;
  background-color: #D8D8D8;
  position: absolute;
  top: 0;
  left: -11px;
}

@media only screen and (max-width: 768px) {
  .cart-item-product-name a {
    font-size: 12px;
    line-height: 12px;
    margin-left: 0;
    margin-top: 2px;
  }

  .cart-item-product-name a:before {
    display: none;
  }
}

.cart-item-product-change {
  display: none;
  padding-top: 0 !important;
  padding: 15px 20px 7px;
}

.cart-item-product-change input[type='text'].input-text {
  width: auto;
}

.cart-item-options {
  display: flex;
  margin-top: 16px;
  padding: 0 16px;
}

@media only screen and (max-width: 480px) {
  .cart-item-options {
    flex-wrap: wrap;
  }
}

.cart-item-options li {
  font-size: 14px;
  line-height: 21px;
  color: #979797;
}

.cart-item-options li:not(:last-child):after {
  content: 'Â·';
  display: inline-block;
  margin-right: 4px;
}

.cart-item-qty {
  margin-right: 5px;
}

.cart-item-qty-wrap {
  margin-top: 21px;
  display: inline-flex;
  background-color: #FAFAFA;
  font-size: 18px;
  color: #303030;
  padding: 10px 14px;
}

@media only screen and (max-width: 768px) {
  .cart-item-qty-wrap {
    font-size: 16px;
    display: flex;
    padding: 4px 14px;
    margin-top: 10px;
  }
}

.cart-item-qty-wrap span {
  font-family: 'NunitoSans-Bold';
  margin-left: 4px;
}

.cart-item-qty-chance {
  font-size: 14px;
  line-height: 21px;
  color: #979797;
  display: inline-block;
  margin-left: 12px;
  text-decoration: underline;
}

.cart-item-qty-chance:hover {
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .cart-item-qty-chance {
    font-size: 12px;
    line-height: 12px;
    position: relative;
    top: -4px;
    margin-left: 14px;
  }
}

.cart-item-qty-chance-wrap {
  padding-top: 0 !important;
  padding: 15px 20px 7px;
}

.cart-item-qty-chance-wrap input[type='text'].input-text {
  width: auto;
}

.cart-item-remove,
.cart-item-reorder {
  margin: 5px 0 11px 15px;
}

.cart-item-remove a,
.cart-item-reorder a {
  color: #F4435A;
  font-size: 14px;
  line-height: 19px;
}

.cart-item-remove i,
.cart-item-reorder i {
  color: #F4435A;
  margin-right: 9px;
}

@media only screen and (max-width: 768px) {

  .cart-item-remove,
  .cart-item-reorder {
    text-align: right;
    margin: -17px 14px 5px 0;
  }

  .cart-item-remove a,
  .cart-item-reorder a {
    font-size: 12px;
    line-height: 16px;
  }

  .cart-item-remove i,
  .cart-item-reorder i {
    margin-right: 7px;
  }
}

.cart-item-reorder a {
  color: #2ea667;
}

.cart-item-reorder i {
  color: #2ea667;
}

@media only screen and (max-width: 768px) {
  .cart-item-reorder {
    text-align: left;
    margin: 5px 0 10px 15px;
  }
}

.cart-thumbnail-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 13px 16px 0;
}

@media only screen and (max-width: 768px) {
  .cart-thumbnail-wrap {
    padding: 0 8px 8px 0;
  }
}

.cart-thumbnail-wrap img {
  width: 42px;
  height: 42px;
  object-fit: cover;
  cursor: pointer;
  padding: 4px;
  display: none;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border: 1px solid #F0F0F0;
}

.cart-thumbnail-wrap img.show {
  display: block;
}

.cart-delivery-wrap {
  margin-top: 41px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .cart-delivery-wrap {
    margin-top: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.cart-delivery-select-item {
  margin-left: 45px;
  position: relative;
}

.cart-delivery-select-item:not(:first-child) {
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .cart-delivery-select-item:not(:first-child) {
    margin-top: 12px;
  }
}

.cart-delivery-select-item label {
  font-size: 18px;
  line-height: 25px;
  font-family: 'NunitoSans-Bold';
  color: #303030;
  cursor: pointer;
}

.cart-delivery-select-item label:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #E0E0E0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  position: absolute;
  top: 8px;
  left: -45px;
}

@media only screen and (max-width: 768px) {
  .cart-delivery-select-item label {
    font-size: 16px;
    line-height: 22px;
  }

  .cart-delivery-select-item label:before {
    top: 5px;
  }
}

.cart-delivery-select-item input {
  position: absolute;
  opacity: 0;
  display: none;
}

.cart-delivery-select-item input:checked+label:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #3BE388;
  position: absolute;
  top: 13px;
  left: -40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

@media only screen and (max-width: 768px) {
  .cart-delivery-select-item input:checked+label:after {
    top: 10px;
  }
}

.cart-delivery-select-description {
  font-size: 14px;
  line-height: 19px;
  color: #9B9B9B;
}

@media only screen and (max-width: 768px) {
  .cart-delivery-select-description {
    font-size: 12px;
    line-height: 16px;
  }
}

.cart-delivery-select-description span {
  font-family: 'NunitoSans-Bold';
  margin-left: 4px;
}

.cart-delivery-price {
  width: 190px;
}

.cart-delivery-price:before {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #D8D8D8;
  position: absolute;
  top: 0;
  right: 230px;
}

@media only screen and (max-width: 768px) {
  .cart-delivery-price:before {
    right: 0;
    width: 100%;
    height: 1px;
  }
}

.cart-delivery-price div {
  display: flex;
  justify-content: space-between;
  line-height: 22px;
  color: #303030;
}

.cart-delivery-price div:not(:first-child) {
  margin-top: 18px;
}

.cart-delivery-price div span {
  font-family: 'NunitoSans-Bold';
}

@media only screen and (max-width: 768px) {
  .cart-delivery-price {
    width: 100%;
    position: relative;
    margin-top: 28px;
    padding-top: 32px;
  }
}

.cart-down-checkout {
  margin-top: 30px;
}

.cart-down-checkout a {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  font-size: 18px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  transition: all 0.3s;
  background: linear-gradient(270deg, #2ea667 0%, #39ab70 100%);
  outline: none;
  border: 0;
  cursor: pointer;
  display: inline-block;
  font-family: 'NunitoSans-Bold';
}

.cart-down-checkout a:hover {
  background: linear-gradient(270deg, #1C6E4F 0%, #39ab70 100%);
}

@media only screen and (max-width: 768px) {
  .cart-down-checkout a {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
}

@media only screen and (min-width: 1024px) {
  .cart-down-checkout {
    display: none;
  }
}

.cart-enter-text {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-top: 20px;
}

.cart-enter-text input[type='text'] {
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #fff;
  color: #303030;
  outline: none;
  border: 1px solid #CECECE;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.cart-enter-text button {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  font-size: 18px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  transition: all 0.3s;
  background: linear-gradient(270deg, #2ea667 0%, #39ab70 100%);
  outline: none;
  border: 0;
  height: 30px;
  line-height: 28px;
  max-width: 100px;
  font-size: 15px;
  cursor: pointer;
  margin-top: 10px;
}

.cart-enter-text button:hover {
  background: linear-gradient(270deg, #1C6E4F 0%, #39ab70 100%);
}

#printlabs-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.input-right-panel {
  width: 300px;
  height: 40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #CCC;
  background-color: #fff;
  color: #979797;
  outline: none;
  padding: 0 12px;
  line-height: 38px;
  font-size: 16px;
}

.input-type-select {
  width: 220px;
  height: 34px;
  line-height: 32px;
  outline: none;
  border: 1px solid #CCC;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #979797;
  padding: 0 8px;
  font-family: 'NunitoSans-Bold';
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.input-type-select::-ms-expand {
  display: none;
}

.input-type-select:hover {
  border-color: #2ea667;
}

.art_sizes {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed #CECECE;
  padding-bottom: 20px;
}

.art_sizes .title {
  color: #4A4A4A;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.art_sizes .title span {
  line-height: 16px;
}

.art_sizes .title small {
  font-size: 10px;
  line-height: 14px;
  color: #979797;
  font-family: 'NunitoSans-Bold';
}

.art_sizes-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.art_sizes-wrap div {
  position: relative;
}

.art_sizes-wrap div.mr-10 {
  margin: 0 10px;
}

.art_sizes-wrap div:first-child {
  margin-right: 10px;
}

.art_sizes-wrap input {
  width: 77px;
  height: 34px;
  font-size:16px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #CCC;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: none;
  color: #303030;
  padding: 0 26px 0 4px;
}

.art_sizes-wrap span {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 24px;
  height: 32px;
  background-color: #F0F0F0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  color: #979797;
  display: flex;
  justify-content: center;
  align-items: center;
}

#PrintlabsDesign {
  user-select: none;
  color: #303030;
}

#PrintlabsDesign inp[data-range=helper] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}

#PrintlabsDesign input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  cursor: pointer;
}

@media only screen and (max-width: 480px) {
  #PrintlabsDesign input[type=range] {
    background-color: transparent;
  }
}

#PrintlabsDesign input[type=range]:focus {
  outline: none;
}

#PrintlabsDesign input[type=range]::-moz-focus-outer {
  border: 0;
}

#PrintlabsDesign input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  animate: 0.2s;
  background: #CECECE;
  border-radius: 1px;
}

#PrintlabsDesign input[type=range]::-webkit-slider-thumb {
  height: 16px;
  width: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background: #2ea667;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8px;
}

#PrintlabsDesign input[type=range]::-webkit-slider-thumb:hover,
#PrintlabsDesign input[type=range]::-webkit-slider-thumb:active {
  width: 20px;
  height: 20px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  border: 2px solid #2ea667;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #3BE388;
}

#PrintlabsDesign input[type=range]::-webkit-slider-thumb:active {
  box-shadow: none;
}

#PrintlabsDesign input[type=range]::-webkit-slider-thumb:hover {
  margin-top: -10px;
}

#PrintlabsDesign input[type=range]:focus::-webkit-slider-runnable-track {
  background: #dbdbdb;
}

#PrintlabsDesign input[type=range]::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  animate: 0.2s;
  background: #CECECE;
  border-radius: 1px;
}

#PrintlabsDesign input[type=range]::-moz-range-thumb {
  height: 16px;
  width: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background: #2ea667;
  cursor: pointer;
}

#PrintlabsDesign input[type=range]::-moz-range-thumb:hover,
#PrintlabsDesign input[type=range]::-moz-range-thumb:active {
  width: 20px;
  height: 20px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  border: 2px solid #2ea667;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #3BE388;
}

#PrintlabsDesign input[type=range]::-moz-range-thumb:active {
  box-shadow: none;
}

#PrintlabsDesign input[type=range]::-ms-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}

#PrintlabsDesign input[type=range]::-ms-fill-lower {
  background: #c1c1c1;
  border-radius: 2px;
}

#PrintlabsDesign input[type=range]::-ms-fill-upper {
  background: #CECECE;
  border-radius: 2px;
}

#PrintlabsDesign input[type=range]::-ms-thumb {
  height: 16px;
  width: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background: #2ea667;
  cursor: pointer;
}

#PrintlabsDesign input[type=range]::-ms-thumb:hover,
#PrintlabsDesign input[type=range]::-ms-thumb:active {
  width: 20px;
  height: 20px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  border: 2px solid #2ea667;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #3BE388;
}

#PrintlabsDesign input[type=range]::-ms-thumb:active {
  box-shadow: none;
}

#PrintlabsDesign input[type=range]:focus::-ms-fill-lower {
  background: #CECECE;
}

#PrintlabsDesign input[type=range]:focus::-ms-fill-upper {
  background: #dbdbdb;
}

@media only screen and (min-width: 1024px) {
  #PrintlabsDesign .tolipop inp[data-range=helper]:hover~span {
    display: block;
  }
}

#PrintlabsDesign .tolipop span.tolipop-back,
#PrintlabsDesign .tolipop span.tolipop-done {
  display: none;
  width: 42px;
  height: 18px;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  position: absolute;
  top: -20px;
  left: -20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #979797;
  font-family: 'NunitoSans-Bold';
}

#PrintlabsDesign .tolipop span.tolipop-back:after,
#PrintlabsDesign .tolipop span.tolipop-done:after {
  content: '';
  width: 0;
  height: 0;
  border-top: solid 3px #fff;
  border-left: solid 3px transparent;
  border-right: solid 3px transparent;
  position: absolute;
  bottom: -3px;
  left: 50%;
  margin-left: -3px;
}

#PrintlabsDesign .tolipop span.tolipop-done {
  right: -20px;
  left: auto;
}

#PrintlabsDesign .printlabs-switch {
  display: flex;
  cursor: pointer;
  position: relative;
  justify-content: flex-start;
  align-items: center;
}

#PrintlabsDesign .printlabs-switch .printlabs-toggle-label {
  display: inline-block;
  position: relative;
  height: 24px;
  width: 50px;
  background-color: #F0F0F0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  transition: all ease 250ms;
}

#PrintlabsDesign .printlabs-switch .printlabs-toggle-button {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#PrintlabsDesign .printlabs-switch .printlabs-toggle-button:checked~.printlabs-toggle-label {
  background-color: #2ea667;
}

#PrintlabsDesign .printlabs-switch .printlabs-toggle-button:checked~.printlabs-toggle-handle {
  left: 28px;
  background-color: #fff;
}

#PrintlabsDesign .printlabs-switch .printlabs-toggle-handle {
  position: absolute;
  left: 3px;
  top: 2px;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #979797;
  transition: All 0.3s ease;
}

#PrintlabsDesign[data-processing="true"]:after,
#printlabs-container[data-processing="true"]:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  background-size: 33px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000;
}

#PrintlabsDesign[data-processing="true"]:before,
#printlabs-container[data-processing="true"]:before {
  position: fixed;
  top: calc(50% - 30px);
  left: 50%;
  z-index: 10000000000;
  background: rgba(255, 255, 255, 0.95) url(../images/loading.gif) no-repeat 14px center;
  padding: 12px 24px 12px 42px;
  content: attr(data-msg);
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-family: 'NunitoSans-Bold';
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.35);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-size: 20px 20px;
  color: #303030;
  transform: translateX(-50%) translateY(-50%);
}

#printlabs-no-product,
.printlabs-no-product {
  display: none;
}

#printlabs-container,
.printlabs-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

#printlabs-navigations,
.printlabs-navigations {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 70px;
  background: linear-gradient(270deg, #3F434B 0%, #616979 100%);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 660px) {

  #printlabs-navigations,
  .printlabs-navigations {
    height: 60px;
  }
}

#printlabs-navigations-left,
.printlabs-navigations-left,
#printlabs-navigations-right,
.printlabs-navigations-right {
  display: flex;
}

#printlabs-navigations-right,
.printlabs-navigations-right {
  margin-right: 12px;
}

@media only screen and (max-width: 660px) {

  #printlabs-navigations-right,
  .printlabs-navigations-right {
    margin-right: 0;
  }
}

#printlabs-navigations-right button,
.printlabs-navigations-right button {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  font-size: 18px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  transition: all 0.3s;
  background: linear-gradient(270deg, #2ea667 0%, #39ab70 100%);
  outline: none;
  cursor: pointer;
  height: 40px;
  line-height: 38px;
  font-size: 16px;
  border: 0;
}

#printlabs-navigations-right button:hover,
.printlabs-navigations-right button:hover {
  background: linear-gradient(270deg, #1C6E4F 0%, #39ab70 100%);
}

@media only screen and (max-width: 660px) {

  #printlabs-navigations-right button,
  .printlabs-navigations-right button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 60px;
    font-size: 14px;
    line-height: 19px;
    border-radius: 0;
  }
}

#printlabs-navigations-right button .desktop,
.printlabs-navigations-right button .desktop {
  display: none;
}

@media only screen and (min-width: 660px) {

  #printlabs-navigations-right button .desktop,
  .printlabs-navigations-right button .desktop {
    display: inline-block;
  }
}

#printlabs-navigations-right button .mobile,
.printlabs-navigations-right button .mobile {
  display: none;
}

@media only screen and (max-width: 660px) {

  #printlabs-navigations-right button .mobile,
  .printlabs-navigations-right button .mobile {
    display: inline-block;
  }
}

#printlabs-navigations-right button i,
.printlabs-navigations-right button i {
  font-size: 18px;
  line-height: 21px;
  margin-right: 8px;
  position: relative;
  top: 1px;
}

@media only screen and (max-width: 660px) {

  #printlabs-navigations-right button i,
  .printlabs-navigations-right button i {
    top: 0;
    margin-right: 0;
  }
}

#printlabs-navigations-right button.save-btn,
.printlabs-navigations-right button.save-btn {
  margin-right: 12px;
  width: 110px;
}


/* rahil */
.printlabs-navigations-right .status-modified-container button.save-btn {
  background: transparent;
  width: 100%;
}

.printlabs-navigations-right .status-modified-container:hover {
  background-color:rgba(128, 128, 128, 0.4) !important;
  transition: 0.7s;
}

@media only screen and (max-width: 660px) {

  #printlabs-navigations-right button.save-btn,
  .printlabs-navigations-right button.save-btn {
    width: 60px;
    margin-right: 0;
  }
}

#printlabs-navigations-right button.options-btn,
.printlabs-navigations-right button.options-btn {
  width: 220px;
  background: #EEBC2A;
}

@media only screen and (max-width: 660px) {

  #printlabs-navigations-right button.options-btn,
  .printlabs-navigations-right button.options-btn {
    width: 60px;
    color: black;
    /* thomas */
  }
}

#printlabs-navigations-menu,
.printlabs-navigations-menu {
  padding: 0 20px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 660px) {

  #printlabs-navigations-menu span,
  .printlabs-navigations-menu span {
    display: none;
  }
}

#printlabs-navigations-menu.open,
.printlabs-navigations-menu.open {
  width: 240px;
  padding: 0;
  padding-left: 20px;
  transition: width 0.3s;
}

#printlabs-navigations-menu.open:after,
.printlabs-navigations-menu.open:after {
  left: 0;
  transition: left 0.3s;
}

#printlabs-navigations-menu.open i.fa-bars,
.printlabs-navigations-menu.open i.fa-bars {
  display: none;
}

#printlabs-navigations-menu.open i.fa-times,
.printlabs-navigations-menu.open i.fa-times {
  display: inline-block;
}

#printlabs-navigations-menu:after,
.printlabs-navigations-menu:after {
  content: '';
  background-color: #303030;
  width: 240px;
  height: 70px;
  position: fixed;
  top: 0;
  left: -240px;
}

#printlabs-navigations-menu i,
.printlabs-navigations-menu i {
  font-size: 18px;
  line-height: 21px;
  color: #fff;
  margin-right: 10px;
}

@media only screen and (max-width: 660px) {

  #printlabs-navigations-menu i,
  .printlabs-navigations-menu i {
    margin-right: 0;
  }
}

#printlabs-navigations-menu i.fa-times,
.printlabs-navigations-menu i.fa-times {
  display: none;
}

#printlabs-navigations-menu a,
.printlabs-navigations-menu a {
  line-height: 22px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  z-index: 2;
}

#printlabs-navigations-logo,
.printlabs-navigations-logo {
  position: relative;
  margin-left: 20px;
  display: flex;
}

@media only screen and (max-width: 660px) {

  #printlabs-navigations-logo,
  .printlabs-navigations-logo {
    margin-left: 0;
  }
}

#printlabs-navigations-logo svg,
.printlabs-navigations-logo svg {
  width: 107px;
  height: 41px;
}

@media only screen and (max-width: 660px) {

  #printlabs-navigations-logo svg,
  .printlabs-navigations-logo svg {
    width: 78px;
    height: 30px;
  }
}

#printlabs-navigations-logo:before,
.printlabs-navigations-logo:before {
  content: '';
  width: 1px;
  height: 70px;
  background-color: #fff;
  opacity: 0.2;
  position: absolute;
  top: -15px;
  left: -21px;
}

@media only screen and (max-width: 660px) {

  #printlabs-navigations-logo:before,
  .printlabs-navigations-logo:before {
    display: none;
  }
}

#printlabs-navigation-left-panel,
.printlabs-navigation-left-panel {
  position: fixed;
  z-index: 12;
  left: -240px;
  top: 70px;
  width: 240px;
  height: 100%;
  background-color: #303030;
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  -ms-transition: left 0.3s;
  -o-transition: left 0.3s;
  transition: left 0.3s;
}

#printlabs-navigation-left-panel.active_show,
.printlabs-navigation-left-panel.active_show {
  left: 0;
}

#printlabs-navigation-left-panel ul,
.printlabs-navigation-left-panel ul {
  padding-left: 20px;
  margin-top: 15px;
}

#printlabs-navigation-left-panel li,
.printlabs-navigation-left-panel li {
  margin-bottom: 20px;
}

#printlabs-navigation-left-panel a,
.printlabs-navigation-left-panel a {
  color: #fff;
  line-height: 22px;
}

#printlabs-navigation-left-panel i,
.printlabs-navigation-left-panel i {
  font-size: 16px;
  line-height: 19px;
  margin-right: 6px;
}

#printlabs-workspace,
.printlabs-workspace {
  display: flex;
  min-height: calc(100vh - 70px);
  width: 100%;
  position: relative;
  margin-top: 70px;
  background-color: #ebeced;
}

@media only screen and (max-width: 660px) {

  #printlabs-workspace,
  .printlabs-workspace {
    min-height: calc(100vh - 60px);
    margin-top: 60px;
  }
}

#printlabs-workspace.right-open #printlabs-main,
.printlabs-workspace.right-open #printlabs-main,
#printlabs-workspace.right-open #printlabs-stage-nav,
.printlabs-workspace.right-open #printlabs-stage-nav {
  right: 180px;
  left: auto;
}

@media only screen and (max-width: 660px) {

  #printlabs-workspace.right-open #printlabs-main,
  .printlabs-workspace.right-open #printlabs-main,
  #printlabs-workspace.right-open #printlabs-stage-nav,
  .printlabs-workspace.right-open #printlabs-stage-nav {
    right: 0;
  }
}

#printlabs-workspace.right-open .undo-redo-list,
.printlabs-workspace.right-open .undo-redo-list {
  left: 190px;
}

#printlabs-workspace.right-open #printlabs-zoom-wrp,
.printlabs-workspace.right-open #printlabs-zoom-wrp {
  margin-left: -320px;
}

@media only screen and (max-width: 1024px) {

  #printlabs-workspace.right-open #printlabs-zoom-wrp,
  .printlabs-workspace.right-open #printlabs-zoom-wrp {
    margin-left: 0;
  }
}

#printlabs-workspace.right-open #printlabs-left,
.printlabs-workspace.right-open #printlabs-left {
  display: none;
}

#printlabs-workspace.left-open #printlabs-main,
.printlabs-workspace.left-open #printlabs-main,
#printlabs-workspace.left-open #printlabs-stage-nav,
.printlabs-workspace.left-open #printlabs-stage-nav {
  left: 240px;
}

#printlabs-workspace.left-open .undo-redo-list,
.printlabs-workspace.left-open .undo-redo-list {
  left: 250px;
}

#printlabs-workspace.left-open #printlabs-zoom-wrp,
.printlabs-workspace.left-open #printlabs-zoom-wrp {
  margin-left: 70px;
}

@media only screen and (max-width: 660px) {

  #printlabs-workspace.left-open #printlabs-left,
  .printlabs-workspace.left-open #printlabs-left {
    top: 0;
    height: 100vh;
  }
}

#printlabs-main,
.printlabs-main {
  position: relative;
  left: 80px;
  width: 100%;
  height: 100vh;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: flex;
}

@media only screen and (max-width: 700px) {

  #printlabs-main,
  .printlabs-main {
    left: 0;
    transition: 0s;
    touch-action: none;
    /* thomas */
  }
}

@media only screen and (max-width: 700px) {

  /* thomas */
  .li-mobile {
    position: relative;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    cursor: pointer;
    overflow: hidden;

  }

  .undo-redo-list-undo {
    -webkit-border-radius: 25px 0 0 25px;
    -moz-border-radius: 25px 0 0 25px;
    border-radius: 25px 0 0 25px;
  }

  .undo-redo-list-redo {
    -webkit-border-radius: 25px 0 0 25px;
    -moz-border-radius: 25px 0 0 25px;
    border-radius: 0 25px 25px 0;
  }

  .ul-mobile {
    display: flex;
    position: absolute;
    left: 10px;
    z-index: 11;
    border-radius: 25px;
    width: 60px;
    height: 32px;
    bottom: 130px;
    top: 22px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  }

  .ul-mobile .li-mobile i {
    font-size: 18px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
  }
}


#printlabs-main .undo-redo-list,
.printlabs-main .undo-redo-list {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 11;
  width: 100px;
  height: 50px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  display: flex;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

@media only screen and (max-width: 1024px) {

  #printlabs-main .undo-redo-list,
  .printlabs-main .undo-redo-list {
    top: auto;
    bottom: 93px;
  }
}

@media only screen and (max-width: 660px) {

  #printlabs-main .undo-redo-list,
  .printlabs-main .undo-redo-list {
    top: 38px;
    /* thomas */
    bottom: 160px;
  }
}



@media only screen and (max-width: 480px) {

  #printlabs-main .undo-redo-list,
  .printlabs-main .undo-redo-list {
    width: 80px;
    height: 40px;
    bottom: 130px;
  }
}

#printlabs-main .undo-redo-list-undo,
.printlabs-main .undo-redo-list-undo {
  -webkit-border-radius: 25px 0 0 25px;
  -moz-border-radius: 25px 0 0 25px;
  border-radius: 25px 0 0 25px;
}

#printlabs-main .undo-redo-list-redo,
.printlabs-main .undo-redo-list-redo {
  -webkit-border-radius: 0 25px 25px 0;
  -moz-border-radius: 0 25px 25px 0;
  border-radius: 0 25px 25px 0;
}

#printlabs-main .undo-redo-list li,
.printlabs-main .undo-redo-list li {
  position: relative;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  cursor: pointer;
  overflow: hidden;
}

#printlabs-main .undo-redo-list li i,
.printlabs-main .undo-redo-list li i {
  font-size: 24px;
}

@media only screen and (max-width: 480px) {

  #printlabs-main .undo-redo-list li i,
  .printlabs-main .undo-redo-list li i {
    font-size: 18px;
  }
}

#printlabs-main .undo-redo-list li.disabled,
.printlabs-main .undo-redo-list li.disabled {
  background-color: #FAFAFA;
}

#printlabs-main .undo-redo-list li.disabled i,
.printlabs-main .undo-redo-list li.disabled i {
  color: #CECECE;
}

#printlabs-main .undo-redo-list li:hover:not(.disabled),
.printlabs-main .undo-redo-list li:hover:not(.disabled) {
  overflow: visible;
}

#printlabs-main .undo-redo-list li:hover:not(.disabled) i,
.printlabs-main .undo-redo-list li:hover:not(.disabled) i {
  color: #2ea667;
}

#printlabs-main .undo-redo-list li:hover:not(.disabled) .icon-tooltip,
.printlabs-main .undo-redo-list li:hover:not(.disabled) .icon-tooltip {
  opacity: 1;
}

#printlabs-main .icon-tooltip,
.printlabs-main .icon-tooltip {
  opacity: 0;
  position: absolute;
  top: -31px;
  background-color: #fff;
  width: 40px;
  height: 21px;
  font-size: 12px;
  line-height: 16px;
  color: #979797;
  font-family: 'NunitoSans-Bold';
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#printlabs-main .icon-tooltip:after,
.printlabs-main .icon-tooltip:after {
  content: '';
  width: 0;
  height: 0;
  border-top: solid 3px #fff;
  border-left: solid 3px transparent;
  border-right: solid 3px transparent;
  position: absolute;
  bottom: -3px;
}

#printlabs-main .canvas-container,
.printlabs-main .canvas-container {
  max-width: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 660px) {

  /* thomas */
  #printlabs-main .canvas-container,
  .printlabs-main .canvas-container {
    top: 16vh;
    position: fixed !important;
  }

  /* #printlabs-stage-front,
  #printlabs-stage-back {
    transform: scale(1.1) !important;
  } */
}

.repeat-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #4A4A4A;
  width: 60px;
  height: 60px;
  border-radius: 89px;
  margin: 10px;
  z-index: 10;
  position: absolute;
  left: 71vw;

}

.stage-switch {
  color: white;
  font-size: 30px;
}

/* thomas */
#printlabs-main .canvas-wrapper,
.printlabs-main .canvas-wrapper {
  clear: both;
  display: inline-block;
  position: relative;
  margin: auto;
}

#printlabs-notices,
.printlabs-notices {
  position: absolute;
  left: 80px;
  z-index: 100;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  top: 0;
  opacity: 0;
  display: none!important;
}

#printlabs-notices span,
.printlabs-notices span {
  padding: 5px 12px;
  background: rgba(245, 242, 202, 0.9);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  display: block;
  margin-bottom: 12px;
  line-height: 27px;
  flex-basis: 100%;
  max-width: 740px;
}

#printlabs-notices span i,
.printlabs-notices span i {
  margin-right: 6px;
}

#printlabs-notices span[data-type="error"],
.printlabs-notices span[data-type="error"] {
  background: rgba(253, 201, 186, 0.9);
  color: #F4435A;
}

#printlabs-notices span[data-type="success"],
.printlabs-notices span[data-type="success"] {
  background: #3BE388;
  color: #2ea667;
}

#printlabs-left,
.printlabs-left {
  position: fixed;
  z-index: 3;
  top: 70px;
  width: auto;
  height: calc(100vh - 70px);
  left: -100%;
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  -ms-transition: left 0.3s;
  -o-transition: left 0.3s;
  transition: left 0.3s;
}

@media only screen and (max-width: 660px) {

  #printlabs-left,
  .printlabs-left {
    height: calc(100vh - 60px);
    top: 60px;
    z-index: 12;
  }
}

#printlabs-left.show,
.printlabs-left.show {
  left: 0;
}

#printlabs-left-nav,
.printlabs-left-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media only screen and (max-width: 660px) {

  #printlabs-left-nav,
  .printlabs-left-nav {
    flex-direction: row;
    justify-content: space-around;
  }
}

#printlabs-left-nav li,
.printlabs-left-nav li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 80px;
  height: 80px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-family: 'NunitoSans-Bold';
}

#printlabs-left-nav li .mobile,
.printlabs-left-nav li .mobile {
  display: none;
}

@media only screen and (max-width: 480px) {

  #printlabs-left-nav li .mobile,
  .printlabs-left-nav li .mobile {
    display: inline-block;
  }
}

#printlabs-left-nav li .desktop,
.printlabs-left-nav li .desktop {
  display: none;
}

@media only screen and (min-width: 480px) {

  #printlabs-left-nav li .desktop,
  .printlabs-left-nav li .desktop {
    display: inline-block;
  }
}

@media only screen and (min-width: 1024px) {

  #printlabs-left-nav li:hover,
  .printlabs-left-nav li:hover {
    background-color: #4D525E;
  }

  #printlabs-left-nav li.active,
  .printlabs-left-nav li.active {
    background-color: #fff;
    color: #4A4A4A;
  }
}

@media only screen and (max-width: 480px) {

  #printlabs-left-nav li,
  .printlabs-left-nav li {
    height: 60px;
    width: auto;
    font-size: 10px;
    line-height: 15px;
  }
}

#printlabs-left-nav li i,
.printlabs-left-nav li i {
  display: block;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 480px) {

  #printlabs-left-nav li i,
  .printlabs-left-nav li i {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 4px;
  }
}

#printlabs-left-nav-wrp,
.printlabs-left-nav-wrp {
  width: 80px;
  height: 100%;
  background-color: #40444C;
}

@media only screen and (max-width: 660px) {

  #printlabs-left-nav-wrp,
  .printlabs-left-nav-wrp {
    width: 100%;
    height: 80px;
    position: fixed;
    bottom: 0;
    left: 0;
  }
}

@media only screen and (max-width: 480px) {

  #printlabs-left-nav-wrp,
  .printlabs-left-nav-wrp {
    height: 60px;
  }
}

#printlabs-left .text-align-holder,
.printlabs-left .text-align-holder {
  margin-top: 20px;
  border-bottom: 1px dashed #CECECE;
  padding-bottom: 20px;
  display: flex;
}

#printlabs-left .text-align-holder div[data-tool="arrange"],
.printlabs-left .text-align-holder div[data-tool="arrange"] {
  margin-right: 20px;
}

#printlabs-left .text-align-holder div[data-tool="text-align"] p,
.printlabs-left .text-align-holder div[data-tool="text-align"] p,
#printlabs-left .text-align-holder div[data-tool="arrange"] p,
.printlabs-left .text-align-holder div[data-tool="arrange"] p {
  font-size: 14px;
  line-height: 19px;
  color: #979797;
  margin-bottom: 2px;
}

#printlabs-left .text-align-holder div[data-tool="text-align"] span,
.printlabs-left .text-align-holder div[data-tool="text-align"] span,
#printlabs-left .text-align-holder div[data-tool="arrange"] span,
.printlabs-left .text-align-holder div[data-tool="arrange"] span {
  width: 34px;
  height: 34px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

#printlabs-left .text-align-holder div[data-tool="text-align"] span:hover,
.printlabs-left .text-align-holder div[data-tool="text-align"] span:hover,
#printlabs-left .text-align-holder div[data-tool="arrange"] span:hover,
.printlabs-left .text-align-holder div[data-tool="arrange"] span:hover,
#printlabs-left .text-align-holder div[data-tool="text-align"] span.selected,
.printlabs-left .text-align-holder div[data-tool="text-align"] span.selected,
#printlabs-left .text-align-holder div[data-tool="arrange"] span.selected,
.printlabs-left .text-align-holder div[data-tool="arrange"] span.selected {
  background-color: #F0F0F0;
}

#printlabs-left .text-align-holder div[data-tool="text-align"] span:not(:last-child),
.printlabs-left .text-align-holder div[data-tool="text-align"] span:not(:last-child),
#printlabs-left .text-align-holder div[data-tool="arrange"] span:not(:last-child),
.printlabs-left .text-align-holder div[data-tool="arrange"] span:not(:last-child) {
  margin-right: 6px;
}

#printlabs-left .text-align-holder div[data-tool="text-align"] i,
.printlabs-left .text-align-holder div[data-tool="text-align"] i,
#printlabs-left .text-align-holder div[data-tool="arrange"] i,
.printlabs-left .text-align-holder div[data-tool="arrange"] i {
  font-size: 20px;
  line-height: 23px;
}

#printlabs-tab-body-wrp,
.printlabs-tab-body-wrp {
  width: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 80px;
  overflow: hidden;
  background: #fff;
}

 .leta {
  display: none !important;
}

@media only screen and (max-width: 660px) {

  #printlabs-tab-body-wrp,
  .printlabs-tab-body-wrp {
    left: 0;
    width: 100vw;
    /* height: 100% !important; */
  }
}

#printlabs-tab-body-wrp:not(.active),
.printlabs-tab-body-wrp:not(.active) {
  display: none;
}

#printlabs-tab-body-wrp-scroll,
.printlabs-tab-body-wrp-scroll {
  padding: 60px 20px 80px;
  overflow: visible;
}


/* thomas bulk of mobile syles */
@media only screen and (max-width: 660px) {

  

  #printlabs-x-thumbn-preview {
    margin-top: 9vh;
    margin-bottom: 5vh;
  }


  .canvas-container {
    transform: scale(1.2);
  }

  .printlabs-uploads-replace {
    display: flex;
    justify-content: flex-start !important;
    margin-left: 1vw;
    width: 40vw;
  }
.printlabs-uploads-replace .title {
    margin-right: 33vw;
    position: relative;
    left:24vw;
 }
 
 .mobile-uploads-done {
    position: absolute;
    top: 3vh;
    left: 83vw;
    font-size: larger;
    z-index: 100;
  }

  .mobile-uploads-next {
    position: relative;
      
      left: 1vw;
      font-size: large;
      font-weight: bolder;
  }

    .mobile-uploads-next2 {
      position: absolute;
      top: 3vh;
      left: 79vw;
      font-size: large;
      font-weight: bolder;
    }

    .mobile-uploads-back {
      position: absolute;
      top: 4vh;
      left:3vw;
      font-size: large;
      z-index: 100;
    }

  .mobile-uploads-back2 {
    position: absolute;
    top: 4vh;
    font-size: large;
    z-index: 100;
  }

  .printlabs-uploads-rotate {
      justify-content: space-evenly !important;
    }
  .printlabs-uploads-art_sizes .art_sizes-wrap{
    position: relative;
    left: -1vw;
  }
  /* cliparts mobile start */

    .clipart-toolbar-tray {
      position: fixed;
      height: 70px !important;
      border-radius: 10px 10px;
      box-shadow: 5px 5px 10px 10px #E5E5DF;
    }

    .clipart-toolbar-mobile{
      display: flex;
      justify-content: space-between;
      height: 80px !important;
      padding: 2vh;
      width:100%;
      position : fixed;
    }

    .change-svg-mobile {
      top:0px !important;
    }

    .mobile-upload-screen {
      top: -5vh !important;
      height:100% !important;
    }


    .mobile-list-art {
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .art-color-mobile {
      left: 1vw;
      position: relative;
    }


.copy-stage-bttn {
    position: relative;
    top: 3vh;
    color: grey;
    left: -28vw;
    width: 51vw;
    font-size: smaller;
}

    .art-search-mobile {
      position: absolute !important;
      top: 1vh;
      z-index: 999;
      width: 92vw;
      left: 4vw;
    }

    .mobile-add-art {
    height: 100% !important;
    top: 0 !important;
    }

    .mobile-printlabs-cliparts {
      height: 70px !important;
      position: fixed;
      border-radius: 10px 10px;
      box-shadow: 5px 5px 10px 10px #E5E5DF;
     }

    .mobile-printlabs-cliparts-change-fill {
      height: 80px !important;
      position: fixed;
    }

    .cliparts-change-obj-mobile {
      top: -1vh;
      border-bottom: none !important;
      justify-content: center !important;
    }

    .change_obj_text {
      margin-left: 5vw;
    }

    .cliparts-art_sizes-mobile {
      margin-top: 3vh;
      border-bottom: none !important;
      justify-content: space-evenly !important;
      position: absolute;
      left: 4vw;
    }

    .art-sizes-numbers {
      margin-left: 4vw;
    }

    .cliparts-rotate-mobile {
      justify-content: space-evenly !important;
      margin-top: 0vh;
      border-bottom: none !important;
      position:absolute;
      left: 4vw;
    }

    .cliparts-fill-art-change-mobile {
      justify-content: space-evenly !important;
      margin-top: -1vh;
      border-bottom: none !important;

    }

    #printlabs-cliparts .fill-art-change .title,
    .printlabs-cliparts .fill-art-change .title {
        position: absolute !important;
        left:38vw !important;
        top: 0vh;
    }

    #printlabs-cliparts .fill-art-change .fill-square-info-holder,
    .printlabs-cliparts .fill-art-change .fill-square-info-holder {
        position:absolute   !important;
        top: 4vh  !important;
    }

    #printlabs-cliparts .fill-art-change .fill-square-info-holder .fa-angle-right,
    .printlabs-cliparts .fill-art-change .fill-square-info-holder .fa-angle-right {
          font-size: 30px   !important;
          position: absolute  !important;
          left: 64vw  !important;
          
    }

    .mobile-svg-title {
      margin-left: 1vw;
    }

    .mobile-svg-colors-change-options {
      height: 95px !important;
      position: fixed;
    }

    .mobile-svg-single-choice {
      height: 233px !important;
      position: fixed;
    }

   .mobile-cliparts-next {
      position: absolute;
      top: 4vh;
      left: 94vw;
      font-size: larger;
      z-index: 100;
   }

     .mobile-cliparts-next2 {
       position: absolute;
       top: 1vh;
       left: 79vw;
       font-size: larger;
       z-index: 100;
     }
     .mobile-cliparts-next3 {
       display: none;
       position: absolute;
       top: 3vh;
       left: 81vw;
       font-size: larger;
       z-index: 100;
     }

    .mobile-cliparts-back3 {
      position: absolute;
      top: 5vh;
      font-size: larger;
      z-index: 100;
    }

    .mobile-cliparts-back2 {
      position: absolute;
      top: 4vh;
      font-size: larger;
      z-index: 100;
    }

    .mobile-cliparts-back {
      position: absolute;
      top: 4vh;
      font-size: larger;
      z-index: 100;
    }

    .mobile-cliparts-done {
      position: absolute;
      top: 4vh;
      font-size: larger;
      z-index: 100;
    }

  .mobile-cliparts-back-color-pick {
      position: absolute;
      top: 2vh;
      left:85vw;
      font-size: larger;
      z-index: 100;
  }

  .mobile-cliparts-back-color-pick2 {
    display: none;
      position: absolute;
      top: 2vh;
      left: 84vw;
      font-size: larger;
      z-index: 100;
  }

  .mobile-cliparts-svg-color-done {
    position: absolute;
    top: 2vh;
    left:85vw;
    font-size: larger;
    z-index: 100;
  }

  .mobile-cliparts-back4 {
    position: absolute;
    top: 2vh;
    font-size: larger;
    z-index: 100;
  }

  .advance-color-pick {
    position:absolute;
    top: 25vh;
    left: 47vw;
    color: green;
  }

  .advance-color-pick-bg {
    display:none;
    position: absolute;
    top: 27vh;
    left: 43vw;
    color: green;
    width: 200px;
    z-index: 999;
  }
  
  .hex-coppied-bg {
    display:none;
    z-index: 999;
    position:absolute;
    top: 30vh;
    left: 12vw;
    color:green !important;
  }

  .hex-coppied-bg2 {
    top: 10vh;
    left: 0vw;
    color: green !important;
  }

  .mobile-color-picker-holder {
    height: 357px !important;
    position: fixed;
  }
  
 .edit-shape-color-id {
    position: absolute;
    top: 6vh;
    left: 66vw;
    float: right;
    width: 90px;
    height: 34px;
    border: 1px solid #CCC;
    outline: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #303030;
    padding: 0 12px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 16px;
    margin-right: 6px;
 }
 input[type="search" i]:enabled:read-write:-webkit-any(:focus, :hover)::-webkit-search-cancel-button {
   display: none;
 }

 .hex-coppied {
  display:none;
  z-index: 999;
  position:absolute;
  top: 6vh;
  color:green !important;
 }
 

.mobile-only-1 {
    display: none;
  }
    .mobile-text-effect-shape-list li{
      display: flex;
      flex-direction: column;
    }

  .mobile-only-2 {
    display: none;
  }

  .layer-bttn {
    display: flex;
    justify-content: space-evenly;
    align-items: center; 
    position: absolute;
    top:62vh;
    left: 30vw;
    width:30vw;
    background: rgba(0, 0, 0, .5);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    color:white;
    opacity: 1;
    transition: opacity 0.6s;
    padding: 3px;
  }

  .layer-bttn.clicked {
    opacity: 0.5;
  }

  .mobile-forward {
    left: 20vw;
  }

  .mobile-backward {
    left: 53vw;
  }

  .layer-bttn-content {
    font-size: 12px;
  }

  .forward-layer-bttn {
    margin-right:1vw;
  }

  #printlabs-layers ul {
    margin-top: 3vh;
  }
  
  #printlabs-selected-products-list {
    margin-top: -1vh;
  }


  .printlabs-uploads-remove-bg-link {
    display: none !important;
    /* this kills the remove background tab in edit upload on mobile thomas */
  }

  .printlabs-uploads-crop {
    display: none !important;
    /* this kills the crop tab in edit upload on mobile */
  }

  .mobile-upload-layering {
      display: none !important;
      /* this kills the layering tab in edit upload on mobile */
    }

  #printlabs-uploads div[data-tab].active,
    .printlabs-uploads div[data-tab].active {
      position:relative;
      top:12vh;
    }

 .mobile-chip-background {
   top: 500px;
   height: 233px !important;
   position: fixed !important;
   border-radius: 10px 10px;
   box-shadow: 5px 5px 10px 10px #E5E5DF;
 }

 .printlabs-backgrounds-color-piker {
  position: relative;
  top: -3vh;
  margin-bottom:0px;
 }

  .add-cont{
    margin-left: 5vw;
  }

  #printlabs-selected-products-list {
    top: 5vh;
    position: relative;
    margin-bottom: 40px;
  }

  #printlabs-product {
    height: 100% !important;
  }

  .edit-upload-mobile {
    position: fixed;
    height: 70px !important;
    border-radius: 10px 10px;
    box-shadow: 5px 5px 10px 10px #E5E5DF;
  }

  .upload-toolbar-mobile {
    display: flex;
    justify-content: space-between;
    height: 80px !important;
    padding: 2vh;
    width: 100%;
    position: fixed;
  }

  .mobile-list-upload {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .mobile-bg-title-def {
    top: 4vh;
  }

  .backgrounds-mobile-back {
    display: none;
    position:relative;
    top:-24vh;
    left: 78vw;
    font-size: large;
    font-weight: bolder;
  }

    .backgrounds-mobile-back2 {
      display: none;
      position: relative;
      top: 4vh;
      left: 78vw;
      font-size: large;
      font-weight: bolder;
    }
  .mobile-bg-title {
    top: -3vh !important;
  }

  .mobile-bg-title2 {
    top: 3vh !important;
  }



  #printlabs-stroke {
    position:absolute;
    left:70vw;
    top:8vh;
  }

  .backgrounds-picker-mobile {
    height:228px !important;
    top: 5vh;
  }

    .color-picker-holder .sp-picker-container {
      height:230px !important;
      top: 5vh;
    }

  .printlabs-backgrounds-color-active {
    top: -3vh !important;
    margin-bottom: 0px !important;
  }

    .printlabs-backgrounds-color-active2 {
      top: 3vh !important;
      margin-bottom: 0px !important;
    }

  .color-picker-holder .sp-container {
    margin-bottom: 0px !important;
  }
  .printlabs-backgrounds-color-piker .sp-container  {
    border-top: none !important;
    padding-top: none !important;
  }

  .advanced-picker-tray {
    height:322px !important;
    position: fixed !important;
    border-radius: 10px 10px;
    box-shadow: 5px 5px 10px 10px #E5E5DF;
  }


  .printlabs-uploads-save {
    height: 30px;
    width: 100px;
    /* position:absolute;
    top: -1vh;
    left: 34vw; */
  }

  .printlabs-uploads-art_sizes {
    margin-top: 2vh;
    border-bottom: none !important;
  }

  .layering {
    margin-top: 10vh;
  }

  #printlabs-layers {
    top: -3vh !important;
    height: 700px !important;
  }
    
   .printlabs-data-fx-rotate_angle-2 {
      width: 150px !important;
   }
 
  .printlabs-backgrounds-color-piker .title {
      height: 60px !important; ;
      position: relative;
      top: 6vh;
      margin-bottom:21vh !important;
    }

  .printlabs-tab-body-wrp-title {
    height: 9vh !important;
  }
  .printlabs-top-nav {
    margin-top: 1vh;
  }
 

  .mobile-scroll-wrp {
    height: 60px !important;
    top: 606px;
    overflow-y: hidden !important;
    overflow-x: scroll !important;
    position: fixed;
  }

  .mobile-add-text-wrp {
    height: 180px !important;
    /* top: 0px !important; */
    overflow-y: hidden !important;
    overflow-x: scroll !important;
    position: fixed;
    border-radius: 10px 10px;
    box-shadow: 5px 5px 10px 10px #E5E5DF;
  }

  .mobile-add-text-wrp-after {
    height: 180px !important;
    top: 300vh ; 
    overflow-y: hidden !important;
    border-radius: 10px 10px;
    box-shadow: 5px 5px 10px 10px #E5E5DF;
    position: fixed;
  }


  .mobile-scroll-wrp-text-tool {
    top: 800px;
    height: 60px !important;
    overflow-y: hidden !important;
    overflow-x: hidden !important;
    position: fixed;
    border-radius: 10px 10px; 
    box-shadow: 5px 5px 10px 10px #E5E5DF;
  }

  .mobile-color-scroll-wrp {
    height: 30vh !important;
    top: 388px;
    border-radius: 16px 16px;
    box-shadow: 5px 5px 10px 10px #E5E5DF;
    overflow-y: hidden !important;
    z-index: 100;
    position: fixed;
  }

  .mobile-color-scroll-wrp-stroke {
    height: 30vh !important;
    top: 388px;
    border-radius: 16px 16px;
    box-shadow: 5px 5px 10px 10px #E5E5DF;
    overflow-y: hidden !important;
    z-index: 100;
    position: fixed;
  }


  .mobile-color-stroke-width {
    height: 111px !important;
    top: 388px;
    border-radius: 16px 16px;
    box-shadow: 10px 10px 5px 5px #E5E5DF;
    overflow-y: hidden !important;
    z-index: 100;
    position: fixed;
  }

  .mobile-home-icon {
    font-size: x-large;
  }

  .cp-holder {
    border-bottom: none !important;
  }



  /* text shape start   thomas */
  
  /* tray styles start  */

 .l_font_size_mobile_shape {
    position:relative;
    top: 9vh;
    border-bottom:none !important;
    margin-bottom: 0px !important;
    height: 250px !important;
 }

  .text-shape-font-attributes {
    height: 280px !important;
    border-radius: 15px;
    box-shadow: 10px 10px 5px 5px #E5E5DF;
  }

  .text-shape-mobile-choose-shape {
      height: 200px !important;
      border-bottom: none !important;
      border-radius: 15px;
      box-shadow: 10px 10px 5px 5px #E5E5DF;
    }
  .mobile-curved-text-orientation {
      height: 250px !important;
      border-bottom: none !important;
      border-radius: 15px;
      box-shadow: 10px 10px 5px 5px #E5E5DF;
    }

/* tray styles end  */

/* tray content styles start  */

  .text-shape-orienation-mobile {
      border-bottom: none !important;
    }
  
  .mobile-printlabs-text-effect {
    border-bottom: none !important;
    margin-top: 19px;
  }

  .mobile-choose-shape-ul {
    margin-left: 6px;
    margin-top: -22px !important;
    justify-content: space-between !important;
  }

  .mobile-shape-next {
    /* margin-left: 10px; */
    position: relative;
    left: 316px;
    top: -11px;
    font-weight: bolder;
    font-size: large;
  }

  .mobile-shape-next2 {
    position:absolute;
    top: 2vh;
    left: 86vw;
    font-weight: bolder;
    font-size: large;
  }

  .mobile-shape-back2 {
    position: absolute;
    top: -1vh;
    left: -18vw;
    font-weight: bolder;
    font-size: large;
  }

  .mobile-shape-done {
    display: none;
    position: absolute;
    top:-1vh;
    left:60vw;
    font-weight: bolder;
      font-size: large;
  }

    .mobile-shape-done2 {
      display: none;
      position: absolute !important;
      top: 2vh;
      left: 79vw;
      font-weight: bolder;
        font-size: large;
      z-index: 200;
    }

        .mobile-shape-done3 {
          display: none;
          position: absolute;
          top: 2vh;
          left: 4vw;
          font-weight: bolder;
            font-size: large;
          z-index: 200;
        }

  .mobile-shape-back {
    position: absolute;
    top: 2vh ;
    left: 4vw;
    font-weight: bolder;
    font-size: large;
  }

  .mobile-text-effect-shape-list {
    position: absolute;
    left: 26vw;
    top: 8vh;
  }

    .mobile-choose-shape-title-span {
      position: absolute;
      left: 29vw;
      font-size: 18px;
    }


  .mobile-choose-shape-title {
    font-size: 19px;
    left: 87px;
    position:relative;
    top:-11px;
  }

  .curved-text {
    position: absolute;
    left:24vw;
    border-bottom: none !important;
    margin-top: 3vh;
  }

  .curved-preset-position {
    margin-left: 10vw;
  }

  .curved-preset {
    margin-left: -3vw;
  }

 .curved-title {
  font-size: 18px;
 }

/* tray content styles end */

.middle {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 600px;
  padding: 10px;
}

.slider-range--container {
  position: relative;
  width: 100%;
  height: 0.75rem;
  margin-left: 30px;
}

.slider-range--container .slider-range--input {
  position: absolute;
  z-index: 3;
  -webkit-appearance: none;
  margin: 0;
  width: 100%;
  height: 0.75rem;
  outline: none;
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.slider-range--input--ticks {
  position: absolute;
  z-index: 2;
  top: 7px;
  left: 8vw;
  right: 0;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}

.slider-range--input--tick {
  position: absolute;
  z-index: 1;
  width: 6px;
  background: #558590;
  height: 6px;
  border-radius: 100%;
  left: -1vw;
}

.slider-range--input--tick:first-child {
  left: 53px;
}

.slider-range--input--tick:nth-child(2) {
  left: 94px;
}

.slider-range--input--tick:nth-child(3) {
  left:137px;
}

.slider-range--input--tick:nth-child(4) {
  left: 15px;
} 



/* text shape font end  */

  .mobile-cp-done {
    font-size: 19px;
    font-weight: bolder;
  }

  .mobile-text-color-picker {
    margin-top: 1vh;
    /* margin-bottom: 10px; */
  }

    .mobile-text-color-picker-stroke {
      margin-top: 3vh;
      /* margin-bottom: 10px; */
    }

  .sp-palette {
    border-bottom: none !important;
  }

  .mobile-stroke-next {
    top: 2vh;
    position: absolute;
    left: 85vw;
    font-size: large;
    font-weight: bolder;
    /* margin-top: 100px; */
  }


  .stroke-remove {
    top: 24vh !important;
    left: 34vw;
    position: absolute !important;
  }


  .mobile-stroke-back {
    position: relative;
    top: -6vh;
    left: -81vw;
    font-size: large;
    font-weight: bolder;
  }

  .mobile-stroke-done {
    position: relative;
    top: -6vh;
    left: 7vw;
    font-size: large;
    font-weight: bolder;

  }
  .done-bttn-color { 
    font-weight: bolder;
      font-size: large;
 }

  /* .color-picker-wrap-title {
    margin-bottom: -19px;
  } */

  .without_after { 
    position: relative;
    left: 5vw;
  }

  .stroke-thickness-mobile {
    top:5vh;
    border-bottom: none !important;
  }

  .size-slider {
    left: -5px !important;
  }

  .next-icon {
    font-weight: bolder !important;
    font-size: 25px !important;
  }

  .back-icon {
    font-weight: bolder !important;
    font-size: 24px !important;
  }

  .printlabs-text-color-active-mobile {
    margin-left: -36vw;
  }

  .text-tools-mobile {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%;
    height: 60px;
    margin-top: 1px;
    overflow-y: scroll !important;
    overflow-x: hidden !important;

  }

  #printlabs-stroke-width {
    width:180px !important;
    margin-right: -95px !important;
  }

  .thickness-title {
    position: relative;
    left: 1vw;
    font-size: 20px;
    font-weight: bold;
  }

  .font-size-title {
    position: relative;
    left: 3vw  !important;
    font-size: 20px;
    font-weight: bold;
  }

    .font-style-title {
      position: relative;
      left: 5vw !important;
      font-size: 20px;
      font-weight: bold;
    }

  .thickness-input-mobile {
    position: relative;
    left: 9vw;
  }

  .color-picker-holder .sp-container {
    clear: both;
    padding-top: 46px;
    margin-bottom: 80px;
  }

  .color-picker-holder .sp-palette {
    padding-bottom: 17px !important;
    padding-top: 3px   !important;
  }

  .change-font-mobile {
    top: 39px !important;
    height: 100% !important;
    position: fixed;
  }

  .go-away {
    display: none !important;
  }

  .font-size-mobile {
    border-bottom: none !important;
    top: 3vh;
  }

  .font-size-done {
    position:absolute;
    top: -2vh;
    left: 79vw;
  }

  .change-font-style {
    border-bottom: none !important;
    position: relative;
    top: 2vh;
  }

    .font-size-done {
      position: absolute;
      top: -2vh;
      left: 79vw;
      font-weight: bolder;
      font-size: large;
    }

    .mobile-curved-orientation-tray{
      border-radius: 15px;
      box-shadow: 10px 10px 5px 5px #E5E5DF;
    }

  .font-color-done {
    position: absolute;
    top: 10px;
    left: 84vw;
  }

  .tiny-tray {
    height: 100px !important;
    position: fixed;
    border-radius: 10px 10px; 
    box-shadow: 5px 5px 10px 10px #E5E5DF; 
  }

  .fa-edit {
    margin-left: 14px;
  }

  .home-icon-text {
    font-size: 13px;
  }

  .mobile-update {
    display: none !important;
  }

  .mobile-list {
    display: flex;
    flex-direction: column;
    margin-left: 1vw;
  }

  .add-new-text-adjust {
    top: 607px !important;
  }

     #printlabs-text .text-editor-input-field-wrap input[type="range"],
     .printlabs-text .text-editor-input-field-wrap input[type="range"] {
       width: 175px !important;
     }

}

/* thomas */
@media only screen and (max-width: 660px) {

  #printlabs-tab-body-wrp-scroll,
  .printlabs-tab-body-wrp-scroll {
    padding: 5px 10px 15px;
}  
}

#printlabs-tab-body-wrp-title,
.printlabs-tab-body-wrp-title {
  width: 400px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: fixed;
  left: 80px;
  top: 70px;
  z-index: 4;
  background-color: #FAFAFA;
}



@media only screen and (max-width: 660px) {

  #printlabs-tab-body-wrp-title,
  .printlabs-tab-body-wrp-title {
    width: 100%;
    left: 0;
    top: 0;
  }
}

.add-cont {
  display: flex;
  width: 300px;
  height: 80px;
  align-content: flex-end;
  justify-content: space-around;
  align-items: center;
  flex-wrap: nowrap;
}


.plus-word {
  color: #339C74;
  font-size: 22px;
  margin-right: 8px;
}

.add-color-chip {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #339C74;
}

.add-icon {
  color: white;
  font-size: x-large;
}


#printlabs-tab-body-wrp-title h3,
.printlabs-tab-body-wrp-title h3 {
  color: #4A4A4A;
  display: inline-block;
}

#printlabs-tab-body-wrp-title i.fa-times,
.printlabs-tab-body-wrp-title i.fa-times {
  position: absolute;
  right: 40px;
  top: 12px;
  cursor: pointer;
  font-size: 23px;
}

#printlabs-text .printlabs-tab-body-wrp-title .fa-angle-left,
.printlabs-text .printlabs-tab-body-wrp-title .fa-angle-left {
  position: absolute;
  cursor: pointer;
  top: 12px;
  left: 15px;

}

#printlabs-text .text-area,
.printlabs-text .text-area {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  border-bottom: none !important;
  width: 100%;
}

#printlabs-text .text-area label,
.printlabs-text .text-area label {
  font-size: 16px;
  line-height: 19px;
  color: #979797;
}

#printlabs-text .text-area textarea,
.printlabs-text .text-area textarea {
  outline: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  height: 40px;
  line-height: 38px;
  border: 1px solid #CCC;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #000;
  padding: 0 12px;
  resize: vertical;
}

@media only screen and (max-width: 660px) {

  /* thomas */
  #printlabs-text .text-area textarea,
  .printlabs-text .text-area textarea {
    font-size: 16px;
  }

}

#printlabs-text .text-area button,
.printlabs-text .text-area button {
  margin-top: 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  font-size: 18px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  transition: all 0.3s;
  background: linear-gradient(270deg, #2ea667 0%, #39ab70 100%);
  outline: none;
  max-width: 157px;
  height: 40px;
  cursor: pointer;
  line-height: 38px;
  border: 0;
  align-self: flex-end;
  font-family: 'NunitoSans-Bold';
  font-size: 16px;
}

#printlabs-text .text-area button:hover,
.printlabs-text .text-area button:hover {
  background: linear-gradient(270deg, #1C6E4F 0%, #39ab70 100%);
}

#printlabs-text .child,
.printlabs-text .child {
  display: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
}

#printlabs-text .child.active,
.printlabs-text .child.active {
  display: block;
}

#printlabs-text .parent-child,
.printlabs-text .parent-child {
  z-index: 5;
}

#printlabs-text .curved-preset,
.printlabs-text .curved-preset {
  display: flex;
  margin-top: 10px;
}

#printlabs-text .curved-preset-position,
.printlabs-text .curved-preset-position {
  display: flex;
  margin-top: 10px;
}

#printlabs-text .curved-preset-position div,
.printlabs-text .curved-preset-position div {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}

#printlabs-text .curved-preset-position div:hover,
.printlabs-text .curved-preset-position div:hover,
#printlabs-text .curved-preset-position div.active,
.printlabs-text .curved-preset-position div.active {
  background-color: #F0F0F0;
}

#printlabs-text .curved-preset-position div:not(:last-child),
.printlabs-text .curved-preset-position div:not(:last-child) {
  margin-right: 5px;
}

#printlabs-text .curved-preset div,
.printlabs-text .curved-preset div {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}

#printlabs-text .curved-preset div:hover,
.printlabs-text .curved-preset div:hover,
#printlabs-text .curved-preset div.active,
.printlabs-text .curved-preset div.active {
  background-color: #F0F0F0;
}

#printlabs-text .curved-preset div:not(:last-child),
.printlabs-text .curved-preset div:not(:last-child) {
  margin-right: 5px;
}

#printlabs-text .curved-text,
.printlabs-text .curved-text {
  border-bottom: 1px dashed #CECECE;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#printlabs-text .curved-text span.curved-title,
.printlabs-text .curved-text span.curved-title {
  color: #4A4A4A;
}

#printlabs-text .change-font,
.printlabs-text .change-font {
  border-bottom: 1px dashed #CECECE;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 63px;
  position: relative;
  cursor: pointer;
}

#printlabs-text .change-font:after,
.printlabs-text .change-font:after {
  display: none;
  content: '';
  width: calc(100% + 20px);
  height: calc(100% - 20px);
  position: absolute;
  top: 10px;
  left: -10px;
  background-color: #F0F0F0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#printlabs-text .change-font:hover:after,
.printlabs-text .change-font:hover:after {
  display: block;
}

#printlabs-text .change-font span.title,
.printlabs-text .change-font span.title {
  color: #4A4A4A;
  z-index: 2;
}

#printlabs-text .change-font span.font-info-holder,
.printlabs-text .change-font span.font-info-holder {
  z-index: 2;
}

#printlabs-text .change-font span.font-info-holder i,
.printlabs-text .change-font span.font-info-holder i {
  font-size: 18px;
  line-height: 21px;
  margin-left: 20px;
  color: #4A4A4A;
}

#printlabs-text .change-font-wrap ul li#printlabs-fonts,
.printlabs-text .change-font-wrap ul li#printlabs-fonts {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

@media only screen and (max-width: 480px) {

  #printlabs-text .change-font-wrap ul li#printlabs-fonts,
  .printlabs-text .change-font-wrap ul li#printlabs-fonts {
    justify-content: center;
  }
}

#printlabs-text .change-font-wrap ul li#printlabs-fonts font,
.printlabs-text .change-font-wrap ul li#printlabs-fonts font {
  cursor: pointer;
  width: 113px;
  min-height: 60px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#printlabs-text .change-font-wrap ul li#printlabs-fonts font:not(:nth-child(3n)),
.printlabs-text .change-font-wrap ul li#printlabs-fonts font:not(:nth-child(3n)) {
  margin-right: 10px;
}

#printlabs-text .change-font-wrap ul li#printlabs-fonts font:hover,
.printlabs-text .change-font-wrap ul li#printlabs-fonts font:hover,
#printlabs-text .change-font-wrap ul li#printlabs-fonts font.selected,
.printlabs-text .change-font-wrap ul li#printlabs-fonts font.selected {
  background-color: #F0F0F0;
}

#printlabs-text .change-font-color,
.printlabs-text .change-font-color {
  height: 63px;
  border-bottom: 1px dashed #CECECE;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  cursor: pointer;
}

#printlabs-text .change-font-color:after,
.printlabs-text .change-font-color:after {
  display: none;
  content: '';
  width: calc(100% + 20px);
  height: calc(100% - 20px);
  position: absolute;
  top: 10px;
  left: -10px;
  background-color: #F0F0F0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#printlabs-text .change-font-color:hover:after,
.printlabs-text .change-font-color:hover:after {
  display: block;
}

#printlabs-text .change-font-color span.title,
.printlabs-text .change-font-color span.title {
  color: #4A4A4A;
  z-index: 2;
}

#printlabs-text .change-font-color .fill-square,
.printlabs-text .change-font-color .fill-square {
  margin-right: 20px;
  display: inline-block;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid #E0E0E0;
}

#printlabs-text .change-font-color .fill-square-text-color,
.printlabs-text .change-font-color .fill-square-text-color {
  color: #4A4A4A;
  font-family: 'NunitoSans-Bold';
  margin-right: 10px;
}

#printlabs-text .change-font-color .fill-square-info-holder,
.printlabs-text .change-font-color .fill-square-info-holder {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 2;
}

#printlabs-text .change-font-color .fill-square-info-holder i,
.printlabs-text .change-font-color .fill-square-info-holder i {
  font-size: 18px;
  color: #4A4A4A;
}

#printlabs-text .change-font-style,
.printlabs-text .change-font-style {
  height: 63px;
  border-bottom: 1px dashed #CECECE;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#printlabs-text .change-font-style .title,
.printlabs-text .change-font-style .title {
  color: #4A4A4A;
}

#printlabs-text .change-font-style .font-style-list,
.printlabs-text .change-font-style .font-style-list {
  display: flex;
  flex-wrap: nowrap;
}

#printlabs-text .change-font-style .font-style-list li,
.printlabs-text .change-font-style .font-style-list li {
  width: 34px;
  height: 34px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

#printlabs-text .change-font-style .font-style-list li:not(:last-child),
.printlabs-text .change-font-style .font-style-list li:not(:last-child) {
  margin-right: 6px;
}

#printlabs-text .change-font-style .font-style-list li i,
.printlabs-text .change-font-style .font-style-list li i {
  font-size: 20px;
  line-height: 34px;
}

#printlabs-text .change-font-style .font-style-list li:hover,
.printlabs-text .change-font-style .font-style-list li:hover,
#printlabs-text .change-font-style .font-style-list li.selected,
.printlabs-text .change-font-style .font-style-list li.selected {
  background-color: #F0F0F0;
}

#printlabs-text .change-font-stroke,
.printlabs-text .change-font-stroke {
  height: 63px;
  border-bottom: 1px dashed #CECECE;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

#printlabs-text .change-font-stroke:hover .title,
.printlabs-text .change-font-stroke:hover .title,
#printlabs-text .change-font-stroke:hover .fill-square-title,
.printlabs-text .change-font-stroke:hover .fill-square-title,
#printlabs-text .change-font-stroke:hover .fa-angle-right,
.printlabs-text .change-font-stroke:hover .fa-angle-right {
  color: #2ea667;
}

#printlabs-text .change-font-stroke .title,
.printlabs-text .change-font-stroke .title {
  color: #4A4A4A;
}

#printlabs-text .change-font-stroke .fill-square-title,
.printlabs-text .change-font-stroke .fill-square-title {
  color: #4A4A4A;
  font-family: 'NunitoSans-Bold';
}

#printlabs-text .change-font-stroke .fill-square.stroke-square,
.printlabs-text .change-font-stroke .fill-square.stroke-square {
  display: none;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid #E0E0E0;
}

#printlabs-text .change-font-stroke .fill-square-info-holder,
.printlabs-text .change-font-stroke .fill-square-info-holder {
  display: flex;
  align-items: center;
}

#printlabs-text .change-font-stroke .fill-square-info-holder i,
.printlabs-text .change-font-stroke .fill-square-info-holder i {
  margin-left: 20px;
  font-size: 18px;
  color: #4A4A4A;
}

#printlabs-text .stroke-remove,
.printlabs-text .stroke-remove {
  font-family: 'NunitoSans-Bold';
  position: relative;
  top: -34px;
  color: #222222;
  display: inline-block;
}

#printlabs-text .stroke-remove i,
.printlabs-text .stroke-remove i {
  font-size: 18px;
  margin-right: 8px;
}

#printlabs-text .text-shape,
.printlabs-text .text-shape {
  height: 63px;
  border-bottom: 1px dashed #CECECE;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

#printlabs-text .text-shape:hover .title,
.printlabs-text .text-shape:hover .title,
#printlabs-text .text-shape:hover .fa-angle-right,
.printlabs-text .text-shape:hover .fa-angle-right {
  color: #2ea667;
}

#printlabs-text .text-shape .title,
.printlabs-text .text-shape .title {
  color: #4A4A4A;
}

#printlabs-text .text-shape .shape-info-holder,
.printlabs-text .text-shape .shape-info-holder {
  display: flex;
  align-items: baseline;
}

#printlabs-text .text-shape .shape-info-holder i,
.printlabs-text .text-shape .shape-info-holder i {
  font-size: 18px;
  color: #4A4A4A;
}

#printlabs-text .text-shape .shape-info,
.printlabs-text .text-shape .shape-info {
  max-width: 65px;
  margin-right: 12px;
}

#printlabs-text #printlabs-text-effect,
.printlabs-text #printlabs-text-effect {
  padding-bottom: 20px;
  border-bottom: 1px dashed #CECECE;
  margin-bottom: 20px;
}

#printlabs-text #printlabs-text-effect span.title,
.printlabs-text #printlabs-text-effect span.title {
  color: #4A4A4A;
}

#printlabs-text #printlabs-text-effect ul[data-sef="images"],
.printlabs-text #printlabs-text-effect ul[data-sef="images"] {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

#printlabs-text #printlabs-text-effect ul[data-sef="images"] li,
.printlabs-text #printlabs-text-effect ul[data-sef="images"] li {
  max-width: 80px;
  height: 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#printlabs-text #printlabs-text-effect ul[data-sef="images"] li.current,
.printlabs-text #printlabs-text-effect ul[data-sef="images"] li.current,
#printlabs-text #printlabs-text-effect ul[data-sef="images"] li:hover,
.printlabs-text #printlabs-text-effect ul[data-sef="images"] li:hover {
  background-color: #F0F0F0;
}

#printlabs-text #printlabs-text-effect ul[data-sef="images"] li:not(:last-child),
.printlabs-text #printlabs-text-effect ul[data-sef="images"] li:not(:last-child) {
  margin-right: 5px;
}

#printlabs-text #printlabs-text-effect ul[data-sef="images"] li img,
.printlabs-text #printlabs-text-effect ul[data-sef="images"] li img {
  max-width: 100%;
}

#printlabs-text .text-attribute-list,
.printlabs-text .text-attribute-list {
  padding-bottom: 10px;
  border-bottom: 1px dashed #CECECE;
  margin-bottom: 20px;
}

#printlabs-text .text-attribute-list>div:not([data-active="true"]),
.printlabs-text .text-attribute-list>div:not([data-active="true"]) {
  display: none;
}

#printlabs-text .text-attribute-list>div,
.printlabs-text .text-attribute-list>div {
  height: 34px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  border-bottom: 0;
  margin-bottom: 10px;
}

#printlabs-text .text-attribute-list>div input[type="range"],
.printlabs-text .text-attribute-list>div input[type="range"] {
  width: 140px;
  margin-right: 20px;
}

@media only screen and (max-width: 480px) {

  #printlabs-text .text-attribute-list>div input[type="range"],
  .printlabs-text .text-attribute-list>div input[type="range"] {
    width: 38vw;
  }
}

#printlabs-text .text-attribute-list>div input[type="number"],
.printlabs-text .text-attribute-list>div input[type="number"] {
  width: 63px;
  height: 34px;
  line-height: 32px;
  outline: none;
  border: 1px solid #CCC;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #979797;
  padding: 0 8px;
  font-family: 'NunitoSans-Bold';
}

#printlabs-text .text-attribute-list>div input[type="number"]:hover,
.printlabs-text .text-attribute-list>div input[type="number"]:hover {
  border-color: #2ea667;
}

#printlabs-text .range-wrapper,
.printlabs-text .range-wrapper {
  position: relative;
}

#printlabs-text .range-wrapper input,
.printlabs-text .range-wrapper input {
  z-index: 3;
}

#printlabs-text .range-wrapper .range-default-value,
.printlabs-text .range-wrapper .range-default-value {
  position: absolute;
  top: 0;
  left: 0;
}

#printlabs-text .range-wrapper .range-default-value:after,
.printlabs-text .range-wrapper .range-default-value:after {
  content: '';
  width: 2px;
  height: 12px;
  background-color: #ebeced;
  display: inline-block;
  position: absolute;
  top: 4px;
  right: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

#printlabs-text .text-editor-input-field-wrap,
.printlabs-text .text-editor-input-field-wrap {
  position: relative;
  height: 63px;
  border-bottom: 1px dashed #CECECE;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#printlabs-text .text-editor-input-field-wrap[data-view="stroke"],
.printlabs-text .text-editor-input-field-wrap[data-view="stroke"] {
  margin-bottom: 20px;
}

#printlabs-text .text-editor-input-field-wrap .title,
.printlabs-text .text-editor-input-field-wrap .title {
  color: #4A4A4A;
}

#printlabs-text .text-editor-input-field-wrap input[type="range"],
.printlabs-text .text-editor-input-field-wrap input[type="range"] {
  width: 140px;
  margin-right: 20px;
}

@media only screen and (max-width: 480px) {

  #printlabs-text .text-editor-input-field-wrap input[type="range"],
  .printlabs-text .text-editor-input-field-wrap input[type="range"] {
    width: 112px;
  }
}

#printlabs-text .text-editor-input-field-wrap input[type="number"],
.printlabs-text .text-editor-input-field-wrap input[type="number"] {
  width: 63px;
  height: 34px;
  line-height: 32px;
  outline: none;
  border: 1px solid #CCC;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #979797;
  padding: 0 8px;
  font-family: 'NunitoSans-Bold';
}

#printlabs-text .text-editor-input-field-wrap input[type="number"]:hover,
.printlabs-text .text-editor-input-field-wrap input[type="number"]:hover {
  border-color: #2ea667;
}

#printlabs-text .text-flip-wrap,
.printlabs-text .text-flip-wrap {
  position: relative;
  height: 63px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media only screen and (max-width: 660px) {

  /* thomas */
  #printlabs-text .text-flip-wrap,
  .printlabs-text .text-flip-wrap {
    /* display: none; */
    overflow: scroll important !;
  }
}

#printlabs-text .text-flip-wrap .title,
.printlabs-text .text-flip-wrap .title {
  color: #4A4A4A;
  margin-right: 10px;
}

#printlabs-text .text-flip-wrap .mr2,
.printlabs-text .text-flip-wrap .mr2 {
  margin-right: 30px;
}

#printlabs-text div[data-tool="edit-text"] .text-area,
.printlabs-text div[data-tool="edit-text"] .text-area {
  border-bottom: 1px dashed #CECECE;
  padding-bottom: 20px;
}

@media only screen and (max-width: 660px) {

  /* thomas */
  .text-area {
    margin-top: 6vh;
  }
#printlabs-text .l_font_size input[type="number"],
.printlabs-text .l_font_size input[type="number"] {
  font-size: 16px !important;
}

#printlabs-text .text-attribute-list>div input[type="number"],
.printlabs-text .text-attribute-list>div input[type="number"] {
  font-size: 16px !important;
  margin-right: 3vw;
  }
}

#printlabs-text .l_font_size,
.printlabs-text .l_font_size {
  border-bottom: 1px dashed #CECECE;
  height: 63px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

#printlabs-text .l_font_size span.title,
.printlabs-text .l_font_size span.title {
  line-height: 22px;
  color: #4A4A4A;
}

#printlabs-text .l_font_size input[type="range"],
.printlabs-text .l_font_size input[type="range"] {
  width: 140px;
  margin-right: 20px;
}

#printlabs-text .l_font_size input[type="number"],
.printlabs-text .l_font_size input[type="number"] {
  width: 63px;
  height: 34px;
  line-height: 32px;
  outline: none;
  border: 1px solid #CCC;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #979797;
  padding: 0 8px;
  font-family: 'NunitoSans-Bold';
}

#printlabs-text .l_font_size input[type="number"]:hover,
.printlabs-text .l_font_size input[type="number"]:hover {
  border-color: #2ea667;
}

#printlabs-text .videopopup-wrap,
.printlabs-text .videopopup-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#printlabs-text .videopopup-wrap a:not(.videopopup-wrap-done),
.printlabs-text .videopopup-wrap a:not(.videopopup-wrap-done) {
  color: #222222;
  font-family: 'NunitoSans-Bold';
}

#printlabs-text .videopopup-wrap a:not(.videopopup-wrap-done) .fal.fa-video,
.printlabs-text .videopopup-wrap a:not(.videopopup-wrap-done) .fal.fa-video {
  font-size: 18px;
  margin-right: 10px;
}

#printlabs-text .videopopup-wrap-done,
.printlabs-text .videopopup-wrap-done {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  font-size: 18px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  transition: all 0.3s;
  background: linear-gradient(270deg, #2ea667 0%, #39ab70 100%);
  outline: none;
  border: 0;
  cursor: pointer;
  max-width: 88px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-family: 'NunitoSans-Bold';
}

#printlabs-text .videopopup-wrap-done:hover,
.printlabs-text .videopopup-wrap-done:hover {
  background: linear-gradient(270deg, #1C6E4F 0%, #39ab70 100%);
}

@media only screen and (min-width: 1024px) {

  #printlabs-product .printlabs-tab-body-wrp-title i,
  .printlabs-product .printlabs-tab-body-wrp-title i {
    display: none;
  }
}

#printlabs-product .product-btns-holder,
.printlabs-product .product-btns-holder {
  margin-bottom: 20px;
  border-bottom: 1px dashed #CECECE;
  color: #4A4A4A;
  padding-bottom: 20px;
}

@media only screen and (max-width: 660px) {

  #printlabs-product .product-btns-holder,
  .printlabs-product .product-btns-holder {
    padding-bottom: 0;
  }

  #printlabs-product .product-btns-holder span,
  .printlabs-product .product-btns-holder span {
    display: none;
  }
}

@media only screen and (max-width: 480px) {

  #printlabs-product .product-btns-holder,
  .printlabs-product .product-btns-holder {
    margin-bottom: 10px;
  }
}

#printlabs-product .product-btns-holder a,
.printlabs-product .product-btns-holder a {
  color: #2ea667;
}

/* #printlabs-product #printlabs-selected-products-list,
.printlabs-product #printlabs-selected-products-list {
  margin-bottom: 20px;
} */



#printlabs-product #printlabs-selected-products-list>li,
.printlabs-product #printlabs-selected-products-list>li {
  display: flex;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  min-height: 100px;
}

#printlabs-product #printlabs-selected-products-list>li.active,
.printlabs-product #printlabs-selected-products-list>li.active,
#printlabs-product #printlabs-selected-products-list>li:hover,
.printlabs-product #printlabs-selected-products-list>li:hover {
  background-color: #F0F0F0;
}

#printlabs-product #printlabs-selected-products-list>li:not(:last-child),
.printlabs-product #printlabs-selected-products-list>li:not(:last-child) {
  margin-bottom: 10px;
}

#printlabs-product #printlabs-selected-products-list>li img,
.printlabs-product #printlabs-selected-products-list>li img {
  width: 70px;
  height: 70px;
  vertical-align: top;
}

#printlabs-product #printlabs-selected-products .left-part,
.printlabs-product #printlabs-selected-products .left-part {
  margin: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#printlabs-product #printlabs-selected-products .right-part,
.printlabs-product #printlabs-selected-products .right-part {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

#printlabs-product #printlabs-selected-products .delete-selected-product,
.printlabs-product #printlabs-selected-products .delete-selected-product {
  position: absolute;
  top: 10px;
  right: 10px;
}

#printlabs-product #printlabs-selected-products .delete-selected-product i,
.printlabs-product #printlabs-selected-products .delete-selected-product i {
  font-size: 16px;
  line-height: 19px;
  color: #F4435A;
}

#printlabs-product #printlabs-selected-products .template-name,
.printlabs-product #printlabs-selected-products .template-name {
  margin: 10px 22px 0 0;
  font-size: 16px;
  line-height: 18px;
  font-family: 'NunitoSans-Bold';
}

#printlabs-product #printlabs-selected-products .attributes-options li,
.printlabs-product #printlabs-selected-products .attributes-options li {
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  color: #979797;
}

#printlabs-product #printlabs-selected-products .attributes-options li:not(:last-child):after,
.printlabs-product #printlabs-selected-products .attributes-options li:not(:last-child):after {
  content: '·';
  display: inline-block;
  margin: 0 4px;
}

#printlabs-product #printlabs-selected-products .open-change-popup,
.printlabs-product #printlabs-selected-products .open-change-popup {
  margin-top: auto;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
  color: #2ea667;
}

#printlabs-product .chiplab-product-form-container form label,
.printlabs-product .chiplab-product-form-container form label {
  line-height: 22px;
  color: #4A4A4A;
}

#printlabs-product .chiplab-product-form-container form #option-container-color,
.printlabs-product .chiplab-product-form-container form #option-container-color {
  margin-bottom: 20px;
  border-bottom: 1px dashed #CECECE;
}

@media only screen and (max-width: 480px) {

  #printlabs-product .chiplab-product-form-container form #option-container-color,
  .printlabs-product .chiplab-product-form-container form #option-container-color {
    margin-bottom: 10px;
  }
}

#printlabs-product .chiplab-product-form-container form ul,
.printlabs-product .chiplab-product-form-container form ul {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
}

#printlabs-product .chiplab-product-form-container form ul li,
.printlabs-product .chiplab-product-form-container form ul li {
  width: 82px;
  height: 82px;
  margin-bottom: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 480px) {

  #printlabs-product .chiplab-product-form-container form ul li,
  .printlabs-product .chiplab-product-form-container form ul li {
    width: 67px;
    height: 67px;
  }
}

#printlabs-product .chiplab-product-form-container form ul li:hover,
.printlabs-product .chiplab-product-form-container form ul li:hover,
#printlabs-product .chiplab-product-form-container form ul li.current,
.printlabs-product .chiplab-product-form-container form ul li.current {
  background-color: #F0F0F0;
}

#printlabs-product .chiplab-product-form-container form ul li:not(:nth-child(4n)),
.printlabs-product .chiplab-product-form-container form ul li:not(:nth-child(4n)) {
  margin-right: 10px;
}

#printlabs-product .chiplab-product-form-container form ul li img,
.printlabs-product .chiplab-product-form-container form ul li img {
  width: 72px;
  height: 72px;
  vertical-align: top;
}

@media only screen and (max-width: 480px) {

  #printlabs-product .chiplab-product-form-container form ul li img,
  .printlabs-product .chiplab-product-form-container form ul li img {
    width: 58px;
    height: 58px;
  }
}

#printlabs-cliparts #printlabs-x-thumbn-preview,
.printlabs-cliparts #printlabs-x-thumbn-preview {
  display: block !important;
}

#printlabs-cliparts .printlabs-tab-body-wrp-title .fa-angle-left,
.printlabs-cliparts .printlabs-tab-body-wrp-title .fa-angle-left {
  position: absolute;
  cursor: pointer;
  top: 12px;
  left: 15px;
}

#printlabs-cliparts-search,
.printlabs-cliparts-search {
  position: relative;
}

#printlabs-cliparts-search input,
.printlabs-cliparts-search input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #CCC;
  outline: none;
  padding: 0 33px 0 12px;
  color: #979797;
}

#printlabs-cliparts-search button,
.printlabs-cliparts-search button {
  background: none;
  border: 0;
  position: absolute;
  top: 13px;
  right: 12px;
  outline: none;
  cursor: pointer;
}

#printlabs-cliparts-search button i,
.printlabs-cliparts-search button i {
  font-size: 14px;
  color: #979797;
}

#printlabs-cliparts .printlabs-categories-wrp,
.printlabs-cliparts .printlabs-categories-wrp {
  margin-top: 20px;
}

#printlabs-cliparts .printlabs-categories-wrp .smooth,
.printlabs-cliparts .printlabs-categories-wrp .smooth {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

#printlabs-cliparts .printlabs-categories-wrp .smooth li,
.printlabs-cliparts .printlabs-categories-wrp .smooth li {
  width: calc(50% - 10px);
  height: 160px;
  position: relative;
  background-color: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#printlabs-cliparts .printlabs-categories-wrp .smooth li span,
.printlabs-cliparts .printlabs-categories-wrp .smooth li span {
  width: 100px;
  height: 100px;
  display: inline-block;
  background-size: cover;
}

#printlabs-cliparts .printlabs-categories-wrp .smooth li p,
.printlabs-cliparts .printlabs-categories-wrp .smooth li p {
  position: absolute;
  bottom: -10px;
  background: #fff;
  border: 1px solid #F0F0F0;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  font-family: 'NunitoSans-Bold';
  color: #979797;
  padding: 5px 5px;
  max-width: 80%;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
}

#printlabs-cliparts .printlabs-categories-wrp .smooth li:nth-child(even),
.printlabs-cliparts .printlabs-categories-wrp .smooth li:nth-child(even) {
  margin-left: 20px;
}

#printlabs-cliparts .printlabs-categories-wrp .smooth li:hover,
.printlabs-cliparts .printlabs-categories-wrp .smooth li:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

#printlabs-cliparts .printlabs-categories-wrp .smooth li:hover p,
.printlabs-cliparts .printlabs-categories-wrp .smooth li:hover p {
  background-color: #2ea667;
  color: #fff;
  border-color: #2ea667;
}

#printlabs-cliparts-list .printlabs-list-items,
.printlabs-cliparts-list .printlabs-list-items {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

#printlabs-cliparts-list .printlabs-list-items li,
.printlabs-cliparts-list .printlabs-list-items li {
  width: calc(50% - 10px);
  height: 160px;
  position: relative;
  background-color: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-repeat: no-repeat;
  background-size: 100px 100px;
  background-position: center;
}

#printlabs-cliparts-list .printlabs-list-items li:nth-child(even),
.printlabs-cliparts-list .printlabs-list-items li:nth-child(even) {
  margin-left: 20px;
}

#printlabs-cliparts-list .printlabs-list-items li i[data-tag],
.printlabs-cliparts-list .printlabs-list-items li i[data-tag] {
  position: absolute;
  bottom: -10px;
  background: #fff;
  border: 1px solid #F0F0F0;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  font-family: 'NunitoSans-Bold';
  color: #979797;
  padding: 5px 5px;
  max-width: 80%;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
}

#printlabs-cliparts-list .printlabs-list-items li:hover,
.printlabs-cliparts-list .printlabs-list-items li:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

#printlabs-cliparts-list .printlabs-list-items li:hover i[data-tag],
.printlabs-cliparts-list .printlabs-list-items li:hover i[data-tag] {
  background-color: #2ea667;
  color: #fff;
  border-color: #2ea667;
}

#printlabs-cliparts-list-back,
.printlabs-cliparts-list-back {
  display: none;
}

@media only screen and (max-width: 660px) {

  #printlabs-cliparts-list-back,
  .printlabs-cliparts-list-back {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    background-color: #fff;
    bottom: 0;
    left: 0;
    z-index: 13;
    width: 100%;
    height: 70px;
  }

  #printlabs-cliparts-list-back a,
  .printlabs-cliparts-list-back a {
    display: inline-block;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    text-align: center;
    font-size: 18px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    transition: all 0.3s;
    background: linear-gradient(270deg, #2ea667 0%, #39ab70 100%);
    outline: none;
    border: 0;
    cursor: pointer;
    max-width: 240px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-family: 'NunitoSans-Bold';
  }

  #printlabs-cliparts-list-back a:hover,
  .printlabs-cliparts-list-back a:hover {
    background: linear-gradient(270deg, #1C6E4F 0%, #39ab70 100%);
  }
}

#printlabs-cliparts-list-wrap,
.printlabs-cliparts-list-wrap {
  display: none;
}

#printlabs-cliparts-change-color,
.printlabs-cliparts-change-color {
  display: none;
}

#printlabs-cliparts-change-color #printlabs-svg-colors-thumb span:nth-child(6)~span,
.printlabs-cliparts-change-color #printlabs-svg-colors-thumb span:nth-child(6)~span {
  display: none !important;
}

#printlabs-cliparts .layering,
.printlabs-cliparts .layering {
  border-bottom: 1px dashed #CECECE;
  padding-bottom: 20px;
}

#printlabs-cliparts .layering p,
.printlabs-cliparts .layering p {
  font-size: 14px;
  color: #979797;
  margin-bottom: 5px;
}

#printlabs-cliparts .layering span,
.printlabs-cliparts .layering span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}

#printlabs-cliparts .layering span[data-arrange="back"],
.printlabs-cliparts .layering span[data-arrange="back"] {
  margin-right: 6px;
}

#printlabs-cliparts .layering span:hover,
.printlabs-cliparts .layering span:hover {
  background-color: #F0F0F0;
}

#printlabs-cliparts .layering span i,
.printlabs-cliparts .layering span i {
  font-size: 20px;
  color: #303030;
}

#printlabs-cliparts .fill-art-change,
.printlabs-cliparts .fill-art-change {
  border-bottom: 1px dashed #CECECE;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  cursor: pointer;
  height: 63px;
  position: relative;
}

#printlabs-cliparts .fill-art-change:hover:after,
.printlabs-cliparts .fill-art-change:hover:after {
  display: block;
}

#printlabs-cliparts .fill-art-change:after,
.printlabs-cliparts .fill-art-change:after {
  display: none;
  content: '';
  width: calc(100% + 20px);
  height: calc(100% - 20px);
  position: absolute;
  top: 10px;
  left: -10px;
  background-color: #F0F0F0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#printlabs-cliparts .fill-art-change .title,
.printlabs-cliparts .fill-art-change .title {
  color: #4A4A4A;
  z-index: 2;
}

#printlabs-cliparts .fill-art-change .fill-square-info-holder,
.printlabs-cliparts .fill-art-change .fill-square-info-holder {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  z-index: 2;
}

#printlabs-cliparts .fill-art-change .fill-square-info-holder .fa-angle-right,
.printlabs-cliparts .fill-art-change .fill-square-info-holder .fa-angle-right {
  font-size: 18px;
  margin-left: 20px;
  color: #4A4A4A;
}

#printlabs-cliparts .fill-art-change #printlabs-svg-colors-thumb span,
.printlabs-cliparts .fill-art-change #printlabs-svg-colors-thumb span {
  width: 30px;
  height: 30px;
  display: inline-block;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

#printlabs-cliparts .fill-art-change #printlabs-svg-colors-thumb span:not(:last-child),
.printlabs-cliparts .fill-art-change #printlabs-svg-colors-thumb span:not(:last-child) {
  margin-right: 5px;
}

#printlabs-cliparts .fill-art-change #printlabs-svg-colors-thumb input,
.printlabs-cliparts .fill-art-change #printlabs-svg-colors-thumb input {
  width: 30px;
  height: 30px;
  border: 1px solid #E0E0E0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  cursor: pointer;
}

#printlabs-cliparts .change_obj,
.printlabs-cliparts .change_obj {
  margin-bottom: 20px;
  border-bottom: 1px dashed #CECECE;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  cursor: pointer;
  height: 63px;
  position: relative;
}

#printlabs-cliparts .change_obj:hover:after,
.printlabs-cliparts .change_obj:hover:after {
  display: block;
}

#printlabs-cliparts .change_obj:after,
.printlabs-cliparts .change_obj:after {
  display: none;
  content: '';
  width: calc(100% + 20px);
  height: calc(100% - 20px);
  position: absolute;
  top: 10px;
  left: -10px;
  background-color: #F0F0F0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#printlabs-cliparts .change_obj .title,
.printlabs-cliparts .change_obj .title {
  color: #4A4A4A;
  z-index: 2;
}

#printlabs-cliparts .change_obj_text,
.printlabs-cliparts .change_obj_text {
  z-index: 2;
}

#printlabs-cliparts .change_obj_text span,
.printlabs-cliparts .change_obj_text span {
  font-family: 'NunitoSans-Bold';
  color: #4A4A4A;
}

#printlabs-cliparts .change_obj_text i,
.printlabs-cliparts .change_obj_text i {
  font-size: 18px;
  margin-left: 20px;
  color: #4A4A4A;
}

#printlabs-cliparts-rotate,
.printlabs-cliparts-rotate {
  height: 63px;
  border-bottom: 1px dashed #CECECE;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#printlabs-cliparts-rotate .title,
.printlabs-cliparts-rotate .title {
  color: #4A4A4A;
  z-index: 2;
}

#printlabs-cliparts-rotate input[type="range"],
.printlabs-cliparts-rotate input[type="range"] {
  width: 140px !important;
  margin-right: 20px !important;
}

@media only screen and (max-width: 480px) {
/* 
  #printlabs-cliparts-rotate input[type="range"],
  .printlabs-cliparts-rotate input[type="range"] {
    width: 60px !important;
  } */
}

#printlabs-cliparts-rotate input[type="number"],
.printlabs-cliparts-rotate input[type="number"] {
  width: 63px;
  height: 34px;
  line-height: 32px;
  outline: none;
  border: 1px solid #CCC;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #979797;
  padding: 0 8px;
  font-family: 'NunitoSans-Bold';
  font-size: 17px;
}

#printlabs-cliparts-rotate input[type="number"]:hover,
.printlabs-cliparts-rotate input[type="number"]:hover {
  border-color: #2ea667;
}

#printlabs-cliparts-flip,
.printlabs-cliparts-flip {
  position: relative;
  height: 63px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#printlabs-cliparts-flip .mr2,
.printlabs-cliparts-flip .mr2 {
  margin-right: 30px;
}

#printlabs-cliparts-flip .title,
.printlabs-cliparts-flip .title {
  color: #4A4A4A;
  margin-right: 10px;
}

#printlabs-cliparts-save,
.printlabs-cliparts-save {
  display: none;
  border-top: 1px dashed #CECECE;
  padding-top: 20px;
  justify-content: flex-end;
}

@media only screen and (max-width: 660px) {

  #printlabs-cliparts-save,
  .printlabs-cliparts-save {
    display: flex;
  }
}

#printlabs-cliparts-save a,
.printlabs-cliparts-save a {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  font-size: 18px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  transition: all 0.3s;
  background: linear-gradient(270deg, #2ea667 0%, #39ab70 100%);
  outline: none;
  border: 0;
  cursor: pointer;
  max-width: 140px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-family: 'NunitoSans-Bold';
}

#printlabs-cliparts-save a:hover,
.printlabs-cliparts-save a:hover {
  background: linear-gradient(270deg, #1C6E4F 0%, #39ab70 100%);
}

#printlabs-cliparts-edit-color,
.printlabs-cliparts-edit-color {
  display: none;
}

#printlabs-cliparts-edit-color .title,
.printlabs-cliparts-edit-color .title {
  color: #4A4A4A;
}



#printlabs-cliparts-edit-color #printlabs-svg-colors,
.printlabs-cliparts-edit-color #printlabs-svg-colors {
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px dashed #CECECE;
  padding-bottom: 14px;
}

#printlabs-cliparts-edit-color #printlabs-svg-colors span,
.printlabs-cliparts-edit-color #printlabs-svg-colors span {
  width: 30px;
  height: 30px;
  margin-bottom: 6px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

#printlabs-cliparts-edit-color #printlabs-svg-colors span:not(:last-child),
.printlabs-cliparts-edit-color #printlabs-svg-colors span:not(:last-child) {
  margin-right: 6px;
}

#printlabs-cliparts-edit-color #printlabs-svg-colors span.active:after,
.printlabs-cliparts-edit-color #printlabs-svg-colors span.active:after {
  content: '\f00c';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  color: #fff;
  font-size: 21px;
  position: absolute;
}

#printlabs-cliparts-edit-color #printlabs-svg-colors span.active.sp-thumb-light:after,
.printlabs-cliparts-edit-color #printlabs-svg-colors span.active.sp-thumb-light:after {
  color: #000;
}

#printlabs-cliparts-edit-color #printlabs-svg-colors input,
.printlabs-cliparts-edit-color #printlabs-svg-colors input {
  width: 30px;
  height: 30px;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #E0E0E0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  outline: none;
}

#printlabs-cliparts-edit-color-name-wrap,
.printlabs-cliparts-edit-color-name-wrap {
  float: left;
  clear: left;
  margin-top: 5px;
  color: #979797;
}

#printlabs-cliparts-art_sizes,
.printlabs-cliparts-art_sizes {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed #CECECE;
  padding-bottom: 20px;
}

#printlabs-cliparts-art_sizes .title,
.printlabs-cliparts-art_sizes .title {
  color: #4A4A4A;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

#printlabs-cliparts-art_sizes .title span,
.printlabs-cliparts-art_sizes .title span {
  line-height: 16px;
}

#printlabs-cliparts-art_sizes .title small,
.printlabs-cliparts-art_sizes .title small {
  font-size: 10px;
  line-height: 14px;
  color: #979797;
  font-family: 'NunitoSans-Bold';
}

#printlabs-cliparts-art_sizes-wrap,
.printlabs-cliparts-art_sizes-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#printlabs-cliparts-art_sizes-wrap div,
.printlabs-cliparts-art_sizes-wrap div {
  position: relative;
}

#printlabs-cliparts-art_sizes-wrap div.mr-10,
.printlabs-cliparts-art_sizes-wrap div.mr-10 {
  margin: 0 10px;
}

#printlabs-cliparts-art_sizes-wrap div:first-child,
.printlabs-cliparts-art_sizes-wrap div:first-child {
  margin-right: 10px;
}

#printlabs-cliparts-art_sizes-wrap input,
.printlabs-cliparts-art_sizes-wrap input {
  width: 77px;
  height: 34px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #CCC;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: none;
  color: #303030;
  padding: 0 26px 0 4px;
}

#printlabs-cliparts-art_sizes-wrap span,
.printlabs-cliparts-art_sizes-wrap span {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 24px;
  height: 32px;
  background-color: #F0F0F0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  color: #979797;
  display: flex;
  justify-content: center;
  align-items: center;
}

#printlabs-uploads .printlabs_form_group,
.printlabs-uploads .printlabs_form_group {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
}

#printlabs-uploads .printlabs_form_group button,
.printlabs-uploads .printlabs_form_group button {
  width: calc(50% - 20px);
  height: 50px;
  line-height: 50px;
  outline: none;
  border: none;
  padding: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: transparent;
  position: relative;
  cursor: pointer;
  font-family: 'NunitoSans-Bold';
  color: #222222;
  font-size: 16px;
}

#printlabs-uploads .printlabs_form_group button i,
.printlabs-uploads .printlabs_form_group button i {
  font-size: 18px;
  margin-right: 12px;
}

#printlabs-uploads .printlabs_form_group button:first-child,
.printlabs-uploads .printlabs_form_group button:first-child {
  margin-right: 20px;
}

#printlabs-uploads .printlabs_form_group button:after,
.printlabs-uploads .printlabs_form_group button:after {
  display: none;
  content: '';
  width: 0;
  height: 0;
  border-top: solid 10px #F0F0F0;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  position: absolute;
  bottom: -10px;
  margin-left: -5px;
  left: 50%;
}

#printlabs-uploads .printlabs_form_group button.active,
.printlabs-uploads .printlabs_form_group button.active,
#printlabs-uploads .printlabs_form_group button:hover,
.printlabs-uploads .printlabs_form_group button:hover {
  background-color: #F0F0F0;
}

#printlabs-uploads .printlabs_form_group button.active:after,
.printlabs-uploads .printlabs_form_group button.active:after,
#printlabs-uploads .printlabs_form_group button:hover:after,
.printlabs-uploads .printlabs_form_group button:hover:after {
  display: block;
}

#printlabs-uploads div[data-tab],
.printlabs-uploads div[data-tab] {
  display: none;
}

#printlabs-uploads div[data-tab].active,
.printlabs-uploads div[data-tab].active {
  display: block;
}

#printlabs-uploads #printlabs-upload-form,
.printlabs-uploads #printlabs-upload-form {
  width: 100%;
  height: 200px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 2px dashed #CECECE;
  background-color: #FAFAFA;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

#printlabs-uploads #printlabs-upload-form input,
.printlabs-uploads #printlabs-upload-form input {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#printlabs-uploads #printlabs-upload-form i,
.printlabs-uploads #printlabs-upload-form i {
  font-size: 60px;
  color: #CECECE;
}

#printlabs-uploads #printlabs-upload-form p,
.printlabs-uploads #printlabs-upload-form p {
  font-family: 'NunitoSans-Bold';
  color: #ADADAD;
  margin-top: 10px;
}

#printlabs-uploads #printlabs-upload-form:hover,
.printlabs-uploads #printlabs-upload-form:hover {
  border-color: #979797;
}

#printlabs-uploads #printlabs-upload-form:hover i,
.printlabs-uploads #printlabs-upload-form:hover i {
  color: #4A4A4A;
}

#printlabs-uploads #printlabs-upload-form:hover p,
.printlabs-uploads #printlabs-upload-form:hover p {
  color: #4A4A4A;
}

#printlabs-uploads #printlabs-upload-form-text,
.printlabs-uploads #printlabs-upload-form-text {
  margin-bottom: 30px;
}

#printlabs-uploads #printlabs-upload-form-text p,
.printlabs-uploads #printlabs-upload-form-text p {
  font-size: 14px;
  line-height: 19px;
  color: #979797;
  text-align: center;
}

#printlabs-uploads #printlabs-upload-form-text p:first-child,
.printlabs-uploads #printlabs-upload-form-text p:first-child {
  margin-bottom: 10px;
}

#printlabs-uploads #printlabs-upload-form-text p:last-child,
.printlabs-uploads #printlabs-upload-form-text p:last-child {
  margin-top: 20px;
}

#printlabs-uploads #printlabs-upload-form-text p span,
.printlabs-uploads #printlabs-upload-form-text p span {
  color: #4A4A4A;
}

#printlabs-uploads #printlabs-upload-form-text p a,
.printlabs-uploads #printlabs-upload-form-text p a {
  color: #2ea667;
}

#printlabs-uploads #printlabs-upload-list .printlabs-list-items,
.printlabs-uploads #printlabs-upload-list .printlabs-list-items {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

#printlabs-uploads #printlabs-upload-list .printlabs-list-items li,
.printlabs-uploads #printlabs-upload-list .printlabs-list-items li {
  width: calc(50% - 10px);
  height: 160px;
  position: relative;
  background-color: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#printlabs-uploads #printlabs-upload-list .printlabs-list-items li i,
.printlabs-uploads #printlabs-upload-list .printlabs-list-items li i {
  font-size: 18px;
  position: absolute;
  left: 10px;
  top: 10px;
  color: #F4435A;
  z-index: 2;
}

#printlabs-uploads #printlabs-upload-list .printlabs-list-items li:nth-child(even),
.printlabs-uploads #printlabs-upload-list .printlabs-list-items li:nth-child(even) {
  margin-left: 20px;
}

#printlabs-uploads #printlabs-upload-list .printlabs-list-items li:hover,
.printlabs-uploads #printlabs-upload-list .printlabs-list-items li:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

#printlabs-uploads #printlabs-external-images,
.printlabs-uploads #printlabs-external-images {
  height: calc(100vh - 225px);
}

#printlabs-uploads #printlabs-external-images iframe,
.printlabs-uploads #printlabs-external-images iframe {
  border: none;
  width: 100%;
  height: 100%;
  background: url('../images/loading_gray.gif') no-repeat center 18%;
  background-size: 50px;
  display: inline-block;
}

#printlabs-uploads-edit,
.printlabs-uploads-edit {
  display: none;
}

#printlabs-uploads-remove-bg,
.printlabs-uploads-remove-bg {
  display: none;
}

#printlabs-uploads .printlabs-tab-body-wrp-title .fa-angle-left,
.printlabs-uploads .printlabs-tab-body-wrp-title .fa-angle-left {
  position: absolute;
  cursor: pointer;
  top: 12px;
  left: 15px;
}

#printlabs-uploads-replace,
.printlabs-uploads-replace {
  margin-bottom: 20px;
  border-bottom: 1px dashed #CECECE;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  cursor: pointer;
  height: 63px;
  position: relative;
}

#printlabs-uploads-replace:hover:after,
.printlabs-uploads-replace:hover:after {
  display: block;
}

#printlabs-uploads-replace .title,
.printlabs-uploads-replace .title {
  color: #4A4A4A;
  z-index: 2;
}

#printlabs-uploads-replace:after,
.printlabs-uploads-replace:after {
  display: none;
  content: '';
  width: calc(100% + 20px);
  height: calc(100% - 20px);
  position: absolute;
  top: 10px;
  left: -10px;
  background-color: #F0F0F0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#printlabs-uploads-replace .no-hide-right-text,
.printlabs-uploads-replace .no-hide-right-text {
  z-index: 2;
  color: #4A4A4A;
  display: flex;
  align-items: center;
}

#printlabs-uploads-replace .no-hide-right-text span,
.printlabs-uploads-replace .no-hide-right-text span {
  font-family: 'NunitoSans-Bold';
  line-height: 22px;
}

#printlabs-uploads-replace .no-hide-right-text i,
.printlabs-uploads-replace .no-hide-right-text i {
  z-index: 2;
  font-size: 18px;
  margin-left: 20px;
}

#printlabs-uploads-art_sizes,
.printlabs-uploads-art_sizes {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed #CECECE;
  padding-bottom: 20px;
}

#printlabs-uploads-art_sizes .title,
.printlabs-uploads-art_sizes .title {
  color: #4A4A4A;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

#printlabs-uploads-art_sizes .title span,
.printlabs-uploads-art_sizes .title span {
  line-height: 16px;
}

#printlabs-uploads-art_sizes .title small,
.printlabs-uploads-art_sizes .title small {
  font-size: 10px;
  line-height: 14px;
  color: #979797;
  font-family: 'NunitoSans-Bold';
}

#printlabs-uploads-art_sizes-wrap,
.printlabs-uploads-art_sizes-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#printlabs-uploads-art_sizes-wrap div,
.printlabs-uploads-art_sizes-wrap div {
  position: relative;
}

#printlabs-uploads-art_sizes-wrap div.mr-10,
.printlabs-uploads-art_sizes-wrap div.mr-10 {
  margin: 0 10px;
}

#printlabs-uploads-art_sizes-wrap div:first-child,
.printlabs-uploads-art_sizes-wrap div:first-child {
  margin-right: 10px;
}

#printlabs-uploads-art_sizes-wrap input,
.printlabs-uploads-art_sizes-wrap input {
  width: 77px;
  height: 34px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #CCC;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: none;
  color: #303030;
  padding: 0 26px 0 4px;
}

#printlabs-uploads-art_sizes-wrap span,
.printlabs-uploads-art_sizes-wrap span {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 24px;
  height: 32px;
  background-color: #F0F0F0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  color: #979797;
  display: flex;
  justify-content: center;
  align-items: center;
}

#printlabs-uploads-rotate,
.printlabs-uploads-rotate {
  height: 63px;
  border-bottom: 1px dashed #CECECE;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#printlabs-uploads-rotate .title,
.printlabs-uploads-rotate .title {
  color: #4A4A4A;
  z-index: 2;
}

#printlabs-uploads-rotate input[type="range"],
.printlabs-uploads-rotate input[type="range"] {
  width: 110px !important;
  margin-right: 20px !important;
}

@media only screen and (max-width: 480px) {

  #printlabs-uploads-rotate input[type="range"],
  .printlabs-uploads-rotate input[type="range"] {
    width: 60px ;
  }
}

#printlabs-uploads-rotate input[type="number"],
.printlabs-uploads-rotate input[type="number"] {
  width: 63px;
  height: 34px;
  line-height: 32px;
  outline: none;
  border: 1px solid #CCC;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #979797;
  padding: 0 8px;
  font-family: 'NunitoSans-Bold';
  font-size: 16px;
}

#printlabs-uploads-rotate input[type="number"]:hover,
.printlabs-uploads-rotate input[type="number"]:hover {
  border-color: #2ea667;
}

#printlabs-uploads-save,
.printlabs-uploads-save {
  display: none;
  border-top: 1px dashed #CECECE;
  padding-top: 20px;
  justify-content: flex-end;
}

@media only screen and (max-width: 660px) {

  #printlabs-uploads-save,
  .printlabs-uploads-save {
    display: flex;
  }
}

#printlabs-uploads-save a,
.printlabs-uploads-save a {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  font-size: 18px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  transition: all 0.3s;
  background: linear-gradient(270deg, #2ea667 0%, #39ab70 100%);
  outline: none;
  border: 0;
  cursor: pointer;
  max-width: 140px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-family: 'NunitoSans-Bold';
}

#printlabs-uploads-save a:hover,
.printlabs-uploads-save a:hover {
  background: linear-gradient(270deg, #1C6E4F 0%, #39ab70 100%);
}

#printlabs-uploads-remove-bg-link,
.printlabs-uploads-remove-bg-link,
#printlabs-uploads-crop,
.printlabs-uploads-crop {
  height: 63px;
  border-bottom: 1px dashed #CECECE;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  cursor: pointer;
}

#printlabs-uploads-remove-bg-link .title,
.printlabs-uploads-remove-bg-link .title,
#printlabs-uploads-crop .title,
.printlabs-uploads-crop .title {
  color: #4A4A4A;
  z-index: 2;
}

#printlabs-uploads-remove-bg-link:hover:after,
.printlabs-uploads-remove-bg-link:hover:after,
#printlabs-uploads-crop:hover:after,
.printlabs-uploads-crop:hover:after {
  display: block;
}

#printlabs-uploads-remove-bg-link:after,
.printlabs-uploads-remove-bg-link:after,
#printlabs-uploads-crop:after,
.printlabs-uploads-crop:after {
  display: none;
  content: '';
  width: calc(100% + 20px);
  height: calc(100% - 20px);
  position: absolute;
  top: 10px;
  left: -10px;
  background-color: #F0F0F0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#printlabs-uploads-remove-bg-link .no-hide-right-text,
.printlabs-uploads-remove-bg-link .no-hide-right-text,
#printlabs-uploads-crop .no-hide-right-text,
.printlabs-uploads-crop .no-hide-right-text {
  z-index: 2;
  color: #4A4A4A;
  display: flex;
  align-items: center;
}

#printlabs-uploads-remove-bg-link .no-hide-right-text span,
.printlabs-uploads-remove-bg-link .no-hide-right-text span,
#printlabs-uploads-crop .no-hide-right-text span,
.printlabs-uploads-crop .no-hide-right-text span {
  font-family: 'NunitoSans-Bold';
  line-height: 22px;
}

#printlabs-uploads-remove-bg-link .no-hide-right-text i,
.printlabs-uploads-remove-bg-link .no-hide-right-text i,
#printlabs-uploads-crop .no-hide-right-text i,
.printlabs-uploads-crop .no-hide-right-text i {
  z-index: 2;
  font-size: 18px;
  margin-left: 20px;
}

#printlabs-uploads-crop,
.printlabs-uploads-crop {
  border-bottom: 0;
}

#printlabs-uploads-deep,
.printlabs-uploads-deep {
  height: 63px;
  border-bottom: 1px dashed #CECECE;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#printlabs-uploads-deep .title,
.printlabs-uploads-deep .title {
  color: #4A4A4A;
  z-index: 2;
}

#printlabs-uploads-deep input[type="range"],
.printlabs-uploads-deep input[type="range"] {
  width: 140px !important;
  margin-right: 20px !important;
}

@media only screen and (max-width: 480px) {

  #printlabs-uploads-deep input[type="range"],
  .printlabs-uploads-deep input[type="range"] {
    width: 60px !important;
  }
}

#printlabs-uploads-deep input[type="number"],
.printlabs-uploads-deep input[type="number"] {
  width: 63px;
  height: 34px;
  line-height: 32px;
  outline: none;
  border: 1px solid #CCC;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #979797;
  padding: 0 8px;
  font-family: 'NunitoSans-Bold';
}

#printlabs-uploads-deep input[type="number"]:hover,
.printlabs-uploads-deep input[type="number"]:hover {
  border-color: #2ea667;
}

#printlabs-uploads-mode,
.printlabs-uploads-mode {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  border-bottom: 1px dashed #CECECE;
  margin-bottom: 20px;
}

#printlabs-uploads-mode .title,
.printlabs-uploads-mode .title {
  color: #4A4A4A;
}

#printlabs-uploads-mode #printlabs-image-fx-mode,
.printlabs-uploads-mode #printlabs-image-fx-mode {
  width: 220px;
  height: 34px;
  line-height: 32px;
  outline: none;
  border: 1px solid #CCC;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #979797;
  padding: 0 8px;
  font-family: 'NunitoSans-Bold';
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

#printlabs-uploads-mode #printlabs-image-fx-mode::-ms-expand,
.printlabs-uploads-mode #printlabs-image-fx-mode::-ms-expand {
  display: none;
}

#printlabs-uploads-mode #printlabs-image-fx-mode:hover,
.printlabs-uploads-mode #printlabs-image-fx-mode:hover {
  border-color: #2ea667;
}

#printlabs-uploads-mode i.fa-angle-down,
.printlabs-uploads-mode i.fa-angle-down {
  position: absolute;
  top: 29px;
  right: 12px;
  pointer-events: none;
}

#printlabs-uploads-done,
.printlabs-uploads-done {
  display: flex;
  justify-content: flex-end;
}

#printlabs-uploads-done button,
.printlabs-uploads-done button {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  font-size: 18px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  transition: all 0.3s;
  background: linear-gradient(270deg, #2ea667 0%, #39ab70 100%);
  outline: none;
  max-width: 88px;
  border: 0;
  cursor: pointer;
  height: 40px;
  line-height: 38px;
  font-size: 16px;
  font-family: 'NunitoSans-Bold';
}

#printlabs-uploads-done button:hover,
.printlabs-uploads-done button:hover {
  background: linear-gradient(270deg, #1C6E4F 0%, #39ab70 100%);
}

#printlabs-backgrounds-edit,
.printlabs-backgrounds-edit {
  display: none;
}

#printlabs-backgrounds-edit .printlabs-tab-body-wrp-title .fa-angle-left,
.printlabs-backgrounds-edit .printlabs-tab-body-wrp-title .fa-angle-left {
  position: absolute;
  cursor: pointer;
  top: 12px;
  left: 15px;
}

#printlabs-backgrounds-edit-change,
.printlabs-backgrounds-edit-change {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  height: 63px;
  position: relative;
  cursor: pointer;
}

#printlabs-backgrounds-edit-change:after,
.printlabs-backgrounds-edit-change:after {
  display: none;
  content: '';
  width: calc(100% + 20px);
  height: calc(100% - 20px);
  position: absolute;
  top: 10px;
  left: -10px;
  background-color: #F0F0F0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#printlabs-backgrounds-edit-change:hover:after,
.printlabs-backgrounds-edit-change:hover:after {
  display: block;
}

#printlabs-backgrounds-edit-change .title,
.printlabs-backgrounds-edit-change .title {
  color: #4A4A4A;
  z-index: 2;
}

#printlabs-backgrounds-edit-change span,
.printlabs-backgrounds-edit-change span {
  z-index: 2;
}

#printlabs-backgrounds-edit-change span .fa-angle-right,
.printlabs-backgrounds-edit-change span .fa-angle-right {
  font-size: 18px;
  color: #4A4A4A;
  margin-left: 20px;
  z-index: 2;
}

#printlabs-backgrounds-edit-change-color,
.printlabs-backgrounds-edit-change-color {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px dashed #CECECE;
  height: 63px;
  position: relative;
  cursor: pointer;
}

#printlabs-backgrounds-edit-change-color:after,
.printlabs-backgrounds-edit-change-color:after {
  display: none;
  content: '';
  width: calc(100% + 20px);
  height: calc(100% - 20px);
  position: absolute;
  top: 10px;
  left: -10px;
  background-color: #F0F0F0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#printlabs-backgrounds-edit-change-color:hover:after,
.printlabs-backgrounds-edit-change-color:hover:after {
  display: block;
}

#printlabs-backgrounds-edit-change-color .title,
.printlabs-backgrounds-edit-change-color .title {
  color: #4A4A4A;
  z-index: 2;
}

#printlabs-backgrounds-edit-change-color #printlabs-svg-colors-backgrounds-edit,
.printlabs-backgrounds-edit-change-color #printlabs-svg-colors-backgrounds-edit {
  margin-left: auto;
  z-index: 2;
}

#printlabs-backgrounds-edit-change-color #printlabs-svg-colors-backgrounds-edit span,
.printlabs-backgrounds-edit-change-color #printlabs-svg-colors-backgrounds-edit span {
  margin-bottom: 0 !important;
}

#printlabs-backgrounds-edit-change-color #printlabs-svg-colors-backgrounds-edit span:after,
.printlabs-backgrounds-edit-change-color #printlabs-svg-colors-backgrounds-edit span:after {
  display: none !important;
}

#printlabs-backgrounds-edit-change-color #printlabs-svg-colors-backgrounds-edit span:nth-child(6)~span,
.printlabs-backgrounds-edit-change-color #printlabs-svg-colors-backgrounds-edit span:nth-child(6)~span {
  display: none !important;
}

#printlabs-backgrounds-edit-change-color #printlabs-svg-colors-backgrounds-edit span:last-child,
.printlabs-backgrounds-edit-change-color #printlabs-svg-colors-backgrounds-edit span:last-child {
  margin-right: 0 !important;
}

#printlabs-backgrounds-edit-change-color .fa-angle-right,
.printlabs-backgrounds-edit-change-color .fa-angle-right {
  font-size: 18px;
  color: #4A4A4A;
  margin-left: 20px;
  z-index: 2;
}




#printlabs-backgrounds-color-piker,
.printlabs-backgrounds-color-piker {
  margin-bottom: 40px;
}



#printlabs-backgrounds-color-piker .color-picker-wrap-title,
.printlabs-backgrounds-color-piker .color-picker-wrap-title {
  position: relative;
  top: 3px;
}

#printlabs-backgrounds-color-piker .title,
.printlabs-backgrounds-color-piker .title {
  margin-bottom: 10px;
  color: #4A4A4A;
}

#printlabs-backgrounds-color-piker .sp-button-container.sp-cf,
.printlabs-backgrounds-color-piker .sp-button-container.sp-cf,
#printlabs-backgrounds-color-piker .sp-palette.sp-thumb.sp-cf,
.printlabs-backgrounds-color-piker .sp-palette.sp-thumb.sp-cf {
  display: none;
}

#printlabs-backgrounds-color-piker .sp-container,
.printlabs-backgrounds-color-piker .sp-container {
  border-top: 1px dashed #CECECE;
  padding-top: 0 !important;
}

#printlabs-backgrounds-color-active,
.printlabs-backgrounds-color-active {
  float: left;
  margin-left: 5px;
  line-height: 26px;
  color: #979797;
  margin-bottom: 21px;
  position: relative;
  top: 3px;
}

#printlabs-backgrounds-color-active span,
.printlabs-backgrounds-color-active span {
  color: #979797;
}

#printlabs-backgrounds-color-list,
.printlabs-backgrounds-color-list,
#printlabs-backgrounds-color-list-design,
.printlabs-backgrounds-color-list-design {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 14px;
  flex-wrap: wrap;
}

#printlabs-backgrounds-color-list span,
.printlabs-backgrounds-color-list span,
#printlabs-backgrounds-color-list-design span,
.printlabs-backgrounds-color-list-design span {
  width: 30px;
  height: 30px;
  margin-bottom: 6px;
  border: 1px solid #E0E0E0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

#printlabs-backgrounds-color-list span.active:after,
.printlabs-backgrounds-color-list span.active:after,
#printlabs-backgrounds-color-list-design span.active:after,
.printlabs-backgrounds-color-list-design span.active:after {
  content: '\f00c';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  color: #fff;
  font-size: 21px;
  position: absolute;
}

#printlabs-backgrounds-color-list span.active.sp-thumb-light:after,
.printlabs-backgrounds-color-list span.active.sp-thumb-light:after,
#printlabs-backgrounds-color-list-design span.active.sp-thumb-light:after,
.printlabs-backgrounds-color-list-design span.active.sp-thumb-light:after {
  color: #000;
}

#printlabs-backgrounds-color-list span:not(:last-child),
.printlabs-backgrounds-color-list span:not(:last-child),
#printlabs-backgrounds-color-list-design span:not(:last-child),
.printlabs-backgrounds-color-list-design span:not(:last-child) {
  margin-right: 6px;
}

#printlabs-backgrounds-color-list-design,
.printlabs-backgrounds-color-list-design {
  border-bottom: 1px dashed #CECECE;
  padding-bottom: 20px;
}

#printlabs-backgrounds-items .title,
.printlabs-backgrounds-items .title {
  display: inline-block;
  margin-bottom: 10px;
  color: #4A4A4A;
}

#printlabs-backgrounds-items .printlabs-list-items,
.printlabs-backgrounds-items .printlabs-list-items {
  display: flex;
  flex-wrap: wrap;
}

#printlabs-backgrounds-items .printlabs-list-items li,
.printlabs-backgrounds-items .printlabs-list-items li {
  width: 113px;
  height: 113px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 10px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 95px 95px;
  background-position: center;
  position: relative;
}

#printlabs-backgrounds-items .printlabs-list-items li i[data-tag],
.printlabs-backgrounds-items .printlabs-list-items li i[data-tag] {
  width: 38px;
  height: 20px;
  font-size: 12px;
  font-family: 'NunitoSans-Bold';
  color: #979797;
  background-color: #fff;
  border: 1px solid #F0F0F0;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 5px;
  right: 5px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
}

#printlabs-backgrounds-items .printlabs-list-items li:hover,
.printlabs-backgrounds-items .printlabs-list-items li:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

#printlabs-backgrounds-items .printlabs-list-items li:not(:nth-child(3n)),
.printlabs-backgrounds-items .printlabs-list-items li:not(:nth-child(3n)) {
  margin-right: 10px;
}

#printlabs-backgrounds-edit-color,
.printlabs-backgrounds-edit-color {
  display: none;
}

#printlabs-backgrounds-edit-color .fa-angle-left,
.printlabs-backgrounds-edit-color .fa-angle-left {
  position: absolute;
  cursor: pointer;
  top: 12px;
  left: 15px;
}

#printlabs-backgrounds-edit-color .color-picker-holder,
.printlabs-backgrounds-edit-color .color-picker-holder {
  margin-bottom: 40px;
}

#printlabs-backgrounds-edit-color #printlabs-svg-colors,
.printlabs-backgrounds-edit-color #printlabs-svg-colors {
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px dashed #CECECE;
  padding-bottom: 14px;
}

#printlabs-backgrounds-edit-color #printlabs-svg-colors span,
.printlabs-backgrounds-edit-color #printlabs-svg-colors span {
  width: 30px;
  height: 30px;
  margin-bottom: 6px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  cursor: pointer;
}

#printlabs-backgrounds-edit-color #printlabs-svg-colors span:not(:last-child),
.printlabs-backgrounds-edit-color #printlabs-svg-colors span:not(:last-child) {
  margin-right: 6px;
}

#printlabs-backgrounds-edit-color #printlabs-svg-colors span.active:after,
.printlabs-backgrounds-edit-color #printlabs-svg-colors span.active:after {
  content: '\f00c';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  color: #fff;
  font-size: 21px;
  position: absolute;
}

#printlabs-backgrounds-edit-color #printlabs-svg-colors span.active.sp-thumb-light:after,
.printlabs-backgrounds-edit-color #printlabs-svg-colors span.active.sp-thumb-light:after {
  color: #000;
}

#printlabs-backgrounds-edit-color .sp-button-container.sp-cf,
.printlabs-backgrounds-edit-color .sp-button-container.sp-cf {
  display: none;
}

#printlabs-backgrounds-edit-color-done,
.printlabs-backgrounds-edit-color-done {
  display: flex;
  justify-content: flex-end;
}

#printlabs-backgrounds-edit-color-done button,
.printlabs-backgrounds-edit-color-done button {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  font-size: 18px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  transition: all 0.3s;
  background: linear-gradient(270deg, #2ea667 0%, #39ab70 100%);
  outline: none;
  max-width: 88px;
  border: 0;
  cursor: pointer;
  height: 40px;
  line-height: 38px;
  font-size: 16px;
  font-family: 'NunitoSans-Bold';
}

#printlabs-backgrounds-edit-color-done button:hover,
.printlabs-backgrounds-edit-color-done button:hover {
  background: linear-gradient(270deg, #1C6E4F 0%, #39ab70 100%);
}

#printlabs-backgrounds #printlabs-svg-colors-backgrounds,
.printlabs-backgrounds #printlabs-svg-colors-backgrounds,
#printlabs-backgrounds #printlabs-svg-colors-backgrounds-edit,
.printlabs-backgrounds #printlabs-svg-colors-backgrounds-edit {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

#printlabs-backgrounds #printlabs-svg-colors-backgrounds span,
.printlabs-backgrounds #printlabs-svg-colors-backgrounds span,
#printlabs-backgrounds #printlabs-svg-colors-backgrounds-edit span,
.printlabs-backgrounds #printlabs-svg-colors-backgrounds-edit span {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  margin-right: 6px;
  margin-bottom: 6px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

#printlabs-backgrounds #printlabs-svg-colors-backgrounds span.sp-thumb-dark.active:after,
.printlabs-backgrounds #printlabs-svg-colors-backgrounds span.sp-thumb-dark.active:after,
#printlabs-backgrounds #printlabs-svg-colors-backgrounds-edit span.sp-thumb-dark.active:after,
.printlabs-backgrounds #printlabs-svg-colors-backgrounds-edit span.sp-thumb-dark.active:after,
#printlabs-backgrounds #printlabs-svg-colors-backgrounds span.sp-thumb-light.active:after,
.printlabs-backgrounds #printlabs-svg-colors-backgrounds span.sp-thumb-light.active:after,
#printlabs-backgrounds #printlabs-svg-colors-backgrounds-edit span.sp-thumb-light.active:after,
.printlabs-backgrounds #printlabs-svg-colors-backgrounds-edit span.sp-thumb-light.active:after {
  content: '\f00c';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  color: #fff;
  font-size: 21px;
  z-index: 2;
}

#printlabs-backgrounds #printlabs-svg-colors-backgrounds span.sp-thumb-light.active:after,
.printlabs-backgrounds #printlabs-svg-colors-backgrounds span.sp-thumb-light.active:after,
#printlabs-backgrounds #printlabs-svg-colors-backgrounds-edit span.sp-thumb-light.active:after,
.printlabs-backgrounds #printlabs-svg-colors-backgrounds-edit span.sp-thumb-light.active:after {
  color: #222222;
}

#printlabs-backgrounds #printlabs-svg-colors-backgrounds span input,
.printlabs-backgrounds #printlabs-svg-colors-backgrounds span input,
#printlabs-backgrounds #printlabs-svg-colors-backgrounds-edit span input,
.printlabs-backgrounds #printlabs-svg-colors-backgrounds-edit span input {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #E0E0E0;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  cursor: pointer;
}

#printlabs-layers .layers-drop,
.printlabs-layers .layers-drop {
  border: 2px dashed #979797;
  background-color: #F0F0F0;
  position: fixed;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  z-index: 2;
}

#printlabs-layers ul li,
.printlabs-layers ul li {
  width: 100%;
  height: 50px;
  background-color: #F0F0F0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  cursor: move;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#printlabs-layers ul li:not(:last-child),
.printlabs-layers ul li:not(:last-child) {
  margin-bottom: 10px;
}

#printlabs-layers ul li[data-holder="true"],
.printlabs-layers ul li[data-holder="true"] {
  background-color: #fff;
}

#printlabs-layers ul li .layer-type,
.printlabs-layers ul li .layer-type {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#printlabs-layers ul li .layer-type.fa-text,
.printlabs-layers ul li .layer-type.fa-text {
  background-color: #fff;
}

#printlabs-layers ul li .layer-name,
.printlabs-layers ul li .layer-name {
  margin-left: 10px;
  line-height: 22px;
  color: #4A4A4A;
  outline: none;
}

#printlabs-layers ul li .layer-func,
.printlabs-layers ul li .layer-func {
  margin-left: auto;
  margin-right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#printlabs-layers ul li .layer-func i,
.printlabs-layers ul li .layer-func i {
  width: 34px;
  height: 34px;
  font-size: 20px;
  line-height: 23px;
  color: #303030;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}

#printlabs-layers ul li .layer-func i:not(:last-child),
.printlabs-layers ul li .layer-func i:not(:last-child) {
  margin-right: 5px;
}

#printlabs-layers ul li .layer-func i.fa-eye:hover,
.printlabs-layers ul li .layer-func i.fa-eye:hover {
  color: #2ea667;
}

#printlabs-layers ul li .layer-func i.fa-eye:hover span.title,
.printlabs-layers ul li .layer-func i.fa-eye:hover span.title {
  display: block;
}

#printlabs-layers ul li .layer-func i.fa-eye[data-active="true"]:before,
.printlabs-layers ul li .layer-func i.fa-eye[data-active="true"]:before {
  content: '\f070';
}

#printlabs-layers ul li .layer-func i.fa-eye[data-active="true"] span.title:after,
.printlabs-layers ul li .layer-func i.fa-eye[data-active="true"] span.title:after {
  content: 'show';
}

#printlabs-layers ul li .layer-func i.fa-eye span.title:after,
.printlabs-layers ul li .layer-func i.fa-eye span.title:after {
  content: 'hide';
}

#printlabs-layers ul li .layer-func i.fa-unlock-alt:hover,
.printlabs-layers ul li .layer-func i.fa-unlock-alt:hover {
  color: #2ea667;
}

#printlabs-layers ul li .layer-func i.fa-unlock-alt:hover span.title,
.printlabs-layers ul li .layer-func i.fa-unlock-alt:hover span.title {
  display: block;
}

#printlabs-layers ul li .layer-func i.fa-unlock-alt[data-active="true"]:before,
.printlabs-layers ul li .layer-func i.fa-unlock-alt[data-active="true"]:before {
  content: '\f30d';
}

#printlabs-layers ul li .layer-func i.fa-unlock-alt[data-active="true"] span.title,
.printlabs-layers ul li .layer-func i.fa-unlock-alt[data-active="true"] span.title {
  left: -5px;
}

#printlabs-layers ul li .layer-func i.fa-unlock-alt[data-active="true"] span.title:after,
.printlabs-layers ul li .layer-func i.fa-unlock-alt[data-active="true"] span.title:after {
  content: 'unlock';
}

#printlabs-layers ul li .layer-func i.fa-unlock-alt span.title,
.printlabs-layers ul li .layer-func i.fa-unlock-alt span.title {
  left: 2px;
}

#printlabs-layers ul li .layer-func i.fa-unlock-alt span.title:after,
.printlabs-layers ul li .layer-func i.fa-unlock-alt span.title:after {
  content: 'lock';
}

#printlabs-layers ul li .layer-func i.fa-trash-alt:hover,
.printlabs-layers ul li .layer-func i.fa-trash-alt:hover {
  color: #F4435A;
}

#printlabs-layers ul li .layer-func i.fa-trash-alt:hover span.title,
.printlabs-layers ul li .layer-func i.fa-trash-alt:hover span.title {
  display: block;
}

#printlabs-layers ul li .layer-func i.fa-trash-alt span.title,
.printlabs-layers ul li .layer-func i.fa-trash-alt span.title {
  left: -4px;
}

#printlabs-layers ul li .layer-func i.fa-trash-alt span.title:after,
.printlabs-layers ul li .layer-func i.fa-trash-alt span.title:after {
  content: 'delete';
}

#printlabs-layers ul li .layer-func i span.title,
.printlabs-layers ul li .layer-func i span.title {
  position: absolute;
  top: -16px;
  left: 0;
  width: auto;
  height: 18px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  font-size: 12px;
  line-height: 16px;
  color: #979797;
  font-family: 'NunitoSans-Bold';
  padding: 0 4px;
  display: none;
}

#printlabs-layers ul li .layer-func i span.title:before,
.printlabs-layers ul li .layer-func i span.title:before {
  content: '';
  width: 0;
  height: 0;
  border-top: solid 3px #fff;
  border-left: solid 3px transparent;
  border-right: solid 3px transparent;
  position: absolute;
  bottom: -3px;
  left: 50%;
  margin-left: -3px;
}

#printlabs-right,
.printlabs-right {
  width: 500px;
  background: #fff;
  position: absolute;
  height: 100%;
  top: 0;
  right: -500px;
  z-index: 11;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (max-width: 660px) {

  #printlabs-right,
  .printlabs-right {
    position: fixed;
    width: 100vw;
    z-index: 12;
    right: calc(-100% - 20px);
  }
}

#printlabs-right #result-error-create-account,
.printlabs-right #result-error-create-account {
  margin-bottom: 20px;
  font-size: 15px;
  color: #F4435A;
}

#printlabs-right #result-error-create-account a,
.printlabs-right #result-error-create-account a {
  color: #2ea667;
}

#printlabs-right.show,
.printlabs-right.show {
  right: 0;
}

#printlabs-right .loading-custom-right,
.printlabs-right .loading-custom-right {
  text-align: center;
}

#printlabs-right #add-to-cart.disabled,
.printlabs-right #add-to-cart.disabled {
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}

#printlabs-right .printlabs-tab-body-wrp,
.printlabs-right .printlabs-tab-body-wrp {
  display: block;
  width: 500px;
  left: 0;
  height: calc(100% - 170px);
  padding: 60px 20px 20px;
}

@media only screen and (max-width: 660px) {

  #printlabs-right .printlabs-tab-body-wrp,
  .printlabs-right .printlabs-tab-body-wrp {
    width: 100%;
    height:100%;
    overflow-y: scroll !important;
    /* thomas */
  }
}

#printlabs-right .printlabs-tab-body-wrp-title,
.printlabs-right .printlabs-tab-body-wrp-title {
  width: 500px;
  left: auto;
  margin-left: -20px;
}

@media only screen and (max-width: 660px) {

  #printlabs-right .printlabs-tab-body-wrp-title,
  .printlabs-right .printlabs-tab-body-wrp-title {
    width: calc(100% + 20px);
  }
}

#printlabs-right .printlabs-tab-body-wrp-title .fa-angle-left,
.printlabs-right .printlabs-tab-body-wrp-title .fa-angle-left {
  position: absolute;
  cursor: pointer;
  top: 12px;
  left: 15px;
}

#printlabs-right .printlabs-tab-body-wrp .options-panel.tab-3,
.printlabs-right .printlabs-tab-body-wrp .options-panel.tab-3 {
  margin-bottom: 120px;
}

#printlabs-right .printlabs-save-design,
.printlabs-right .printlabs-save-design {
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 300px;
  margin: auto;
}

#printlabs-right .printlabs-save-design-form,
.printlabs-right .printlabs-save-design-form {
  margin-bottom: 60px;
}

#printlabs-right .printlabs-save-design-list,
.printlabs-right .printlabs-save-design-list {
  display: flex;
  flex-direction: column;
}

#printlabs-right .printlabs-save-design-list .mpvt,
.printlabs-right .printlabs-save-design-list .mpvt {
  margin-bottom: 20px;
}

#printlabs-right .printlabs-save-design-list .validation-advice,
.printlabs-right .printlabs-save-design-list .validation-advice {
  font-size: 14px;
  color: #F4435A;
}

#printlabs-right .printlabs-save-design-list div label,
.printlabs-right .printlabs-save-design-list div label {
  font-size: 14px;
  line-height: 19px;
  color: #979797;
}

#printlabs-right .printlabs-save-design-list div label span,
.printlabs-right .printlabs-save-design-list div label span {
  color: #F4435A;
  margin-left: 4px;
  font-size: 16px;
  line-height: 22px;
}

#printlabs-right .printlabs-save-design-list-pass,
.printlabs-right .printlabs-save-design-list-pass {
  margin-bottom: 20px;
}

#printlabs-right .printlabs-save-design-list-pass a,
.printlabs-right .printlabs-save-design-list-pass a {
  margin-top: 10px;
  display: inline-block;
  color: #979797;
  text-decoration: underline;
  font-size: 12px;
  line-height: 12px;
}

#printlabs-right .printlabs-save-design-list-pass a:hover,
.printlabs-right .printlabs-save-design-list-pass a:hover {
  text-decoration: none;
}

#printlabs-right .printlabs-save-design-list-save .button,
.printlabs-right .printlabs-save-design-list-save .button {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  font-size: 18px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  transition: all 0.3s;
  background: linear-gradient(270deg, #2ea667 0%, #39ab70 100%);
  cursor: pointer;
  outline: none;
  border: 0;
  font-family: 'NunitoSans-Bold';
}

#printlabs-right .printlabs-save-design-list-save .button:hover,
.printlabs-right .printlabs-save-design-list-save .button:hover {
  background: linear-gradient(270deg, #1C6E4F 0%, #39ab70 100%);
}

#printlabs-right .printlabs-save-design-login-link,
.printlabs-right .printlabs-save-design-login-link {
  text-align: center;
}

#printlabs-right .printlabs-save-design-login-link:first-of-type,
.printlabs-right .printlabs-save-design-login-link:first-of-type {
  margin-bottom: 40px;
}

#printlabs-right .printlabs-save-design-login-link p,
.printlabs-right .printlabs-save-design-login-link p {
  font-size: 18px;
  line-height: 25px;
  color: #979797;
  margin-bottom: 7px;
}

#printlabs-right .printlabs-save-design-login-link a,
.printlabs-right .printlabs-save-design-login-link a {
  color: #2ea667;
  line-height: 19px;
}

#printlabs-right .printlabs-save-design-login-link i,
.printlabs-right .printlabs-save-design-login-link i {
  color: #2ea667;
}

#printlabs-right .forgot-form-wrapp-list,
.printlabs-right .forgot-form-wrapp-list {
  max-width: 300px;
  margin: 0 auto;
}

#printlabs-right .forgot-form-wrapp-list div:not(:last-child),
.printlabs-right .forgot-form-wrapp-list div:not(:last-child) {
  margin-bottom: 20px;
}

#printlabs-right .forgot-form-wrapp-list div p,
.printlabs-right .forgot-form-wrapp-list div p {
  text-align: center;
  color: #979797;
  font-size: 15px;
  line-height: 22px;
}

#printlabs-right .forgot-form-wrapp-list div label,
.printlabs-right .forgot-form-wrapp-list div label {
  font-size: 14px;
  line-height: 19px;
  color: #979797;
}

#printlabs-right .forgot-form-wrapp-list div label span,
.printlabs-right .forgot-form-wrapp-list div label span {
  color: #F4435A;
  margin-left: 4px;
  font-size: 16px;
  line-height: 22px;
}

#printlabs-right .forgot-form-wrapp-list div .validation-advice,
.printlabs-right .forgot-form-wrapp-list div .validation-advice {
  font-size: 14px;
  color: #F4435A;
}

#printlabs-right .forgot-form-wrapp-list div .button,
.printlabs-right .forgot-form-wrapp-list div .button {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  font-size: 18px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  transition: all 0.3s;
  background: linear-gradient(270deg, #2ea667 0%, #39ab70 100%);
  cursor: pointer;
  outline: none;
  border: 0;
  font-family: 'NunitoSans-Bold';
}

#printlabs-right .forgot-form-wrapp-list div .button:hover,
.printlabs-right .forgot-form-wrapp-list div .button:hover {
  background: linear-gradient(270deg, #1C6E4F 0%, #39ab70 100%);
}

#printlabs-right .create-form-list .mptv,
.printlabs-right .create-form-list .mptv {
  max-width: 300px;
  margin: 0 auto 20px;
}

#printlabs-right .create-form-list .validation-advice,
.printlabs-right .create-form-list .validation-advice {
  font-size: 14px;
  color: #F4435A;
}

#printlabs-right .create-form-list label,
.printlabs-right .create-form-list label {
  font-size: 14px;
  line-height: 19px;
  color: #979797;
}

#printlabs-right .create-form-list label span,
.printlabs-right .create-form-list label span {
  color: #F4435A;
  margin-left: 4px;
  font-size: 16px;
  line-height: 22px;
}

#printlabs-right .create-form-list-center,
.printlabs-right .create-form-list-center {
  text-align: center;
  margin: 40px 0;
}

@media only screen and (max-width: 660px) {

  #printlabs-right .create-form-list-center,
  .printlabs-right .create-form-list-center {
    margin: 0px;
  }
}

/* thomas */


#printlabs-right .create-form-list-center p,
.printlabs-right .create-form-list-center p {
  font-size: 18px;
  line-height: 25px;
  color: #979797;
  margin-bottom: 7px;
}

#printlabs-right .create-form-list-center span,
.printlabs-right .create-form-list-center span {
  color: #303030;
}

#printlabs-right .create-form-list-center span a,
.printlabs-right .create-form-list-center span a {
  color: #2ea667;
}

#printlabs-right .create-form-list-center span a i,
.printlabs-right .create-form-list-center span a i {
  margin-left: 4px;
}

#printlabs-right .create-form-list-switch,
.printlabs-right .create-form-list-switch {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  /* thomas */
}

#printlabs-right .create-form-list-switch .printlabs-switch,
.printlabs-right .create-form-list-switch .printlabs-switch {
  margin: 0 10px;
}

#printlabs-right .create-form-list-switch p,
.printlabs-right .create-form-list-switch p {
  line-height: 22px;
}

#printlabs-right .create-form-list-switch p:first-child,
.printlabs-right .create-form-list-switch p:first-child {
  color: #979797;
}

#printlabs-right .create-form-list-switch p:last-child,
.printlabs-right .create-form-list-switch p:last-child {
  color: #303030;
}

#printlabs-right .create-form-list-button,
.printlabs-right .create-form-list-button {
  max-width: 300px;
  margin: 0 auto;
}

@media only screen and (max-width: 660px) {
  .create-form-list {
    margin-top: -25px;
    /* thomas */
  }
}

#printlabs-right .create-form-list-button .button,
.printlabs-right .create-form-list-button .button {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  font-size: 18px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  transition: all 0.3s;
  background: linear-gradient(270deg, #2ea667 0%, #39ab70 100%);
  cursor: pointer;
  outline: none;
  border: 0;
  margin-top: 5px;
  font-family: 'NunitoSans-Bold';
}

#printlabs-right .create-form-list-button .button:hover,
.printlabs-right .create-form-list-button .button:hover {
  background: linear-gradient(270deg, #1C6E4F 0%, #39ab70 100%);
}

#printlabs-right .share-content-holder .notice.success,
.printlabs-right .share-content-holder .notice.success {
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #2ea667;
  text-align: center;
  line-height: 40px;
  background-color: #EBFFF5;
}

#printlabs-right .share-content-holder-link,
.printlabs-right .share-content-holder-link {
  font-size: 14px;
  line-height: 19px;
  color: #979797;
  margin-bottom: 60px;
  text-align: center;
}

#printlabs-right .share-content-holder-link a,
.printlabs-right .share-content-holder-link a {
  text-decoration: underline;
  color: #4A4A4A;
}

#printlabs-right .share-content-holder-link a:hover,
.printlabs-right .share-content-holder-link a:hover {
  text-decoration: none;
}

#printlabs-right .share-content-holder .align-center,
.printlabs-right .share-content-holder .align-center {
  text-align: center;
  font-size: 20px;
  line-height: 26px;
  color: #4A4A4A;
  margin-bottom: 20px;
}

#printlabs-right .share-content-holder .copy-link-for-share,
.printlabs-right .share-content-holder .copy-link-for-share {
  width: 100%;
  height: 40px;
  background-color: #FAFAFA;
  border: 1px solid #E0E0E0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 7px 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #979797;
  user-select: all;
  margin-bottom: 20px;
  overflow: hidden;
}

#printlabs-right .share-content-holder .share-text,
.printlabs-right .share-content-holder .share-text {
  text-align: center;
  line-height: 22px;
  color: #303030;
  margin-bottom: 10px;
}

#printlabs-right .share-content-holder .share-social-container,
.printlabs-right .share-content-holder .share-social-container {
  display: flex;
  justify-content: center;
}

#printlabs-right .share-content-holder .share-social-container .desktop,
.printlabs-right .share-content-holder .share-social-container .desktop {
  display: none;
}

@media only screen and (min-width: 480px) {

  #printlabs-right .share-content-holder .share-social-container .desktop,
  .printlabs-right .share-content-holder .share-social-container .desktop {
    display: inline-block;
  }
}

#printlabs-right .share-content-holder .share-social-container button,
.printlabs-right .share-content-holder .share-social-container button {
  width: 131px;
  height: 40px;
  border: 1px solid #CCC;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #fff;
  cursor: pointer;
  outline: none;
  font-family: 'NunitoSans-Bold';
  line-height: 38px;
}

@media only screen and (max-width: 480px) {

  #printlabs-right .share-content-holder .share-social-container button,
  .printlabs-right .share-content-holder .share-social-container button {
    width: 40px;
  }
}

#printlabs-right .share-content-holder .share-social-container button[data-network="facebook"],
.printlabs-right .share-content-holder .share-social-container button[data-network="facebook"] {
  color: #1877F2;
}

#printlabs-right .share-content-holder .share-social-container button[data-network="pinterest"],
.printlabs-right .share-content-holder .share-social-container button[data-network="pinterest"] {
  color: #c8232c;
}

#printlabs-right .share-content-holder .share-social-container button[data-network="twitter"],
.printlabs-right .share-content-holder .share-social-container button[data-network="twitter"] {
  color: #0fb1ef;
}

#printlabs-right .share-content-holder .share-social-container button:nth-child(2n),
.printlabs-right .share-content-holder .share-social-container button:nth-child(2n) {
  margin: 0 10px;
}

#printlabs-right .options-panel,
.printlabs-right .options-panel {
  display: block;
}

#printlabs-right .options-panel.show,
.printlabs-right .options-panel.show {
  display: block;
}

#printlabs-right .options-panel.tab-2,
.printlabs-right .options-panel.tab-2 {
  display: none;
}

#printlabs-right .options-panel.tab-2 .total-container .continue,
.printlabs-right .options-panel.tab-2 .total-container .continue {
  max-width: 226px;
}

#printlabs-right .options-panel .head-text,
.printlabs-right .options-panel .head-text {
  font-size: 20px;
  line-height: 26px;
  color: #4A4A4A;
  text-align: center;
  margin-bottom: 20px;
}

#printlabs-right .options-panel #right-selected-products ul li,
.printlabs-right .options-panel #right-selected-products ul li {
  display: flex;
  position: relative;
  margin-bottom: 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}

#printlabs-right .options-panel #right-selected-products ul li:hover,
.printlabs-right .options-panel #right-selected-products ul li:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 660px) {

  #printlabs-right .options-panel #right-selected-products ul li,
  .printlabs-right .options-panel #right-selected-products ul li {
    display: block;
  }
}

#printlabs-right .options-panel #right-selected-products .left-part,
.printlabs-right .options-panel #right-selected-products .left-part {
  width: 140px;
  box-shadow: 1px 0 5px rgba(206, 206, 206, 0.5);
  -webkit-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

@media only screen and (max-width: 660px) {

  #printlabs-right .options-panel #right-selected-products .left-part,
  .printlabs-right .options-panel #right-selected-products .left-part {
    box-shadow: none;
    width: 40px;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
  }
}

#printlabs-right .options-panel #right-selected-products .left-part img,
.printlabs-right .options-panel #right-selected-products .left-part img {
  width: 120px;
}

@media only screen and (max-width: 660px) {

  #printlabs-right .options-panel #right-selected-products .left-part img,
  .printlabs-right .options-panel #right-selected-products .left-part img {
    width: 40px;
  }
}

#printlabs-right .options-panel #right-selected-products .right-part,
.printlabs-right .options-panel #right-selected-products .right-part {
  padding-bottom: 10px;
}

#printlabs-right .options-panel #right-selected-products .delete-selected-product,
.printlabs-right .options-panel #right-selected-products .delete-selected-product {
  position: absolute;
  top: 11px;
  right: 10px;
}

#printlabs-right .options-panel #right-selected-products .delete-selected-product i,
.printlabs-right .options-panel #right-selected-products .delete-selected-product i {
  font-size: 14px;
  line-height: 16px;
  color: #F4435A;
}

#printlabs-right .options-panel #right-selected-products .template-name,
.printlabs-right .options-panel #right-selected-products .template-name {
  margin: 10px 0;
  line-height: 18px;
  color: #303030;
  font-family: 'NunitoSans-Bold';
}

@media only screen and (max-width: 660px) {

  #printlabs-right .options-panel #right-selected-products .template-name,
  .printlabs-right .options-panel #right-selected-products .template-name {
    float: left;
    width: calc(100% - 85px);
  }
}

#printlabs-right .options-panel #right-selected-products .attributes-options,
.printlabs-right .options-panel #right-selected-products .attributes-options {
  margin-bottom: 20px;
}

@media only screen and (max-width: 660px) {

  #printlabs-right .options-panel #right-selected-products .attributes-options,
  .printlabs-right .options-panel #right-selected-products .attributes-options {
    float: left;
  }
}

#printlabs-right .options-panel #right-selected-products .attributes-options li,
.printlabs-right .options-panel #right-selected-products .attributes-options li {
  display: inline;
  font-size: 14px;
  line-height: 11px;
  color: #979797;
  background: none;
  box-shadow: none;
}

#printlabs-right .options-panel #right-selected-products .attributes-options li:not(:last-child):after,
.printlabs-right .options-panel #right-selected-products .attributes-options li:not(:last-child):after {
  content: '·';
  margin: 0 4px;
}

#printlabs-right .options-panel #right-selected-products .custom-options,
.printlabs-right .options-panel #right-selected-products .custom-options {
  display: inline-block;
  width: 190px;
  margin-right: 10px;
}

@media only screen and (max-width: 660px) {

  #printlabs-right .options-panel #right-selected-products .custom-options,
  .printlabs-right .options-panel #right-selected-products .custom-options {
    clear: left;
    width: 100%;
    margin-right: 0;
    padding: 0 10px;
  }
}

#printlabs-right .options-panel #right-selected-products .custom-options label,
.printlabs-right .options-panel #right-selected-products .custom-options label {
  font-size: 14px;
  line-height: 19px;
  color: #979797;
}

#printlabs-right .options-panel #right-selected-products .custom-options label span.required.validator_rules_add,
.printlabs-right .options-panel #right-selected-products .custom-options label span.required.validator_rules_add {
  display: none;
}

#printlabs-right .options-panel #right-selected-products .qty-box,
.printlabs-right .options-panel #right-selected-products .qty-box {
  display: block;
  width: 300px;
  margin-top: 10px;
}

@media only screen and (max-width: 660px) {

  #printlabs-right .options-panel #right-selected-products .qty-box,
  .printlabs-right .options-panel #right-selected-products .qty-box {
    width: 100%;
    padding: 0 10px;
  }
}

#printlabs-right .options-panel #right-selected-products .qty-box label,
.printlabs-right .options-panel #right-selected-products .qty-box label {
  font-size: 14px;
  line-height: 19px;
  color: #979797;
}

#printlabs-right .options-panel #right-selected-products .qty-box input[type="text"],
.printlabs-right .options-panel #right-selected-products .qty-box input[type="text"] {
  width: 100px;
  height: 40px;
  line-height: 38px;
  background-color: #fff;
  border: 1px solid #CCC;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #979797;
  outline: none;
  padding: 0 12px;
}

#printlabs-right .options-panel #right-selected-products .error-msg-container,
.printlabs-right .options-panel #right-selected-products .error-msg-container {
  font-size: 14px;
  color: #F4435A;
  margin-top: 5px;
}

#printlabs-right .options-panel .notification-qty,
.printlabs-right .options-panel .notification-qty {
  width: 100%;
  height: 40px;
  line-height: 41px;
  background-color: #FFEDEF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #F4435A;
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
}

#printlabs-right .options-panel .bulk-price-chart,
.printlabs-right .options-panel .bulk-price-chart {
  text-align: center;
}

#printlabs-right .options-panel .bulk-price-chart p,
.printlabs-right .options-panel .bulk-price-chart p {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 7px;
  color: #979797;
}

#printlabs-right .options-panel .bulk-price-chart a,
.printlabs-right .options-panel .bulk-price-chart a {
  line-height: 19px;
  color: #2ea667;
}

#printlabs-right .options-panel .bottom-btn-holder,
.printlabs-right .options-panel .bottom-btn-holder {
  position: fixed;
  bottom: 0;
}

@media only screen and (max-width: 660px) {

  #printlabs-right .options-panel .bottom-btn-holder,
  .printlabs-right .options-panel .bottom-btn-holder {
    position: relative;
  }
}

#printlabs-right .options-panel .total-container,
.printlabs-right .options-panel .total-container {
  width: 500px;
  height: 50px;
  background-color: #FAFAFA;
  position: relative;
  left: 33%;
  padding-top: 15px;
}

@media only screen and (max-width: 660px) {

  #printlabs-right .options-panel .total-container,
  .printlabs-right .options-panel .total-container {
    width: 100%;
    left: 0;
    text-align: center;
  }
}

#printlabs-right .options-panel .total-container label,
.printlabs-right .options-panel .total-container label,
#printlabs-right .options-panel .total-container #total-qty,
.printlabs-right .options-panel .total-container #total-qty {
  font-size: 18px;
  line-height: 25px;
  color: #303030;
  font-family: 'NunitoSans-Bold';
}

#printlabs-right .options-panel .total-container #total-qty,
.printlabs-right .options-panel .total-container #total-qty {
  margin-left: 4px;
}

#printlabs-right .options-panel .total-container .continue,
.printlabs-right .options-panel .total-container .continue {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  font-size: 18px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  transition: all 0.3s;
  background: linear-gradient(270deg, #2ea667 0%, #39ab70 100%);
  outline: none;
  border: 0;
  cursor: pointer;
  margin-left: auto;
  max-width: 167px;
  font-family: 'NunitoSans-Bold';
}

#printlabs-right .options-panel .total-container .continue:hover,
.printlabs-right .options-panel .total-container .continue:hover {
  background: linear-gradient(270deg, #1C6E4F 0%, #39ab70 100%);
}

#printlabs-right .options-panel .code-text,
.printlabs-right .options-panel .code-text {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#printlabs-right .options-panel .code-text p,
.printlabs-right .options-panel .code-text p {
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #4A4A4A;
  margin-bottom: 20px;
  flex-basis: 100%;
}

#printlabs-right .options-panel .code-text input#estimate-zip-field,
.printlabs-right .options-panel .code-text input#estimate-zip-field {
  width: 220px;
  height: 40px;
  line-height: 38px;
  background-color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #E0E0E0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #303030;
  text-align: center;
  outline: none;
}

#printlabs-right .options-panel .free-shipping-notification,
.printlabs-right .options-panel .free-shipping-notification {
  text-align: center;
}

#printlabs-right .options-panel .free-shipping-notification span,
.printlabs-right .options-panel .free-shipping-notification span {
  display: block;
  font-size: 24px;
  line-height: 24px;
  font-family: 'NunitoSans-Bold';
  color: #303030;
  margin-bottom: 10px;
}

#printlabs-right .options-panel .free-shipping-notification p,
.printlabs-right .options-panel .free-shipping-notification p {
  font-size: 18px;
  line-height: 25px;
  color: #979797;
}

#printlabs-right .options-panel .price-section,
.printlabs-right .options-panel .price-section {
  margin-bottom: 30px;
  text-align: center;
}

@media only screen and (max-width: 660px) {

  #printlabs-right .options-panel .price-section,
  .printlabs-right .options-panel .price-section {
    margin-bottom: 10px;
  }
}

#printlabs-right .options-panel .price-section .total,
.printlabs-right .options-panel .price-section .total {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 26px;
  color: #4A4A4A;
}

#printlabs-right .options-panel .price-section .old-price,
.printlabs-right .options-panel .price-section .old-price {
  text-decoration: line-through;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 5px;
  color: #4A4A4A;
}

#printlabs-right .options-panel .price-section .new-price,
.printlabs-right .options-panel .price-section .new-price {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 5px;
  color: #2ea667;
  font-family: 'NunitoSans-Bold';
}

#printlabs-right .options-panel .price-section .per-chip-pricing,
.printlabs-right .options-panel .price-section .per-chip-pricing {
  font-size: 16px;
  line-height: 22px;
  color: #979797;
}

#printlabs-right .options-panel .estimate-wrap,
.printlabs-right .options-panel .estimate-wrap {
  width: 500px;
  height: 124px;
  background-color: #FAFAFA;
  position: relative;
  left: -20px;
  padding: 0 20px;
  overflow: hidden;
}

@media only screen and (max-width: 660px) {

  #printlabs-right .options-panel .estimate-wrap,
  .printlabs-right .options-panel .estimate-wrap {
    width: calc(100% + 40px);
    top: 20px;
  }
}

#printlabs-right .options-panel .estimate-wrap .estimete-metod,
.printlabs-right .options-panel .estimate-wrap .estimete-metod {
  margin: 15px 0;
  font-size: 18px;
  line-height: 25px;
  color: #303030;
  font-family: 'NunitoSans-Bold';
  text-align: center;
}

#printlabs-right .options-panel .estimate-wrap .control-container,
.printlabs-right .options-panel .estimate-wrap .control-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 660px) {

  #printlabs-right .options-panel .estimate-wrap .control-container,
  .printlabs-right .options-panel .estimate-wrap .control-container {
    justify-content: center;
  }
}

#printlabs-right .options-panel .estimate-wrap .control-container .desktop,
.printlabs-right .options-panel .estimate-wrap .control-container .desktop {
  display: none;
}

@media only screen and (min-width: 660px) {

  #printlabs-right .options-panel .estimate-wrap .control-container .desktop,
  .printlabs-right .options-panel .estimate-wrap .control-container .desktop {
    display: inline-block;
  }
}

#printlabs-right .options-panel .estimate-wrap .control-container .mobile,
.printlabs-right .options-panel .estimate-wrap .control-container .mobile {
  display: none;
}

@media only screen and (max-width: 660px) {

  #printlabs-right .options-panel .estimate-wrap .control-container .mobile,
  .printlabs-right .options-panel .estimate-wrap .control-container .mobile {
    display: inline-block;
  }
}

#printlabs-right .options-panel .estimate-wrap .control-container #add-to-cart,
.printlabs-right .options-panel .estimate-wrap .control-container #add-to-cart {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  font-size: 18px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  transition: all 0.3s;
  background: linear-gradient(270deg, #2ea667 0%, #39ab70 100%);
  outline: none;
  border: 0;
  cursor: pointer;
  max-width: 158px;
  font-family: 'NunitoSans-Bold';
}

#printlabs-right .options-panel .estimate-wrap .control-container #add-to-cart:hover,
.printlabs-right .options-panel .estimate-wrap .control-container #add-to-cart:hover {
  background: linear-gradient(270deg, #1C6E4F 0%, #39ab70 100%);
}

@media only screen and (max-width: 660px) {

  #printlabs-right .options-panel .estimate-wrap .control-container #add-to-cart,
  .printlabs-right .options-panel .estimate-wrap .control-container #add-to-cart {
    max-width: 220px;
    order: 1;
    margin-left: 10px;
  }
}

#printlabs-right .options-panel .estimate-wrap .control-container #save-design-button,
.printlabs-right .options-panel .estimate-wrap .control-container #save-design-button {
  width: 286px;
  height: 50px;
  line-height: 48px;
  color: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #4A4A4A;
  font-family: 'NunitoSans-Bold';
  font-size: 18px;
  border: 1px solid #4A4A4A;
  transition: all 0.3s;
  text-align: center;
}

@media only screen and (max-width: 660px) {

  #printlabs-right .options-panel .estimate-wrap .control-container #save-design-button,
  .printlabs-right .options-panel .estimate-wrap .control-container #save-design-button {
    width: 50px;
  }
}

#printlabs-right .options-panel .estimate-wrap .control-container #save-design-button:hover,
.printlabs-right .options-panel .estimate-wrap .control-container #save-design-button:hover {
  color: #4A4A4A;
  background-color: #fff;
}

#printlabs-stage-nav,
.printlabs-stage-nav {
  width: 100%;
  position: absolute;
  top: 30px;
  left: 80px;
  display: flex;
  justify-content: center;
  /* thomas */
}

@media only screen and (max-width: 660px) {

  #printlabs-stage-nav,
  .printlabs-stage-nav {
    left: 0;
  }
}

@media only screen and (max-width: 480px) {

  #printlabs-stage-nav,
  .printlabs-stage-nav {
    top: 7px;
  }
}

#printlabs-stage-nav ul,
.printlabs-stage-nav ul {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 43vw;
}

#printlabs-stage-nav li,
.printlabs-stage-nav li {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  opacity: 0.3;
  cursor: pointer;
  position: relative;
}

#printlabs-stage-nav li:not(:last-child),
.printlabs-stage-nav li:not(:last-child) {
  margin-right: 20px;
}

#printlabs-stage-nav li.active,
.printlabs-stage-nav li.active {
  opacity: 1;
}

#printlabs-stage-nav li img,
.printlabs-stage-nav li img {
  width: 70px;
  height: 70px;
}

#printlabs-stage-nav li span,
.printlabs-stage-nav li span {
  width: 50px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #F0F0F0;
  text-transform: uppercase;
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 12px;
  line-height: 12px;
  color: #979797;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 700px) {

  #printlabs-stage-nav li span,
  .printlabs-stage-nav li span {
    width: 50px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #F0F0F0;
    text-transform: uppercase;
    position: absolute;
    right: -77px;
    bottom: -3px;
    font-size: 12px;
    line-height: 12px;
    color: #979797;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  }
}



#printlabs-zoom-wrp,
.printlabs-zoom-wrp {
  width: 300px;
  height: 50px;
  position: fixed;
  bottom: 23px;
  left: 50%;
  margin-left: -70px;
  z-index: 1;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
}

@media only screen and (max-width: 1024px) {

  #printlabs-zoom-wrp,
  .printlabs-zoom-wrp {
    left: auto;
    right: 20px;
  }
}

@media only screen and (max-width: 700px) {

  #printlabs-zoom-wrp,
  .printlabs-zoom-wrp {
    display: none;
    bottom: 100px;
    margin-top: 5px;

  }
}

@media only screen and (max-width: 480px) {

  #printlabs-zoom-wrp,
  .printlabs-zoom-wrp {
    width: 190px;
    height: 22px;
    box-shadow: none;
    background-color: transparent;
    padding: 0;
    bottom: 80px;
  }
}

#printlabs-zoom-wrp i,
.printlabs-zoom-wrp i {
  font-size: 24px;
  line-height: 28px;
  cursor: pointer;
}

@media only screen and (max-width: 480px) {

  #printlabs-zoom-wrp i,
  .printlabs-zoom-wrp i {
    font-size: 20px;
    line-height: 24px;
  }
}

#printlabs-zoom-wrp i:hover,
.printlabs-zoom-wrp i:hover {
  color: #2ea667;
}

#printlabs-zoom-wrp-wrap,
.printlabs-zoom-wrp-wrap {
  width: 140px;
  position: relative;
}

@media only screen and (max-width: 480px) {

  #printlabs-zoom-wrp-wrap,
  .printlabs-zoom-wrp-wrap {
    padding: 0 20px;
  }
}

#printlabs-lightbox,
.printlabs-lightbox {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #222222;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#printlabs-lightbox .kalb-overlay,
.printlabs-lightbox .kalb-overlay {
  position: fixed;
  z-index: 1;
  background: rgba(0, 0, 0, 0.75);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

#printlabs-lightbox-body,
.printlabs-lightbox-body {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  max-height: 100vh;
  background: #f2f2f2;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 4px;
  box-shadow: 2px 2px 3px 0 rgba(10, 10, 10, 0.35);
  overflow: hidden;
}

#printlabs-lightbox-body:hover a.kalb-close,
.printlabs-lightbox-body:hover a.kalb-close {
  opacity: 1;
}

#printlabs-lightbox-footer,
.printlabs-lightbox-footer {
  width: 100%;
  float: left;
  background: #eee;
  border-top: 1px solid #ddd;
  padding: 20px;
  box-sizing: border-box;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  position: relative;
}

#printlabs-lightbox-footer a,
.printlabs-lightbox-footer a {
  color: #ff66a6;
}

#printlabs-lightbox-footer button+button,
.printlabs-lightbox-footer button+button {
  margin-left: 20px;
}

#printlabs-lightbox-content,
.printlabs-lightbox-content {
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0;
  width: calc(100% + 2px);
  height: inherit;
  min-width: 850px;
  box-sizing: border-box;
  max-height: calc(100vh - 100px);
  min-height: 250px;
  float: left;
  margin-left: -1px;
}

#printlabs-lightbox-content span[data-view="loading"],
.printlabs-lightbox-content span[data-view="loading"] {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 18px;
  background: #f1f1f1;
  padding: 8px 12px;
  border-radius: 3px;
  transform: translateX(-50%) translateY(-50%);
}

#printlabs-lightbox-content i.printlabs-spinner,
.printlabs-lightbox-content i.printlabs-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

#printlabs-lightbox-content iframe,
.printlabs-lightbox-content iframe {
  width: 100%;
  border: none;
  height: calc(90vh - 82px);
  float: left;
}

#printlabs-lightbox-content textarea.s1,
.printlabs-lightbox-content textarea.s1 {
  width: 450px;
  height: 80px;
  border: 1px solid #ddd;
  padding: 8px;
  font: 15px/1.6em;
  color: #555;
}

#printlabs-lightbox-content h3.title,
.printlabs-lightbox-content h3.title {
  margin: 0 0 20px;
  padding: 12px 20px;
  white-space: nowrap;
  width: 100%;
  text-overflow: ellipsis;
  color: #393749;
  letter-spacing: 0.5px;
  font-size: 18px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-weight: 500;
  background: #eee;
  border-bottom: 1px solid #e3e3e3;
}

#printlabs-lightbox-content h3.title a,
.printlabs-lightbox-content h3.title a {
  text-decoration: none;
  text-transform: initial;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0;
  margin-left: 10px;
  color: #3f4652;
  background-color: #dcdcdc;
  padding: 0 10px;
  border-radius: 2px;
  height: 28px;
  display: inline-block;
  line-height: 26px;
}

#printlabs-lightbox-content h3.title a i,
.printlabs-lightbox-content h3.title a i {
  font-size: 16px;
  bottom: -3px;
  position: relative;
}

#printlabs-lightbox-content h3.title a a:hover,
.printlabs-lightbox-content h3.title a a:hover {
  background: #3f4652;
  color: #eee;
}

#printlabs-lightbox a.kalb-close,
.printlabs-lightbox a.kalb-close {
  font-size: 24px;
  padding: 10px 20px;
  color: #ccc;
  position: absolute;
  top: 2px;
  right: 0;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  opacity: 0.2;
  z-index: 3;
}

#printlabs-lightbox a.kalb-close i,
.printlabs-lightbox a.kalb-close i {
  margin-top: 0;
  display: inline-block;
}

#printlabs-lightbox a.kalb-close:hover,
.printlabs-lightbox a.kalb-close:hover {
  color: #f70961;
}

#printlabs-lightbox-form,
.printlabs-lightbox-form {
  padding: 4px 24px 14px;
}

#printlabs-lightbox-form h3.title,
.printlabs-lightbox-form h3.title {
  font-weight: 500;
  font-size: 20px;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

#printlabs-lightbox-form>p.right,
.printlabs-lightbox-form>p.right {
  text-align: right;
}

#printlabs-lightbox-form>p input,
.printlabs-lightbox-form>p input {
  border: 1px solid #ccc;
  height: 36px;
  padding: 0 14px;
  font-size: 14px;
  font-weight: normal;
  width: 100%;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  box-sizing: border-box;
}

#printlabs-lightbox-form>p input[name="color"],
.printlabs-lightbox-form>p input[name="color"] {
  border-color: transparent;
}

#printlabs-lightbox-form>p input:focus,
.printlabs-lightbox-form>p input:focus {
  background: #f7f7e2;
}

#printlabs-lightbox-form>p button,
.printlabs-lightbox-form>p button {
  border: none;
  background: #ddd;
  font-size: 14px;
  height: 36px;
  padding: 0 20px;
  border-radius: 3px;
  cursor: pointer;
  margin-top: 10px;
  outline: none;
}

#printlabs-lightbox-form>p button.primary,
.printlabs-lightbox-form>p button.primary {
  background: #3fc7ba;
  color: #efefef;
}

#printlabs-lightbox-form>p button:hover,
.printlabs-lightbox-form>p button:hover {
  opacity: 0.7;
}

#printlabs-lightbox-form>p label,
.printlabs-lightbox-form>p label {
  display: block;
  font-weight: 500;
  font-size: 14px;
  padding-bottom: 6px;
}

#printlabs-lightbox .printlabs_crop_wrap,
.printlabs-lightbox .printlabs_crop_wrap {
  position: relative;
  float: left;
  display: table;
  text-align: center;
}

#printlabs-lightbox .printlabs_crop_wrap button,
.printlabs-lightbox .printlabs_crop_wrap button {
  line-height: 50px;
  font-size: 13px;
  margin: 0px;
  float: left;
  width: 50%;
  border: none;
  height: 50px;
  cursor: pointer;
  background: #182a3c;
  color: #aaa;
  text-transform: capitalize;
}

#printlabs-lightbox .printlabs_crop_selArea,
.printlabs-lightbox .printlabs_crop_selArea {
  position: absolute;
  cursor: move;
  z-index: 12;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

#printlabs-lightbox .printlabs_crop_clickArea,
.printlabs-lightbox .printlabs_crop_clickArea {
  width: 100%;
  height: 100%;
  background-color: #FFF;
  opacity: 0.01;
  position: absolute;
}

#printlabs-lightbox .printlabs_crop_info,
.printlabs-lightbox .printlabs_crop_info {
  float: left;
  font-family: arial;
  font-size: 10px;
  height: 10px;
  left: 3px;
  line-height: 10px;
  padding: 2px 3px;
  position: absolute;
  top: 3px;
  color: rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.25);
}

#printlabs-lightbox .printlabs_crop_marqueeHoriz,
.printlabs-lightbox .printlabs_crop_marqueeHoriz {
  position: absolute;
  width: 100%;
  height: 1px;
  background: transparent url('../images/marqueeHoriz.gif') repeat-x 0 0;
  z-index: 3;
}

#printlabs-lightbox .printlabs_crop_marqueeVert,
.printlabs-lightbox .printlabs_crop_marqueeVert {
  position: absolute;
  height: 100%;
  width: 1px;
  background: transparent url('../images/marqueeVert.gif') repeat-y 0 0;
  z-index: 3;
}

#printlabs-lightbox .printlabs_crop_marqueeNorth,
.printlabs-lightbox .printlabs_crop_marqueeNorth {
  top: 0;
  left: 0;
}

#printlabs-lightbox .printlabs_crop_marqueeEast,
.printlabs-lightbox .printlabs_crop_marqueeEast {
  top: 0;
  right: 0;
}

#printlabs-lightbox .printlabs_crop_marqueeSouth,
.printlabs-lightbox .printlabs_crop_marqueeSouth {
  bottom: 0px;
  left: 0;
}

#printlabs-lightbox .printlabs_crop_marqueeWest,
.printlabs-lightbox .printlabs_crop_marqueeWest {
  top: 0;
  left: 0;
}

#printlabs-lightbox .printlabs_crop_handle,
.printlabs-lightbox .printlabs_crop_handle {
  position: absolute;
  border: 1px solid #333;
  width: 6px;
  height: 6px;
  background: #FFF;
  opacity: 0.4;
  filter: alpha(opacity=40);
  z-index: 4;
}

#printlabs-lightbox .printlabs_crop_handle:hover,
.printlabs-lightbox .printlabs_crop_handle:hover {
  opacity: 0.8;
}

#printlabs-lightbox .printlabs_crop_handle:after,
.printlabs-lightbox .printlabs_crop_handle:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 28px;
  height: 28px;
}

#printlabs-lightbox .printlabs_crop_handleN,
.printlabs-lightbox .printlabs_crop_handleN {
  top: -3px;
  left: 50%;
  cursor: n-resize;
}

#printlabs-lightbox .printlabs_crop_handleE,
.printlabs-lightbox .printlabs_crop_handleE {
  top: 50%;
  right: -3px;
  cursor: e-resize;
}

#printlabs-lightbox .printlabs_crop_handleSE,
.printlabs-lightbox .printlabs_crop_handleSE {
  right: -3px;
  bottom: -3px;
  cursor: se-resize;
}

#printlabs-lightbox .printlabs_crop_handleS,
.printlabs-lightbox .printlabs_crop_handleS {
  left: 50%;
  bottom: -3px;
  cursor: s-resize;
}

#printlabs-lightbox .printlabs_crop_handleSW,
.printlabs-lightbox .printlabs_crop_handleSW {
  left: -3px;
  bottom: -3px;
  cursor: sw-resize;
}

#printlabs-lightbox .printlabs_crop_handleW,
.printlabs-lightbox .printlabs_crop_handleW {
  top: 50%;
  left: -3px;
  cursor: w-resize;
}

#printlabs-lightbox .printlabs_crop_handleNW,
.printlabs-lightbox .printlabs_crop_handleNW {
  top: -3px;
  left: -3px;
  cursor: nw-resize;
}

#printlabs-lightbox .printlabs_crop_dragArea,
.printlabs-lightbox .printlabs_crop_dragArea {
  z-index: 200;
  position: relative;
  cursor: crosshair;
  top: 0;
  left: 50%;
  margin: 0px;
  display: inline-block;
  background: url("../images/grid.png") repeat scroll 0 0 #EAEAEA;
  overflow: hidden;
  user-select: none;
  transform: translateX(-50%);
  float: left;
}

#printlabs-lightbox .printlabs_crop_dragArea canvas,
.printlabs-lightbox .printlabs_crop_dragArea canvas {
  float: left;
  transform-origin: top left !important;
}

#printlabs-lightbox .printlabs_crop_dragArea img,
.printlabs-lightbox .printlabs_crop_dragArea img {
  float: left;
}

#printlabs-lightbox .printlabs_crop_previewWrap,
.printlabs-lightbox .printlabs_crop_previewWrap {
  overflow: hidden;
  position: relative;
}

#printlabs-lightbox .printlabs_crop_previewWrap img,
.printlabs-lightbox .printlabs_crop_previewWrap img {
  position: absolute;
}

#printlabs-lightbox .printlabs_crop_clickArea_scan,
.printlabs-lightbox .printlabs_crop_clickArea_scan {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

#printlabs-lightbox .printlabs-crop-btns,
.printlabs-lightbox .printlabs-crop-btns {
  list-style: none;
  padding: 0px;
  margin: 0px;
  text-align: center;
  white-space: nowrap;
  display: inline-block;
  clear: both;
  float: left;
  width: 100%;
  border-top: 1px solid #eee;
  user-select: none;
}

#printlabs-lightbox .printlabs-crop-btns li,
.printlabs-lightbox .printlabs-crop-btns li {
  display: inline-block;
  padding: 8px 14px 6px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 2px;
  margin: 5px 0;
  line-height: 16px;
  position: relative;
  z-index: 1000;
}

#printlabs-lightbox .printlabs-crop-btns li[data-func="save"],
.printlabs-lightbox .printlabs-crop-btns li[data-func="save"],
#printlabs-lightbox .printlabs-crop-btns li[data-func="cancel"],
.printlabs-lightbox .printlabs-crop-btns li[data-func="cancel"] {
  position: relative;
  top: -3px;
  font-weight: 600;
  left: 5px;
}

#printlabs-lightbox .printlabs-crop-btns li>span,
.printlabs-lightbox .printlabs-crop-btns li>span {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.75);
  color: #eee;
  padding: 3px 5px;
  font-size: 14px;
  display: none;
  border-radius: 2px;
  font-weight: 400;
}

#printlabs-lightbox .printlabs-crop-btns li:hover,
.printlabs-lightbox .printlabs-crop-btns li:hover {
  background: #ddd;
}

#printlabs-lightbox .printlabs-crop-btns li:hover>span,
.printlabs-lightbox .printlabs-crop-btns li:hover>span {
  display: block;
}

#printlabs-lightbox .printlabs-crop-btns li>i,
.printlabs-lightbox .printlabs-crop-btns li>i {
  font-size: 16px;
}

#printlabs-lightbox .printlabs-crop-btns li.active,
.printlabs-lightbox .printlabs-crop-btns li.active {
  background: #3fc7ba;
  color: #eee;
}

#printlabs-lightbox .printlabs-crop-btns li[data-func="save"],
.printlabs-lightbox .printlabs-crop-btns li[data-func="save"] {
  color: #3fc7ba;
}

#printlabs-lightbox .printlabs-crop-btns li[data-func="cancel"],
.printlabs-lightbox .printlabs-crop-btns li[data-func="cancel"] {
  color: #ef6161;
  margin-right: 5px;
}

#printlabs-lightbox .printlabs-crop-btns li[data-func="center"],
.printlabs-lightbox .printlabs-crop-btns li[data-func="center"] {
  margin-left: 5px;
}

#printlabs-lightbox .printlabs-crop-btns li:first-child>span,
.printlabs-lightbox .printlabs-crop-btns li:first-child>span {
  left: 0;
  transform: none;
}

#printlabs-lightbox .printlabs-crop-btns li:last-child>span,
.printlabs-lightbox .printlabs-crop-btns li:last-child>span {
  right: 0;
  left: auto;
  transform: none;
}

#printlabs-lightbox #printlabs-change-products-wrp,
.printlabs-lightbox #printlabs-change-products-wrp {
  float: left;
  background: #3f4652;
  width: 100%;
}

#printlabs-lightbox #printlabs-change-products-wrp ul,
.printlabs-lightbox #printlabs-change-products-wrp ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#printlabs-lightbox #printlabs-change-products-wrp ul[data-view="categories"],
.printlabs-lightbox #printlabs-change-products-wrp ul[data-view="categories"] {
  float: left;
  width: 260px;
  overflow: auto;
  max-height: 90vh;
}

#printlabs-lightbox #printlabs-change-products-wrp ul[data-view="categories"]>h3,
.printlabs-lightbox #printlabs-change-products-wrp ul[data-view="categories"]>h3 {
  text-transform: uppercase;
  font-size: 13px;
  background: #2f333a;
  margin: 0;
  padding: 18px 15px;
  color: #eee;
  letter-spacing: 0.5px;
}

#printlabs-lightbox #printlabs-change-products-wrp ul[data-view="categories"] li,
.printlabs-lightbox #printlabs-change-products-wrp ul[data-view="categories"] li {
  padding: 10px 10px 10px 12px;
  font-size: 15px;
  text-transform: capitalize;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #ccc;
  margin: 0;
}

#printlabs-lightbox #printlabs-change-products-wrp ul[data-view="categories"] li[data-lv="0"]:before,
.printlabs-lightbox #printlabs-change-products-wrp ul[data-view="categories"] li[data-lv="0"]:before {
  content: "\e029";
  font-family: "printlabs" !important;
  padding: 0;
  opacity: 0.75;
}

#printlabs-lightbox #printlabs-change-products-wrp ul[data-view="categories"] li:hover,
.printlabs-lightbox #printlabs-change-products-wrp ul[data-view="categories"] li:hover {
  background: rgba(238, 238, 238, 0.07);
}

#printlabs-lightbox #printlabs-change-products-wrp ul[data-view="categories"] li.active,
.printlabs-lightbox #printlabs-change-products-wrp ul[data-view="categories"] li.active {
  background: #3fc7ba;
  color: #eee;
  border-bottom-color: #3fc7ba;
}

#printlabs-lightbox #printlabs-change-products-wrp ul[data-view="categories"] li:last-child,
.printlabs-lightbox #printlabs-change-products-wrp ul[data-view="categories"] li:last-child {
  border-bottom: none;
}

#printlabs-lightbox #printlabs-change-products-wrp ul[data-view="categories"] li:not([data-lv="0"]),
.printlabs-lightbox #printlabs-change-products-wrp ul[data-view="categories"] li:not([data-lv="0"]) {
  padding-left: 25px;
}

#printlabs-lightbox #printlabs-change-products-wrp ul[data-view="products"],
.printlabs-lightbox #printlabs-change-products-wrp ul[data-view="products"] {
  float: right;
  width: calc(100% - 260px);
  background: #f2f2f2;
  padding: 24px 0 0 0;
  overflow: scroll;
  max-height: calc(90vh - 130px);
  position: relative;
  margin-top: 54px;
  min-height: 30vh;
}

#printlabs-lightbox #printlabs-change-products-wrp ul[data-view="products"] li[data-view="pagination"],
.printlabs-lightbox #printlabs-change-products-wrp ul[data-view="products"] li[data-view="pagination"] {
  width: calc(100% - 40px);
  background: #f2f2f2;
  padding: 0;
  height: 40px;
  padding-top: 0;
  border-top: 1px solid #e8e8e8;
  box-shadow: none;
  box-sizing: border-box;
  cursor: default;
}

#printlabs-lightbox #printlabs-change-products-wrp ul[data-view="products"] li[data-view="pagination"]:hover,
.printlabs-lightbox #printlabs-change-products-wrp ul[data-view="products"] li[data-view="pagination"]:hover {
  box-shadow: none !important;
}

#printlabs-lightbox #printlabs-change-products-wrp ul[data-view="products"] li[data-view="pagination"] ul,
.printlabs-lightbox #printlabs-change-products-wrp ul[data-view="products"] li[data-view="pagination"] ul {
  margin: 20px 0;
  padding: 0;
  text-align: center;
}

#printlabs-lightbox #printlabs-change-products-wrp ul[data-view="products"] li[data-view="pagination"] ul li,
.printlabs-lightbox #printlabs-change-products-wrp ul[data-view="products"] li[data-view="pagination"] ul li {
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
  font-size: 14px;
  width: auto;
  margin: 0;
  background: transparent;
  box-shadow: none;
  float: none;
}

#printlabs-lightbox #printlabs-change-products-wrp ul[data-view="products"] li[data-view="pagination"] ul li:hover,
.printlabs-lightbox #printlabs-change-products-wrp ul[data-view="products"] li[data-view="pagination"] ul li:hover {
  font-weight: bold;
}

#printlabs-lightbox #printlabs-change-products-wrp ul[data-view="products"] li[data-view="pagination"] ul li.printlabs-color,
.printlabs-lightbox #printlabs-change-products-wrp ul[data-view="products"] li[data-view="pagination"] ul li.printlabs-color {
  font-weight: bold;
  background: #fff;
  border-radius: 3px;
  cursor: default;
  text-decoration: none !important;
  margin-right: 5px;
}

#printlabs-lightbox #printlabs-change-products-wrp h3[data-view="top"],
.printlabs-lightbox #printlabs-change-products-wrp h3[data-view="top"] {
  text-transform: uppercase;
  font-size: 13px;
  background: #fafafa;
  margin: 0;
  padding: 10px 2.2%;
  letter-spacing: 0.5px;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  right: 0;
  width: calc(100% - 259px);
  z-index: 1;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

#printlabs-lightbox #printlabs-change-products-wrp h3[data-view="top"] input,
.printlabs-lightbox #printlabs-change-products-wrp h3[data-view="top"] input {
  height: 34px;
  border: none;
  padding: 0 10px;
  font-size: 14px;
  line-height: inherit;
  width: 300px;
  border-radius: 3px;
  background: #eee;
  outline: none;
  font-weight: normal;
}

#printlabs-lightbox #printlabs-change-products-wrp h3[data-view="top"] input:focus,
.printlabs-lightbox #printlabs-change-products-wrp h3[data-view="top"] input:focus {
  background: #e5e5e5;
}

#printlabs-lightbox #printlabs-change-products-wrp ul[data-view="products"] li,
.printlabs-lightbox #printlabs-change-products-wrp ul[data-view="products"] li {
  text-align: center;
  float: left;
  cursor: pointer;
  width: 29.3%;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
  margin: 0 0 20px 3%;
  position: relative;
  transition: all 250ms ease;
}

#printlabs-lightbox #printlabs-change-products-wrp ul[data-view="products"] li:not([data-current="true"]):hover,
.printlabs-lightbox #printlabs-change-products-wrp ul[data-view="products"] li:not([data-current="true"]):hover {
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}

#printlabs-lightbox #printlabs-change-products-wrp ul[data-view="products"] li:nth-child(3n+1),
.printlabs-lightbox #printlabs-change-products-wrp ul[data-view="products"] li:nth-child(3n+1) {
  clear: both;
}

#printlabs-lightbox #printlabs-change-products-wrp ul[data-view="products"] li[data-current="true"]:after,
.printlabs-lightbox #printlabs-change-products-wrp ul[data-view="products"] li[data-current="true"]:after {
  position: absolute;
  content: "\e005";
  font-family: "printlabs" !important;
  top: 10px;
  left: 10px;
  font-size: 20px;
  color: #fff;
  background: #3fc7ba;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  text-align: center;
  line-height: 25px;
}

#printlabs-lightbox #printlabs-change-products-wrp ul[data-view="products"] li[data-view="noitem"],
.printlabs-lightbox #printlabs-change-products-wrp ul[data-view="products"] li[data-view="noitem"] {
  background: none;
  box-shadow: none !important;
  font-size: 18px;
  color: #888;
  width: 100%;
  padding: 0px;
  margin: 10vh 0 0 0px;
  cursor: default;
}

#printlabs-lightbox #printlabs-change-products-wrp ul[data-view="products"] li span[data-view="thumbn"],
.printlabs-lightbox #printlabs-change-products-wrp ul[data-view="products"] li span[data-view="thumbn"] {
  display: inline-block;
  text-align: center;
  position: relative;
}

#printlabs-lightbox #printlabs-change-products-wrp ul[data-view="products"] li:not([data-current="true"]) span[data-view="thumbn"]:after,
.printlabs-lightbox #printlabs-change-products-wrp ul[data-view="products"] li:not([data-current="true"]) span[data-view="thumbn"]:after {
  position: absolute;
  content: attr(data-start);
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) scale(0.8);
  background: rgba(58, 58, 58, 0.9);
  color: #eee;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  white-space: nowrap;
  padding: 10px 14px;
  border-radius: 2px;
  transition: all 250ms ease;
  opacity: 0;
  letter-spacing: 0.5px;
}

#printlabs-lightbox #printlabs-change-products-wrp ul[data-view="products"] li:hover span[data-view="thumbn"]:after,
.printlabs-lightbox #printlabs-change-products-wrp ul[data-view="products"] li:hover span[data-view="thumbn"]:after {
  opacity: 1;
  transform: translateX(-50%) translateY(-50%);
}

#printlabs-lightbox #printlabs-change-products-wrp ul[data-view="products"] li span[data-view="name"],
.printlabs-lightbox #printlabs-change-products-wrp ul[data-view="products"] li span[data-view="name"] {
  font-weight: 500;
  color: #3f4652;
  text-transform: capitalize;
  font-size: 14px;
  display: block;
  padding: 10px;
  background: #f1f1f1;
  border-top: 1px solid #e7e7e7;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  width: calc(100% - 20px);
}

#printlabs-lightbox #printlabs-change-products-wrp ul[data-view="products"] li:not([data-current="true"]):hover span[data-view="name"],
.printlabs-lightbox #printlabs-change-products-wrp ul[data-view="products"] li:not([data-current="true"]):hover span[data-view="name"] {
  color: #3fc7ba;
}

#printlabs-lightbox #printlabs-change-products-wrp ul[data-view="products"] li span[data-view="price"],
.printlabs-lightbox #printlabs-change-products-wrp ul[data-view="products"] li span[data-view="price"] {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #3fc7ba;
  font-size: 14px;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.85);
  padding: 3px 5px;
  border-radius: 3px;
}

#printlabs-lightbox #printlabs-change-products-wrp ul[data-view="products"] li span[data-view="thumbn"]>img,
.printlabs-lightbox #printlabs-change-products-wrp ul[data-view="products"] li span[data-view="thumbn"]>img {
  max-height: 260px;
  display: inline-block;
  max-width: 100%;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

#printlabs-lightbox #printlabs-change-products-wrp ul[data-view="products"] li span[data-view="template"],
.printlabs-lightbox #printlabs-change-products-wrp ul[data-view="products"] li span[data-view="template"] {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

#custom-context-menu {
  display: none;
  position: fixed;
  z-index: 23;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#custom-context-menu #items {
  padding: 12px;
}

#custom-context-menu #items:not(:last-child) {
  border-bottom: 1px solid #F0F0F0;
}

#custom-context-menu #items li {
  position: relative;
  cursor: pointer;
}

#custom-context-menu #items li:not(:last-child) {
  margin-bottom: 9px;
}

#custom-context-menu #items li:hover {
  color: #2ea667;
}

#custom-context-menu #items li i {
  margin-right: 6px;
}

.color-picker-holder .color-picker-wrap-title {
  float: left;
  color: #4A4A4A;
  line-height: 26px;
}

.color-picker-holder input#printlabs-fill,
.color-picker-holder input#printlabs-stroke {
  float: right;
  width: 90px;
  height: 34px;
  border: 1px solid #CCC;
  outline: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #303030;
  padding: 0 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 16px;
  margin-right: 6px;
}

.color-picker-holder .sp-container {
  clear: both;
  padding-top: 20px;
  margin-bottom: 80px;
}

.color-picker-holder .sp-palette {
  border-bottom: 1px dashed #CECECE;
  padding-bottom: 20px;
}

.color-picker-holder .sp-cf.sp-palette-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.color-picker-holder .sp-cf.sp-palette-row span.sp-thumb-dark.sp-thumb-active .sp-thumb-inner:after,
.color-picker-holder .sp-cf.sp-palette-row span.sp-thumb-light.sp-thumb-active .sp-thumb-inner:after {
  content: '\f00c';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  color: #fff;
  font-size: 21px;
}

.color-picker-holder .sp-cf.sp-palette-row span.sp-thumb-light.sp-thumb-active .sp-thumb-inner:after {
  color: #222222;
}

.color-picker-holder .sp-cf.sp-palette-row span.sp-thumb-el {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  margin-right: 6px;
  margin-bottom: 6px;
  cursor: pointer;
}

.color-picker-holder .sp-cf.sp-palette-row span.sp-thumb-el .sp-thumb-inner {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #E0E0E0;
}

.color-picker-holder .sp-palette-button-container.sp-cf {
  margin: 20px 0;
  color: #4A4A4A;
  position: relative;
  cursor: pointer;
}

.color-picker-holder .sp-palette-button-container.sp-cf:after {
  content: '\f107';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  font-size: 18px;
  position: absolute;
  top: 0;
  right: 0;
  -moz-transform: scale(1, -1);
  -webkit-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
  filter: FlipV;
  -ms-filter: "FlipV";
  pointer-events: none;
}

.color-picker-holder .sp-palette-only .sp-picker-container {
  display: block;
}

.color-picker-holder .sp-palette-only .sp-palette-button-container.sp-cf:after {
  transform: scale(1, 1);
}

.color-picker-holder .sp-picker-container {
  width: 100%;
  height: 260px;
  display: none;
  position: relative;
}

.color-picker-holder .sp-hue {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 13px;
  height: 100%;
  background: -moz-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: -ms-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: -o-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), color-stop(0.17, #ffff00), color-stop(0.33, #00ff00), color-stop(0.5, #00ffff), color-stop(0.67, #0000ff), color-stop(0.83, #ff00ff), to(#ff0000));
  background: -webkit-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}

.color-picker-holder .sp-slider {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 13px;
  height: 13px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  border: 2px solid #fff;
}

.color-picker-holder .sp-top-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.color-picker-holder .sp-color {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 25px;
}

.color-picker-holder .sp-sat,
.color-picker-holder .sp-val {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.color-picker-holder .sp-sat {
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFF), to(rgba(204, 154, 129, 0)));
  background-image: -webkit-linear-gradient(left, #FFF, rgba(204, 154, 129, 0));
  background-image: -moz-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: -o-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: -ms-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81');
}

.color-picker-holder .sp-val {
  background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000000), to(rgba(204, 154, 129, 0)));
  background-image: -webkit-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
  background-image: -moz-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: -o-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: -ms-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000');
}

.color-picker-holder .sp-dragger {
  width: 14px;
  height: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  border: 2px solid #fff;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}

.color-picker-holder .sp-top.sp-cf {
  height: 280px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #CECECE;
}

.color-picker-holder .sp-button-container {
  display: flex;
  justify-content: flex-end;
}

.color-picker-holder .sp-button-container .sp-choose {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  font-size: 18px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  transition: all 0.3s;
  background: linear-gradient(270deg, #2ea667 0%, #39ab70 100%);
  outline: none;
  border: 0;
  cursor: pointer;
  max-width: 88px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-family: 'NunitoSans-Bold';
}

@media only screen and (max-width: 660px) {
  .color-picker-holder .sp-button-container .sp-choose {
    display: none;
    /* margin-top: -26px; */
  }
}

/* @media only screen and (max-width: 660px) {

  #printlabs-text .stroke-remove,
  .printlabs-text .stroke-remove {
    top: -32vh;
    left: 8px;
  }
} */

/* @media only screen and (max-width: 660px) {
[data-view="stroke"] .color-picker-holder .sp-button-container .sp-choose {
    margin-top: -737px;
  }
} */

/* thomas  */

.color-picker-holder .sp-button-container .sp-choose:hover {
  background: linear-gradient(270deg, #1C6E4F 0%, #39ab70 100%);
}

.color-picker-holder .sp-cancel,
.color-picker-holder .sp-input-container {
  display: none;
}

.ui-widget.ui-widget-content {
  z-index: 2201;
}

.ui-widget.ui-widget-content .add-product-popup-container {
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  flex-direction: column;
}

.ui-widget.ui-widget-content .title {
  margin: 30px 0;
}

.ui-widget.ui-widget-content .row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.ui-widget.ui-widget-content .row>div {
  width: calc(25% - 12px);
  margin: 0 6px;
}

.ui-widget.ui-widget-content .frame {
  position: relative;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 10px -4px #000;
  -moz-box-shadow: 0 0 10px -4px #000;
  box-shadow: 0 0 10px -4px #000;
  padding: 0 5px 32px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

@media(max-width: 760px) {
  .ui-widget.ui-widget-content .frame {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 10px -4px #000;
    padding: 0 5px 32px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 250px;
    margin-bottom: 15px;
  }

  .ui-widget.ui-widget-content .row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .add-product-popup-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .ui-widget.ui-widget-content .right-popup-panel {
    float: left;
    max-width: 80%;
    padding-left: 40px;
    border-left: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }

  .ui-widget.ui-widget-content .right-popup-panel label {
    margin-left: 50px;
  }

  .ui-widget.ui-widget-content .left-popup-panel {
    display: flex;
    flex-direction: column;
    float: left;
    max-width: 20%;
    padding: 30px 30px 20px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }

  .ui-widget.ui-widget-content .current-product {
    position: relative;
    width: 100px;
    margin-left: -25px;
  }

  .ui-widget.ui-widget-content .current-product-name {
    text-align: center;
    font-size: 16px;
    width: 90px;
    margin-left: -18px;
  }

  .ui-widget.ui-widget-content .current-product-selector {
    color: #fff;
    position: absolute;
    display: flex;
    bottom: 0;
    left: 0px;
    font-size: 10px;
    height: 40px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.5);
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
  }

  .ui-widget.ui-widget-content .right-popup-panel {
    float: left;
    max-width: 80%;
    padding-left: 20px;
    border-left: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: flex;
    flex-direction: column;
  }

}

/* thomas */

.ui-widget.ui-widget-content .img-holder {
  position: relative;
  margin: 0 0 10px;
  padding: 17px;
}

.ui-widget.ui-widget-content .img-holder img {
  max-width: 100%;
}

.ui-widget.ui-widget-content .if-current {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: -5px;
  width: calc(100% + 10px);
  padding: 8px 3px;
  text-align: center;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.5);
}

.ui-widget.ui-widget-content .if-current:after {
  content: '\f00c';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  color: #2ea667;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  left: 0;
  bottom: 30px;
}

.ui-widget.ui-widget-content .product-name {
  display: block;
  margin-bottom: 15px;
}

.ui-widget.ui-widget-content a.add-link {
  position: absolute;
  bottom: 9px;
  transform: translateX(-50%);
  left: 50%;
  display: inline-block;
  color: #2ea667;
}

.ui-widget.ui-widget-content .inform-text p {
  margin-bottom: 10px;
}

.ui-widget.ui-widget-content .inform-text p a {
  color: #2ea667;
}

.ui-widget.ui-widget-content .left-popup-panel {
  float: left;
  max-width: 20%;
  padding: 30px 30px 20px 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.ui-widget.ui-widget-content .current-product {
  position: relative;
}

.ui-widget.ui-widget-content .current-product:after {
  content: '\f00c';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  color: #2ea667;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  left: -3px;
  bottom: 30px;
}

.ui-widget.ui-widget-content .current-product-selector {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: -5px;
  font-size: 14px;
  width: calc(100% + 10px);
  padding: 8px 3px;
  text-align: center;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.5);
}

.ui-widget.ui-widget-content .left-popup-panel img {
  width: 100%;
}

.ui-widget.ui-widget-content .current-product-name {
  text-align: center;
  font-size: 16px;
}

.ui-widget.ui-widget-content .right-popup-panel {
  float: left;
  max-width: 80%;
  padding-left: 40px;
  border-left: 1px solid #ddd;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.ui-widget.ui-widget-content .right-popup-panel label {
  display: inline-block;
  font-size: 13px;
  font-family: 'NunitoSans-Bold';
}

.ui-widget.ui-widget-content .right-popup-panel ul>li {
  float: left;
  padding: 10px;
  width: 25%;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

@media(max-width: 760px) {
  .ui-widget.ui-widget-content .right-popup-panel ul>li {
    float: left;
    padding: 10px;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-left: none;
  }

  .ui-widget.ui-widget-content .right-popup-panel {
    padding-left: 20px;
    border-left: none;
  }
}

/* thomas */

.ui-widget.ui-widget-content .right-popup-panel .super-attribute-link {
  position: relative;
}

.ui-widget.ui-widget-content .right-popup-panel .super-attribute-link.added:after {
  content: '\f00c';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  color: #2ea667;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  left: 0;
  bottom: -15px;
}

.wrap-eyedropper-tool {
  float: left;
  margin: 6px 6px 0 6px;
}

.wrap-eyedropper-tool i {
  cursor: pointer;
}

.sp-thumb-eyedropper-1 {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  margin-left: 10px;
  margin-top: -4px;
}

.sp-thumb-eyedropper-2 {
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #E0E0E0;
}

.hide-eyedropper-indicator {
  display: none;
}

.eyeDropperOverlay {
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  display: none;
  cursor: crosshair;
}

.display-none-custom {
  display: none;
}

.right-part .custom-options form .option {
  width: 300px;
}

@media only screen and (max-width: 660px) {
  .right-part .custom-options form .option {
    width: 100%;
  }
}

#right-selected-products .drpdown-cst {
  position: relative;
}

#right-selected-products .drpdown-cst .drpdown-cst-main {
  width: 300px;
  height: 40px;
  border: 1px solid #CCC;
  border-radius: 3px;
  padding: 7px 7px 7px 10px;
  cursor: pointer;
}

@media only screen and (max-width: 660px) {
  #right-selected-products .drpdown-cst .drpdown-cst-main {
    width: 100%;
  }
}

#right-selected-products .drpdown-cst .drpdown-cst-main.show {
  border-radius: 3px 3px 0 0;
}

#right-selected-products .drpdown-cst .drpdown-cst-main.show b:after {
  content: '\f106';
}

#right-selected-products .drpdown-cst .drpdown-cst-main b {
  color: #979797;
  font-size: 18px;
  margin-left: 10px;
  margin-right: 4px;
}

#right-selected-products .drpdown-cst .drpdown-cst-main b:after {
  content: '\f107';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}

#right-selected-products .drpdown-cst .drpdown-cst-main .left {
  float: left;
  color: #222222;
  font-size: 16px;
  font-family: 'NunitoSans-Bold';
}

#right-selected-products .drpdown-cst .drpdown-cst-main .right {
  float: right;
  color: #222222;
  font-size: 16px;
  font-family: 'NunitoSans-Bold';
}

#right-selected-products .drpdown-cst .drpdown-cst-content {
  display: none;
  width: 300px;
  position: absolute;
  background-color: #fff;
  border: 1px solid #CCC;
  border-radius: 0 0 3px 3px;
  overflow: auto;
  z-index: 999;
}

@media only screen and (max-width: 660px) {
  #right-selected-products .drpdown-cst .drpdown-cst-content {
    width: 100%;
  }
}

#right-selected-products .drpdown-cst .drpdown-cst-content.show {
  display: block;
  max-height: 200px;
  overflow-y: auto;
  margin-top: -1px;
}

#right-selected-products .drpdown-cst .drpdown-cst-content li {
  cursor: pointer;
  height: 61px;
  width: 100%;
  margin: 0 !important;
  padding: 7px 10px 7px 7px !important;
  border-bottom: 1px solid #CCC;
  border-radius: 0 !important;
  box-shadow: unset !important;
  transition: none !important;
}

#right-selected-products .drpdown-cst .drpdown-cst-content li:hover {
  background-color: #DDD !important;
}

#right-selected-products .drpdown-cst .drpdown-cst-content li:last-child {
  border: none;
}

#right-selected-products .drpdown-cst .drpdown-cst-content li.drpdown-cst-content-selected:after {
  content: '\f00c';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  color: #2ea667;
  font-size: 16px;
  margin-right: 7px;
  position: absolute;
  top: 10px;
  right: 0px;
}

#right-selected-products .drpdown-cst .drpdown-cst-content .drpdown-cst-row-1 {
  width: 260px;
  position: absolute;
  left: 11px;
  top: 10px;
}

@media only screen and (max-width: 660px) {
  #right-selected-products .drpdown-cst .drpdown-cst-content .drpdown-cst-row-1 {
    width: calc(100% - 38px);
  }
}

#right-selected-products .drpdown-cst .drpdown-cst-content .drpdown-cst-row-1 .left {
  float: left;
  color: #222222;
  font-size: 16px;
  font-family: 'NunitoSans-Bold';
}

#right-selected-products .drpdown-cst .drpdown-cst-content .drpdown-cst-row-1 .right {
  float: right;
  color: #222222;
  font-size: 16px;
  font-family: 'NunitoSans-Bold';
}

#right-selected-products .drpdown-cst .drpdown-cst-content .drpdown-cst-row-1 .right.sale {
  color: #2ea667;
}

#right-selected-products .drpdown-cst .drpdown-cst-content .drpdown-cst-row-2 {
  width: 260px;
  position: absolute;
  left: 11px;
  top: 27px;
}

#right-selected-products .drpdown-cst .drpdown-cst-content .drpdown-cst-row-2 .left {
  float: left;
  color: #979797;
  font-size: 14px;
}

#right-selected-products .drpdown-cst .drpdown-cst-content .drpdown-cst-row-2 .right {
  float: right;
  color: #979797;
  font-size: 14.5px;
  text-decoration: line-through;
  font-family: 'NunitoSans-Bold';
}

.forgot-form-wrapp #result-error-forgot-form {
  color: #F4435A;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 100% !important;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 40px;
  user-select: none;
  -webkit-user-select: none;
  outline: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding: 0px 12px 0px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px 12px 6px 10px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #CCC;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #222222;
  line-height: 38px;
  font-family: 'NunitoSans-Bold';
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 8px;
  right: 12px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  color: #979797;
  font-size: 18px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:after {
  content: '\f107';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:after {
  content: '\f106';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #DDD;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

.cpc-banner {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  padding: 95px 0;
  max-width: 1920px;
  margin: 0 auto;
}

@media only screen and (max-width: 1440px) {
  .cpc-banner {
    padding: 95px 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .cpc-banner {
    padding: 64px 20px 60px;
  }
}

@media only screen and (max-width: 768px) {
  .cpc-banner {
    background-position: center left;
    padding: 55px 30px;
  }
}

@media only screen and (max-width: 480px) {
  .cpc-banner {
    padding: 40px 20px;
  }
}

.cpc-banner .wrap {
  max-width: 1170px;
  margin: 0 auto;
}

.cpc-banner h1 {
  font-size: 48px;
  line-height: 52px;
  color: #fff;
  font-family: 'NunitoSans-Bold';
}

@media only screen and (max-width: 1024px) {
  .cpc-banner h1 {
    font-size: 36px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .cpc-banner h1 {
    text-align: center;
    font-size: 28px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 480px) {
  .cpc-banner h1 {
    margin-bottom: 10px;
  }
}

.cpc-banner-rate {
  margin-top: 5px;
  font-size: 20px;
  line-height: 27px;
  color: #fff;
}

@media only screen and (max-width: 480px) {
  .cpc-banner-rate {
    font-size: 16px;
    line-height: 22px;
  }
}

.cpc-banner-rate i {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -2px;
  color: #EEBC2A;
}

.cpc-banner-rate i:last-of-type {
  margin-right: 12px;
}

@media only screen and (max-width: 1024px) {
  .cpc-banner-rate {
    margin-top: 3px;
  }
}

@media only screen and (max-width: 768px) {
  .cpc-banner-rate {
    margin-top: 0;
    text-align: center;
  }
}

.cpc-banner p {
  line-height: 22px;
  margin-top: 30px;
  max-width: 570px;
  color: #EFEFEF;
}

@media only screen and (max-width: 1024px) {
  .cpc-banner p {
    max-width: 460px;
  }
}

@media only screen and (max-width: 768px) {
  .cpc-banner p {
    margin-top: 22px;
    max-width: 100%;
    text-align: center;
  }
}

.cpc-nav {
  width: 100%;
  height: 50px;
  background-color: #fff;
  border-bottom: 1px solid #dcdcdc;
  max-width: 1920px;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .cpc-nav {
    padding: 0 50px;
  }
}

@media only screen and (max-width: 768px) {
  .cpc-nav {
    padding: 0 20px;
    overflow: hidden;
  }
}

.cpc-nav.stick {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
}

@media only screen and (max-width: 1024px) {
  .cpc-nav.stick {
    top: 61px;
  }
}

.cpc-nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}

@media only screen and (max-width: 1024px) {
  .cpc-nav ul {
    justify-content: flex-start;
  }
}

.cpc-nav ul li {
  flex-shrink: 0;
}

.cpc-nav ul li:not(:last-of-type) {
  margin-right: 50px;
}

@media only screen and (max-width: 1024px) {
  .cpc-nav ul li:not(:last-of-type) {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .cpc-nav ul li:not(:last-of-type) {
    margin-right: 20px;
  }
}

.cpc-nav ul li a {
  color: #979797;
  display: flex;
  width: 100%;
  align-items: center;
  height: 50px;
  position: relative;
  white-space: nowrap;
  outline: none;
}

.cpc-nav ul li a.active,
.cpc-nav ul li a:hover {
  color: #303030;
}

.cpc-nav ul li a.active:after,
.cpc-nav ul li a:hover:after {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #2ea667;
  position: absolute;
  bottom: -2px;
  left: 0;
  -webkit-border-radius: 1.5px;
  -moz-border-radius: 1.5px;
  border-radius: 1.5px;
}

@media only screen and (max-width: 768px) {

  .cpc-nav ul li a.active:after,
  .cpc-nav ul li a:hover:after {
    bottom: 0;
  }
}

.cpc-video {
  text-align: center;
  background-color: #FAFAFA;
  padding-bottom: 70px;
  max-width: 1920px;
  margin: 0 auto;
}

@media only screen and (max-width: 1440px) {
  .cpc-video {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 1024px) {
  .cpc-video {
    padding: 0 50px 50px;
  }
}

@media only screen and (max-width: 768px) {
  .cpc-video {
    padding: 0 30px 30px;
  }
}

@media only screen and (max-width: 480px) {
  .cpc-video {
    padding: 0 40px 20px;
  }
}

.cpc-video h2 {
  font-size: 40px;
  line-height: 55px;
  color: #303030;
  margin-bottom: 30px;
  font-family: 'NunitoSans-Bold';
}

@media only screen and (max-width: 1024px) {
  .cpc-video h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 44px;
  }
}

@media only screen and (max-width: 768px) {
  .cpc-video h2 {
    margin-bottom: 40px;
    padding: 0 40px;
  }
}

@media only screen and (max-width: 480px) {
  .cpc-video h2 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 28px;
    padding: 0;
  }
}

.cpc-video a {
  max-width: 770px;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.cpc-video a:before {
  content: url("data:image/svg+xml;charset=UTF-8, <svg width='80' height='80' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M0 40C0 17.909 17.909 0 40 0s40 17.909 40 40-17.909 40-40 40S0 62.091 0 40zm33.825 14.62l20-12.5a2.503 2.503 0 000-4.24l-20-12.5A2.5 2.5 0 0030 27.5v25a2.499 2.499 0 003.825 2.12z' fill='white'/></svg>");
  display: inline-block;
  position: absolute;
}

.cpc-video a img {
  width: 100%;
  height: auto;
}

.cpc-shop-size {
  background-color: #FAFAFA;
  padding: 70px 0;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
}

@media only screen and (max-width: 1440px) {
  .cpc-shop-size {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 768px) {
  .cpc-shop-size {
    padding: 40px 0;
  }
}

@media only screen and (max-width: 480px) {
  .cpc-shop-size {
    padding: 40px 25px;
  }
}

.cpc-shop-size .wrap {
  max-width: 1170px;
  margin: 0 auto;
}

.cpc-shop-size h2 {
  text-align: center;
  font-family: 'NunitoSans-Bold';
  font-size: 40px;
  line-height: 55px;
  color: #303030;
  margin-bottom: 9px;
}

@media only screen and (max-width: 1024px) {
  .cpc-shop-size h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 480px) {
  .cpc-shop-size h2 {
    font-size: 28px;
    line-height: 30px;
  }
}

.cpc-shop-size p {
  font-size: 20px;
  line-height: 26px;
  color: #4A4A4A;
  text-align: center;
  margin-bottom: 70px;
}

@media only screen and (max-width: 1440px) {
  .cpc-shop-size p {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 1024px) {
  .cpc-shop-size p {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 480px) {
  .cpc-shop-size p {
    margin-bottom: 20px;
  }
}

.cpc-shop-size p i {
  width: 21px;
  height: 21px;
  display: inline-block;
  background-color: #EEBC2A;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  border-radius: 21px;
  margin-right: 7px;
  position: relative;
  top: 3px;
}

@media only screen and (max-width: 1440px) {
  .cpc-shop-size-slider {
    padding-left: 127px;
  }
}

@media only screen and (max-width: 1024px) {
  .cpc-shop-size-slider {
    padding-left: 119px;
  }
}

@media only screen and (max-width: 768px) {
  .cpc-shop-size-slider {
    padding-left: 105px;
  }
}

@media only screen and (max-width: 480px) {
  .cpc-shop-size-slider {
    padding-left: 0;
  }
}

.cpc-shop-size-wrapper {
  display: flex;
  transition-property: transform;
  width: 100%;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}

.cpc-shop-size-item {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  transition-property: -webkit-transform;
  transition-property: transform;
  flex-shrink: 0;
  width: 218px;
  text-align: center;
  padding-bottom: 20px;
}

.cpc-shop-size-item:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 1440px) {
  .cpc-shop-size-item {
    width: 250px;
  }
}

@media only screen and (max-width: 768px) {
  .cpc-shop-size-item {
    width: 270px;
  }
}

@media only screen and (max-width: 480px) {
  .cpc-shop-size-item {
    width: 100%;
  }
}

.cpc-shop-size-item:not(:last-child) {
  margin-right: 20px;
}

@media only screen and (max-width: 1440px) {
  .cpc-shop-size-item:not(:last-child) {
    margin-right: 30px;
  }
}

.cpc-shop-size-item-img {
  box-shadow: 0 1px 5px rgba(206, 206, 206, 0.5);
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  height: 218px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cpc-shop-size-item-desc {
  margin: 15px;
}

.cpc-shop-size-item-desc li {
  line-height: 25px;
  color: #4A4A4A;
}

.cpc-shop-size-item-link {
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-family: 'NunitoSans-Bold';
  border: 1px solid #2ea667;
  background-color: #fff;
  transition: all 0.3s;
  color: #2ea667;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  max-width: 126px;
}

.cpc-shop-size-item-link:hover {
  background-color: #2ea667;
  color: #fff;
}

.cpc-shop-size-pegination {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 1440px) {
  .cpc-shop-size-pegination {
    display: none;
  }
}

.cpc-shop-size-pegination span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #D8D8D8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}

.cpc-shop-size-pegination span:not(:last-child) {
  margin-right: 8px;
}

.cpc-shop-size-pegination span.swiper-pagination-bullet-active {
  background-color: #303030;
  width: 14px;
  height: 14px;
}

.cpc-shop-use {
  background-color: #F0F0F0;
  padding: 70px 0;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

@media only screen and (max-width: 1440px) {
  .cpc-shop-use {
    padding: 60px 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .cpc-shop-use {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 768px) {
  .cpc-shop-use {
    padding: 40px 0;
  }
}

.cpc-shop-use .wrap {
  max-width: 1170px;
  margin: 0 auto;
}

.cpc-shop-use h2 {
  font-size: 40px;
  line-height: 55px;
  color: #303030;
  font-family: 'NunitoSans-Bold';
  text-align: center;
  margin-bottom: 9px;
}

@media only screen and (max-width: 1024px) {
  .cpc-shop-use h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 480px) {
  .cpc-shop-use h2 {
    font-size: 28px;
    line-height: 30px;
  }
}

.cpc-shop-use p {
  font-size: 20px;
  line-height: 26px;
  color: #4A4A4A;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .cpc-shop-use p {
    font-size: 18px;
    line-height: 27px;
  }
}

.cpc-shop-use-content {
  margin-top: 70px;
  display: flex;
}

@media only screen and (max-width: 1440px) {
  .cpc-shop-use-content {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 1024px) {
  .cpc-shop-use-content {
    margin-top: 40px;
    padding: 0 90px;
  }
}

@media only screen and (max-width: 768px) {
  .cpc-shop-use-content {
    padding: 0 100px;
  }
}

@media only screen and (max-width: 480px) {
  .cpc-shop-use-content {
    margin-top: 20px;
    padding: 0 20px;
  }
}

.cpc-shop-use-item {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  text-align: center;
  padding-bottom: 30px;
}

.cpc-shop-use-item:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

.cpc-shop-use-item:not(:last-child) {
  margin-right: 30px;
}

@media only screen and (max-width: 1024px) {
  .cpc-shop-use-item {
    flex-shrink: 0;
  }
}

.cpc-shop-use-item-img {
  box-shadow: 0 1px 5px rgba(206, 206, 206, 0.5);
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  height: 240px;
}

.cpc-shop-use-item-img img {
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  object-fit: cover;
  width: 100%;
  height: 240px;
}

.cpc-shop-use-item h3 {
  font-size: 20px;
  line-height: 27px;
  color: #303030;
  font-family: 'NunitoSans-Bold';
  margin: 25px 0 10px;
  padding: 0 10px;
}

.cpc-shop-use-item p {
  font-size: 16px;
  line-height: 25px;
  color: #4A4A4A;
  padding: 0 10px;
  margin-bottom: 15px;
}

.cpc-shop-use-item-link {
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-family: 'NunitoSans-Bold';
  border: 1px solid #2ea667;
  background-color: #fff;
  transition: all 0.3s;
  color: #2ea667;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  max-width: 140px;
}

.cpc-shop-use-item-link:hover {
  background-color: #2ea667;
  color: #fff;
}

.cpc-shop-use-pegination {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 1024px) {
  .cpc-shop-use-pegination {
    display: none;
  }
}

.cpc-shop-use-pegination span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #D8D8D8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}

.cpc-shop-use-pegination span:not(:last-child) {
  margin-right: 8px;
}

.cpc-shop-use-pegination span.swiper-pagination-bullet-active {
  background-color: #303030;
  width: 14px;
  height: 14px;
}

.cpc-all-pricing {
  padding: 70px 0;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #fff;
}

@media only screen and (max-width: 1440px) {
  .cpc-all-pricing {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .cpc-all-pricing {
    padding: 60px 50px;
  }
}

@media only screen and (max-width: 768px) {
  .cpc-all-pricing {
    padding: 40px 30px;
  }
}

@media only screen and (max-width: 480px) {
  .cpc-all-pricing {
    padding: 40px 20px;
  }
}

.cpc-all-pricing h2 {
  font-size: 40px;
  line-height: 55px;
  color: #303030;
  font-family: 'NunitoSans-Bold';
  text-align: center;
  margin-bottom: 9px;
}

@media only screen and (max-width: 1024px) {
  .cpc-all-pricing h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 480px) {
  .cpc-all-pricing h2 {
    font-size: 28px;
    line-height: 30px;
  }
}

.cpc-all-pricing>p {
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #4A4A4A;
}

@media only screen and (max-width: 1024px) {
  .cpc-all-pricing>p {
    font-size: 18px;
    line-height: 27px;
  }
}

.cpc-all-pricing-wrap {
  margin: 70px auto 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  max-width: 770px;
}

@media only screen and (max-width: 1440px) {
  .cpc-all-pricing-wrap {
    margin: 60px auto 0;
  }
}

@media only screen and (max-width: 1024px) {
  .cpc-all-pricing-wrap {
    margin: 40px auto 0;
  }
}

@media only screen and (max-width: 480px) {
  .cpc-all-pricing-wrap {
    margin: 20px auto 0;
  }
}

.cpc-all-pricing-heads {
  justify-content: space-between;
  border-bottom: 1px solid #D8D8D8;
  display: none;
}

@media only screen and (min-width: 768px) {
  .cpc-all-pricing-heads {
    display: flex;
    justify-content: center;
  }
}

.cpc-all-pricing-heads li:not(:last-child) {
  margin-right: 20px;
}

.cpc-all-pricing-heads-mobile {
  display: none;
  justify-content: flex-start;
  align-items: center;
}

@media only screen and (max-width: 480px) {
  .cpc-all-pricing-heads-mobile {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }
}

.cpc-all-pricing-heads-mobile-title {
  margin-right: 10px;
  font-size: 14px;
  line-height: 19px;
  color: #979797;
}

@media only screen and (max-width: 480px) {
  .cpc-all-pricing-heads-mobile-title {
    margin-right: 0;
    margin-bottom: 5px;
  }
}

.cpc-all-pricing-heads-mobile .custom-select {
  width: 260px;
}

.cpc-all-pricing-heads-mobile .custom-select.open .cpc-all-pricing-heads {
  top: 39px;
}

.cpc-all-pricing-heads-mobile .custom-select.open .cpc-all-pricing-heads li {
  padding: 0;
  margin-right: 0;
}

.cpc-all-pricing-heads-mobile .custom-select span.selected {
  color: #303030;
}

@media only screen and (max-width: 768px) {
  .cpc-all-pricing-heads-mobile {
    display: flex;
  }
}

.cpc-all-pricing-heads li a {
  line-height: 19px;
  display: inline-block;
  color: #9B9B9B;
  padding-bottom: 18px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .cpc-all-pricing-heads li a {
    padding-bottom: 0;
    display: block;
    line-height: 33px;
    padding: 0 12px;
  }
}

.cpc-all-pricing-heads li a.active {
  color: #303030;
}

@media only screen and (max-width: 768px) {
  .cpc-all-pricing-heads li a.active {
    background-color: #F0F0F0;
  }
}

.cpc-all-pricing-heads li a.active:after {
  content: '';
  width: 100%;
  height: 3px;
  -webkit-border-radius: 1.5px;
  -moz-border-radius: 1.5px;
  border-radius: 1.5px;
  background-color: #2ea667;
  position: absolute;
  bottom: -2px;
  left: 0;
}

@media only screen and (max-width: 768px) {
  .cpc-all-pricing-heads li a.active:after {
    display: none;
  }
}

.cpc-all-pricing-tab {
  display: none;
  padding: 20px 0;
}

@media only screen and (max-width: 768px) {
  .cpc-all-pricing-tab {
    padding: 10px 0 20px;
  }
}

.cpc-all-pricing-tab.current {
  display: block;
}

.cpc-all-pricing-tab-select {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media only screen and (max-width: 480px) {
  .cpc-all-pricing-tab-select {
    flex-direction: column;
    align-items: flex-start;
  }
}

.cpc-all-pricing-tab-select-title {
  font-size: 14px;
  line-height: 19px;
  color: #979797;
  margin-right: 10px;
}

@media only screen and (max-width: 768px) {
  .cpc-all-pricing-tab-select-title {
    margin-right: 32px;
  }
}

@media only screen and (max-width: 480px) {
  .cpc-all-pricing-tab-select-title {
    margin-right: 0;
    margin-bottom: 5px;
  }
}

.cpc-all-pricing-tab-select .custom-select {
  width: 160px;
}

@media only screen and (max-width: 480px) {
  .cpc-all-pricing-tab-select .custom-select {
    width: 100%;
  }
}

.cpc-all-pricing-tab-select .custom-select .selected {
  color: #303030;
}

.cpc-all-pricing-table {
  margin-top: 20px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  color: #4A4A4A;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.cpc-all-pricing-table-w {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  padding: 0 20px;
}

@media only screen and (max-width: 1024px) {
  .cpc-all-pricing-table-w {
    padding: 0 17px;
  }
}

@media only screen and (max-width: 480px) {
  .cpc-all-pricing-table-w {
    padding: 0 10px;
  }

  .cpc-all-pricing-table-w div {
    font-size: 14px;
  }
}

.cpc-all-pricing-table-w:last-child {
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
}

.cpc-all-pricing-table-w:nth-child(odd) {
  background-color: #FAFAFA;
}

.cpc-all-pricing-table-w .price {
  font-family: 'NunitoSans-Bold';
  margin-right: 10px;
  color: #2ea667;
}

.cpc-all-pricing-table-w .old-price {
  color: #979797;
  text-decoration: line-through;
}

.cpc-all-pricing-table-h {
  background-color: #4A4A4A !important;
  color: #fff;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}

@media only screen and (max-width: 480px) {
  .cpc-all-pricing-table-h {
    font-size: 14px;
  }
}

.cpc-all-pricing-table-h div:last-child {
  margin-right: 40px;
}

@media only screen and (max-width: 1024px) {
  .cpc-all-pricing-table-h div:last-child {
    margin-right: 46px;
  }
}

.cpc-all-pricing-link {
  text-align: center;
  line-height: 25px;
  color: #252B33;
}

@media only screen and (max-width: 480px) {
  .cpc-all-pricing-link {
    font-size: 14px;
    line-height: 21px;
  }
}

.cpc-all-pricing-link a {
  font-family: 'NunitoSans-Bold';
  color: #2ea667;
}

.ccp-title {
  display: none;
}

.ccp-top-banner {
  padding: 70px 0;
  background-color: #F0F0F0;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}

@media only screen and (max-width: 1440px) {
  .ccp-top-banner {
    padding: 40px 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .ccp-top-banner {
    padding: 38px 20px;
  }
}

@media only screen and (max-width: 768px) {
  .ccp-top-banner {
    padding: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .ccp-top-banner {
    padding: 20px;
  }
}

.ccp-top-banner .wrap {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.ccp-top-banner-main-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
  .ccp-top-banner-main-img {
    max-height: 340px;
  }
}

@media only screen and (max-width: 480px) {
  .ccp-top-banner-main-img {
    max-height: 160px;
  }
}

.ccp-top-banner-wraps {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .ccp-top-banner-wraps {
    flex-direction: column;
  }
}

.ccp-top-banner-right {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  padding: 25px 30px 20px;
  max-width: 500px;
}

.ccp-top-banner-right:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 1024px) {
  .ccp-top-banner-right {
    padding: 15px 20px 20px;
  }
}

.ccp-top-banner-right h1 {
  font-size: 28px;
  line-height: 38px;
  font-family: 'NunitoSans-Bold';
  color: #303030;
}

@media only screen and (max-width: 1024px) {
  .ccp-top-banner-right h1 {
    font-size: 24px;
    line-height: 33px;
  }
}

.ccp-top-banner-right-rate {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #4A4A4A;
}

@media only screen and (max-width: 1024px) {
  .ccp-top-banner-right-rate {
    font-size: 14px;
  }
}

.ccp-top-banner-right-rate i {
  color: #EEBC2A;
  font-size: 18px;
  line-height: 21px;
  margin-right: 2px;
}

@media only screen and (max-width: 1024px) {
  .ccp-top-banner-right-rate i {
    font-size: 16px;
    line-height: 19px;
    margin-right: 1px;
  }
}

.ccp-top-banner-right-rate i:last-of-type {
  margin-right: 12px;
}

@media only screen and (max-width: 1024px) {
  .ccp-top-banner-right-rate i:last-of-type {
    margin-right: 10px;
  }
}

.ccp-top-banner-right p {
  line-height: 22px;
  margin-top: 20px;
  color: #979797;
}

@media only screen and (max-width: 1024px) {
  .ccp-top-banner-right p {
    margin-top: 15px;
    font-size: 14px;
    line-height: 19px;
  }
}

.ccp-top-banner-right-select {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ccp-top-banner-right-select:last-of-type {
  margin-top: 20px;
}

@media only screen and (max-width: 1024px) {
  .ccp-top-banner-right-select:last-of-type {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .ccp-top-banner-right-select {
    flex-direction: column;
    align-items: flex-start;
  }
}

.ccp-top-banner-right-select .last.custom-select {
  position: relative;
}

.ccp-top-banner-right-select .last.custom-select:after {
  content: '';
  border: solid #999999;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 14px;
  right: 12px;
}

.ccp-top-banner-right-select .last.custom-select .super-attribute-select {
  width: 100%;
  height: 40px;
  line-height: 38px;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #E0E0E0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-appearance: none;
  color: #979797;
  padding-left: 12px;
  outline: none;
  cursor: pointer;
  display: inline-block;
  -webkit-appearance: none;
}

.ccp-top-banner-right-select .last.custom-select .validation-advice {
  position: absolute;
  font-size: 14px;
  color: #F4435A;
}

.ccp-top-banner-right-select-wrap {
  margin-top: 40px;
}

@media only screen and (max-width: 1024px) {
  .ccp-top-banner-right-select-wrap {
    margin-top: 20px;
  }
}

.ccp-top-banner-right-select-title {
  font-size: 14px;
  line-height: 19px;
  font-family: 'NunitoSans-Bold';
  color: #4A4A4A;
}

.ccp-top-banner-right-select .custom-select {
  width: calc(100% - 120px);
}

@media only screen and (max-width: 480px) {
  .ccp-top-banner-right-select .custom-select {
    width: 100%;
  }
}

.ccp-top-banner-right-select .selected.active {
  color: #303030;
}

.ccp-top-banner-right-bottom {
  margin-top: 40px;
  position: relative;
  padding-top: 20px;
}

@media only screen and (max-width: 1024px) {
  .ccp-top-banner-right-bottom {
    margin-top: 20px;
  }
}

.ccp-top-banner-right-bottom:before {
  content: '';
  width: calc(100% + 60px);
  height: calc(100% + 20px);
  position: absolute;
  top: 0;
  left: -30px;
  background-color: #FAFAFA;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
}

@media only screen and (max-width: 1024px) {
  .ccp-top-banner-right-bottom:before {
    width: calc(100% + 40px);
    left: -20px;
  }
}

.ccp-top-banner-right-bottom-content {
  position: relative;
  z-index: 1;
  font-size: 18px;
  color: #303030;
  display: flex;
  align-items: baseline;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .ccp-top-banner-right-bottom-content {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 480px) {
  .ccp-top-banner-right-bottom-content {
    flex-wrap: wrap;
  }
}

.ccp-top-banner-right-bottom-content .qty {
  font-family: 'NunitoSans-Bold';
  margin-right: 4px;
}

.ccp-top-banner-right-bottom-content .price {
  font-size: 28px;
  font-family: 'NunitoSans-Bold';
  margin-left: 4px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .ccp-top-banner-right-bottom-content .price {
    margin-left: 0;
    line-height: 30px;
    width: 100%;
  }
}

.ccp-top-banner-right-bottom-content a,
.ccp-top-banner-right-bottom-content button {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  font-size: 18px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  transition: all 0.3s;
  background: linear-gradient(270deg, #2ea667 0%, #39ab70 100%);
  outline: none;
  border: 0;
  cursor: pointer;
  margin-left: auto;
  max-width: 148px;
  font-family: 'NunitoSans-Bold';
}

.ccp-top-banner-right-bottom-content a:hover,
.ccp-top-banner-right-bottom-content button:hover {
  background: linear-gradient(270deg, #1C6E4F 0%, #39ab70 100%);
}

@media only screen and (max-width: 480px) {

  .ccp-top-banner-right-bottom-content a,
  .ccp-top-banner-right-bottom-content button {
    max-width: 100%;
    flex-basis: 100%;
    display: block;
    margin-left: 0;
    margin-top: 20px;
  }
}

.ccp-top-banner-right-bottom-content button {
  font-size: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .ccp-top-banner-poker-images {
    max-width: 45%;
  }
}

@media only screen and (max-width: 768px) {
  .ccp-top-banner-poker-images {
    height: 230px;
    margin-bottom: 20px;
  }

  .ccp-top-banner-poker-images img {
    height: 230px;
    object-fit: cover;
  }
}

@media only screen and (max-width: 480px) {
  .ccp-top-banner-poker-images {
    height: auto;
    margin-bottom: 40px;
  }
}

.ccp-top-banner-poker-images img {
  display: none;
  max-width: 100%;
  vertical-align: middle;
}

.ccp-overview {
  padding: 70px 0;
  background-color: #fff;
  max-width: 1920px;
  margin: 0 auto;
}

@media only screen and (max-width: 1440px) {
  .ccp-overview {
    padding: 60px 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .ccp-overview {
    padding: 60px 20px 60px 40px;
  }
}

@media only screen and (max-width: 768px) {
  .ccp-overview {
    padding: 40px 30px 30px;
  }
}

@media only screen and (max-width: 480px) {
  .ccp-overview {
    padding: 40px 20px;
  }
}

.ccp-overview .wrap {
  max-width: 1170px;
  margin: 0 auto;
}

.ccp-overview-content {
  display: flex;
}

@media only screen and (max-width: 768px) {
  .ccp-overview-content {
    flex-direction: column;
  }
}

.ccp-overview-img {
  margin-right: 100px;
  align-self: center;
}

.ccp-overview-img img {
  max-width: 445px;
}

@media only screen and (max-width: 1440px) {
  .ccp-overview-img {
    margin-right: 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .ccp-overview-img {
    margin-right: 20px;
  }

  .ccp-overview-img img {
    max-width: 334px;
  }
}

@media only screen and (max-width: 768px) {
  .ccp-overview-img {
    margin-right: 0;
  }

  .ccp-overview-img img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .ccp-overview-desc {
    margin-top: 40px;
  }
}

.ccp-overview-desc h2 {
  font-size: 32px;
  line-height: 40px;
  font-family: 'NunitoSans-Bold';
  color: #303030;
  max-width: 75%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1440px) {
  .ccp-overview-desc h2 {
    max-width: 82%;
  }
}

@media only screen and (max-width: 1024px) {
  .ccp-overview-desc h2 {
    max-width: 90%;
  }
}

@media only screen and (max-width: 768px) {
  .ccp-overview-desc h2 {
    max-width: 100%;
    text-align: center;
  }
}

@media only screen and (max-width: 480px) {
  .ccp-overview-desc h2 {
    font-size: 28px;
    line-height: 28px;
  }
}

.ccp-overview-desc p {
  font-size: 18px;
  line-height: 28px;
  color: #4A4A4A;
  max-width: 75%;
}

@media only screen and (max-width: 1440px) {
  .ccp-overview-desc p {
    max-width: 82%;
  }
}

@media only screen and (max-width: 1024px) {
  .ccp-overview-desc p {
    max-width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .ccp-overview-desc p {
    text-align: center;
  }
}

.ccp-overview-video {
  margin-top: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .ccp-overview-video {
    margin-top: 20px;
  }
}

.ccp-overview-video a {
  max-width: 570px;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .ccp-overview-video a {
    max-width: 100%;
  }
}

.ccp-overview-video a:before {
  content: url("data:image/svg+xml;charset=UTF-8, <svg viewBox='0 0 80 80' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M0 40C0 17.909 17.909 0 40 0s40 17.909 40 40-17.909 40-40 40S0 62.091 0 40zm33.825 14.62l20-12.5a2.503 2.503 0 000-4.24l-20-12.5A2.5 2.5 0 0030 27.5v25a2.499 2.499 0 003.825 2.12z' fill='white'/></svg>");
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
}

@media only screen and (max-width: 480px) {
  .ccp-overview-video a:before {
    width: 60px;
    height: 60px;
  }
}

.ccp-overview-video img {
  max-width: 100%;
}

.ccp-premium {
  background-color: #F0F0F0;
  padding: 70px 0 80px;
  max-width: 1920px;
  margin: 0 auto;
}

@media only screen and (max-width: 1440px) {
  .ccp-premium {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 768px) {
  .ccp-premium {
    padding: 40px 55px;
  }
}

@media only screen and (max-width: 480px) {
  .ccp-premium {
    padding: 40px 20px;
  }
}

.ccp-premium .wrap {
  max-width: 1170px;
  margin: 0 auto;
}

.ccp-premium h2 {
  font-size: 40px;
  line-height: 55px;
  text-align: center;
  font-family: 'NunitoSans-Bold';
  color: #303030;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1024px) {
  .ccp-premium h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 480px) {
  .ccp-premium h2 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 5px;
  }
}

.ccp-premium p {
  text-align: center;
  font-size: 20px;
  line-height: 26px;
  color: #4A4A4A;
  margin-bottom: 70px;
}

@media only screen and (max-width: 1440px) {
  .ccp-premium p {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 1024px) {
  .ccp-premium p {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 480px) {
  .ccp-premium p {
    margin-bottom: 20px;
  }
}

.ccp-premium-content {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .ccp-premium-content {
    flex-direction: column;
  }
}

.ccp-premium-item {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  max-width: 470px;
}

.ccp-premium-item:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 1440px) {
  .ccp-premium-item {
    max-width: 370px;
  }
}

@media only screen and (max-width: 1024px) {
  .ccp-premium-item {
    max-width: 280px;
  }
}

@media only screen and (max-width: 768px) {
  .ccp-premium-item {
    max-width: 100%;
  }

  .ccp-premium-item:first-child {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .ccp-premium-item:first-child {
    margin-right: 30px;
  }
}

.ccp-premium-item-img {
  box-shadow: 0 1px 5px rgba(206, 206, 206, 0.5);
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 240px;
}

.ccp-premium-item-img img {
  object-fit: cover;
  max-width: 100%;
}

.ccp-premium-item h3 {
  font-size: 20px;
  line-height: 27px;
  color: #303030;
  font-family: 'NunitoSans-Bold';
  padding: 0 23px;
  margin-top: 25px;
  text-align: center;
}

.ccp-premium-item p {
  margin: 10px 0 45px;
  padding: 0 30px;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
}

.cms-composite-poker-chips-cmspage .category-reviews-title h2.all {
  display: none;
}

.cms-composite-poker-chips-cmspage .ccp-title {
  display: block;
}

.category-toolbar-title.title-save-design,
.category-toolbar-title.title-order {
  display: none;
}

.customer-designs-index .category-toolbar-title {
  display: none;
}

.customer-designs-index .title-save-design {
  display: inline-block;
}

.sales-order-history .category-toolbar-title {
  display: none;
  font-size: 24px;
  line-height: 24px;
}

.sales-order-history .title-order {
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .sales-order-history .category-toolbar-sorter {
    display: flex;
    margin-left: auto;
  }
}

@media only screen and (max-width: 480px) {
  .sales-order-history .category-toolbar-heder-wrap {
    display: block;
    width: 100%;
  }
}

.customer-account-index .category-toolbar-heder {
  display: none;
}

@media only screen and (max-width: 480px) {
  .customer-account .category-toolbar-heder {
    flex-wrap: wrap;
  }

  .customer-account .category-toolbar-count {
    margin-bottom: 10px;
  }

  .customer-account .category-toolbar-sorter {
    margin-left: 0 !important;
    flex-direction: row;
    align-items: center;
  }

  .customer-account .category-toolbar-sorter label {
    margin-right: 12px;
  }

  .customer-account .category-grid {
    margin-bottom: 30px;
  }
}

.account {
  background-color: #FAFAFA;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
}

.account .category-toolbar-heder ol,
.account .category-toolbar-heder .view-mode {
  display: none;
}

.account .pager.account-design-pager .category-toolbar-heder-wrap,
.account .pager.account-design-pager .category-toolbar-limiter,
.account .pager.account-design-pager .category-toolbar-sorter {
  display: none;
}

.account .wrap {
  max-width: 1170px;
  margin: 0 auto;
}

.account-nav {
  width: 100%;
  height: 48px;
  line-height: 48px;
  background-color: #fff;
  border-bottom: 1px solid #dcdcdc;
}

@media only screen and (max-width: 768px) {
  .account-nav {
    padding: 0 20px;
    overflow: hidden;
  }
}

.account-nav.stick {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 21;
}

@media only screen and (max-width: 1024px) {
  .account-nav.stick {
    top: 61px;
  }
}

.account-nav ul {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .account-nav ul {
    justify-content: flex-start;
  }
}

.account-nav li {
  position: relative;
  flex-shrink: 0;
}

.account-nav li:not(:last-child) {
  margin-right: 52px;
}

@media only screen and (max-width: 1024px) {
  .account-nav li:not(:last-child) {
    margin-right: 32px;
  }
}

@media only screen and (max-width: 768px) {
  .account-nav li:not(:last-child) {
    margin-right: 22px;
  }
}

.account-nav li.current a {
  color: #222222;
}

.account-nav li.current a:after {
  content: '';
  width: 100%;
  height: 3px;
  -webkit-border-radius: 1.5px;
  -moz-border-radius: 1.5px;
  border-radius: 1.5px;
  background-color: #2ea667;
  position: absolute;
  left: 0;
  bottom: -1px;
}

@media only screen and (max-width: 768px) {
  .account-nav li.current a:after {
    bottom: 0;
  }
}

.account-nav a {
  color: #979797;
  white-space: nowrap;
}

.account-dashboard {
  margin: 70px 0;
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 1440px) {
  .account-dashboard {
    margin: 70px 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .account-dashboard {
    margin: 40px 30px;
    flex-direction: column;
  }
}

@media only screen and (max-width: 768px) {
  .account-dashboard {
    margin: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .account-dashboard {
    margin: 30px 20px;
  }
}

.account-dashboard-content {
  width: calc(100% - 400px);
}

@media only screen and (max-width: 1440px) {
  .account-dashboard-content {
    width: calc(100% - 290px);
  }
}

@media only screen and (max-width: 1024px) {
  .account-dashboard-content {
    width: 100%;
    order: 2;
  }
}

.account-dashboard-content .title {
  font-size: 24px;
  line-height: 24px;
  font-family: 'NunitoSans-Bold';
  color: #303030;
}

.account-sidebar {
  order: 2;
  width: 270px;
  margin-left: 130px;
}

@media only screen and (max-width: 1440px) {
  .account-sidebar {
    width: 250px;
    margin-left: 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .account-sidebar {
    width: 100%;
    margin-left: 0;
    margin-bottom: 40px;
  }

  .account-sidebar-open {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .account-sidebar {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 1024px) {
  .account-sidebar-grid {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .account-sidebar-grid .account-sidebar-contact:first-child {
    margin-right: 110px;
  }

  .account-sidebar-grid .account-sidebar-contact:nth-child(2) {
    order: 2;
    margin-right: 110px;
    margin-bottom: 0;
  }

  .account-sidebar-grid .account-sidebar-contact:nth-child(2):after {
    display: none;
  }

  .account-sidebar-grid .account-sidebar-contact:last-of-type {
    order: 3;
    margin-bottom: 0;
  }
}

.account-sidebar-grid .account-sidebar-contact:last-of-type:after {
  display: none;
}

@media only screen and (max-width: 768px) {
  .account-sidebar-grid .account-sidebar-contact:last-of-type {
    margin-bottom: 0;
  }
}

.account-sidebar .hidden-content {
  display: none;
}

.account-sidebar .title {
  color: #303030;
  font-size: 24px;
  line-height: 24px;
  font-family: 'NunitoSans-Bold';
  margin-bottom: 27px;
}

.account-sidebar .title i {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .account-sidebar .title {
    margin-bottom: 0;
    cursor: pointer;
  }

  .account-sidebar .title.open i {
    -moz-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
    filter: FlipV;
    -ms-filter: "FlipV";
  }

  .account-sidebar .title i {
    display: inline-block;
    font-size: 24px;
    line-height: 24px;
    color: #303030;
    margin-left: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .account-sidebar .title {
    font-size: 18px;
  }

  .account-sidebar .title i {
    margin-left: 10px;
  }
}

.account-sidebar-contact {
  margin-bottom: 41px;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .account-sidebar-contact {
    width: 250px;
    order: 1;
  }
}

@media only screen and (max-width: 768px) {
  .account-sidebar-contact {
    width: 100%;
  }
}

.account-sidebar-contact:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #EAEAEA;
  position: absolute;
  bottom: -20px;
  left: 0;
}

.account-sidebar-contact-title {
  display: flex;
  align-items: baseline;
}

.account-sidebar-contact-title h3 {
  font-size: 18px;
  line-height: 25px;
  color: #303030;
}

@media only screen and (max-width: 1024px) {
  .account-sidebar-contact-title h3 {
    font-size: 16px;
    line-height: 22px;
  }
}

.account-sidebar-contact-title a {
  font-size: 12px;
  line-height: 21px;
  text-decoration: underline;
  color: #979797;
  margin-left: 28px;
  position: relative;
}

.account-sidebar-contact-title a:hover {
  text-decoration: none;
}

.account-sidebar-contact-title a:before {
  content: '';
  width: 1px;
  height: 18px;
  background-color: #D8D8D8;
  position: absolute;
  top: 0;
  left: -10px;
}

.account-sidebar-info {
  margin: 17px 0;
  line-height: 16px;
}

.account-sidebar-info li:first-child {
  line-height: 22px;
  color: #303030;
}

.account-sidebar-info li span {
  font-size: 12px;
  color: #979797;
}

.account-sidebar .change-pass {
  font-size: 12px;
  line-height: 18px;
  color: #979797;
  text-decoration: underline;
}

.account-sidebar .change-pass:hover {
  text-decoration: none;
}

.account-sidebar-input {
  margin: 10px 0;
  display: none;
}

.account-sidebar-input label {
  display: block;
  font-size: 14px;
  line-height: 19px;
  color: #979797;
}

.account-sidebar-input div {
  margin-bottom: 10px;
  position: relative;
}

.account-sidebar-input div .selected {
  border: 1px solid #CCC;
  color: #303030;
  font-size: 14px;
}

.account-sidebar-input input {
  width: 100%;
  height: 38px;
  line-height: 38px;
  background-color: #fff;
  border: 1px solid #CCC;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: none;
  padding: 0 12px;
  color: #303030;
  font-size: 14px;
}

.account-sidebar-input button {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  font-size: 18px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  transition: all 0.3s;
  background: linear-gradient(270deg, #2ea667 0%, #39ab70 100%);
  outline: none;
  border: 0;
  max-width: 84px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  margin-top: 19px;
  cursor: pointer;
}

.account-sidebar-input button:hover {
  background: linear-gradient(270deg, #1C6E4F 0%, #39ab70 100%);
}

.account-sidebar-newsletters {
  font-size: 12px;
  color: #979797;
  line-height: 18px;
}

.account-sidebar-newsletters-content {
  margin: 10px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.account-sidebar-newsletters-content span {
  margin-left: 12px;
}

.account-sidebar-billing li {
  display: block;
  font-size: 12px;
  line-height: 18px;
  color: #979797;
}

.account-order {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  margin-bottom: 30px;
  display: flex;
}

.account-order:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 768px) {
  .account-order {
    flex-direction: column;
    margin-bottom: 20px;
  }
}

.account-order-content {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 480px) {
  .account-order-content {
    margin-top: 20px;
  }
}

.account-order-info {
  width: 270px;
  background-color: #FAFAFA;
  -webkit-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
  padding: 23px 30px;
}

@media only screen and (max-width: 768px) {
  .account-order-info {
    width: 100%;
    padding: 20px;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
  }
}

.account-order-header {
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .account-order-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
  }
}

.account-order-number {
  font-size: 18px;
  line-height: 18px;
  font-family: 'NunitoSans-Bold';
  color: #2ea667;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .account-order-number {
    margin-bottom: 0;
  }
}

.account-order-status {
  height: 24px;
  font-size: 12px;
  line-height: 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  padding: 0 6px;
  text-transform: uppercase;
}

.account-order-status.processing {
  background-color: #EEBC2A;
}

.account-order-status.shipped {
  background: linear-gradient(270deg, #39ab70 0%, #2ea667 100%);
}

@media only screen and (max-width: 768px) {
  .account-order-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}

@media only screen and (max-width: 480px) {
  .account-order-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

.account-order-date {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EAEAEA;
}

@media only screen and (max-width: 768px) {
  .account-order-date {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }
}

@media only screen and (max-width: 480px) {
  .account-order-date {
    margin-bottom: 20px;
  }
}

.account-order-date li {
  line-height: 21px;
  color: #979797;
}

@media only screen and (max-width: 768px) {
  .account-order-date li {
    font-size: 14px;
  }
}

.account-order-date li:not(:last-child) {
  margin-bottom: 10px;
}

.account-order-date li span {
  font-family: 'NunitoSans-Bold';
}

.account-order-date li span a {
  color: #979797;
  text-decoration: underline;
}

.account-order-date li span a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .account-order-link {
    text-align: right;
  }

  .account-order-link div {
    line-height: initial;
  }
}

@media only screen and (max-width: 480px) {
  .account-order-link {
    text-align: left;
  }
}

.account-order-link div:first-child {
  margin-bottom: 10px;
}

.account-order-link a {
  font-size: 14px;
  line-height: 19px;
  color: #2ea667;
}

.account-order-link a i {
  margin-right: 10px;
}

.account-order-items {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 22px 30px;
  width: calc(100% - 270px);
}

@media only screen and (max-width: 768px) {
  .account-order-items {
    width: 100%;
    padding: 20px;
  }
}

.account-order-items .account-order-item:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.account-order-item {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EAEAEA;
}

.account-order-item h3 {
  line-height: 22px;
  color: #303030;
  font-family: 'NunitoSans-Bold';
  margin-bottom: 5px;
}

.account-order-item-attributes {
  margin-bottom: 10px;
}

.account-order-item-attributes li {
  display: inline;
  line-height: 21px;
  font-size: 14px;
  color: #979797;
}

.account-order-item-attributes li:after {
  content: ' Â· ';
}

.account-order-item-attributes li:first-child:after,
.account-order-item-attributes li:last-child:after {
  content: '';
}

.account-order-item-attributes li:first-child {
  font-size: 16px;
  line-height: 22px;
  color: #303030;
  margin-right: 11px;
}

.account-order-item-qty {
  display: inline-block;
  line-height: 22px;
  color: #303030;
}

.account-order-item-qty span {
  font-family: 'NunitoSans-Bold';
}

.account-order-item-price {
  display: inline-block;
  line-height: 22px;
  color: #303030;
  margin-left: 28px;
}

.account-order-item-price span {
  font-family: 'NunitoSans-Bold';
}

.account-order-all a {
  color: #2ea667;
}

.account-order-all a:hover {
  opacity: 0.7;
}

.account-order-all a:hover i {
  position: relative;
  opacity: 0.7;
  animation: move10 0.5s forwards;
}

.account-order-all i {
  margin-left: 7px;
}

.account-login {
  background-color: #FAFAFA;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
}

.account-login .wrap {
  max-width: 370px;
  margin: 70px auto;
}

@media only screen and (max-width: 1440px) {
  .account-login .wrap {
    margin: 60px auto;
  }
}

@media only screen and (max-width: 1024px) {
  .account-login .wrap {
    margin: 40px auto;
  }
}

@media only screen and (max-width: 480px) {
  .account-login .wrap {
    margin: 20px 20px 30px;
  }
}

.account-login .wrap .alert {
  padding: 10px 22px;
  margin-bottom: 30px;
  color: #fff;
  position: relative;
}

.account-login .wrap .alert .close {
  border: 0;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  position: absolute;
  background: #fff;
  top: 5px;
  right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 13px;
  outline: none;
}

.account-login .wrap .alert-success {
  background-color: #39ab70;
}

.account-login .wrap .alert-error {
  background-color: #F4435A;
}

.account-login-title {
  margin-top: 70px;
}

@media only screen and (max-width: 1024px) {
  .account-login-title {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .account-login-title {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 480px) {
  .account-login-title {
    margin-top: 30px;
  }
}

.account-login-title h1 {
  text-align: center;
  font-size: 40px;
  line-height: 55px;
  color: #303030;
  font-family: 'NunitoSans-Bold';
  margin-bottom: 9px;
}

@media only screen and (max-width: 1024px) {
  .account-login-title h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 480px) {
  .account-login-title h1 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 5px;
  }
}

.account-login-title p {
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #4A4A4A;
}

@media only screen and (max-width: 1024px) {
  .account-login-title p {
    font-size: 18px;
    line-height: 27px;
  }
}

.account-login-box {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  padding: 25px 30px 30px;
}

.account-login-box:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 480px) {
  .account-login-box {
    padding: 20px;
  }
}

.account-login-link {
  margin-top: 25px;
  text-align: center;
}

.account-login-link span {
  font-size: 18px;
  line-height: 25px;
  font-family: 'NunitoSans-Bold';
}

.account-login-link a {
  font-size: 18px;
  line-height: 25px;
  font-family: 'NunitoSans-Bold';
  color: #2ea667;
}

.account-login-content .text-input:not(:last-child) {
  margin-bottom: 10px;
}

.account-login-content .text-input label {
  display: block;
  font-size: 14px;
  line-height: 19px;
  color: #979797;
}

.account-login-content .text-input input {
  outline: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  height: 40px;
  line-height: 38px;
  background-color: #fff;
  border: 1px solid #CCC;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 12px;
  font-size: 16px;
  color: #979797;
}

.account-login-content .text-input .validation-advice {
  font-size: 14px;
  color: #F4435A;
}

.account-login-forgotpass a {
  font-size: 12px;
  line-height: 16px;
  color: #2ea667;
}

.account-login-button {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  font-size: 18px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  transition: all 0.3s;
  background: linear-gradient(270deg, #2ea667 0%, #39ab70 100%);
  outline: none;
  border: 0;
  margin-top: 30px;
  font-family: 'NunitoSans-Bold';
  cursor: pointer;
}

.account-login-button:hover {
  background: linear-gradient(270deg, #1C6E4F 0%, #39ab70 100%);
}

.account-login-social {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #CECECE;
}

.account-login-social div:first-child {
  margin-bottom: 10px;
}

.account-login-social div a {
  display: inline-block;
  width: 100%;
  height: 50px;
  line-height: 48px;
  border: 1px solid #CCC;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #fff;
  text-align: center;
  color: #1877F2;
  font-family: 'NunitoSans-Bold';
  transition: all 0.3s;
}

.account-login-social div a:hover {
  background-color: #CCC;
  color: #fff;
}

.account-login-social div a i {
  font-size: 18px;
  margin-right: 15px;
}

.account-history {
  margin: 70px 30px;
}

@media only screen and (max-width: 1024px) {
  .account-history {
    margin: 60px 30px;
  }
}

@media only screen and (max-width: 768px) {
  .account-history {
    margin: 30px 30px 40px;
  }
}

@media only screen and (max-width: 480px) {
  .account-history {
    margin: 30px 20px 40px;
  }
}

.account-history p {
  text-align: center;
}

.account-history-toolbar {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 1440px) {
  .account-history-toolbar {
    margin: 0 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .account-history-toolbar {
    margin: 0 30px;
  }
}

.account-history-toolbar-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .account-history-toolbar-title {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
  }
}

.account-history-toolbar-title h1 {
  font-size: 24px;
  line-height: 24px;
  color: #303030;
  font-family: 'NunitoSans-Bold';
}

.account-history-toolbar-title span {
  line-height: 24px;
  color: #979797;
  margin-left: 41px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .account-history-toolbar-title span {
    margin-left: 0;
  }
}

.account-history-toolbar-title span:before {
  content: '';
  width: 1px;
  height: 20px;
  background-color: #D8D8D8;
  position: absolute;
  top: 0;
  left: -21px;
}

@media only screen and (max-width: 768px) {
  .account-history-toolbar-title span:before {
    display: none;
  }
}

.account-history-toolbar-sorter {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .account-history-toolbar-sorter {
    flex-direction: column;
    align-items: flex-end;
  }
}

.account-history-toolbar-sorter label {
  font-size: 14px;
  line-height: 19px;
  color: #979797;
  margin-right: 12px;
}

@media only screen and (max-width: 768px) {
  .account-history-toolbar-sorter label {
    margin-right: 0;
    margin-bottom: 5px;
  }
}

.account-history-toolbar-sorter .custom-select {
  width: 160px;
}

.account-history-content {
  max-width: 770px;
  margin: 14px auto 0;
}

.account-history-content .pager ol {
  justify-content: center;
}

.account-history-content .pager .count-container,
.account-history-content .pager .limiter {
  display: none;
}

.account-hv {
  margin: 70px 0;
}

@media only screen and (max-width: 1440px) {
  .account-hv {
    margin: 70px 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .account-hv {
    margin: 60px 30px;
  }
}

@media only screen and (max-width: 768px) {
  .account-hv {
    margin: 40px 30px;
  }
}

@media only screen and (max-width: 480px) {
  .account-hv {
    margin: 40px 20px;
  }
}

.account-hv-title {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .account-hv-title {
    flex-direction: column;
  }
}

.account-hv-title-left {
  display: flex;
  justify-items: center;
}

@media only screen and (max-width: 768px) {
  .account-hv-title-left {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .account-hv-title-left {
    flex-direction: column;
  }
}

.account-hv-title-right {
  display: flex;
  justify-items: center;
}

.account-hv-title h1 {
  font-size: 24px;
  line-height: 24px;
  color: #303030;
  font-family: 'NunitoSans-Bold';
}

@media only screen and (max-width: 480px) {
  .account-hv-title h1 {
    margin-bottom: 5px;
  }
}

.account-hv-title-date {
  margin-left: 30px;
  font-size: 18px;
  color: #979797;
}

@media only screen and (max-width: 1024px) {
  .account-hv-title-date {
    margin-left: 20px;
  }
}

.account-hv-title-date span {
  font-family: 'NunitoSans-Bold';
  margin-left: 4px;
}

@media only screen and (max-width: 480px) {
  .account-hv-title-date {
    margin-left: 0;
  }
}

.account-hv-title-tracking {
  margin-left: 30px;
  font-size: 18px;
  color: #979797;
}

@media only screen and (max-width: 1024px) {
  .account-hv-title-tracking {
    margin-left: 20px;
  }
}

.account-hv-title-tracking a {
  text-decoration: underline;
  color: #2ea667;
  margin-left: 4px;
}

.account-hv-title-tracking a:hover {
  text-decoration: none;
}

.account-hv-content {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
  .account-hv-content {
    flex-direction: column;
  }
}

.account-hv-content-list {
  width: calc(50% - 15px);
  order: 1;
  margin-right: 15px;
}

@media only screen and (max-width: 1440px) {
  .account-hv-content-list {
    width: calc(100% - 310px);
    margin-right: 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .account-hv-content-list {
    order: 2;
    width: 100%;
  }
}

.account-hv-content-list>h2 {
  font-size: 24px;
  line-height: 24px;
  font-family: 'NunitoSans-Bold';
  color: #303030;
}

.account-hv-content-list .cart-content {
  margin-top: 30px;
}

.account-hv-content-list .cart-content .cart-item:last-child {
  margin-bottom: 0;
}

.account-hv-content-sidebar {
  width: calc(50% - 15px);
  order: 2;
  margin-left: 15px;
  display: flex;
  justify-content: space-between;
}

@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  .account-hv-content-sidebar {
    width: 270px;
    margin-left: 0;
    flex-direction: column;
  }
}

@media only screen and (max-width: 1024px) {
  .account-hv-content-sidebar {
    width: 100%;
    order: 1;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .account-hv-content-sidebar {
    flex-direction: column;
  }
}

.account-hv-shipping,
.account-hv-payment {
  width: calc(50% - 15px);
}

@media only screen and (min-width: 1024px) and (max-width: 1440px) {

  .account-hv-shipping,
  .account-hv-payment {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {

  .account-hv-shipping,
  .account-hv-payment {
    width: 100%;
  }
}

.account-hv-shipping h2,
.account-hv-payment h2 {
  font-size: 24px;
  line-height: 24px;
  font-family: 'NunitoSans-Bold';
  color: #303030;
}

.account-hv-shipping {
  margin-right: 15px;
}

@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  .account-hv-shipping {
    margin-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .account-hv-shipping {
    margin-right: 0;
  }
}

.account-hv-payment {
  margin-left: 15px;
}

@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  .account-hv-payment {
    margin-left: 0;
    margin-top: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .account-hv-payment {
    margin-left: 0;
    margin-top: 20px;
  }
}

.account-hv-sdc {
  margin-top: 30px;
}

.account-hv-sdc-block {
  margin-bottom: 20px;
}

.account-hv-sdc-block h3 {
  line-height: 22px;
  color: #303030;
  margin-bottom: 4px;
}

.account-hv-sdc-block p {
  font-size: 12px;
  line-height: 18px;
  color: #979797;
}

.account-hv-sdc-block a {
  font-size: 12px;
  line-height: 18px;
  text-decoration: underline;
  color: #2ea667;
}

.account-hv-sdc-block a:hover {
  text-decoration: none;
}

.account-hv-sdc-block:not(:last-of-type) {
  padding-bottom: 20px;
  border-bottom: 1px solid #EAEAEA;
}

.account-hv-sdc-block-order {
  max-width: 270px;
}

.account-hv-sdc-block-order li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 18px;
  color: #979797;
}

.account-hv-sdc-block-order li:last-child {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
  color: #303030;
  font-family: 'NunitoSans-Bold';
}

.account-hv-sdc-block-link {
  font-size: 14px !important;
  line-height: 19px !important;
  text-decoration: none !important;
  margin-top: 20px;
  display: inline-block;
}

.account-hv-sdc-block-link i {
  font-size: 16px;
  line-height: 19px;
  margin-right: 10px;
}

.account-design {
  margin: 70px 0;
}

@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  .account-design {
    margin: 70px 40px;
  }

  .account-design .category-toolbar-heder {
    align-items: center;
  }

  .account-design .category-toolbar-heder-wrap {
    display: block;
  }

  .account-design .category-toolbar-count {
    margin-left: 41px;
    width: auto;
  }

  .account-design .category-toolbar-count:before {
    display: block;
  }

  .account-design .category-toolbar-limiter,
  .account-design .category-toolbar-sorter {
    align-items: center;
    flex-direction: row;
  }

  .account-design .category-toolbar-limiter label,
  .account-design .category-toolbar-sorter label {
    margin-right: 12px;
  }
}

@media only screen and (max-width: 1024px) {
  .account-design {
    margin: 60px 30px;
  }
}

@media only screen and (max-width: 768px) {
  .account-design {
    margin: 30px 30px 40px;
  }

  .account-design .category-toolbar-count {
    margin-left: 0;
    width: 100%;
  }

  .account-design .category-toolbar-sorter {
    display: flex;
    margin-left: auto;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  .account-design-grid {
    max-width: 810px;
    margin: 30px auto 0;
  }
}

.account-design-grid .category-grid-item {
  width: 270px;
}

@media only screen and (max-width: 1440px) {
  .account-design-grid .category-grid-item {
    width: 250px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .account-design-grid .category-grid-item {
    width: calc(33.3% - 20px);
  }

  .account-design-grid .category-grid-item:nth-child(2n) {
    margin-right: 30px;
  }

  .account-design-grid .category-grid-item:nth-child(3n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .account-design-grid .category-grid-item {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .account-design-grid .category-grid-item-img {
    max-width: 100%;
  }
}

.account-design-grid .category-grid-item-img img {
  max-width: 170px;
}

.account-design-grid .category-grid-item .customizable-link {
  padding: 5px 15px;
}

@media only screen and (max-width: 768px) {
  .account-design-grid .category-grid-item .customizable-link {
    padding: 5px 10px;
  }
}

.account-design-grid .category-grid-item-shipping {
  padding: 10px 15px;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .account-design-grid .category-grid-item-shipping {
    padding: 10px;
  }
}

.account-design-grid .category-grid-item-shipping .remove_saved_design {
  align-self: baseline;
  margin-left: auto;
  margin-right: 0;
  cursor: pointer;
  color: #F4435A;
}

.account-design-grid .category-grid-item .error-delete-design {
  color: #F4435A;
  padding: 10px 15px;
}

.account-design-title {
  padding: 15px;
}

@media only screen and (max-width: 768px) {
  .account-design-title {
    margin-left: 50%;
  }
}

@media only screen and (max-width: 480px) {
  .account-design-title {
    margin-left: 0;
  }
}

.account-design-title h2 {
  font-size: 18px;
  line-height: 25px;
  font-family: 'NunitoSans-Bold';
  color: #303030;
  margin-bottom: 14px;
}

.account-design-title span {
  font-size: 14px;
  line-height: 21px;
  color: #979797;
}

.account-design-pager {
  display: flex;
  justify-content: center;
}

.account-manage {
  margin: 70px 0;
}

@media only screen and (max-width: 1440px) {
  .account-manage {
    margin: 70px 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .account-manage {
    margin: 40px 30px 60px;
  }
}

@media only screen and (max-width: 768px) {
  .account-manage {
    margin: 44px 30px 40px;
  }
}

@media only screen and (max-width: 480px) {
  .account-manage {
    margin: 30px 20px 40px;
  }
}

.account-manage h1 {
  font-size: 24px;
  line-height: 24px;
  color: #303030;
  font-family: 'NunitoSans-Bold';
}

@media only screen and (max-width: 1024px) {
  .account-manage h1 {
    margin-left: 10px;
    font-size: 18px;
    line-height: 18px;
  }
}

@media only screen and (max-width: 768px) {
  .account-manage h1 {
    margin-left: 0;
  }
}

@media only screen and (max-width: 480px) {
  .account-manage h1 {
    letter-spacing: -0.3px;
  }
}

.account-manage-content {
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  .account-manage-content {
    margin-top: 20px;
  }
}

.account-manage-content .account-manage-item:last-child {
  margin-bottom: 0;
}

.account-manage-item {
  margin-bottom: 20px;
  padding: 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  display: flex;
  justify-content: space-between;
}

.account-manage-item:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 1024px) {
  .account-manage-item {
    padding: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .account-manage-item-left {
    max-width: 55%;
  }
}

@media only screen and (max-width: 480px) {
  .account-manage-item {
    flex-direction: column;
  }

  .account-manage-item-left {
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.account-manage-item h2 {
  font-size: 24px;
  line-height: 33px;
  color: #303030;
  font-family: 'NunitoSans-Bold';
  margin-bottom: 8px;
}

@media only screen and (max-width: 1024px) {
  .account-manage-item h2 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 0;
  }
}

.account-manage-item p {
  line-height: 22px;
  color: #303030;
}

@media only screen and (max-width: 1024px) {
  .account-manage-item p {
    font-size: 14px;
    line-height: 19px;
  }
}

.account-manage-item-right {
  display: flex;
}

@media only screen and (max-width: 768px) {
  .account-manage-item-right {
    align-items: center;
  }
}

.account-manage-switch {
  margin-left: 20px;
  height: 30px;
}

.account-manage-switch-text {
  font-size: 24px;
  line-height: 24px;
  font-family: 'NunitoSans-Bold';
  color: #979797;
  height: 30px;
  position: relative;
  top: 1px;
}

.account-manage-switch-text.yes {
  color: #2ea667;
}

.account-reorder {
  margin: 70px 0;
}

@media only screen and (max-width: 1440px) {
  .account-reorder {
    margin: 70px 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .account-reorder {
    margin: 60px 30px;
  }
}

@media only screen and (max-width: 768px) {
  .account-reorder {
    margin: 30px 30px 50px;
  }
}

.account-reorder .account-design {
  margin: 0;
}

.account-reorder-content {
  max-width: 770px;
  margin: 53px auto 30px;
}

@media only screen and (max-width: 1440px) {
  .account-reorder-content {
    margin: 30px auto;
  }
}

@media only screen and (max-width: 1024px) {
  .account-reorder-content {
    max-width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .account-reorder-content {
    margin: 20px auto;
  }
}

.button-payment {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.button-payment .loader {
  margin-left: 20px;
}

.checkout {
  background-color: #FAFAFA;
  padding: 70px 0;
  max-width: 1920px;
  margin: 0 auto;
}

@media only screen and (max-width: 1440px) {
  .checkout {
    padding: 70px 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .checkout {
    padding: 40px 30px 60px;
  }
}

@media only screen and (max-width: 768px) {
  .checkout {
    padding: 40px 30px;
  }
}

@media only screen and (max-width: 480px) {
  .checkout {
    padding: 30px 20px;
  }
}

.checkout .wrap {
  max-width: 1170px;
  margin: 0 auto;
}

.checkout-steeps {
  margin-bottom: 70px;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}

@media only screen and (max-width: 768px) {
  .checkout-steeps {
    justify-content: flex-start;
  }
}

.checkout-steeps li {
  position: relative;
}

.checkout-steeps li:not(:first-child) {
  margin-left: 95px;
}

@media only screen and (max-width: 480px) {
  .checkout-steeps li:not(:first-child) {
    margin-left: 37px;
  }
}

.checkout-steeps li:not(:first-child):after {
  content: '';
  display: block;
  width: 130px;
  height: 1px;
  background-color: #979797;
  position: absolute;
  bottom: -3px;
  right: 42px;
}

@media only screen and (max-width: 480px) {
  .checkout-steeps li:not(:first-child):after {
    width: 70px;
  }
}

.checkout-steeps li.passed a {
  color: #4A4A4A;
}

.checkout-steeps li.passed a:after {
  background-color: #4A4A4A;
}

.checkout-steeps li.passed:after {
  background-color: #4A4A4A;
}

.checkout-steeps li.active a {
  color: #2ea667;
}

.checkout-steeps li.active a:after {
  background-color: #2ea667;
}

.checkout-steeps li.active:after {
  background-color: #2ea667;
}

.checkout-steeps li a {
  color: #979797;
  position: relative;
}

.checkout-steeps li a:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-color: #979797;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: -10px;
}

.checkout-content {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
  .checkout-content {
    flex-direction: column;
  }
}

.checkout-box {
  width: calc(100% - 400px);
  display: none;
}

.checkout-box[data-box="one"] {
  display: block;
}

@media only screen and (max-width: 1440px) {
  .checkout-box {
    width: calc(100% - 290px);
  }
}

@media only screen and (max-width: 1024px) {
  .checkout-box {
    width: 100%;
    order: 2;
  }
}

.checkout-box[data-box="foo"] {
  width: 100%;
}

.checkout-box[data-box="foo"] h2 {
  text-align: center;
}

.checkout-box>h2 {
  font-size: 24px;
  line-height: 24px;
  font-family: 'NunitoSans-Bold';
  color: #303030;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
  .checkout-box>h2 {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .checkout-box>h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.checkout-box-content {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  padding: 25px 30px;
}

.checkout-box-content:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 480px) {
  .checkout-box-content {
    padding: 20px;
  }
}

.checkout-box-content.mrb-70 {
  margin-bottom: 70px;
}

@media only screen and (max-width: 1024px) {
  .checkout-box-content.mrb-70 {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .checkout-box-content.mrb-70 {
    margin-bottom: 30px;
  }
}

.checkout-box-content.mrb-40 {
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .checkout-box-content.mrb-40 {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .checkout-box-content.mrb-40 {
    margin-bottom: 20px;
  }
}

.checkout-box-content .scaffold-form {
  margin-top: 20px;
}

.checkout-box-content .scaffold-form input.billing-submit,
.checkout-box-content .scaffold-form input.shipping-submit {
  display: none;
}

.checkout-box-content .scaffold-form .validation-advice {
  color: #F4435A;
  font-size: 14px;
  line-height: 24px;
}

.checkout-box-content .form-list ul li.mbp-20 {
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {

  .checkout-box-content .form-list ul li.mbp-20 .text-input:first-child,
  .checkout-box-content .form-list ul li.mbp-20 .input-box:first-child {
    margin-bottom: 20px;
  }
}

.checkout-box-content .form-list ul li.mbp-5 {
  margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {
  .checkout-box-content .form-list ul li.mbp-5 .input-box:first-child {
    margin-bottom: 20px;
  }
}

.checkout-box-content .form-list .fields {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .checkout-box-content .form-list .fields {
    flex-wrap: wrap;
  }
}

.checkout-box-content .form-list .text-input,
.checkout-box-content .form-list .input-box {
  width: calc(50% - 15px);
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {

  .checkout-box-content .form-list .text-input:first-child,
  .checkout-box-content .form-list .input-box:first-child {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 768px) {

  .checkout-box-content .form-list .text-input,
  .checkout-box-content .form-list .input-box {
    width: 100%;
  }
}

.checkout-box-content .form-list .text-input label,
.checkout-box-content .form-list .input-box label {
  font-size: 14px;
  line-height: 19px;
  color: #979797;
}

.checkout-box-content .form-list .text-input input,
.checkout-box-content .form-list .input-box input,
.checkout-box-content .form-list .text-input select,
.checkout-box-content .form-list .input-box select {
  width: 100%;
  height: 40px;
  line-height: 38px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #CCC;
  background-color: #fff;
  color: #303030;
  outline: none;
  padding: 0 30px 0 12px;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.checkout-box-content .form-list .text-input.select-box,
.checkout-box-content .form-list .input-box.select-box {
  position: relative;
}

.checkout-box-content .form-list .text-input.select-box:after,
.checkout-box-content .form-list .input-box.select-box:after {
  content: '\f107';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  font-size: 18px;
  line-height: 18px;
  pointer-events: none;
  position: absolute;
  bottom: 10px;
  right: 12px;
  color: #979797;
}

.checkout-box-content .form-list .full-width {
  width: 100%;
}

.checkout-box-content .input-check {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.checkout-box-content .input-check input {
  z-index: 1;
  margin: 0;
  padding: 0;
  font-size: 0;
}

.checkout-box-content .input-check input:checked+label:after {
  content: '\f00c';
  font-family: 'Font Awesome 5 Pro';
  font-size: 12px;
  color: #2ea667;
  position: absolute;
  left: 3px;
  bottom: 0;
}

@media only screen and (max-width: 480px) {
  .checkout-box-content .input-check input:checked+label:after {
    bottom: auto;
    top: 3px;
  }
}

.checkout-box-content .input-check label {
  font-size: 14px;
  line-height: 14px;
  color: #979797;
  position: relative;
  display: flex;
  align-items: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media only screen and (max-width: 480px) {
  .checkout-box-content .input-check label {
    display: inline;
    padding-left: 30px;
    margin-top: 5px;
  }
}

.checkout-box-content .input-check label:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #E0E0E0;
  margin-right: 6px;
}

@media only screen and (max-width: 480px) {
  .checkout-box-content .input-check label:before {
    margin-right: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.checkout-box-content .input-check .fa-info-circle {
  font-size: 14px;
  color: #979797;
  margin-left: 5px;
}

.checkout-box-btn button {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  font-size: 18px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  transition: all 0.3s;
  background: linear-gradient(270deg, #2ea667 0%, #39ab70 100%);
  outline: none;
  max-width: 236px;
  cursor: pointer;
  border: 0;
  font-family: 'NunitoSans-Bold';
  line-height: 48px;
}

.checkout-box-btn button:hover {
  background: linear-gradient(270deg, #1C6E4F 0%, #39ab70 100%);
}

@media only screen and (max-width: 1024px) {
  .checkout-box-btn button {
    max-width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .checkout-box-btn button {
    font-size: 16px;
    height: 40px;
    line-height: 38px;
  }
}

.checkout-billing-check input {
  position: absolute;
  font-size: 0;
}

.checkout-billing-check input:checked+label:after {
  content: '\f00c';
  font-family: 'Font Awesome 5 Pro';
  font-size: 12px;
  color: #2ea667;
  position: absolute;
  left: 3px;
  bottom: 0;
}

.checkout-billing-check label {
  color: #303030;
  position: relative;
  display: flex;
  align-items: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.checkout-billing-check label:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #E0E0E0;
  margin-right: 6px;
}

.checkout-sidebar {
  width: 270px;
  margin-left: 130px;
}

@media only screen and (max-width: 1440px) {
  .checkout-sidebar {
    width: 250px;
    margin-left: 46px;
  }
}

@media only screen and (min-width: 1024px) {
  .checkout-sidebar-hide-wrap {
    display: block !important;
  }
}

@media only screen and (max-width: 1024px) {
  .checkout-sidebar {
    width: 100%;
    margin-left: 0;
    order: 1;
    margin-bottom: 40px;
  }

  .checkout-sidebar-hide-wrap {
    display: none;
  }

  .checkout-sidebar-mobile {
    display: flex;
  }
}

.checkout-sidebar-mobile {
  display: none;
  justify-content: space-between;
  margin-bottom: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media only screen and (max-width: 768px) {
  .checkout-sidebar-mobile {
    margin-bottom: 17px;
  }
}

@media only screen and (max-width: 480px) {
  .checkout-sidebar-mobile {
    margin-bottom: 18px;
  }
}

.checkout-sidebar-mobile.open .fa-angle-down {
  -moz-transform: scale(1, -1);
  -webkit-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
  filter: FlipV;
  -ms-filter: "FlipV";
}

.checkout-sidebar-mobile h2 {
  font-size: 24px;
  line-height: 24px;
  font-family: 'NunitoSans-Bold';
  color: #303030;
}

@media only screen and (max-width: 768px) {
  .checkout-sidebar-mobile h2 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 480px) {
  .checkout-sidebar-mobile h2 {
    display: none;
  }
}

.checkout-sidebar-mobile .fa-shopping-cart {
  display: none;
  font-size: 18px;
  line-height: 24px;
  color: #303030;
}

@media only screen and (max-width: 480px) {
  .checkout-sidebar-mobile .fa-shopping-cart {
    display: inline-block;
  }
}

.checkout-sidebar-mobile-qty {
  font-size: 24px;
  line-height: 24px;
  color: #979797;
  display: inline-block;
  margin-right: 41px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .checkout-sidebar-mobile-qty {
    font-size: 18px;
  }
}

.checkout-sidebar-mobile-qty:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 24px;
  background-color: #D8D8D8;
  position: absolute;
  top: 0;
  right: -21px;
}

.checkout-sidebar-mobile-price {
  font-size: 24px;
  line-height: 24px;
  font-family: 'NunitoSans-Bold';
  color: #303030;
  margin-right: 20px;
}

@media only screen and (max-width: 768px) {
  .checkout-sidebar-mobile-price {
    font-size: 18px;
  }
}

.checkout-sidebar-mobile .fa-angle-down {
  font-size: 24px;
  line-height: 24px;
  color: #303030;
}

.checkout-sidebar-title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 30px;
}

.checkout-sidebar-title h2 {
  font-size: 24px;
  line-height: 24px;
  font-family: 'NunitoSans-Bold';
  color: #303030;
}

.checkout-sidebar-title a {
  font-size: 14px;
  line-height: 21px;
  color: #979797;
  text-decoration: underline;
}

.checkout-sidebar-title a:hover {
  text-decoration: none;
}

.checkout-sidebar-subtotal,
.checkout-sidebar-delivery,
.checkout-sidebar-tax {
  margin-bottom: 20px;
}

.checkout-sidebar-subtotal>div,
.checkout-sidebar-delivery>div,
.checkout-sidebar-tax>div {
  display: flex;
  justify-content: space-between;
}

.checkout-sidebar-subtotal .subtotal,
.checkout-sidebar-delivery .subtotal,
.checkout-sidebar-tax .subtotal,
.checkout-sidebar-subtotal .delivery,
.checkout-sidebar-delivery .delivery,
.checkout-sidebar-tax .delivery,
.checkout-sidebar-subtotal .tax,
.checkout-sidebar-delivery .tax,
.checkout-sidebar-tax .tax {
  line-height: 22px;
  color: #303030;
}

.checkout-sidebar-subtotal .price-subtotal,
.checkout-sidebar-delivery .price-subtotal,
.checkout-sidebar-tax .price-subtotal,
.checkout-sidebar-subtotal .price-delivery,
.checkout-sidebar-delivery .price-delivery,
.checkout-sidebar-tax .price-delivery,
.checkout-sidebar-subtotal .price-tax,
.checkout-sidebar-delivery .price-tax,
.checkout-sidebar-tax .price-tax {
  font-family: 'NunitoSans-Bold';
  color: #303030;
  line-height: 22px;
}

.checkout-sidebar-subtotal p,
.checkout-sidebar-delivery p,
.checkout-sidebar-tax p {
  font-size: 12px;
  line-height: 16px;
  color: #979797;
}

.checkout-sidebar #discount-coupon-form {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #D8D8D8;
}

.checkout-sidebar-final-price {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.checkout-sidebar-final-price span {
  font-family: 'NunitoSans-Bold';
  font-size: 18px;
  line-height: 24px;
  color: #303030;
}

.checkout-sidebar-btn {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  font-size: 18px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  transition: all 0.3s;
  background: linear-gradient(270deg, #2ea667 0%, #39ab70 100%);
  outline: none;
  border: 0;
  cursor: pointer;
  display: block;
  font-family: 'NunitoSans-Bold';
}

.checkout-sidebar-btn:hover {
  background: linear-gradient(270deg, #1C6E4F 0%, #39ab70 100%);
}

@media only screen and (max-width: 768px) {
  .checkout-sidebar-btn {
    height: 40px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 480px) {
  .checkout-sidebar-btn {
    font-size: 16px;
  }
}

.checkout-delivery {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .checkout-delivery {
    flex-direction: column;
  }
}

.checkout-delivery-items {
  order: 1;
  border-right: 1px solid #D8D8D8;
  padding-right: 40px;
}

@media only screen and (max-width: 1440px) {
  .checkout-delivery-items {
    width: calc(100% - 220px);
    padding-right: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .checkout-delivery-items {
    order: 2;
    width: 100%;
    padding-right: 0;
    border-right: 0;
  }
}

.checkout-delivery-items .cart-item {
  width: 420px;
}

@media only screen and (max-width: 1440px) {
  .checkout-delivery-items .cart-item {
    width: 100%;
  }
}

.checkout-delivery-items .cart-item-name {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 10px;
}

.checkout-delivery-items .cart-item-product-name span {
  font-size: 14px;
  line-height: 18px;
}

.checkout-delivery-items .cart-item-options {
  line-height: 11px;
  margin-top: 20px;
}

.checkout-delivery-items .cart-item-qty-wrap {
  width: 100%;
  font-size: 16px;
  padding: 5px 14px;
  margin-top: 20px;
}

.checkout-delivery-items .cart-item-reorder a {
  font-size: 12px;
  line-height: 16px;
}

.checkout-delivery-items .cart-item-wrap {
  width: calc(100% - 120px);
}

@media only screen and (max-width: 480px) {
  .checkout-delivery-items .cart-item-wrap {
    width: 100%;
  }
}

.checkout-delivery-items .cart-item-zoom {
  top: auto;
  right: auto;
  bottom: 23px;
  left: 16px;
}

.checkout-delivery-items .cart-item-img {
  width: 120px;
  padding: 0;
  align-items: flex-start;
}

.checkout-delivery-items .cart-item-img img {
  width: 120px;
  height: 120px;
}

@media only screen and (max-width: 480px) {
  .checkout-delivery-items .cart-item-img {
    width: 100%;
    height: 210px;
    margin-bottom: 15px;
    align-items: center;
  }

  .checkout-delivery-items .cart-item-img img {
    width: 100%;
    height: 170px;
  }
}

.checkout-delivery-items .cart-item .cart-thumbnail-wrap img {
  width: 42px;
  height: 42px;
  padding: 0;
}

.checkout-delivery-option {
  order: 2;
  margin-left: 40px;
}

@media only screen and (max-width: 1440px) {
  .checkout-delivery-option {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .checkout-delivery-option {
    order: 1;
    margin-left: 0;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

.checkout-delivery-option .validation-advice {
  font-size: 14px;
  color: #F4435A;
}

.checkout-delivery-option .cart-delivery-select-item label {
  font-size: 16px;
  line-height: 22px;
}

.checkout-delivery-option .cart-delivery-select-description {
  font-size: 12px;
  line-height: 16px;
}

.checkout-received-wrap {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  width: 100%;
  max-width: 370px;
  padding: 30px;
  margin: 0 auto;
  text-align: center;
}

.checkout-received-wrap:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 480px) {
  .checkout-received-wrap {
    max-width: 100%;
    padding: 30px 20px;
  }
}

.checkout-received-wrap p {
  line-height: 22px;
  color: #303030;
  margin-bottom: 30px;
}

.checkout-received-title {
  font-size: 18px;
  line-height: 24px;
  color: #303030;
  margin-bottom: 10px;
  font-family: 'NunitoSans-Bold';
}

.checkout-received-number {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 30px;
  color: #303030;
}

.checkout-received-number a {
  color: #2ea667;
}

.checkout-received-btn {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  font-size: 18px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  transition: all 0.3s;
  background: linear-gradient(270deg, #2ea667 0%, #39ab70 100%);
  outline: none;
  border: 0;
  cursor: pointer;
  display: block;
  font-family: 'NunitoSans-Bold';
}

.checkout-received-btn:hover {
  background: linear-gradient(270deg, #1C6E4F 0%, #39ab70 100%);
}

.checkout-payment-btn {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  font-size: 18px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  transition: all 0.3s;
  background: linear-gradient(270deg, #2ea667 0%, #39ab70 100%);
  outline: none;
  border: 0;
  cursor: pointer;
  display: block;
  font-family: 'NunitoSans-Bold';
  max-width: 202px;
}

.checkout-payment-btn:hover {
  background: linear-gradient(270deg, #1C6E4F 0%, #39ab70 100%);
}

@media only screen and (max-width: 1024px) {
  .checkout-payment-btn {
    max-width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .checkout-payment-btn {
    height: 40px;
    line-height: 40px;
  }
}

.checkout-payment-cart {
  margin-bottom: 20px;
}

.checkout-payment-paypal {
  margin-bottom: 30px;
}

@media only screen and (max-width: 480px) {
  .checkout-payment-paypal {
    margin-bottom: 20px;
  }
}

.checkout-payment-cart,
.checkout-payment-paypal {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  padding: 20px 30px 20px 20px;
}

.checkout-payment-cart:hover,
.checkout-payment-paypal:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 480px) {

  .checkout-payment-cart,
  .checkout-payment-paypal {
    padding: 20px;
  }
}

.checkout-payment-cart input:checked+label[for=cart-payment]:after,
.checkout-payment-paypal input:checked+label[for=cart-payment]:after,
.checkout-payment-cart input:checked+label[for=pal-payment]:after,
.checkout-payment-paypal input:checked+label[for=pal-payment]:after,
.checkout-payment-cart input:checked+label[for=p_method_checkmo]:after,
.checkout-payment-paypal input:checked+label[for=p_method_checkmo]:after,
.checkout-payment-cart input:checked+label[for=p_method_cashondelivery]:after,
.checkout-payment-paypal input:checked+label[for=p_method_cashondelivery]:after,
.checkout-payment-cart input:checked+label[for=p_method_paypal_express]:after,
.checkout-payment-paypal input:checked+label[for=p_method_paypal_express]:after,
.checkout-payment-cart input:checked+label[for=p_method_stripe_payments]:after,
.checkout-payment-paypal input:checked+label[for=p_method_stripe_payments]:after,
.checkout-payment-cart input:checked+label[for=p_method_ccsave]:after,
.checkout-payment-paypal input:checked+label[for=p_method_ccsave]:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #3BE388;
  position: absolute;
  top: 1px;
  left: -44px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.checkout-payment-cart label[for=cart-payment],
.checkout-payment-paypal label[for=cart-payment],
.checkout-payment-cart label[for=pal-payment],
.checkout-payment-paypal label[for=pal-payment],
.checkout-payment-cart label[for=p_method_checkmo],
.checkout-payment-paypal label[for=p_method_checkmo],
.checkout-payment-cart label[for=p_method_cashondelivery],
.checkout-payment-paypal label[for=p_method_cashondelivery],
.checkout-payment-cart label[for=p_method_paypal_express],
.checkout-payment-paypal label[for=p_method_paypal_express],
.checkout-payment-cart label[for=p_method_stripe_payments],
.checkout-payment-paypal label[for=p_method_stripe_payments],
.checkout-payment-cart label[for=p_method_ccsave],
.checkout-payment-paypal label[for=p_method_ccsave] {
  position: relative;
  font-size: 18px;
  line-height: 24px;
  font-family: 'NunitoSans-Bold';
  color: #303030;
  margin-left: 50px;
}

.checkout-payment-cart label[for=cart-payment] i,
.checkout-payment-paypal label[for=cart-payment] i,
.checkout-payment-cart label[for=pal-payment] i,
.checkout-payment-paypal label[for=pal-payment] i,
.checkout-payment-cart label[for=p_method_checkmo] i,
.checkout-payment-paypal label[for=p_method_checkmo] i,
.checkout-payment-cart label[for=p_method_cashondelivery] i,
.checkout-payment-paypal label[for=p_method_cashondelivery] i,
.checkout-payment-cart label[for=p_method_paypal_express] i,
.checkout-payment-paypal label[for=p_method_paypal_express] i,
.checkout-payment-cart label[for=p_method_stripe_payments] i,
.checkout-payment-paypal label[for=p_method_stripe_payments] i,
.checkout-payment-cart label[for=p_method_ccsave] i,
.checkout-payment-paypal label[for=p_method_ccsave] i {
  margin-right: 10px;
}

.checkout-payment-cart label[for=cart-payment]:before,
.checkout-payment-paypal label[for=cart-payment]:before,
.checkout-payment-cart label[for=pal-payment]:before,
.checkout-payment-paypal label[for=pal-payment]:before,
.checkout-payment-cart label[for=p_method_checkmo]:before,
.checkout-payment-paypal label[for=p_method_checkmo]:before,
.checkout-payment-cart label[for=p_method_cashondelivery]:before,
.checkout-payment-paypal label[for=p_method_cashondelivery]:before,
.checkout-payment-cart label[for=p_method_paypal_express]:before,
.checkout-payment-paypal label[for=p_method_paypal_express]:before,
.checkout-payment-cart label[for=p_method_stripe_payments]:before,
.checkout-payment-paypal label[for=p_method_stripe_payments]:before,
.checkout-payment-cart label[for=p_method_ccsave]:before,
.checkout-payment-paypal label[for=p_method_ccsave]:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -5px;
  left: -50px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #E0E0E0;
}

.checkout-payment-cart-wrap,
.checkout-payment-paypal-wrap {
  display: flex;
  margin-left: 55px;
  margin-top: 20px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {

  .checkout-payment-cart-wrap,
  .checkout-payment-paypal-wrap {
    flex-direction: column;
  }
}

.checkout-payment-cart-wrap>div,
.checkout-payment-paypal-wrap>div {
  width: 50%;
}

@media only screen and (max-width: 768px) {

  .checkout-payment-cart-wrap>div,
  .checkout-payment-paypal-wrap>div {
    width: 100%;
  }
}

.checkout-payment-cart-wrap>div label,
.checkout-payment-paypal-wrap>div label {
  display: block;
  font-size: 14px;
  color: #979797;
}

.checkout-payment-cart-wrap>div input,
.checkout-payment-paypal-wrap>div input,
.checkout-payment-cart-wrap>div select,
.checkout-payment-paypal-wrap>div select {
  width: 100%;
  height: 40px;
  padding: 0 12px;
  background-color: #fff;
  border: 1px solid #979797;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: none;
  font-size: 16px;
  color: #303030;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.checkout-payment-cart-cvv,
.checkout-payment-paypal-cvv {
  display: flex;
  align-items: flex-end;
  margin-left: 30px;
}

.checkout-payment-cart-cvv div,
.checkout-payment-paypal-cvv div {
  position: relative;
}

.checkout-payment-cart-cvv .fa-angle-down,
.checkout-payment-paypal-cvv .fa-angle-down {
  position: absolute;
  top: 36px;
  right: 10px;
  font-size: 20px;
  pointer-events: none;
}

.checkout-payment-cart-cvv .year,
.checkout-payment-paypal-cvv .year {
  margin-left: 10px;
}

.checkout-payment-cart-cvv .year-icons,
.checkout-payment-paypal-cvv .year-icons {
  top: 11px;
  right: -1px;
}

.checkout-payment-cart-cvv .ccv,
.checkout-payment-paypal-cvv .ccv {
  width: 75px;
}

@media only screen and (max-width: 768px) {

  .checkout-payment-cart-cvv,
  .checkout-payment-paypal-cvv {
    margin-left: 0;
    margin-top: 20px;
  }

  .checkout-payment-cart-cvv div,
  .checkout-payment-paypal-cvv div {
    width: 50%;
  }
}

.checkout-payment-cart-cvv div:last-child,
.checkout-payment-paypal-cvv div:last-child {
  margin-left: 30px;
}

.checkout-payment-pal-wrap {
  margin-top: 20px;
  margin-bottom: 10px;
}

.shipping-address-block {
  display: none;
}

.product {
  margin: 70px 0;
}

@media only screen and (max-width: 1440px) {
  .product {
    margin: 60px 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .product {
    margin: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .product {
    margin: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .product {
    margin: 10px 20px;
  }
}

.product .wrap {
  max-width: 1170px;
  margin: 0 auto;
}

.product-content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

@media only screen and (max-width: 1024px) {
  .product-content {
    flex-direction: column;
  }
}

.product-content-left {
  width: 50%;
  margin-right: 15px;
}

@media only screen and (max-width: 1440px) {
  .product-content-left {
    width: calc(100% - 290px);
    margin-right: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .product-content-left {
    width: 100%;
    margin-right: 0;
  }
}

.product-content-right {
  width: 50%;
  margin-left: 15px;
}

@media only screen and (max-width: 1440px) {
  .product-content-right {
    width: 250px;
    margin-left: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .product-content-right {
    width: 100%;
    margin-left: 0;
  }
}

.product-grouped {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}

@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  .product-grouped {
    flex-direction: column;
  }
}

@media only screen and (max-width: 768px) {
  .product-grouped {
    flex-direction: column;
  }
}

.product-grouped-item {
  width: calc(50% - 15px);
  background-color: #fff;
  box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
}

@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  .product-grouped-item {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .product-grouped-item {
    width: 100%;
    margin-bottom: 10px;
  }
}

.product-grouped-item-name {
  font-family: 'NunitoSans-Bold';
  line-height: 18px;
  color: #303030;
  margin-bottom: 5px;
}

.product-grouped-item-label {
  font-size: 12px;
  line-height: 16px;
  color: #979797;
  margin-bottom: 2px;
}

.product-grouped-item-img {
  margin: 10px;
}

.product-grouped-item-img img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}

.product-grouped-item-content {
  display: flex;
  flex-direction: column;
  padding: 10px 10px 10px 0;
}

.product-grouped-item-content .custom-select .selected {
  height: 30px;
  line-height: 29px;
  font-size: 14px;
  padding-left: 10px;
  color: #303030;
}

.product-grouped-item-content .custom-select .selected:after {
  top: 9px;
}

.product-grouped-item-content .custom-select ul {
  top: 29px;
}

.product-grouped-item-content .category-grid-item-price-wrap {
  display: none;
}

.product-add-to-cart {
  display: flex;
  justify-content: space-between;
}

@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  .product-add-to-cart {
    flex-direction: column;
    align-items: center;
  }
}

@media only screen and (max-width: 1024px) {
  .product-add-to-cart {
    align-items: center;
  }
}

@media only screen and (max-width: 768px) {
  .product-add-to-cart {
    flex-direction: column;
  }
}

.product-add-to-cart button {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  font-size: 18px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  transition: all 0.3s;
  background: linear-gradient(270deg, #2ea667 0%, #39ab70 100%);
  outline: none;
  max-width: 265px;
  cursor: pointer;
  border: 0;
  font-size: 16px;
  line-height: 47px;
}

.product-add-to-cart button:hover {
  background: linear-gradient(270deg, #1C6E4F 0%, #39ab70 100%);
}

@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  .product-add-to-cart button {
    height: 40px;
    line-height: 37px;
  }
}

@media only screen and (max-width: 768px) {
  .product-add-to-cart button {
    height: 40px;
    line-height: 37px;
  }
}

.product-add-to-cart button i {
  margin-right: 10px;
}

.product-add-to-cart-qty {
  font-size: 18px;
  line-height: 18px;
  font-family: 'NunitoSans-Bold';
  color: #303030;
}

@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  .product-add-to-cart-qty {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .product-add-to-cart-qty {
    margin-bottom: 10px;
  }
}

.product-add-to-cart-qty span {
  display: inline-block;
  margin-left: 4px;
}

.product-add-to-cart.top {
  padding-bottom: 29px;
  margin-bottom: 30px;
  border-bottom: 1px solid #D8D8D8;
}

@media only screen and (max-width: 1440px) {
  .product-add-to-cart.top {
    padding-bottom: 19px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .product-add-to-cart.top {
    display: none;
  }
}

.product-add-to-cart.bottom {
  padding-top: 29px;
  border-top: 1px solid #D8D8D8;
}

@media only screen and (max-width: 1440px) {
  .product-add-to-cart.bottom {
    padding-top: 19px;
  }
}

.product-price-block {
  margin-bottom: 30px;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .product-price-block {
    margin-bottom: 20px;
  }
}

.product-price-block p {
  line-height: 22px;
  color: #ADADAD;
}

.product-price-each {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 26px;
  color: #4A4A4A;
}

@media only screen and (max-width: 480px) {
  .product-price-each {
    font-size: 18px;
  }
}

.product-price-old {
  line-height: 22px;
  margin-bottom: 5px;
  color: #4A4A4A;
  text-decoration: line-through;
}

.product-price-new {
  font-family: 'NunitoSans-Bold';
  color: #2ea667;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 480px) {
  .product-price-new {
    font-size: 18px;
    line-height: 22px;
  }
}

.product-img-box {
  background-color: #fff;
  box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

@media only screen and (max-width: 480px) {
  .product-img-box {
    margin-bottom: 20px;
  }
}

.product-img-box .fa-search-plus {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  font-size: 36px;
  color: #4A4A4A;
}

@media only screen and (max-width: 480px) {
  .product-img-box .fa-search-plus {
    font-size: 24px;
    top: 10px;
    right: 10px;
  }
}

.product-img-box>img {
  width: 100%;
  height: 570px;
  object-fit: contain;
}

@media only screen and (max-width: 1440px) {
  .product-img-box>img {
    height: 654px;
  }
}

@media only screen and (max-width: 1024px) {
  .product-img-box>img {
    height: 688px;
  }
}

@media only screen and (max-width: 768px) {
  .product-img-box>img {
    height: 420px;
  }
}

@media only screen and (max-width: 480px) {
  .product-img-box>img {
    height: 280px;
  }
}

.product-img-box-thump {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 0 20px 20px 0;
}

@media only screen and (max-width: 480px) {
  .product-img-box-thump {
    padding: 0 10px 10px 0;
  }
}

.product-img-box-thump div a {
  display: inline-block;
  width: 80px;
  height: 80px;
  border: 1px solid #F0F0F0;
  background-color: #fff;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 480px) {
  .product-img-box-thump div a {
    width: 60px;
    height: 60px;
  }
}

.product-img-box-thump div:not(:last-child) {
  padding-right: 10px;
}

@media only screen and (max-width: 480px) {
  .product-img-box-thump div:not(:last-child) {
    padding-right: 6px;
  }
}

@media only screen and (min-width: 480px) {
  .product-img-box-thump div:nth-child(4)~div {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .product-img-box-thump div:nth-child(2)~div {
    display: none;
  }
}

.product-img-box-thump div img {
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .product-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 768px) {
  .product-name {
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
  }
}

.product-name h1 {
  font-family: 'NunitoSans-Bold';
  font-size: 32px;
  line-height: 40px;
  color: #303030;
  margin-bottom: 9px;
}

@media only screen and (max-width: 1024px) {
  .product-name h1 {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 768px) {
  .product-name h1 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

.product-name .product-show-details {
  display: none;
  font-family: 'NunitoSans-Bold';
  height: 40px;
  line-height: 38px;
  width: 100%;
  max-width: 142px;
  border: 1px solid #4A4A4A;
  color: #4A4A4A;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
}

.product-name .product-show-details i {
  margin-right: 7px;
}

@media only screen and (max-width: 1024px) {
  .product-name .product-show-details {
    display: inline-block;
  }
}

@media only screen and (max-width: 1024px) {
  .product-hidden-descr {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #D8D8D8;
  }

  .product-hidden-descr .wrap {
    padding-top: 30px;
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .product-hidden-descr {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}

.product-description {
  color: #4A4A4A;
  margin-bottom: 30px;
}

.product-description p {
  line-height: 24px;
}

.product-description ul {
  margin-left: 15px;
}

.product-description ul i,
.product-description ul em {
  color: #2ea667;
}

.product-attributes ul {
  display: flex;
  justify-content: start;
  flex-direction: row;
  flex-wrap: wrap;
}

.product-attributes ul li {
  display: inline-block;
  margin-bottom: 30px;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  padding: 0 15px;
  color: #979797;
}

.product-attributes ul li:not(:last-child) {
  border-right: 1px solid #EEEEEE;
}

.product-status {
  color: #4A4A4A;
}

.product-status a {
  color: #4A4A4A;
  text-decoration: underline;
  cursor: pointer;
}

.product-status a:hover {
  text-decoration: none;
}

.product-status .status-out {
  color: #F4435A;
}

.product-status .status-in {
  color: #2ea667;
}

.product-simple-top {
  background-image: url('../images/simple-banner.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 35px 0;
}

@media only screen and (max-width: 1440px) {
  .product-simple-top {
    padding: 29px 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .product-simple-top {
    padding: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .product-simple-top {
    background-size: auto;
    background-position: top right;
    background-color: #fff;
    padding: 0 20px 40px;
    overflow: hidden;
  }
}

@media only screen and (max-width: 480px) {
  .product-simple-top {
    padding: 0 20px 30px;
    background-position: 85% 0;
  }
}

@media only screen and (max-width: 768px) {
  .product-simple-top-wrap {
    background-color: #fff;
    margin-top: 230px;
    box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.1);
    padding: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .product-simple-top-wrap {
    margin-top: 210px;
    padding: 20px;
  }
}

.product-simple-top-wrap h1 {
  color: #fff;
  font-family: 'NunitoSans-Bold';
  font-size: 48px;
  line-height: 52px;
  margin-bottom: 16px;
}

@media only screen and (max-width: 1024px) {
  .product-simple-top-wrap h1 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .product-simple-top-wrap h1 {
    color: #303030;
    margin-bottom: 20px;
    text-align: center;
    font-size: 28px;
    line-height: 32px;
  }
}

.product-simple-top-wrap p {
  color: #EFEFEF;
  line-height: 22px;
  margin-bottom: 30px;
  max-width: 50%;
}

@media only screen and (max-width: 1440px) {
  .product-simple-top-wrap p {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .product-simple-top-wrap p {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .product-simple-top-wrap p {
    color: #303030;
    text-align: center;
    margin-bottom: 30px;
    max-width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .product-simple-top-wrap p {
    margin-bottom: 20px;
  }
}

.product-simple-top-wrap #product-addtocart-button {
  max-width: 165px;
  width: 100%;
  height: 50px;
  line-height: 48px;
  border: 0;
  cursor: pointer;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #fff;
  color: #2ea667;
  font-family: 'NunitoSans-Bold';
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  .product-simple-top-wrap #product-addtocart-button {
    background-color: #2ea667;
    color: #fff;
    max-width: 100%;
  }
}

.product-simple-top-wrap #product-addtocart-button i {
  margin-right: 4px;
}

.product-simple-content {
  background-color: #FAFAFA;
  padding: 70px 0;
}

@media only screen and (max-width: 1440px) {
  .product-simple-content {
    padding: 60px 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .product-simple-content {
    padding: 60px 30px;
  }
}

@media only screen and (max-width: 768px) {
  .product-simple-content {
    padding: 40px 30px;
  }
}

@media only screen and (max-width: 480px) {
  .product-simple-content {
    padding: 30px 20px;
  }
}

.product-simple-content .wrap {
  display: flex;
}

@media only screen and (max-width: 768px) {
  .product-simple-content .wrap {
    flex-direction: column;
  }
}

.product-simple-main-photo {
  width: calc(50% - 15px);
  margin-right: 15px;
}

@media only screen and (max-width: 768px) {
  .product-simple-main-photo {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.product-simple-main-photo img {
  width: 100%;
  object-fit: contain;
}

.product-simple-right {
  width: calc(50% - 15px);
  margin-left: 15px;
}

@media only screen and (max-width: 768px) {
  .product-simple-right {
    width: 100%;
    margin-left: 0;
  }
}

.product-simple-right h2 {
  font-family: 'NunitoSans-Bold';
  font-size: 32px;
  line-height: 40px;
  color: #303030;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  .product-simple-right h2 {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .product-simple-right h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}

.product-simple-right .product-status {
  margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
  .product-simple-right .product-status {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .product-simple-right .product-status {
    margin-bottom: 30px;
  }
}

.product-simple-right #product-addtocart-button {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  font-size: 18px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  transition: all 0.3s;
  background: linear-gradient(270deg, #2ea667 0%, #39ab70 100%);
  outline: none;
  border: 0;
  max-width: 165px;
  font-family: 'NunitoSans-Bold';
  font-size: 16px;
  line-height: 48px;
  cursor: pointer;
}

.product-simple-right #product-addtocart-button:hover {
  background: linear-gradient(270deg, #1C6E4F 0%, #39ab70 100%);
}

@media only screen and (max-width: 768px) {
  .product-simple-right #product-addtocart-button {
    max-width: 100%;
  }
}

.product-simple-right #product-addtocart-button i {
  margin-right: 4px;
}

.product-simple-thump {
  display: flex;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  .product-simple-thump {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .product-simple-thump {
    flex-wrap: wrap;
  }
}

.product-simple-thump div {
  background-color: #fff;
}

.product-simple-thump div:not(:last-child) {
  width: 25%;
}

@media only screen and (min-width: 480px) {
  .product-simple-thump div:not(:last-child) {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .product-simple-thump div:not(:last-child) {
    width: calc(50% - 5px);
  }
}

@media only screen and (max-width: 480px) {
  .product-simple-thump div:first-child {
    margin-right: 10px;
  }
}

.product-simple-thump div:last-child {
  width: 50%;
}

@media only screen and (max-width: 480px) {
  .product-simple-thump div:last-child {
    width: 100%;
    margin-top: 10px;
  }
}

.product-simple-thump div img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 135px;
}

.product-simple .wrap {
  max-width: 1170px;
  margin: 0 auto;
}

.product-simple-video {
  padding: 70px 0;
  background-color: #F0F0F0;
}

@media only screen and (max-width: 1440px) {
  .product-simple-video {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .product-simple-video {
    padding: 60px 30px;
  }
}

@media only screen and (max-width: 768px) {
  .product-simple-video {
    padding: 40px 30px;
  }
}

@media only screen and (max-width: 480px) {
  .product-simple-video {
    padding: 40px 20px;
  }
}

.product-simple-video .wrap {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

@media only screen and (max-width: 1024px) {
  .product-simple-video .wrap {
    display: block;
  }
}

.product-simple-video h2 {
  font-size: 40px;
  line-height: 55px;
  color: #303030;
  font-family: 'NunitoSans-Bold';
  margin-bottom: 9px;
}

@media only screen and (max-width: 1024px) {
  .product-simple-video h2 {
    text-align: center;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 480px) {
  .product-simple-video h2 {
    font-size: 28px;
    line-height: 30px;
  }
}

.product-simple-video p {
  color: #303030;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 40px;
  text-align: center;
}

@media only screen and (max-width: 1440px) {
  .product-simple-video p {
    max-width: 770px;
  }
}

@media only screen and (max-width: 1024px) {
  .product-simple-video p {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 27px;
  }
}

.product-simple-video-content {
  text-align: center;
}

.product-simple-video-content a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 770px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
  margin: 0 auto;
}

.product-simple-video-content a img {
  width: 100%;
  height: auto;
}

.product-simple-video-content a:before {
  content: url("data:image/svg+xml;charset=UTF-8, <svg viewBox='0 0 80 80' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M0 40C0 17.909 17.909 0 40 0s40 17.909 40 40-17.909 40-40 40S0 62.091 0 40zm33.825 14.62l20-12.5a2.503 2.503 0 000-4.24l-20-12.5A2.5 2.5 0 0030 27.5v25a2.499 2.499 0 003.825 2.12z' fill='white'/></svg>");
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
  z-index: 1;
}

.product-simple-video-content a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.product-simple-poker-cases-top {
  height: 360px;
  background-color: #CECECE;
}

@media only screen and (max-width: 1024px) {
  .product-simple-poker-cases-top {
    height: 290px;
  }
}

@media only screen and (max-width: 768px) {
  .product-simple-poker-cases-top {
    height: 100%;
    background-color: #F0F0F0;
    position: relative;
    padding-bottom: 30px;
  }

  .product-simple-poker-cases-top:after {
    content: '';
    width: 100%;
    height: 290px;
    background-color: #CECECE;
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media only screen and (max-width: 480px) {
  .product-simple-poker-cases-top {
    padding-bottom: 20px;
  }
}

.product-simple-poker-cases-top .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1170px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}

@media only screen and (max-width: 1440px) {
  .product-simple-poker-cases-top .wrap {
    padding: 0 40px 0 0;
  }
}

@media only screen and (max-width: 1024px) {
  .product-simple-poker-cases-top .wrap {
    padding: 10px 30px 10px 0;
  }
}

@media only screen and (max-width: 768px) {
  .product-simple-poker-cases-top .wrap {
    padding: 0 30px;
    flex-direction: column;
    z-index: 1;
  }
}

@media only screen and (max-width: 480px) {
  .product-simple-poker-cases-top .wrap {
    padding: 0 20px;
  }
}

.product-simple-poker-cases-top-banner {
  width: 100%;
  height: 100%;
  max-width: 600px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}

@media only screen and (max-width: 1440px) {
  .product-simple-poker-cases-top-banner {
    background-position: calc(100% - 20px) center;
  }
}

@media only screen and (max-width: 1024px) {
  .product-simple-poker-cases-top-banner {
    background-size: cover;
  }
}

@media only screen and (max-width: 768px) {
  .product-simple-poker-cases-top-banner {
    background-size: contain;
    background-position: center;
    height: 230px;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .product-simple-poker-cases-top-banner {
    height: 175px;
  }
}

.product-simple-poker-cases-top-info-block {
  width: 100%;
  max-width: 470px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  padding: 25px 30px 0;
}

.product-simple-poker-cases-top-info-block:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 1024px) {
  .product-simple-poker-cases-top-info-block {
    max-width: 344px;
    padding: 15px 20px 0;
  }
}

@media only screen and (max-width: 768px) {
  .product-simple-poker-cases-top-info-block {
    max-width: 100%;
  }
}

.product-simple-poker-cases-top-info-block h1 {
  font-size: 28px;
  line-height: 38px;
  font-family: 'NunitoSans-Bold';
  color: #303030;
}

@media only screen and (max-width: 1024px) {
  .product-simple-poker-cases-top-info-block h1 {
    font-size: 24px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 480px) {
  .product-simple-poker-cases-top-info-block h1 {
    line-height: 24px;
  }
}

.product-simple-poker-cases-top-info-block .rate {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  .product-simple-poker-cases-top-info-block .rate {
    margin-bottom: 15px;
  }
}

.product-simple-poker-cases-top-info-block .rate-star {
  margin-right: 5px;
}

@media only screen and (max-width: 480px) {
  .product-simple-poker-cases-top-info-block .rate-star {
    margin-right: 4px;
  }
}

.product-simple-poker-cases-top-info-block .rate-star i {
  color: #EEBC2A;
  font-size: 18px;
  line-height: 21px;
  margin-right: 2px;
}

@media only screen and (max-width: 480px) {
  .product-simple-poker-cases-top-info-block .rate-star i {
    margin-right: 1px;
    font-size: 16px;
    line-height: 18px;
  }
}

.product-simple-poker-cases-top-info-block .rate-count {
  color: #4A4A4A;
}

@media only screen and (max-width: 480px) {
  .product-simple-poker-cases-top-info-block .rate-count {
    font-size: 15px;
  }
}

.product-simple-poker-cases-top-info-block .rate-count span {
  margin-right: 5px;
  display: inline-block;
}

@media only screen and (max-width: 480px) {
  .product-simple-poker-cases-top-info-block .rate-count span {
    margin-right: 4px;
  }
}

.product-simple-poker-cases-top-info-block .description {
  margin-bottom: 25px;
  line-height: 22px;
  color: #979797;
}

@media only screen and (max-width: 1024px) {
  .product-simple-poker-cases-top-info-block .description {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .product-simple-poker-cases-top-info-block .description {
    font-size: 14px;
    line-height: 19px;
  }
}

@media only screen and (max-width: 480px) {
  .product-simple-poker-cases-top-info-block .description {
    font-size: 12px;
    line-height: 16px;
  }
}

.product-simple-poker-cases-top-info-block .bottom-bar {
  background-color: #FAFAFA;
  margin: 0 -30px;
  padding: 20px 30px;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 1024px) {
  .product-simple-poker-cases-top-info-block .bottom-bar {
    margin: 0 -20px;
    padding: 15px 20px;
  }
}

@media only screen and (max-width: 480px) {
  .product-simple-poker-cases-top-info-block .bottom-bar {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 480px) {
  .product-simple-poker-cases-top-info-block .bottom-bar .price {
    margin-bottom: 15px;
  }
}

.product-simple-poker-cases-top-info-block .bottom-bar .price span {
  font-size: 28px;
  line-height: 38px;
  color: #303030;
  font-family: 'NunitoSans-Bold';
}

.product-simple-poker-cases-top-info-block .bottom-bar #product-addtocart-button {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  font-size: 18px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  transition: all 0.3s;
  background: linear-gradient(270deg, #2ea667 0%, #39ab70 100%);
  outline: none;
  border: 0;
  cursor: pointer;
  max-width: 165px;
  font-family: 'NunitoSans-Bold';
  font-size: 16px;
}

.product-simple-poker-cases-top-info-block .bottom-bar #product-addtocart-button:hover {
  background: linear-gradient(270deg, #1C6E4F 0%, #39ab70 100%);
}

@media only screen and (max-width: 480px) {
  .product-simple-poker-cases-top-info-block .bottom-bar #product-addtocart-button {
    max-width: 100%;
  }
}

.product-simple-poker-cases-top-info-block .bottom-bar #product-addtocart-button i {
  margin-right: 5px;
}

.product-simple-poker-cases-bottom {
  background-color: #F0F0F0;
  max-width: 1920px;
  margin: 0 auto;
}

.product-simple-poker-cases-bottom .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1170px;
  margin: 0 auto;
  padding: 70px 0;
}

@media only screen and (max-width: 1440px) {
  .product-simple-poker-cases-bottom .wrap {
    padding: 70px 40px;
    justify-content: center;
  }
}

@media only screen and (max-width: 1024px) {
  .product-simple-poker-cases-bottom .wrap {
    padding: 60px 30px;
    flex-direction: column;
  }
}

@media only screen and (max-width: 768px) {
  .product-simple-poker-cases-bottom .wrap {
    padding: 40px 30px;
  }
}

@media only screen and (max-width: 480px) {
  .product-simple-poker-cases-bottom .wrap {
    padding: 40px 20px;
  }
}

.product-simple-poker-cases-bottom .feature {
  max-width: 470px;
  width: 100%;
}

@media only screen and (max-width: 1440px) {
  .product-simple-poker-cases-bottom .feature {
    max-width: 457px;
    margin-right: 15px;
  }
}

@media only screen and (max-width: 1024px) {
  .product-simple-poker-cases-bottom .feature {
    margin-right: 0;
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .product-simple-poker-cases-bottom .feature {
    margin-bottom: 60px;
    max-width: 100%;
  }
}

.product-simple-poker-cases-bottom .feature h2 {
  color: #303030;
  font-size: 40px;
  line-height: 54px;
  font-family: 'NunitoSans-Bold';
  margin-bottom: 40px;
}

@media only screen and (max-width: 1024px) {
  .product-simple-poker-cases-bottom .feature h2 {
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .product-simple-poker-cases-bottom .feature h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .product-simple-poker-cases-bottom .feature h2 {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}

.product-simple-poker-cases-bottom .feature .attribute-block {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
}

.product-simple-poker-cases-bottom .feature .attribute-block:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

.product-simple-poker-cases-bottom .feature .attribute-block .row-r {
  display: flex;
  flex-direction: row;
  height: 50px;
  line-height: 50px;
}

@media only screen and (max-width: 480px) {
  .product-simple-poker-cases-bottom .feature .attribute-block .row-r {
    flex-direction: column;
    align-items: center;
    height: auto;
    line-height: normal;
  }
}

.product-simple-poker-cases-bottom .feature .attribute-block .row-r:first-child {
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}

.product-simple-poker-cases-bottom .feature .attribute-block .row-r:last-child {
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
}

.product-simple-poker-cases-bottom .feature .attribute-block .row-r:nth-child(odd) {
  background-color: #FAFAFA;
}

.product-simple-poker-cases-bottom .feature .attribute-block .row-r .col-l {
  width: 170px;
  border-right: 1px solid #EEEEEE;
  padding-left: 16px;
  color: #979797;
}

@media only screen and (max-width: 480px) {
  .product-simple-poker-cases-bottom .feature .attribute-block .row-r .col-l {
    padding-left: 0;
    padding-top: 15px;
    width: 100%;
    border-right: 0;
    margin-bottom: 7px;
    text-align: center;
  }
}

.product-simple-poker-cases-bottom .feature .attribute-block .row-r .col-l i {
  display: inline-block;
  margin-right: 10px;
}

.product-simple-poker-cases-bottom .feature .attribute-block .row-r .col-r {
  padding: 0 16px;
}

@media only screen and (max-width: 480px) {
  .product-simple-poker-cases-bottom .feature .attribute-block .row-r .col-r {
    text-align: center;
    padding: 0;
    padding-bottom: 15px;
  }
}

.product-simple-poker-cases-bottom .poker-case-block {
  max-width: 570px;
}

@media only screen and (max-width: 1440px) {
  .product-simple-poker-cases-bottom .poker-case-block {
    max-width: 457px;
    margin-left: 15px;
  }
}

@media only screen and (max-width: 1024px) {
  .product-simple-poker-cases-bottom .poker-case-block {
    max-width: 100%;
    margin-left: 0;
  }
}

.product-simple-poker-cases-bottom .poker-case-block h2 {
  font-size: 28px;
  line-height: 28px;
  color: #303030;
  margin-bottom: 20px;
  font-family: 'NunitoSans-Bold';
}

@media only screen and (max-width: 1024px) {
  .product-simple-poker-cases-bottom .poker-case-block h2 {
    margin-bottom: 10px;
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .product-simple-poker-cases-bottom .poker-case-block h2 {
    font-size: 26px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 480px) {
  .product-simple-poker-cases-bottom .poker-case-block h2 {
    font-size: 28px;
    line-height: 28px;
  }
}

.product-simple-poker-cases-bottom .poker-case-block p {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 30px;
  color: #4A4A4A;
}

@media only screen and (max-width: 1024px) {
  .product-simple-poker-cases-bottom .poker-case-block p {
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .product-simple-poker-cases-bottom .poker-case-block p {
    font-size: 16px;
    line-height: 21px;
  }
}

.tems-page {
  background-color: #FAFAFA;
}

.tems-page .wrap {
  max-width: 1170px;
  margin: 0 auto;
  padding: 73px 0 62px;
}

@media only screen and (max-width: 1270px) {
  .tems-page .wrap {
    padding: 65px 40px 70px;
  }
}

@media only screen and (max-width: 1024px) {
  .tems-page .wrap {
    padding: 60px 40px;
  }
}

@media only screen and (max-width: 768px) {
  .tems-page .wrap {
    padding: 40px 30px;
  }
}

@media only screen and (max-width: 480px) {
  .tems-page .wrap {
    padding: 40px 20px;
  }
}

.tems-page h1 {
  color: #303030;
  font-family: 'NunitoSans-Bold';
  font-size: 40px;
  line-height: 55px;
  text-align: center;
  margin-bottom: 9px;
}

@media only screen and (max-width: 1024px) {
  .tems-page h1 {
    font-size: 32px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 480px) {
  .tems-page h1 {
    font-size: 28px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 1024px) {
  .tems-page h1 {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 480px) {
  .tems-page h1 {
    margin-bottom: 5px;
  }
}

.tems-page-info {
  display: block;
  color: #4A4A4A;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 70px;
}

@media only screen and (max-width: 1024px) {
  .tems-page-info {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .tems-page-info {
    margin-bottom: 40px;
  }
}

.tems-page-content p {
  color: #4A4A4A;
  font-size: 18px;
  line-height: 28px;
}

.tems-page-content p:not(:last-child) {
  margin-bottom: 70px;
}

@media only screen and (max-width: 1024px) {
  .tems-page-content p:not(:last-child) {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .tems-page-content p:not(:last-child) {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 1270px) {
  .tems-page-content p {
    font-size: 16px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 768px) {
  .tems-page-content p {
    font-size: 14px;
    line-height: 21px;
  }
}

.tems-page-content h2 {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #1CAA61;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .tems-page-content h2 {
    margin-bottom: 20px;
  }
}

.tems-page-content a {
  color: #2ea667;
  text-decoration: underline;
}

.tems-page-content a:hover {
  text-decoration: none;
}

.tems-page-content ul,
.tems-page-content ol {
  margin-bottom: 70px;
  margin-left: 15px;
}

.tems-page-content ul li,
.tems-page-content ol li {
  color: #4A4A4A;
  font-size: 18px;
  line-height: 28px;
}

@media only screen and (max-width: 1270px) {

  .tems-page-content ul li,
  .tems-page-content ol li {
    font-size: 16px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 768px) {

  .tems-page-content ul li,
  .tems-page-content ol li {
    font-size: 14px;
    line-height: 21px;
  }
}

.tems-page-content ul li:not(:last-child),
.tems-page-content ol li:not(:last-child) {
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {

  .tems-page-content ul li:not(:last-child),
  .tems-page-content ol li:not(:last-child) {
    margin-bottom: 20px;
  }
}

.tems-page-content ol {
  list-style: lower-alpha;
}

.tems-page-content ul {
  list-style: disc;
}

.contact-page .wrap {
  max-width: 1920px;
  margin: 0 auto;
  padding: 70px 0 120px;
  background-color: #FAFAFA;
}

@media only screen and (max-width: 1270px) {
  .contact-page .wrap {
    padding: 70px 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .contact-page .wrap {
    padding: 60px 40px 70px;
  }
}

@media only screen and (max-width: 768px) {
  .contact-page .wrap {
    padding: 60px 30px 70px;
  }
}

@media only screen and (max-width: 480px) {
  .contact-page .wrap {
    padding: 30px 20px 40px;
  }
}

.contact-page-title {
  text-align: center;
  margin-bottom: 70px;
}

@media only screen and (max-width: 1270px) {
  .contact-page-title {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 1024px) {
  .contact-page-title {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 480px) {
  .contact-page-title {
    margin-bottom: 20px;
  }
}

.contact-page-title h1 {
  color: #303030;
  font-family: 'NunitoSans-Bold';
  font-size: 40px;
  line-height: 55px;
  margin-bottom: 9px;
}

@media only screen and (max-width: 1024px) {
  .contact-page-title h1 {
    font-size: 32px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 480px) {
  .contact-page-title h1 {
    font-size: 28px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 1024px) {
  .contact-page-title h1 {
    margin-bottom: 0;
  }
}

.contact-page-title p {
  font-size: 20px;
  line-height: 26px;
  color: #4A4A4A;
}

@media only screen and (max-width: 1024px) {
  .contact-page-title p {
    font-size: 18px;
    line-height: 27px;
  }
}

.contact-page-top-link {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
  .contact-page-top-link {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .contact-page-top-link {
    margin-bottom: 30px;
    flex-direction: column;
  }
}

@media only screen and (max-width: 480px) {
  .contact-page-top-link {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .contact-page-top-link-phone {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .contact-page-top-link-phone {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .contact-page-top-link-phone {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .contact-page-top-link-chat {
    margin-left: 15px;
  }
}

.contact-page-top-link-phone,
.contact-page-top-link-chat {
  width: 100%;
  max-width: 470px;
  height: 120px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}

.contact-page-top-link-phone:hover,
.contact-page-top-link-chat:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 768px) {

  .contact-page-top-link-phone,
  .contact-page-top-link-chat {
    max-width: 100%;
  }
}

@media only screen and (max-width: 480px) {

  .contact-page-top-link-phone,
  .contact-page-top-link-chat {
    height: 84px;
  }
}

.contact-page-top-link-phone>a,
.contact-page-top-link-chat>a {
  display: flex;
  align-items: center;
  height: 100%;
}

.contact-page-top-link-phone-icons,
.contact-page-top-link-chat-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  box-shadow: 0 1px 5px rgba(206, 206, 206, 0.5);
  -webkit-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
  margin-right: 30px;
}

@media only screen and (max-width: 480px) {

  .contact-page-top-link-phone-icons,
  .contact-page-top-link-chat-icons {
    margin-right: 10px;
    width: 60px;
    height: 84px;
    align-items: flex-start;
  }
}

.contact-page-top-link-phone-icons i,
.contact-page-top-link-chat-icons i {
  font-size: 36px;
  color: #EEBC2A;
}

@media only screen and (max-width: 480px) {

  .contact-page-top-link-phone-icons i,
  .contact-page-top-link-chat-icons i {
    font-size: 20px;
    position: relative;
    top: 20px;
  }
}

.contact-page-top-link-phone-number span,
.contact-page-top-link-chat-number span {
  font-size: 20px;
  line-height: 27px;
  font-family: 'NunitoSans-Bold';
  color: #303030;
}

@media only screen and (max-width: 480px) {

  .contact-page-top-link-phone-number span,
  .contact-page-top-link-chat-number span {
    line-height: 20px;
    margin-bottom: 3px;
  }
}

.contact-page-top-link-phone-number p,
.contact-page-top-link-chat-number p {
  line-height: 25px;
  color: #4A4A4A;
}

@media only screen and (max-width: 1024px) {

  .contact-page-top-link-phone-number p,
  .contact-page-top-link-chat-number p {
    max-width: 115px;
  }
}

@media only screen and (max-width: 768px) {

  .contact-page-top-link-phone-number p,
  .contact-page-top-link-chat-number p {
    max-width: 100%;
  }
}

@media only screen and (max-width: 480px) {

  .contact-page-top-link-phone-number p,
  .contact-page-top-link-chat-number p {
    font-size: 14px;
  }
}

.contact-page-separator {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 20px;
  font-family: 'NunitoSans-Bold';
  color: #303030;
}

@media only screen and (max-width: 1024px) {
  .contact-page-separator {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .contact-page-separator {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .contact-page-separator {
    margin-bottom: 20px;
  }
}

.contact-page-separator:before,
.contact-page-separator:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #CCC;
  margin: 0 10px;
}

.contact-page-form {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  width: 100%;
  max-width: 570px;
  margin: 0 auto;
  padding: 30px;
}

.contact-page-form:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 768px) {
  .contact-page-form {
    max-width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .contact-page-form {
    padding: 20px;
  }
}

.contact-page-form-title {
  display: flex;
  margin-bottom: 30px;
}

@media only screen and (max-width: 480px) {
  .contact-page-form-title {
    margin-bottom: 20px;
  }
}

.contact-page-form-title-email strong {
  font-size: 20px;
  line-height: 27px;
  color: #303030;
}

@media only screen and (max-width: 480px) {
  .contact-page-form-title-email strong {
    line-height: 20px;
  }
}

.contact-page-form-title-email p {
  line-height: 25px;
  color: #4A4A4A;
}

@media only screen and (max-width: 480px) {
  .contact-page-form-title-email p {
    font-size: 14px;
    line-height: 21px;
  }
}

.contact-page-form-icons {
  margin-right: 30px;
  font-size: 36px;
  color: #EEBC2A;
  position: relative;
  top: 5px;
}

@media only screen and (max-width: 480px) {
  .contact-page-form-icons {
    font-size: 20px;
    margin-right: 18px;
    top: 2px;
  }
}

.contact-page-form-fieldset .field {
  margin-bottom: 10px;
}

.contact-page-form-fieldset .field label {
  font-size: 14px;
  line-height: 19px;
  color: #979797;
}

.contact-page-form-fieldset .field input,
.contact-page-form-fieldset .field textarea {
  width: 100%;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #CCC;
  background-color: #fff;
  padding: 0 10px;
  color: #303030;
  box-shadow: none;
  outline: none;
}

.contact-page-form-fieldset .field input.validation-failed,
.contact-page-form-fieldset .field textarea.validation-failed {
  border-color: #e15150;
}

.contact-page-form-fieldset .field textarea {
  height: 210px;
  resize: none;
}

.contact-page-form-fieldset .field .validation-advice {
  color: #F4435A;
  font-size: 13px;
}

.contact-page-form-fieldset .field .input-file-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.contact-page-form-fieldset .field .input-file-item p {
  font-size: 14px;
  color: #2ea667;
}

.contact-page-form-fieldset .field .input-file-item .file-to-upload {
  display: none;
}

.contact-page-form-fieldset .field .input-file-item .close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  font-size: 21px;
  color: #F4435A;
}

.contact-page-form-fieldset .field #attach-file {
  color: #2ea667;
  font-size: 14px;
  line-height: 19px;
}

.contact-page-form-fieldset .field.file {
  margin-bottom: 20px;
}

.contact-page-form-fieldset .field.recaptcha {
  margin-bottom: 30px;
}

.contact-page-form-fieldset .buttons-set {
  text-align: center;
}

.contact-page-form-fieldset .buttons-set .button {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  font-size: 18px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  transition: all 0.3s;
  background: linear-gradient(270deg, #2ea667 0%, #39ab70 100%);
  outline: none;
  border: 0;
  cursor: pointer;
  max-width: 170px;
}

.contact-page-form-fieldset .buttons-set .button:hover {
  background: linear-gradient(270deg, #1C6E4F 0%, #39ab70 100%);
}

@media only screen and (max-width: 480px) {
  .contact-page-form-fieldset .buttons-set .button {
    max-width: 240px;
  }
}

.contact-page-form-fieldset .recaptcha-set {
  margin-top: 30px;
}