/** Shopify CDN: Minification failed

Line 1476:12 Unexpected "{"

**/
@font-face {
  font-family: "Superclarendon Rg";
  src: url("SuperclarendonRg.woff2") format("woff2"),
    url("SuperclarendonRg.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Superclarendon Rg bold";
  src: url("SuperclarendonRg-Bold.woff2") format("woff2"),
    url("SuperclarendonRg-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica bold";
  src: url("Helvetica-Bold.woff2") format("woff2"),
    url("Helvetica-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  color: #000000;
}
a:hover {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
a:hover {
  color: #000;
}
img {
  object-fit: cover;
  vertical-align: middle;
  -webkit-touch-callout: none;
}
input,
select {
  vertical-align: middle;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus,
input[type="submit"]:focus {
  outline: 0;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9aa1ab;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #9aa1ab;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #9aa1ab;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #9aa1ab;
}
html,
body {
  height: 100%;
}
body {
  font-family: "Superclarendon Rg";
  color: #000;
}

/*Header*/
.header {
  padding: 35px 0 30px;
}
.header .col-md-6:first-child {
  display: flex;
  align-items: center;
}
.web-name {
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  margin-top: 4px;
}
.web-name a {
  color: #fff
}
.header ul {
  display: flex;
}
.header ul li {
  position: relative;
  padding: 0px 26px 0 0;
}
.header ul li a {
  font-size: 22px;
  font-weight: bold;
  color: #539898;
}
.header ul li a.active {
  color: #83ad1c;
}
.header .cart-count {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header .cart-count .cart-items {
  font-size: 16px;
  color: #5a7e34;
  font-family: "Helvetica";
  font-weight: bold;
  background: #fff;
  padding: 6px 25px 6px 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.header .cart-count .cart-items span {
  color: #000;
  border-bottom: 1px solid #000;
}
.header .cart-count .cart-checkout {
  color: #5a7e34;
  font-size: 16px;
  background: #9acb21;
  font-family: "Helvetica";
  font-weight: bold;
  padding: 6px 25px 6px 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.header-top {
  background-image: url("top-bar-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  padding: 5px 0 7px;
}
.header-top-insta a {
  font-size: 14px;
  font-family: "Helvetica";
  color: #fff;
}
.header-top-insta .ighandle {
  font-weight: bold;
  font-family: "Helvetica bold";
}
.header-top-insta img {
  margin-right: 10px;
}
.member-login, .welcome-user{
  border-bottom: 1px solid #fff;
  padding-bottom: 2px;
  margin-right: 15px;
}

.welcome-user{
  border:none;
}

footer {
  font-size: 14px;
  padding-top: 81px;
  padding-bottom: 40px;
}
footer ul li {
  display: inline-block;
}

footer ul li a {
  font-family: "Helvetica";
  text-decoration: underline;
  padding-right: 12px;
}

footer .copyright {
  font-family: "Helvetica";
  text-align: left;
  padding-top: 8px;
}

.user {
  font-size: 14px;
  font-family: "Helvetica";
  color: #fff;
  text-align: right;
}
.user a {
  font-weight: bold;
  font-family: "Helvetica bold";

  color: #fff;
}
.cart {
  font-size: 14px;
  font-family: "Helvetica";
  color: #fff;
  font-weight: bold;
  text-align: right;
  padding-top: 9px;
  position: relative;
  padding-right: 22px;
}
.cart a {
  color: #fff;
}
.cart img {
  margin-left: 7px;
  position: absolute;
  top: 6px;
}

/*PLP*/
.plp {
  padding: 90px 0;
}
.plp h2 {
  font-size: 22px;
  font-weight: bold;
}
.plp label {
  font-size: 16px;
  color: #676767;
  font-family: "Helvetica";
  margin-right: 10px;
}
.plp .filter-row,
.plp .list-title {
  margin-bottom: 25px;
  align-items: center;
}
.plp .filter-row .col-md-6:last-child {
  text-align: right;
}
.plp select {
  border: 1px solid #83ad1c;
  padding: 10px 70px 10px 10px;
  -webkit-appearance: none;
  font-family: "Helvetica";
  color: #676767;
  background-color: #fff;
}
.plp .sort-by {
  position: relative;
  display: inline-block;
  background-color: #fff;
}
.plp .sort-by:before {
  content: "";
  background-image: url("sort-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 6px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.plp-listing {
  margin-bottom: 30px;
  position: relative;
}
.plp-listing-img img {
  height: 350px;
  width: 350px;
}
.plp-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 16px;
  color: #fff;
  font-family: "Helvetica";
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
  background: rgb(0 0 0 / 50%);
}
.plp nav {
  padding-top: 50px;
}
.page-item:first-child .page-link {
  color: #9be076;
  border-radius: 0;
}
.page-item:first-child .page-link:hover {
  color: #000;
}
.page-link {
  border: 2px solid #cccccc;
  border-top: 0;
  border-bottom: 0;
  border-radius: 0;
  border-right: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: "Helvetica";
  font-weight: bold;
  color: #000;
  font-size: 16px;
}
.page-link.previous {
  color: #999999;
}
.page-link:hover {
  color: #000;
  background: #9be076;
}
.page-link:focus {
  outline: none;
  box-shadow: none;
}

/*PDP*/
.pdp,
.plp {
  padding: 25px 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(240, 240, 240, 1) 20%,
    rgba(240, 240, 240, 1) 80%,
    rgba(255, 255, 255, 1) 100%
  );
}
.pdp-img img {
  height: auto;
  width: 100%;
}
.pdp-content h1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 14px;
}
.pdp-content p {
  padding-bottom: 20px;
  line-height: 20px;
  font-size: 16px;
  font-family: "Helvetica";
}
.price {
  font-size: 22px;
  font-weight: bold;
}
.add-to-cart {
  font-size: 22px;
  text-align: center;
  background: #000;
  border-radius: 7px;
  padding: 5px 0 8px;
  color: #9acb21;
  font-weight: bold;
  border: 1px solid #9acb21;
}

.add-to-cart.checkout {
  background: #9acb21;
  color: #000;
}

.add-to-cart a {
  color: #9acb21;
  border-bottom: 1px solid #9acb21;
}
.add-to-cart span {
  font-size: 18px;
}
.pdp-content .row {
  align-items: center;
}

.pdp .mobile-title {
  font-size: 20px;
  padding-bottom: 12px;
  text-align: center;
}
.return-click {
  margin-top: 70px;
}
.return-click a {
  font-size: 16px;
  font-family: "Helvetica";
  text-decoration: underline;
}
.slick-slide {
  padding: 5px;
  padding-bottom: 0;
  text-align: center;
  margin-right: 15px;
  margin-left: 15px;
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  z-index: 100;
  font-size: 2.5em;
  height: 40px;
  width: 40px;
  margin-top: -20px;
  color: #b7b7b7;
  position: absolute;
  top: 50%;
  text-align: center;
  color: #000;
  opacity: 0.3;
  transition: opacity 0.25s;
  cursor: pointer;
}
.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
  opacity: 0.65;
}
.slick-slider .slick-prev {
  left: 0;
}
.slick-slider .slick-next {
  right: 0;
}

.product-images {
  width: 100%;
  margin: 0 auto;
}
.product-images li,
.product-images figure,
.product-images a,
.product-images img {
  display: block;
  outline: none;
  border: none;
}
.product-images .main-img-slider figure {
  margin: 0 auto;
  padding: 0 2em;
}
.product-images .main-img-slider figure a {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.product-images .main-img-slider figure a img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.product-images .slick-initialized .slick-slide {
  margin: 0;
  padding: 0;
}

.slick-slide {
  /* opacity:50%; */
  position: relative;
}

.thumb-overlay {
  width: 100%;
  height: 100%;
  background: black;
  position: absolute;
  top: 2px;
  z-index: 99;
  opacity: 0.6;
}

.slick-slide.slick-current.slick-active .thumb-overlay {
  opacity: 0;
}

.product-images .thumb-nav .slick-current.slick-active {
  position: relative;
  opacity: 100%;
}
.product-images .thumb-nav .slick-current.slick-active:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgb(62 62 62 / 55%); */
}

.product-bg-img {
  width: 100px;
  height: 100px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.collection-list-bg-img {
  width: 100%;
  height: 292px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.product-images .thumb-nav {
  margin: 0 auto;
  width: 100%;
  margin-bottom: 4px;
}
.product-images .thumb-nav.slick-slider .slick-prev,
.product-images .thumb-nav.slick-slider .slick-next {
  font-size: 2em;
  height: 20px;
  width: 26px;
  /* margin-top: -10px; */
}
/* .product-images .thumb-nav.slick-slider .slick-prev {
  margin-left: -30px;
} */
/* .product-images .thumb-nav.slick-slider .slick-next {
  margin-right: -30px;
} */
/* .slick-list.draggable{
	height:500px !important;
} */

.product-form__variants{
  width:100%;
}
.product-images .thumb-nav.slick-slider .slick-prev {
  opacity: 1;
  top: 20px;
  bottom: auto;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: #00000073;
  width: 100%;
  height: 36px;
  color: #fff;
}
.product-images .thumb-nav.slick-slider .slick-next {
  opacity: 1;
  top: auto;
  bottom: 0px;
  left: auto;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: #00000073;
  width: 99.1%;
  height: 36px;
  color: #fff;
}
.product-images .thumb-nav.slick-slider .slick-next i,
.product-images .thumb-nav.slick-slider .slick-prev i {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.product-images .thumb-nav.slick-slider .slick-prev i {
  top: 10px;
}
.product-images .thumb-nav li {
  display: block;
  margin-bottom: 12px !important;
  cursor: pointer;
  padding: 0;
}
.product-images .thumb-nav li img {
  display: block;
  width: 100%;
  /*max-width: 145px;*/
  margin: 0 auto;
  border: 2px solid transparent;
  -webkit-transition: border-color 0.25s;
  -ms-transition: border-color 0.25s;
  -moz-transition: border-color 0.25s;
  transition: border-color 0.25s;
}
.product-images .thumb-nav li.slick-current img {
  border-color: transparent;
}
.vector-img {
  text-align: center;
}
.vector-img img {
  height: auto;
  width: auto;
}
.padding-t57{
  padding-top:57px;
}
.padding-t37{
  padding-top:37px;
}

.cardlogos {
  /* padding-top: 12px; */
  padding-left: 0;
  padding-right: 0;
  text-align: right;
}
.cart-addon > div{
  max-width: 210px;
  width:100%;
  margin:0 auto;
}
.cart-addon .addThis{
  width:100%;
  display: block;
  font-size: 22px;
  text-align: center;
  background: #000;
  border-radius: 0 0 7px 7px;
  padding: 5px 0 8px;
  color: #9acb21;
  font-weight: bold;
  border: 1px solid #9acb21;
  cursor:pointer;
}
.cart-addon .addonImg{
  width:100%;
}

.cart-addon .title{
  text-align: center;
  padding: 12px 0;
}

.cart-addon .prices{
  font-family: "Superclarendon Rg bold";
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding: 12px 0;
  background-color: #fff;
}

.cart-addon .name{
  text-align: center;
  background-color: #000;
  color: #fff;
  border-top: 10px solid #9acb21;
  border-radius: 7px 7px 0 0;
}

.original-wdc-amount{
  text-decoration: line-through;
}
.now-price{
  color:red;
}
/* media queries */
@media screen and (max-width: 1199px) {
  .product-images .thumb-nav li {
    margin-bottom: 12px !important;
  }
}
@media screen and (min-width: 1024px) {
  .product-bg-img {
    width: 120px;
    height: 120px;
  }
}


@media (min-width: 982px) and (max-width: 1200px) {
  .web-name{
    text-align: center;
  }

  .right-jonesc-logo{
    /*padding-top:0;*/
  }
}

@media screen and (min-width: 1440px) {
  .product-bg-img {
    width: 148px;
    height: 148px;
  }

  .web-name{
    text-align: center;
    padding-right: 38px;
  }

 
}
@media screen and (max-width: 991px) {
  .header .cart-count .cart-items,
  .header .cart-count .cart-checkout {
    font-size: 13px;
    padding: 6px 10px;
  }
  .row.mt-4 .col-md-5 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .product-images .thumb-nav li {
    margin-bottom: 12px !important;
  }

  .member-login{
    display: none;
  }
}
.header-top-insta-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .header-top-insta span {
    display: none;
  }

  .right-jonesc-logo{
    padding-top: 0;
  }
  .web-name{
    text-align: center;
    font-size:17px;
  }
  .itemAdded{
    display: none;
  }

  .cardlogos {
    text-align: center;
  }
  .checkout-wrapper {
    max-width: 100%;
  }
  .checkout-wrapper .cactus-btn.checkout {
    padding-top: 24px;
  }
  .header ul li a{
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .header .cart-count .cart-items,
  .header .cart-count .cart-checkout {
    padding: 6px 25px 6px 10px;
  }
  .pagination {
    width: 100%;
    overflow: scroll;
  }
  .pagination span {
    display: none;
  }
  .header {
    padding: 10px 0 15px;
  }
  .header .row {
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .header .cart-count {
    justify-content: center;
  }
  .header ul {
    margin: 10px 0 15px;
  }
  .row.mt-4 .col-md-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .price {
    text-align: center;
    margin-bottom: 25px;
  }
  .return-click {
    text-align: center;
    margin-top: 0;
    margin-bottom: 50px;
  }
  .pdp-content {
    padding-left: 0;
  }
  .slick-slide {
    padding: 0;
  }
  .header-content {
    width: 100%;
  }
  /* .header .web-name {
    margin-bottom: 15px;
  } */
  .header ul li {
    padding: 0 15px 0 0;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .header-top-insta a,
  .header-top-insta span,
  .user span,
  .user a:last-child,
  .cart span {
    display: none;
  }

  #top-right{
    z-index: 99;
    position: absolute;
    right: 18px;
    display: block;
  }


  .cart span.count {
    width: 16px;
    display: block;
    position: absolute;
    top: 14px;
    right: 3px;
    z-index: 99;
    color: #000;
    background: #fff !important;
    padding: 0px 0;
    text-align: center;
    font-size: 11px;
  }

  .follow-mobile {
    position: absolute;
    top: 4px;
    left: 49px;
  }
  .header-top-insta-mobile {
    display: initial;
  }
  .header-top-insta-mobile a {
    font-size: 14px;
    font-family: "Helvetica";
    color: #fff;
  }
  .header-top-insta img {
    margin-right: 5px;
  }
  .header-top .col-3 {
    text-align: right;
  }
  .cart img {
    margin-left: 0;
  }
  .pdp-img {
    /* margin-bottom: 35px; */
  }
  .pdp,
  .plp {
    padding: 33px 0;
    padding-top: 16px;
  }
  .plp .filter-row {
    justify-content: center;
  }
  .plp h2 {
    text-align: center;
    margin-bottom: 10px;
  }
  .plp .filter-row .col-md-6:last-child {
    text-align: center;
  }
  .add-to-cart {
    /*position: fixed;*/
    bottom: 5px;
    z-index: 3;
    width: 100%;
    left: 0;
  }
  .cardlogos{
    text-align: center;
    padding-top:12px;
  }
  .vector-img {
    text-align: center;
  }
}
/* @media screen and (min-width: 768px){
	.product-bg-img{
		width:100%;
		height:75px;
	}
} */

@media screen and (max-width: 436px){
  .cart-addon{
    margin-top:48px;
  }
  .cart-addon .addThis{
    display: block;
    font-size: 22px;
    text-align: center;
    background: #000;
    border-radius: 0 0 7px 7px;
    padding: 5px 0 8px;
    color: #9acb21;
    font-weight: bold;
    border: 1px solid #9acb21;
  }
}

@media screen and (max-width: 425px) {
  #top-right{
    z-index: 99;
    position: absolute;
    right: 18px;
    display: block;
  }

  .cart{
    left: 12px;
  }

  .cart span.count{
    top: 15px;
  }
  .cart a img{
    /*right: -27px;*/
  }

  .web-name a{
    text-align: center;
    margin-top: 11px;
    font-size: 15px;
  }

  .hb-menu{
    text-align: left;
  }
  .right-jonesc-logo{
    margin-top: 22px;
    font-size: 16px;
  }
}

.cactus-btn {
  border: 0;
  border-bottom: 1px solid #9acb21;
  background: #fff0;
  color: #9acb21;
  font-size: 21px;
}
.pdp .pdp-content .gradient-atc-btn{
  display: none;
}

.cartp a.remove-btn{
  color:#ff7676;
}

@media (min-width: 767px) and (max-width: 982px) {
  .vector-img img {
    /* width: 50% !important; */
  }
  .product-bg-img {
    width: 100%;
    height: 75px;
  }

  .web-name{
    text-align: right;
  }

  .header-content{
    padding-top:24px;
  }

  .header-content ul li{
    padding: 0px 10px 0 0;
  }
}

@media (min-width:426px) and (max-width:767px){
  .card-img-top .img-thumbnail{
    width: 100%;
  }
  .cartp .remove-btn, .cartp .updater{
    margin-left: 2%;
  }
}

@media (min-width:576px) and (max-width:767px){
  .cartp .remove-btn,.cartp .updater{
    display: block;
  }
}

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

  .pdp .pdp-content .add-to-cart{
    display: none;
  }
  .pdp .pdp-content .gradient-atc-btn{
    display: block;
    position: fixed;
    bottom: 0px;
    z-index: 3;
    width: 100%;
    left: 0;
    box-shadow: 0px 0px 2px #000;
  }
  .pdp .pdp-content .gradient-atc-btn button{
    display: block;
    padding: 0;
    width: 100%;
  }
  .cartp .add-to-cart {
    width: 100%;
    left: 0;
  }
  .cartp .cart-wrapper .row {
    text-align: center;
    margin-top:48px;
  }
  .cartp .cart-wrapper .row .card {
    border: 0;
    background-color: #fff0;
  }
  .cactus-btn {
    background: #0000;
    border: 0;
    color: #9acb21;
    font-weight: bold;
  }
  .add-to-cart {
    border-radius: 0;
    width: 100%;
    left: 0;
    border: 0;
    bottom: 0;
  }
  .product-images .thumb-nav.slick-slider .slick-prev {
    top: 22px;
    left: 0px;
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    width: 40px;
    height: 123px;
  }
  .product-images .thumb-nav.slick-slider .slick-prev i {
    top: 36%;
  }
  .product-images .thumb-nav.slick-slider .slick-next {
    bottom: auto;
    top: 22px;
    right: 0;
    margin-right: 0;
    position: absolute;
    width: 40px;
    height: 123px;
  }
  .product-images .thumb-nav.slick-slider .slick-next i {
    top: 36%;
  }
  .product-bg-img {
    width: 96%;
  }
  .slick-list.draggable {
    height: auto !important;
  }
  .thumb-nav .slick-track .slick-slide {
    max-width: 123px;
  }
  .plp-listing-img img {
    height: 350px;
    width: 100%;
  }
}
@media screen and (max-width: 380px) {
  .header ul li a {
    font-size: 20px;
  }
}

@media screen and (max-width:320px) {
  .web-name{
    font-size: 15px;
    margin-left: 8px;
  }
}

.cactus-btn-blk {
  background-color: #000;
  border-radius: 12px;
  padding: 12px;
}

/*
Login
*/

#login-row .login-btn {
  margin-top: 15px;
  background-color: #000;
}

#login-row {
  margin-top: 64px;
}

#login-row #login-box h3,
#login-row #login-box label,
#login-row #register-link a {
  color: #539898 !important;
}

.errors {
  background-color: #f3aeae;
  padding: 12px;
  text-align: center;
  color: #c11212;
}

/*
	cart
*/

.cartp {
  font-family: "Helvetica";
}

.cartp h1,
.cartp th {
  font-family: "Superclarendon Rg";
}
.cartp .cart-wrapper .row {
  margin-bottom: 12px;
}

.cartp .small-input {
  max-width: 40px;
  margin: 12px 6px;
  padding: 2px 2px;
  text-align: center;
}

.cartp .right {
  padding: 0 12px;
}

.cartp .right .add-to-cart,
.cartp .add-to-cart {
  padding: 10px;
  font-size: 14px;
}

.cartp .remove-btn,
.cartp .updater {
  margin-top: 12px;
  color: initial;
  text-decoration: underline;
  font-size: 11px;
  text-transform:uppercase;
}

.cartp h4 {
  font-size: 14px;
  padding-top:12px;
}

.cartp #subtotal {
  text-align: right;
}

.product-type{
  display: none;
}

.cartp .sub-total-wrapper {
  font-size: 24px;
  text-align: center;
  margin: 24px 0;
}

.cartp .sub-total-wrapper p#subtotal {
  margin-bottom: 48px;
}

.cartp .desktop-qty {
  max-width: 100px;
}

.cartp table tbody tr {
  border-bottom: 12px solid #0000;
  border-top: 12px solid #0000;
}
.cartp table tbody td {
  padding: 0 12px;
  padding-right: 55px;
  padding-left: 0;
  width: 40%;
}

.cartp #cartTitle {
  margin-bottom: 24px;
  font-size: 22px;
}

.sold-btn {
  color: #4c4c4c !important;
  border: 0 !important;
}

.about h2,
.page h2 {
  margin-bottom: 41px;
  font-weight: bold;
  font-family: "Superclarendon Rg bold";
  font-size: 21px;
}
.about form div input {
  margin-bottom: 10px;
}
.about form div input,
.about form div textarea {
  width: 100%;
  padding: 6px;
}

.about input[type="submit"] {
  width: auto !important;
  background-color: #000;
  color: #fff;
  padding: 8px 14px;
}

.about .form-wrapper {
  padding-left: 24px;
}

.about .about-side-images {
  text-align: right;
  padding-top: 30px;
}

.about .about-side-images img {
  margin-bottom: 24px;
  width: 100%;
}

.about p,
.page p {
  font-family: "Helvetica";
  font-size: 14px;
}

.plp.about h4,
.page h4 {
  font-size: 15px;
  font-family: "Helvetica";
  margin-bottom: 24px;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.checkout-wrapper {
  max-width: 70%;
  float: right;
  background-color: #000;
  width: 100%;
  /* border-radius: 0 18px 18px 0; */
  padding: 6px;
}

.checkout-wrapper .green-bg-btn {
  background-color: #9acb21;
  /* max-width: 300px; */
  font-family: "Superclarendon Rg";
  font-size: 29px;
}

.checkout-wrapper .precheckout-info {
  color: #fff;
  padding: 12px;
  font-size: 12px;
}

.checkout-wrapper .cactus-btn.checkout {
  color: #000;
  font-size: 28px;
  padding: 15px 0 0 0;
  font-family: "Superclarendon Rg";
  line-height: 35px;
  /* border-bottom: 3px solid #000; */
  margin-right: 10px;
}

/* .green-bg-btn:after {
  content: "\00bb";
} */
.sub-total-wrapper .contshop-wrapper {
  text-align: right;
  flex-direction: column;
}

.sub-total-wrapper .contshop-wrapper p {
  font-size: 15px;
  padding: 12px 0;
}
.sub-total-wrapper .contshop-wrapper p a {
  text-decoration: underline;
}

.add-to-cart.precheck {
  width: auto;
  display: initial;
  border-radius: 7px;
  position: initial;
}

.announcement {
  line-height: 1.7rem;
  height: auto;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}



.cardlogos img {
  max-width: 260px;
  width: 100%;
}


.jonesClub >{
  font-family: "Superclarendon Rg";
}
.jonesClub .form-wrapper{
  padding-left:0;
}

.jonesClub h1 span{
  color:#8a5ff8;
}

.jonesClub h1{
  font-weight: bold;
  font-size: 30px;
}

.jonesClub h2{
  font-size: 22px;
}

.jonesClub .content > h1{
  display: none;
}

.jonesClub section{
  padding:24px 0;
}

.jonesClub section p{
  margin-bottom: 24px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
}

.jonesClub section p .bullet{
  font-size: 28px;
}

.jonesClub section h2{
  margin-bottom: 32px;
  text-align: left;
}

.jonesClub section strong i{
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom:12px;
}
.jonesClub .purple-highlight{
  color:#8a5ff8;
  font-size: 24px;
  font-weight: bold;
  font-family: "Superclarendon Rg";
}

.jonesClub .jonesbanner img{
  width:100%;
}

@media screen and (max-width: 1440px) {
  .checkout-wrapper {
    max-width: 64%;
  }
}

@media screen and (max-width: 1024px) {
  .checkout-wrapper {
    max-width: 77%;
  }

}

@media screen and (min-width: 426px) {
  .padding-6s-md-up {
    padding: 24px 6px;
  }
}

.attr-wrapper, .attr-wrapper2{
  border-bottom:1px solid #cbcbcb;
  padding:10px 0;
}

.account-controls .attr-wrapper2:last-child{
  border: none;
}
.attr-wrapper2{
  color:#6ca329;
}

.green-highlight{
  color:#6ca329;
}

.modal-body{
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.modal-body.member-attr{
  padding:12px 57px !important;
}
.cancel-wrapper{
  text-align: center;
  padding-bottom: 24px;
  font-weight: bold;
}

.modal-login .cancel-wrapper{
  padding:0;
}

.modal-login .cactus-btn{
  width:76%;
}

.modal-alert, .modal-login, .modal-account {
  position: fixed;
  z-index: 1041;
  top: 10%;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background-color: #fff;
  max-width: 440px;
}

#getAlertImage,
.getAlertImageCont,
.modal-alert a {
  cursor: pointer;
}

.modal-alert > .title-cover, .modal-login > .title-cover, .modal-account > .title-cover {
  background-color: #5ba13d;
  background-image: url("./modal-header.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  text-align: center;
  padding: 17% 24px 24px 24px;
  color: #fff;
}

.modal-alert > .modal-body , .modal-login > .modal-body, .modal-account > .modal-body{
  padding: 24px;
  text-align: center;
  margin: 0 auto;
}

.modal-alert .modal-body .main-spill, .modal-login .modal-body .main-spill, .modal-account .modal-body .main-spill {
  padding: 12px 0;
  margin-bottom: 24px;
}

.main-spill2{
  margin-bottom:12px;
}

.modal-backdrop {
  background-color: #000000;
}
.modal-alert.hide, .modal-login.hide, .modal-account.hide, .hide {
  display: none;
}

.modal-backdrop.hide {
  display: none;
}

.popmenu{
  position: absolute;
  background: #000;
  color: #fff;
  padding: 12px;
  top: -4px;
  z-index: 100;
  width: 287px;
}

.popmenu .highlight{
  color:#3f9691;
}

.popmenu .x{
  margin-bottom: 15px;
}

.inner-menu li a{
  color:#3f9691;
  font-size: 18px;
  line-height: 35px;
}
.inner-menu li a.active{
  color:#6fa423;
}

.exceptions.hide, .pagenotfound.hide{
  display:none;
}

.editAddress, .editPassword, .cancelMembership{
  cursor: pointer;
}

.exceptions.show, .pagenotfound.show{
  display:block;
}

.member-account{
  cursor: pointer;
  text-decoration: underline;
}

.short-account-details{
  margin-top:28px;
  background-color:#eee;
  padding:12px;
  font-size:14px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.dropModal {
  text-decoration: underline;
  font-family: Arial, Helvetica, sans-serif;
}

.modal-alert .cactus-btn,  
.modal-login .cactus-btn, .modal-account .cactus-btn{
  background-color: #000;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  margin: 12px 0;
  padding: 8px 41px;
}
input#Email, .usernamefield, .pwfield {
  padding: 6px 26px;
  border: 1px solid #000;
  width: 100%;
  max-width: 298px;
}

input#Email::placeholder, .usernamefield::placeholder, .pwfield::placeholder {
  color: #9acc20;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.usernamefield, .pwfield, .newpass{
  margin-bottom:12px;
  border:2px solid #000;
  padding: 6px;
}

.spill{
  color:#000;
  font-size:12px;
  font-weight: 100;
  padding:12px 0;
}

.normal-text{
  color:#000;
  font-size:15px;
  font-weight: 100;
  padding:12px 0;
}

.right-jonesc-logo{
  text-align: right;
  font-size:18px;
  font-weight: bold;
}

.right-jonesc-logo img{
  width:100%;
}

.right-jonesc-logo .soon{
  color:#589615;
}

.right-jonesc-logo .jones-text{
  color:#7540f5;
}


#getAlertImage {
  display: block;
  /* width: 200px;
  max-width: 200px;
  height: 200px; */

  height: 49vh;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}

#Huratips-Pagination{
  text-align: center;
}

@media screen and (max-width: 425px) {
  .about .form-wrapper {
    padding-left: 0;
  }
  footer .copyright {
    text-align: center;
    padding-top: 24px;
  }
  .footer-menu {
    text-align: center;
  }

  .cartp #subtotal {
    text-align: center;
  }

  .checkout-wrapper {
    max-width: 100%;
    float: none;
    margin: 0 auto;
    /* border-radius: 18px; */
    padding: 6px;
  }
  .checkout-wrapper .green-bg-btn {
    max-width: 100%;
    /* border-radius: 0 0 13px 13px; */
  }

  .checkout-wrapper .cactus-btn.checkout {
    color: #000;
    font-size: 28px;
    padding: 13px 0 8px 0;
    font-family: "Superclarendon Rg";
    line-height: 24px;
    /* border-bottom: 3px solid #000; */
    margin-right: 10px;
    margin-bottom: 12px;
  }

  .sub-total-wrapper .contshop-wrapper p {
    text-align: center;
  }

  .updater,
  .remove-btn {
    display: block;
    font-size: 1rem !important;
  }
  .cardlogos {
    text-align: center;
  }
  .modal-alert, .modal-login, .modal-account {
    max-width: 388px;
  }

  .right-jonesc-logo{
    text-align: center;
  }
  .header-content.padding-t57, .padding-t37.right-jonesc-logo{
    padding-top:0;
  }
}



@media screen and (max-width: 320px) {
  .modal-alert, .modal-login, .modal-account {
    max-width: 288px;
  }

  .modal-alert .cactus-btn, .modal-login .cactus-btn, .modal-account .cactus-btn {
    font-size: 15px;
  }
}
