/** Shopify CDN: Minification failed

Line 1482:1 Unexpected "/"
Line 2359:8 Expected identifier but found whitespace
Line 2359:10 Unexpected "{"
Line 2359:20 Expected ":"

**/
/*SPC Design Changes Start here */
:root {
  --color-one: #dbdbdb;
  --color-two: #2f2235;
  --color-three: #3f3244;
  --color-four: #f2f2f2;
  --color-five: #d1d2d3;
  --color-six: #666666;
  --color-seven: #000000;
  --color-eight: #ffffff;
  --color-border: #e6e6e6;
  --color-spc-green: #9cbf2b;
  --color-spc-option-title: #9d9d9d;
}

/*html, body {
  overflow-x: hidden;
}*/

.kl-teaser-X6JxC8, .kl-teaser-XAKkG9{
  top: 150px !important;
    z-index: 89999 !important;
}

[class*="kl-teaser-"]:hover{
  background-color: rgba(0,0,0,0);
}

.gallery--card_content{
  border: 0;
}

#zakeke-container{
  width: 80% !important;
  margin: auto;
}

button#zakeke-product-button{
  width: 100%;
  background-color: var(--color-spc-green);
}

#zakeke-product-button-custom {
    background-color: var(--color-spc-green);
    height: 80px;
    margin-bottom: 0;
    width: 250px !important;
    float: right;
    line-height: normal;
    border-radius: 0;
  }



#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
  line-height: 0px;
}

#CookiebotWidget{
  z-index: 89999 !important;
}

ul.header__nav__sub-sub-menu{
  max-height: 610px;
    overflow-y: scroll;
}

@media screen and (max-width: 600px){
#CookiebotWidget:not(.CookiebotWidget-inactive) {
    bottom: 90px !important;
}
    #zakeke-product-button-custom {
    background-color: var(--color-spc-green);
    height: 80px;
    margin-bottom: 0;
    width: 150px !important;
    float: right;
    line-height: normal;
    border-radius: 0;
  }
}

/* SKU */
p.spc-sku {
      font-size: 0.7em;
    margin-bottom: 0;
    margin-top: -10px;
    color: var(--color-spc-option-title);
}
.spc-discount-code{
  margin: 10px;
  padding: 10px;
  border: 1px solid;
}
.spc-discount-code, .show-discount {
    color: var(--color-spc-green);
    font-size: 0.9rem;
}

.header__desktop-logo{
  padding-bottom: 0px !important;
}

.breadcrumbs{
  font-size: 10px;
}
.product-blocks__block--title h1{
  letter-spacing: normal;
  padding-bottom: 0px;
  margin-bottom: 0;
  text-align: left;
}


h2.spc-price{
  font-size: 26px;
  margin-bottom: 0px;
  margin-top: 10px;
  align-items: flex-start;
}

.product-index .product-title {
  font-size: var(--h3-size);
}

.collection__banner-image{
  height: 300px;
}

@media screen and (max-width: 740px) {
  .collection__banner-image {
    height: 200px;
  }
  .collection__banner-image img {
    height: 200px;
  }
  .collection__banner-image .box-ratio {
    padding-bottom: 200px !important;
  }
}



.product-blocks__block.product-blocks__block--title{
  margin-bottom: 0px !important;
}

/*Mobile Shop Logo */
@media only screen and (max-width: 980px){
  #logo img {
    margin: auto;
    max-width: 80px;
  }
}

/*Add to cart buttons*/
input.AddtoCart,
.shopify-payment-button__button--unbranded{
  width: 100% !important;  
}

/*Cart Bubble*/
.header__shopping-cart-links-container li span.js-cart-count {
  background: var(--color-spc-green);
  position: relative;
  bottom: 10px;
  left: -7px
}

/*Main Header bottom border*/
.header__wrapper.inline-layout-true.full-width-true .header__main-wrapper{
  border-bottom: 1px solid var(--color-border);
}

.grid-flex {
  width: 98%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: start;
}

.topline {
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}

@media screen and (max-width: 740px) {
  .topline {
    border-top: none;
  }
}

/*spc-collection-list css Collection Titles on Homepage*/
#spc-plus-plus {
  height: 30px;
  width: 30px;
}

.videoWrapper{
  margin-top: 50px;
}

@media (min-width: 1200px){
  .videoWrapper{
    margin-top: 80px;
  }
}

.collection__style--overlay .collection__title:before{
    background: none !important;
}
.spc-collection-title {
  position: relative;
  top: 30%;
  color: var(--color-eight);
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 500;
}

@media (min-width: 1200px){
  .spc-collection-title {
    font-size: 1.6rem;
  }

  #spc-plus-plus {
  height: 70px;
  width: 70px;
}
}

/*spc-slideshow css*/
.spc__slider__title{
      margin-bottom: 25px;
}
h2.spc__slider__title {
  --h2-size: 1.4rem;
  --font-size: var(--h2-size);
  margin-bottom: 0;
}
p.spc__slider__description {
  text-align: center;
}

.spc__slider__title .logo{
  display: inline;
    position: relative;
    top: 6px;
    height: 30px;
}

.thumb-slider.thumbnail-slider.custom.vertical-carousel{
  flex: 0 0 150px;
}

/* YouTube Video Overlays on SPC Plus Page */
.youtube {
	background-color: #000;
	margin-bottom: 30px;
	position: relative;
	padding-top: 56.25%;
    width: 100%;
	overflow: hidden;
	cursor: pointer;
}
.youtube img {
    width: 100%;
    overflow: hidden;
	top: 0%;
	left: 0;
	opacity: 0.7;
  
}

.youtube .play-button {
	width: 90px;
	height: 60px;
	background-color: #9dbf2c;
	box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
	z-index: 1;
	opacity: 0.8;
	border-radius: 50px;
}
@media (min-width: 1024px){
.youtube .play-button{
    width: 200px;
	height: 100px;
}
}
.youtube .play-button:before {
	content: "";
	border-style: solid;
	border-width: 15px 0 15px 26.0px;
	border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
	cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
	position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
	top: 50%;
	left: 50%;
	transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.price{
    align-items: left;
}
.product-blocks__block--price{
  text-align:left;
}
.spc-specifications___block {
}

.spc-specifications___block h3 {
  padding-bottom: 0;
  margin-bottom: 0;
  /*font-size: 1.8rem;*/
}
.spc-specifications___block p {
  padding: 0;
  margin: 0;
  font-size: 1rem;
}

.spc-specifications___block ul {
  padding-left: 0;
}

.spc-specifications___block li {
  list-style: none !important;
}
.spc-specifications___block a {
  color: var(--color-spc-green);
}

.spc__product_info_block {
  padding: 4rem 0;
  border-top: none;
}

.spc-product-image {
  display: none;
}

@media screen and (min-width: 990px) {
  .spc__product_info_block {
    margin-top: 6rem;
    padding: 6rem 0;
    border-top: 1px solid var(--color-border);
  }
  .spc-product-image {
    display: block;
  }
  .spc-product-image img {
    width: 100%;
  }
}
.spc__product_key_features {
  border-top: 1px solid var(--color-border);
  padding-top: 58px;
  padding-bottom: 74px;
}

.spc__product_key_features .flex_grid {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.spc__product_key_features .feature {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
.feature img {
  width: 4rem;
  margin: auto;
  flex-shrink: 0;
}
.feature p {
  margin: 0;
  font-size: 1rem;
  text-transform: uppercase;
  line-height: normal;
  font-weight: 800;
  color: #9d9d9d;
}

@media screen and (max-width: 750px) {
  .spc__product_key_features {
    flex-wrap: wrap;
    border: none;
    padding: 0;
    margin-top: 80px;
  }

  .spc__product_key_features img {
    width: 5rem;
    flex-shrink: 0;
  }

  .spc__product_key_features img.display_mobile {
    display: inline-flex;
  }
  .spc__product_key_features img.display_desktop {
    display: none;
  }

  .guarantee img {
    width: 4rem;
    height: 4rem;
    flex-shrink: 0;
  }

  .guarantee p {
    margin: 0;
    font-size: 0.8rem;
    text-transform: uppercase;
    color: #000000;
    font-weight: bolder;
  }

  .feature p {
    font-size: 0.8rem;
  }
}

.button--secondary {
  background-color: var(--color-spc-green) !important;
  color: #ffffff !important;
  font-size: 1.8rem;
  font-weight: 600;
}

.product__title h1 {
  text-transform: uppercase;
}

.spc_description {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}

.spc_description_row_left {
  display: flex;
  flex-direction: row;
}

.spc_description_row_right {
  display: flex;
  flex-direction: row-reverse;
}

.spc_description_row_left img,
.spc_description_row_right img {
  width: 50%;
}

@media screen and (max-width: 990px) {
  .spc_description_row_left {
    display: flex;
    flex-direction: column;
  }

  .spc_description_row_right {
    display: flex;
    flex-direction: column;
  }

  .spc_description_row_left img,
  .spc_description_row_right img {
    width: 100%;
  }
}

.variant__details {
  display: none;
}

.short_intro p {
  font-size: 1em;
  line-height: normal;
  color: var(--color-seven);
  margin-top: 5px;
  margin-bottom: 25px;
  display: inline-block;
}


/* beginning Compatibilty link block */

.system_compatibility_link a {
  display: inline-block;
  float: right;
  text-align: right;
  color: var(--color-spc-green);
  text-transform: capitalize;
  font-weight: 500;
  text-decoration: underline;
  position: relative;
  top: 124px;
  margin-top: 0px;
}

.system_compatibility {
  padding-top: 10px;
  padding-bottom: 5px;
  display: block;
}
.system_compatibility .icons {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.system_compatibility .icons img {
  height: 1.2em;
  margin: 5px 10px 5px 0px;
}

.system_compatibility p {
  margin-bottom: 0;
}

.compatibility__link {
  color: #78b82a;
  font-size: 0.6em;
  margin-bottom: 0;
  line-height: normal;
  margin-top: 16px;
  font-weight: 500;
  text-decoration: underline;
  text-align: right;
}

.compatibility__link .icon {
  display: inline-block;
  border: 2px solid #78b82a;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  text-align: center;
  font-size: 1em;
}

@media (max-width: 320px) {
  .compatibility__link {
    margin-top: 9px;
  }
  .system_compatibility_link a {
   /* top: 137px;*/
  }
}
/*
@media (max-width: 1024px) {
  .system_compatibility_link a {
    top: 137px;
  }
}*/

/* end Compatibilty link block */

.compatible_block {
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.compatible_block img {
  width: 80px;
  height: 80px;
}

.product_spc_badge {
  flex-direction: row;
  justify-content: space-around;
}

.product_spc_badge img {
  width: 50px;
  height: 50px;
}

.guarantee__details {
  display: none;
}

.guarantee_icons {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 2rem 0;
  justify-content: space-between;
}

.guarantee_icons .guarantee {
  width: 12rem;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
}
.guarantee_icons .guarantee img {
  width: 3rem;
  height: 3rem;
  margin: auto;
  flex-shrink: 0;
}
.guarantee_icons .guarantee p {
  margin: 0;
  font-size: 0.65rem;
  text-transform: uppercase;
  color: #000000;
  font-weight: bolder;
  line-height: normal;
}

.accordion_spc {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  width: 100%;
}

.accordion__content {
  order: 1;
  flex-grow: 1;
  width: 100%;
  height: 100%;
  display: none;
}

.accordion__label {
  display: block;
  cursor: pointer;
  flex-grow: 1;
  text-align: center;
  padding: 1% 2%;
  background-color: var(--color-one);
  border-radius: 5px;
  margin-right: 10px;
  text-transform: uppercase;
  align-self: baseline;
}

.accordion__radio {
  display: none;
}

.accordion_spc input[type="radio"] {
  display: none;
}

.accordion_spc input[type="radio"] + label {
  color: var(--color-eight);
  z-index: 1;
}

.accordion_spc input[type="radio"]:checked + label {
  background-color: white;
  font-weight: 600;
  border: 1px solid var(--color-seven);
  border-radius: 5px;
  margin-right: 10px;
  color: var(--color-seven);
}
.accordion_spc input[type="radio"]:checked + label + .accordion__content {
  display: flex;
  margin-right: 0;
}

.accordion__content__text {
  width: 100%;
  margin-top: 3%;
  /*margin-left: 40px;*/
  font-size: 1.1em;
  line-height: 1.4em;
  color: var (--color-seven);
}

@media (max-width: 990px) {
  .accordion_spc {
    border: none;
  }

  .accordion-tab--status {
    display: inline;
    margin: 0;
    padding: 0.7rem 0;
    cursor: pointer;
    font-weight: normal;
    text-transform: uppercase;
  }
  .accordion__content,
  .accordion__label {
    order: initial;
  }

  .accordion__content {
    flex-direction: column;
  }

  .accordion__label {
    background-color: var(--color-eight);
    color: var(--color-seven);
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    justify-content: space-between;
    font-size: 1.3em;
    padding: 15px 0 15px 15px;
    text-align: left;
    align-self: baseline;
  }

  .accordion__label:last-child {
    background-color: white;
  }

  .accordion__content__text {
    font-size: 0.9em;
    /*margin: 4% 5% 4% 5%;*/
    margin: 0;
    padding: 4%;
  }

  .accordion__content__text ul {
    padding-left: 2%;
    margin-left: 20px;
  }

  .accordion_spc input[type="radio"] + label {
    margin-top: 15px;
    color: var(--color-seven);
    border: 1px solid black;
    font-weight: 500;
  }

  .accordion_spc input[type="radio"] + label span:after {
    content: "";
    display: flex;
    height: 14px;
    width: 14px;
    float: right;
    margin-top: 0.1em;
    margin-right: 2rem;
    margin-left: 0.5rem;
    vertical-align: middle;
    border-right: 1px solid;
    border-bottom: 1px solid;
    transform: rotate(45deg);
    transition: transform 0.2s ease-out;
  }

  .accordion_spc input[type="radio"]:checked + label span:after {
    content: "";
    display: inline-block;
    height: 14px;
    width: 14px;
    float: right;
    margin-top: 0.5em;
    margin-right: 2rem;
    margin-left: 0.5rem;
    vertical-align: middle;
    border-right: 1px solid;
    border-bottom: 1px solid;
    transform: rotate(225deg);
    transition: transform 0.2s ease-out;
  }

  .accordion_spc input[type="radio"]:checked + label {
    margin-top: 15px;
    color: var(--color-seven);
    /*border-left:  1px solid black;*/
    font-weight: 500;
    margin-right: 0px;
    border-left: 1px solid;
    border-top: 1px solid;
    border-right: 1px solid;
    border-bottom: none;
    border-radius: 5px 5px 0px 0px;
  }

  .accordion_spc input[type="radio"]:checked + label + .accordion_spc {
  }

  .accordion_spc input[type="radio"]:checked + label + .accordion__content {
    border-left: 1px solid;
    border-bottom: 1px solid;
    border-right: 1px solid;
    border-radius: 0px 0px 5px 5px;
    margin-bottom: 0;
  }
}

/*product__image_text_block*/

.product__image_text_block {
  background-color: #f7f7f7;
  line-height: normal;
  padding-bottom: 7%;
  margin-bottom: 1%;
}

.product__image_text_block h2 {
  text-align: center;
  font-size: 2.9rem;
  padding: 20px;
  padding-top: 7rem;
  font-weight: normal;
  line-height: normal;
}

span.trade,
span.reg {
  font-size: 50%;
  vertical-align: super;
}

.block__heading {
  display: block;
}

.content-block-section {
  padding-top: 80px;
}

.content__block {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 20px;
  /* margin: 2rem 4rem;*/
}

.content__block:nth-child(odd) {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  /* margin: 2rem 4rem;*/
}

.content__block_img {
  width: 50%;
}

.content__block_img img {
  width: 100%;
  padding: 3%;
}

.content__block_text {
  width: 50%;
  padding: 0 5%;
}

.product__image_text_block h3 {
  color: #9d9d9d;
  font-size: 2.2rem;
  text-align: center;
  font-weight: 600;
  line-height: normal;
}

.product__image_text_block p {
  text-align: center;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .product__image_text_block {
    background-color: #fff;
  }

  .block__heading {
    display: none;
  }

  .content__block,
  .content__block:nth-child(odd) {
    display: block;
    margin: 0;
  }

  .product__image_text_block h2 {
    text-align: center;
    font-size: 3rem;
    padding: 15px;
  }

  .content__block_img {
    width: 100%;
  }

  .content__block_img img {
    width: 100%;
    padding: 5%;
  }

  .content__block_text {
    width: 100%;
    padding: 5%;
  }

  .product__image_text_block h3 {
    color: #9d9d9d;
    font-size: 2rem;
    text-align: center;
    font-weight: bolder;
  }
}

.image-with-text .grid {
  margin-bottom: 0;
}

.image-with-text .grid__item {
  position: relative;
}

@media screen and (min-width: 750px) {
  .image-with-text__grid--reverse {
    flex-direction: row-reverse;
  }
}

.image-with-text__media {
  min-height: 100%;
  overflow: visible;
}

.image-with-text__media--small {
  height: 19.4rem;
}

.image-with-text__media--large {
  height: 43.5rem;
}

@media screen and (min-width: 750px) {
  .image-with-text__media--small {
    height: 31.4rem;
  }

  .image-with-text__media--large {
    height: 69.5rem;
  }
}

.image-with-text__media--placeholder {
  position: relative;
  overflow: hidden;
}

.image-with-text__media--placeholder:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(var(--color-foreground), 0.04);
}

.image-with-text__media--placeholder.image-with-text__media--adapt {
  height: 20rem;
}

@media screen and (min-width: 750px) {
  .image-with-text__media--placeholder.image-with-text__media--adapt {
    height: 30rem;
  }
}

.image-with-text__media--placeholder > svg {
  position: absolute;
  left: 50%;
  max-width: 80rem;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  fill: currentColor;
}

.image-with-text__content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-self: center;
  padding: 4rem calc(4rem / var(--font-body-scale)) 5rem;
  position: relative;
  z-index: 1;
}

.image-with-text .grid__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.image-with-text:not(.image-with-text--overlap)
  .image-with-text__media-item:after {
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset)
    var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
}

.image-with-text:not(.image-with-text--overlap)
  .image-with-text__text-item:after {
  border-radius: var(--text-boxes-radius);
  box-shadow: var(--text-boxes-shadow-horizontal-offset)
    var(--text-boxes-shadow-vertical-offset)
    var(--text-boxes-shadow-blur-radius)
    rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
}

.image-with-text .image-with-text__media-item > * {
  border-radius: var(--media-radius);
  overflow: hidden;
  box-shadow: var(--media-shadow-horizontal-offset)
    var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
}

.image-with-text .global-media-settings {
  overflow: hidden !important;
}

.image-with-text .image-with-text__text-item > * {
  border-radius: var(--text-boxes-radius);
  overflow: hidden;
  box-shadow: var(--text-boxes-shadow-horizontal-offset)
    var(--text-boxes-shadow-vertical-offset)
    var(--text-boxes-shadow-blur-radius)
    rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
}

.image-with-text:not(.image-with-text--overlap)
  .image-with-text__media-item
  > *,
.image-with-text:not(.image-with-text--overlap)
  .image-with-text__text-item
  > * {
  box-shadow: none;
}

@media screen and (max-width: 749px) {
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .image-with-text__media-item:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .grid__item
    .image-with-text__media,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .image-with-text__media
    img {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .image-with-text__text-item:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .grid__item
    .image-with-text__content {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .image-with-text.collapse-borders:not(.image-with-text--overlap)
    .image-with-text__content {
    border-top: 0;
  }
}

.image-with-text__content--mobile-right > * {
  align-self: flex-end;
  text-align: right;
}

.image-with-text__content--mobile-center > * {
  align-self: center;
  text-align: center;
}

.image-with-text--overlap .image-with-text__content {
  width: 90%;
  margin: -3rem auto 0;
}

@media screen and (min-width: 750px) {
  .image-with-text__grid--reverse .image-with-text__content {
    margin-left: auto;
  }

  .image-with-text__content--bottom {
    justify-content: flex-end;
    align-self: flex-end;
  }

  .image-with-text__content--top {
    justify-content: flex-start;
    align-self: flex-start;
  }

  .image-with-text__content--desktop-right > * {
    align-self: flex-end;
    text-align: right;
  }

  .image-with-text__content--desktop-left > * {
    align-self: flex-start;
    text-align: left;
  }

  .image-with-text__content--desktop-center > * {
    align-self: center;
    text-align: center;
  }

  .image-with-text--overlap .image-with-text__text-item {
    display: flex;
    padding: 3rem 0;
  }

  .image-with-text--overlap .image-with-text__content {
    height: auto;
    width: calc(100% + 4rem);
    min-width: calc(100% + 4rem);
    margin-top: 0;
    margin-left: -4rem;
  }

  .image-with-text--overlap
    .image-with-text__grid--reverse
    .image-with-text__content {
    margin-left: 0;
    margin-right: -4rem;
  }

  .image-with-text--overlap
    .image-with-text__grid--reverse
    .image-with-text__text-item {
    justify-content: flex-end;
  }

  .image-with-text--overlap .image-with-text__media-item--top {
    align-self: flex-start;
  }

  .image-with-text--overlap .image-with-text__media-item--middle {
    align-self: center;
  }

  .image-with-text--overlap .image-with-text__media-item--bottom {
    align-self: flex-end;
  }

  .image-with-text__media-item--small,
  .image-with-text__media-item--large + .image-with-text__text-item {
    flex-grow: 0;
  }

  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .grid:not(.image-with-text__grid--reverse)
    .image-with-text__media-item:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .grid:not(.image-with-text__grid--reverse)
    .image-with-text__media,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .grid:not(.image-with-text__grid--reverse)
    .image-with-text__media
    img,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .image-with-text__grid--reverse
    .image-with-text__text-item:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .image-with-text__grid--reverse
    .image-with-text__content,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .image-with-text__grid--reverse
    .image-with-text__content:after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .grid:not(.image-with-text__grid--reverse)
    .image-with-text__text-item:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .grid:not(.image-with-text__grid--reverse)
    .image-with-text__content,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .grid:not(.image-with-text__grid--reverse)
    .image-with-text__content:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .image-with-text__grid--reverse
    .image-with-text__media-item:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .image-with-text__grid--reverse
    .image-with-text__media,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .image-with-text__grid--reverse
    .image-with-text__media
    img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .image-with-text.collapse-borders:not(.image-with-text--overlap)
    .grid:not(.image-with-text__grid--reverse)
    .image-with-text__content {
    border-left: 0;
  }

  .image-with-text.collapse-borders:not(.image-with-text--overlap)
    .image-with-text__grid--reverse
    .image-with-text__content {
    border-right: 0;
  }
}

.image-with-text:not(.collapse-corners, .image-with-text--overlap)
  .image-with-text__media-item {
  z-index: 2;
}

.image-with-text__content {
  border-radius: var(--text-boxes-radius);
  box-shadow: var(--text-boxes-shadow-horizontal-offset)
    var(--text-boxes-shadow-vertical-offset)
    var(--text-boxes-shadow-blur-radius)
    rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
}

@media screen and (min-width: 990px) {
  .image-with-text__content {
    padding: 6rem 7rem 7rem;
  }
}

.image-with-text__content > * + * {
  margin-top: 2rem;
}

.image-with-text__content > .image-with-text__text:empty ~ a {
  margin-top: 2rem;
}

.image-with-text__content > :first-child:is(.image-with-text__heading),
.image-with-text__text--caption + .image-with-text__heading,
.image-with-text__text--caption:first-child {
  margin-top: 0;
}

.image-with-text__content :last-child:is(.image-with-text__heading),
.image-with-text__text--caption {
  margin-bottom: 0;
}

.image-with-text__content .button + .image-with-text__text {
  margin-top: 2rem;
}

.image-with-text__content .image-with-text__text + .button {
  margin-top: 3rem;
}

.image-with-text__heading {
  word-break: break-word;
  margin-bottom: 0;
}

.image-with-text__text p {
  word-break: break-word;
  margin-top: 0;
  margin-bottom: 1rem;
}

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
  .image-with-text .grid {
    margin-left: 0;
  }
}

/*Home Page Collection Blocks*/

.grid__wrapper_collection_list {
  margin: 0 auto;
  padding-left: 1.04166667%;
  padding-right: 1.04166667%;
  display: grid;
  grid-column-gap: 22px;
  /* grid-row-gap: 30px;*/
  grid-template-columns: repeat(10, 1fr);
  grid-template-rows: auto;
}

.grid__wrapper_collection_list.edge {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  max-width: unset;
}

@media screen and (max-width: 740px) {
  .grid__wrapper_collection_list {
    margin: 0 auto;
    padding-left: 1.04166667%;
    padding-right: 1.04166667%;
    display: grid;
    grid-row-gap: 0px;
    grid-column-gap: 18px;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: auto;
  }

  .grid__wrapper_collection_list.edge {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: unset;
  }

  .grid__wrapper_collection_list .collection-index:last-child {
    display: none;
  }

  .grid__wrapper_collection_list .collection-image {
    margin-bottom: 0 !important;
  }
}

.spc_product__image img {
  width: 100%;
}

.collection-index .spc_product_info {
  color: #fff;
  display: block;
  position: relative;
  top: -10px;
}

.spc-index-logo {
  width: 100px;
  display: inline-block;
  position: relative;
  top: 25px;
}

.spc-page-heading {
  position: relative;
  top: 8rem;
  left: 20rem;
  width: fit-content;
  height: 0;
}

.spc-collection-heading {
  grid-area: 1 / -1;
  display: flex;
  flex-direction: column;
  margin-top: auto;
  margin-bottom: auto;
  text-align: left;
  z-index: 1;
  padding: 50px;
  margin-left: 250px;
}

.spc_plus_title h1,
.spc-collection-heading h1,
.spc-page-heading h1 {
  font-size: 4rem !important;
  color: white;
  font-weight: 800;
  text-transform: inherit;
  letter-spacing: inherit;
}

.spc_plus_title {
  display: flex;
  flex-direction: row;
}

.spc_plus_title h1 {
  color: rgba(255, 255, 255, 0.5);
}

.spc_plus_title #spc-plus-plus{
  width: 70px;
  height: 70px;
}

@media screen and (max-width: 320px) {
  .spc-page-heading {
    left: 3rem;
    top: 2rem;
  }
}

@media screen and (max-width: 375px) {
  .spc-page-heading {
    left: 3rem;
    top: 3rem;
  }
  .spc_plus_title{
    margin-left: 5px;
    padding-left: 5px;
    padding-right: 0px;
  }
  .spc-collection-heading {
     margin-left: 10px;
     padding-left: 5px;
  }
  .spc_plus_title h1,
  .spc-collection-heading h1,
  .spc-page-heading h1 {
    font-size: 1.6rem !important;
  }
  .spc_plus_title #spc-plus-plus{
    width: 35px;
    height: 35px;
  }
}

@media screen and (min-width: 376px) and (max-width: 560px) {
  .spc-page-heading {
    left: 1rem;
    top: 3rem;
  }
  .spc_plus_title,
  .spc-collection-heading {
    margin-left: 10px;
    padding-left: 10px;
  }
  .spc_plus_title h1,
  .spc-collection-heading h1,
  .spc-page-heading h1 {
    font-size: 2rem !important;
  }
  .spc_plus_title #spc-plus-plus{
    width: 35px;
    height: 35px;
  }
}
*/
@media screen and (max-width: 740px) {
  .spc-page-heading {
    margin-left: 30px;
  }
  
  .spc-collection-heading h1,
  .spc-page-heading h1 {
    font-size: 2.5rem !important;
  }

  .spc-collection-heading {
    margin-left: 30px;
  }

  .spc_plus_title{
    margin-left: 0;
    padding-left: 10px;
  }
}

@media (min-width: 768px) and (max-width: 980px) {
  .spc-page-heading {
    left: 6rem;
    top: 8rem;
  }
   
  .spc_plus_title,
  .spc-collection-heading {
    margin-left: 30px;
  }
  .spc_plus_title h1,
  .spc-collection-heading h1,
  .spc-page-heading h1 {
    font-size: 2.5rem !important;
  }

  .spc_plus_title #spc-plus-plus{
    width: 45px;
    height: 45px;
  }
}

@media (min-width: 981px) and (max-width: 1024px) {
  .spc_plus_title,
  .spc-collection-heading {
     margin-left: 50px;
  }
  .spc-page-heading {
    left: 9rem;
    top: 8rem;
  }
}

@media (min-width: 1025px) and (max-width: 1440px) {
  .spc-collection-heading {
    left: 14rem;
  }
  .spc-page-heading {
    left: 12rem;
    top: 8rem;
  }
}

.spcplus-menu-link {
  display: initial; 
  height: 20px;
  padding: 0;
  margin: 0 !important;
  position: relative;
  top: 5px;
}

.spcplus-menu-link-2 {
    background: black;
    color: white;
    padding: 4px;
}

.spc-new-bubble {
  position: relative;
  bottom: 10px;
  left: -19px;
  color: #fff;
  background: red;
  font-weight: 600;
  font-size: .8em;
  border-radius: 0;
  padding: 2px 6px;
}

/* collection page styling */
.product-index .product-title, .collection-index .product-title{
     clear: left;
    display: block;
    margin-bottom: 8px;
    text-transform: uppercase;
    height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  font-weight: 500;
}

.product-index p.product-vendor, .product-index .price {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.stamped-product-reviews-badge {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 0.8rem;
}

.product-loop.product-css-grid {
  clear: both;
}
.product-loop.product-css-grid h2 {
  grid-column-start: 1;
  grid-column-end: -1;
  border-bottom: 1px solid #ccc;
  padding-top: 20px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  font-size: 1.5rem;
}

span.trade,
span.reg {
  font-size: 50%;
  vertical-align: super;
}

.highlights {
  line-height: 50px;
  padding-left: 70px;
  padding-top: 30px;
}

.highlights ul {
  list-style-position: inside;
  list-style: square;
}
.highlights ul ::marker {
  color: var(--color-spc-green);
  font-size: 1.6rem;
}

@media screen and (max-width: 740px) {
  .highlights {
    line-height: normal;
    padding-left: 0px;
    padding-top: 0px;
  }
}

.product_description{
    margin-bottom: 30px;
}
.product_note {
  margin: 20px 0;
  padding: 15px;
  background-color: #f7f7f7;
}

.product_note .note {
  border: none;
  font-size: 0.8rem;
  margin-top: 0;
  padding: 0;
}

.product_note .note a {
  font-weight: 500;
  text-decoration: underline;
}
.product_note .note a:hover {
  color: var(--color-spc-green);
}

.product__variants-single-option-label,
.rio-product-option-title {
  color: #9d9d9d !important;
  font-size: 14px !important;
  font-weight: 500;
  text-transform: uppercase;
}

.spc_product_title {
  margin-bottom: 0px;
}

.spc_variant_title {
  text-transform: uppercase;
}

/* Begin Compatibilty Popup*/

.spc-compatibility-block {
  margin: 20px;
  border-bottom: 1px #000000 solid;
}

.spc-compatibility-block:last-child {
  border-bottom: none;
}

.spc-compatibility-block .block {
  padding-top: 30px;
  padding-bottom: 30px;
}
.spc-compatibility-block .block-left {
  float: left;
  width: 50%;
  text-align: center;
}

.spc-compatibility-block .block-right {
  float: right;
  width: 50%;
  border-left: 1px solid #000000;
  padding-left: 30px;
  text-align: center;
}
.spc-compatibility-block .main-image {
  text-align: center;
  padding: 40px 0;
}

.spc-compatibility-block h2 {
  font-size: 2.2rem;
  line-height: normal;
}

.spc-compatibility-block .block img.logo {
  height: 42px;
}

.spc-compatibility-block .block-left img.little-logo,
.spc-compatibility-block .block-right img.little-logo {
  height: 22px;
}

.spc-compatibility-block ul {
  padding-left: 20px;
  padding-top: 16px;
  font-weight: 500;
  text-align: left;
}
.spc-compatibility-block li {
  position: relative; /* necessary for positioning the :after */
}

.spc-compatibility-block li.done {
  list-style: none; /* remove normal bullet for done items */
}

.spc-compatibility-block li.done:after {
  content: "";
  background-color: transparent;

  /* position the checkbox */
  position: absolute;
  left: -16px;
  top: 0px;

  /* setting the checkbox */
  /* short arm */
  width: 5px;
  border-bottom: 3px solid var(--color-spc-green);
  /* long arm */
  height: 11px;
  border-right: 3px solid var(--color-spc-green);

  /* rotate the mirrored L to make it a checkbox */
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

@media screen and (max-width: 740px) {
  .spc-compatibility-block {
    margin: 5px;
  }

  .spc-compatibility-block h2 {
    font-size: 1.8rem;
  }
  .spc-compatibility-block .block-left {
    float: left;
    width: 50%;
  }

  .spc-compatibility-block .block-right {
    float: right;
    width: 50%;
    padding-left: 10px;
  }
  .spc-compatibility-block .block img.logo {
    height: 30px;
  }

  .spc-compatibility-block ul {
    font-weight: 500;
    padding-left:5px;
    font-size: 0.8rem;
    line-height: normal;
  }
  .spc-compatibility-block li.done:after {
    content: "";
    background-color: transparent;

    /* position the checkbox */
    position: absolute;
    left: -16px;
    top: 0px;

    /* setting the checkbox */
    /* short arm */
    width: 3px;
    border-bottom: 3px solid var(--color-spc-green);
    /* long arm */
    height: 8px;
    border-right: 3px solid var(--color-spc-green);

    /* rotate the mirrored L to make it a checkbox */
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
}
/* End Compatibilty Popup */

/*Product Page Specifications Tab */
.spc-specifications-tab {
}
.spc-specifications-tab .block {
  padding-bottom: 2rem;
}

.spc-specifications-tab .block h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0px;
}
.spc-specifications-tab .download-files a,
.spc-specifications-tab .dimensions a {
  color: var(--color-spc-green) !important;
  font-weight: 500;
  text-decoration: underline;
}

.download-files i,
.dimensions i {
  padding-right: 10px;
  color: grey !important;
}

/*Product Page FAQ Tab */
.product-faq-tab {
  padding-top: 20px;
  border-bottom: 1px solid var(--color-border);
}

.product-faq-tab:last-child {
  border-bottom: none;
}

.general-faq {
  margin: 30px 0;
}
.general-faq h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0;
}

.general-faq .faq_text {
  padding: 0px;
  font-size: 1.1rem;
}

.general-faq .faq_text p{
  margin: 10px 15px;

}
.general-faq .faq_text ul {
  margin-left: 40px;
  list-style-position: inside;
  list-style: square;
}
.general-faq .faq_text ul ::marker {
  color: var(--color-spc-green);
  font-size: 1.6rem;
}

.general-faq .faq_text a,
variant__description a {
  font-weight: 500;
  text-decoration: underline;
}
.general-faq .faq_text a:hover,
variant__description a:hover {
  color: var(--color-spc-green);
}

/*collection page icon*/
.collection-icons {
  margin:auto;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}

.spc-icon {
      margin-right: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*Back In Stock*/

.back-in-stock-trigger {
  color: var(--color-seven);
}

.back-in-stock-trigger_btn {
  width: 100%;
  height: 50px;
  border-radius: 0;
}

.back-in-stock_trigger_btn_sticky_cart {
  background-color: #333;
  height: 80px;
  margin-bottom: 0;
  width: 250px !important;
  float: right;
  line-height: normal;
  border-radius: 0;
}

@media only screen and (max-width: 740px) {
  #sticky-cart #addToCart {
    white-space: normal !important;
    line-height: normal;
    padding: 0 !important;
    font-size: 10px !important;
  }
  .back-in-stock_trigger_btn_sticky_cart {
    width: 166px !important;
    padding: 0;
  }
}

@media only screen and (min-width: 740px) {
  #sticky-cart #addToCart {
    white-space: normal !important;
    line-height: normal;
    padding: 0 !important;
  }
}

.newsletter_link {
  font-weight: 400 !important;
  font-size: 0.9rem !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
}

.delivery_date {
  font-weight: 500;
  font-size: 0.9rem;
  padding-top: 5px;
  margin-bottom: 15px;
}

.delivery_date_red {
  color: red;
}

.delivery_date_green {
  color: #9cbf2b;
  font-size: 1rem;
}

/* spc custom shipping */

.spc_custom_shipping {
  background-color: #fff;
  width: 80%;
  min-height: 100px;
}

.spc_custom_shipping img {
  width: 50%;
}

.spc_custom_shipping table td {
  vertical-align: top;
  text-align: center;
  width: 25%;
  border-right: 1px solid #eee;
  padding: 2px;
}

.spc_custom_shipping table td:last-child {
  border-right: none;
}

/*Distibution page*/

.sp-distribution {
  width: 850px;
  margin: auto;
  font-size: 0.9rem;
}

.sp-distribution p {
  font-size: 0.9rem;
}

.sp-distribution h2 {
  text-align: left !important;
}

.sp-container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 80px;
}

.anchor {
  display: block;
  padding-top: 150px;
  margin-top: -150px;
}

.sp-distribution-links {
  margin-bottom: 40px;
}

.sp-distribution-links img {
  padding: 5px;
}

.sp-distribution-links .tooltip {
  position: relative;
  display: inline-block;
}

.sp-distribution-links .tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
}

.sp-distribution-links .tooltip:hover .tooltiptext {
  visibility: visible;
}

.sp-responsive-table img {
  width: 50px;
  text-align: center;
}

.sp-responsive-table li {
  border-radius: 3px;
  padding: 25px 30px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  margin-left: 0 !important;
}
.sp-responsive-table .table-header {
  background-color: #eee;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.sp-responsive-table .table-row {
  background-color: #ffffff;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
  align-items: center;
}
.sp-responsive-table .col-1 {
  flex-basis: 20%;
  align-items: center;
}

.sp-responsive-table .col-2 {
  flex-basis: 20%;
}
.sp-responsive-table .col-3 {
  flex-basis: 30%;
  text-align: left;
}
.sp-responsive-table .col-4 {
  flex-basis: 15%;
}
.sp-responsive-table .col-5 {
  flex-basis: 15%;
}

.sp-responsive-table i {
  font-size: 26px;
}

.sp-responsive-table i:hover {
  color: black;
}

@media all and (max-width: 767px) {
  .sp-responsive-table .table-header {
    display: none;
  }

  .sp-responsive-table .table-row {
  }

  .sp-responsive-table img {
    width: 25px;
    height: 25px;
  }

  .sp-responsive-table i {
    font-size: 20px;
  }

  .sp-responsive-table li {
    display: block;
    text-align: left;
  }

  .sp-responsive-table .col {
    flex-basis: 100%;
  }

  .sp-responsive-table .col {
    display: flex;
    flex: 0 0 50%;
    padding: 10px 0;
    &:before {
      color: #6c7a89;
      padding-right: 0px;
      content: attr(data-label) ":";
      flex: 0 0 50%;
      text-align: left;
    }
  }

  .sp-responsive-table .col-1 p {
    margin-bottom: 0 !important;
    margin-left: 10px;
  }

  .sp-responsive-table .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5 {
    align-items: center;
    overflow-wrap: break-word;
  }
}

@media all and (max-width: 767px) {
  .sp-distribution {
    width: 100%;
    margin: auto;
  }
  .sp-distribution-links img {
    display: none;
  }

  .sp-distribution-links a:after {
    color: #6c7a89;
    padding-right: 10px;
    content: attr(data-label) "  | ";
    flex-basis: 50%;
    text-align: right;
  }
}

.brand_logos {
  width: auto;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.brand_logos img {
  width: 25%;
  order: 5;
  flex: auto;
  flex-shrink: 3;
}

@media all and (max-width: 740px) {
  .brand_logos img {
    width: 115px;
  }
}

.brand_partners {
  padding-top: 20px;
  width: 80%;
  margin: auto;
}

.brand_partners h2 {
  text-align: left;
}

.brand_partners h3 {
  text-align: left;
  border-bottom: 1px #eee solid;
}

.brand_partners ul {
  text-align: left;
  display: flex;
  flex-direction: row;
  margin-left: 30px;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  margin: auto;
  margin-bottom: 40px !important;
}

.brand_partners ul li {
  list-style: none !important;
  width: 215px;
}
.btn-manage__save {
  color: #fff !important;
}


.menu-new, .menu-coming{
 	color: #9cbf2b;
    font-size: 1rem;
    font-weight: 500;
    margin-right: 2px;
}

/*
.menu-coming {
  background-color: #9cbf2b;
  color: white;
  font-size: 0.6rem;
  position: relative;
  top: -2px;
  left: 4px;
  padding: 5px;
  padding-right: 8px;
  font-weight: 500;
}*/

.comparison, .comparison td {
  border: 1px solid #333;
}

.comparison thead td{
  text-transform: uppercase;
  font-weight: bold;
   vertical-align: top;
}

.comparison thead td img{
  margin:auto;
}

.comparison td{
  text-align: center;
  font-size: 0.9rem;
}

.comparison span.new{
  background-color: orange;
  color: white;
  text-transform: uppercase;
  padding: 2px 5px;
  border-radius: 25px;
  font-weight: bold;
  font-size: 0.7rem;
}

.comparison .fa-check{
  color: green;
}
tbody.motorcycle {
  background-color: #aeaeae;
}

tbody.bicycle {
  background-color: #eaeaea;
}

tbody.car {
  background-color: #efefef;
}

tbody.everyday {
  background-color: #afafaf;
}

/*Returns Page*/
.custom-returns, .spc_pages {
  width: 80%;
  margin: auto;
}
.custom-returns .block, .spc_pages .block {
  display: flex;
  align-items: center;
}

.custom-returns h2, .spc_pages h2{
  border-bottom: 1px solid #ccc;
  padding-top: 20px;
  padding-bottom: 12px;
  margin-bottom: 20px;
} 
.custom-returns p, .spc_pages p{
  padding: 20px 50px; 
   text-align:justify;

}

.custom-returns .fineprint, .spc_pages .fineprint{
  font-size: 0.8em;
  color: #aeaeae;
}

.custom-returns p.returnstatement, .spc_pages p.returnstatement {
  font-size: 1.3em;
  text-align: center;
  color: #aaa;
  font-style: italic;
}

.custom-returns ul, .spc_pages ul {
  list-style: square;
  font-size: 1em;
  margin-left: 50px;
}

.custom-returns  .form_description_div ul{
  padding-left: 25px; 
}

.custom-returns  a{
  color: {{ settings.button_hover }};
}

.custom-returns  a:hover{
  color: #333333; 
}

.custom-returns  button.returnbtn{
  margin: auto;
  height: 60px;
  display: flex;
  align-items: center;
  line-height: 150%;
}
.custom-returns  button.returnbtn img{
      padding: 0px 5px; 
 }

/*SHIPPING PAGE*/
.shipping{
margin-bottom: 50px;
}
.shipping table {
 width: 100%;
border: 1px solid #eaeaea;
}

.shipping th {
 background-color: #aeaeae;
 font-weight: 600;
 padding: 5px; 
border: 1px solid white;
}

.shipping tr.heading td{
 background-color: #eaeaea;
 font-weight: 600;
 padding: 5px; 
border: 1px solid white;
}

.shipping td {
 width: 30%;
border: 1px solid #eaeaea;
padding: 5px;
}

.shipping td:first-child + td, .shipping td:first-child + td + td {
text-align: center;
}

.shipping img{
width: 80px;
margin: auto;
padding: 10px;
filter: grayscale(1);
}

.shipping ul{
margin: 25px 5px;
}

.shipping-logos img{
width: 150px;
margin: 25px auto; 
}

@media screen and (min-width: 740px) {
.shipping table {
 width: 80%;
margin: auto;
}

.shipping img{
width: 80px;
margin: auto;
padding: 10px;
}

.shipping ul{
margin-left: 20px;
}

.shipping-logos{
display: flex;
    justify-content: center;
  align-items:center;
}

.shipping-logos img{
flex-direction: row;
width: 150px;
margin: 15px; 
}
}



@media all and (max-width: 740px) {
  .custom-returns{
    width: 100%;
  }
  .custom-returns p, .spc_pages p {
    padding: 20px 0px; 
    text-align: left;
  } 
  .custom-returns .block{
    display: flex;
    flex-flow: column wrap;
    align-items: center;
  }
  .custom-returns ul {
    
    margin-left: 10px;
  }
}

/*Footer CSS Changes*/

p.copyright {
  font-size: 0.5rem;
}

.payment-methods {
    filter: grayscale(1);
}