﻿/*************************
    CART SPECIFIC CSS 
*************************/
[v-cloak] {
  display: none;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  /* change if the mask should have another color then white */
  z-index: 9999;
  /* makes sure it stays on top */
}
#loader .icon {
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
}
#loader .icon svg {
  -moz-animation: 600ms rotate linear infinite;
  -o-animation: 600ms rotate linear infinite;
  -webkit-animation: 400ms rotate linear infinite;
  animation: 600ms rotate linear infinite;
}
.anchor {
  display: block;
  position: relative;
  top: -65px;
  visibility: hidden;
}
a.tooltips {
  cursor: pointer;
  position: relative;
}
a.tooltips span {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: absolute;
  padding: 10px 15px;
  color: #000000;
  background: #ffcd03;
  visibility: hidden;
  border-radius: 4px;
  line-height: 16px;
  font-weight: 300;
  font-size: .8rem;
  text-transform: none;
  min-width: 250px;
  letter-spacing: 1px;
}
a.tooltips span:after {
  content: '';
  position: absolute;
  bottom: 100%;
  right: 6px;
  width: 0;
  height: 0;
  border-bottom: 8px solid #ffcd03;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
a.tooltips i {
  font-size: 1.5rem;
  margin-top: -3px;
}
a.tooltips:focus {
  color: #FBAF3F;
}
a.tooltips:hover span {
  visibility: visible;
  top: 25px;
  right: -5px;
  z-index: 999;
}
@media screen and (min-width: 992px) {
  a.tooltips:hover span {
    top: 35px;
    right: -2px;
  }
}
input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset;
}
.form-control.error {
  border-color: #FF0000 !important;
}
.error-message-header {
  position: fixed;
  z-index: 999;
  margin-top: -20px;
  text-align: center;
  width: 100%;
}
#toast-container.toast-top {
  top: 84px;
  left: 0;
  right: 0;
}
#toast-container .toast {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  border-radius: 0;
}
label.error,
.error-text,
#shipping-error-message,
#billing-error-message {
  color: #ff0000 !important;
  font-size: .8rem;
  text-transform: uppercase;
}
.background-overlay {
  height: 100%;
  width: 50%;
  background-color: #383838;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .background-overlay {
    display: none;
  }
}
.content-container {
  padding-top: 135px;
  min-height: 100%;
  margin-bottom: -42px;
}
@media screen and (max-width: 992px) {
  .content-container {
    padding-top: 85px;
  }
}
#item-add-cart,
#checkout-billing,
#checkout-confirmation {
  padding-top: 20px;
  padding-bottom: 50px;
  overflow: hidden;
  /* FF 4-18 */
  /* FF 19+ */
  /* IE 10+ */
}
@media screen and (max-width: 992px) {
  #item-add-cart,
  #checkout-billing,
  #checkout-confirmation {
    padding-top: 0;
  }
}
#item-add-cart .title,
#checkout-billing .title,
#checkout-confirmation .title {
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
  margin-top: 15px;
}
@media screen and (max-width: 992px) {
  #item-add-cart .title,
  #checkout-billing .title,
  #checkout-confirmation .title {
    padding: 10px 15px;
    margin: 0 -15px 15px;
    background-color: #000000;
  }
  #item-add-cart .title h4,
  #checkout-billing .title h4,
  #checkout-confirmation .title h4 {
    color: #FFFFFF !important;
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
  }
}
#item-add-cart .form-group .control-label,
#checkout-billing .form-group .control-label,
#checkout-confirmation .form-group .control-label {
  position: absolute;
  z-index: -1;
  text-align: left;
  padding: 0 5px;
  margin: 0 5px;
  font-size: .8rem;
  top: 0;
  background-color: transparent;
  opacity: 0;
  -moz-transition: .2s linear all;
  -o-transition: .2s linear all;
  -webkit-transition: .2s linear all;
  transition: .2s linear all;
}
#item-add-cart .form-group .control-label.active,
#checkout-billing .form-group .control-label.active,
#checkout-confirmation .form-group .control-label.active {
  opacity: 1;
  top: -12px;
  z-index: 10;
  left: 6px;
}
@media screen and (max-width: 992px) {
  #item-add-cart .form-group .control-label.active,
  #checkout-billing .form-group .control-label.active,
  #checkout-confirmation .form-group .control-label.active {
    top: -17px;
  }
}
#item-add-cart .form-group .form-control,
#checkout-billing .form-group .form-control,
#checkout-confirmation .form-group .form-control {
  border: none;
  border-radius: 0;
  margin: 3px 0 0;
}
@media screen and (max-width: 992px) {
  #item-add-cart .form-group .form-control,
  #checkout-billing .form-group .form-control,
  #checkout-confirmation .form-group .form-control {
    margin: 25px 0 0;
  }
}
#item-add-cart .form-group .form-control:focus + label.control-label,
#checkout-billing .form-group .form-control:focus + label.control-label,
#checkout-confirmation .form-group .form-control:focus + label.control-label {
  opacity: 1;
  top: -12px;
  z-index: 10;
  left: 6px;
}
@media screen and (max-width: 992px) {
  #item-add-cart .form-group .form-control:focus + label.control-label,
  #checkout-billing .form-group .form-control:focus + label.control-label,
  #checkout-confirmation .form-group .form-control:focus + label.control-label {
    top: -17px;
  }
}
@media screen and (max-width: 992px) {
  #item-add-cart #credit-card-box .form-control,
  #checkout-billing #credit-card-box .form-control,
  #checkout-confirmation #credit-card-box .form-control {
    margin: 3px 0 0;
  }
}
#item-add-cart #credit-card-box .tooltips i,
#checkout-billing #credit-card-box .tooltips i,
#checkout-confirmation #credit-card-box .tooltips i {
  margin-top: -8px;
}
@media screen and (max-width: 992px) {
  #item-add-cart #credit-card-box .form-group .control-label.active,
  #checkout-billing #credit-card-box .form-group .control-label.active,
  #checkout-confirmation #credit-card-box .form-group .control-label.active {
    top: -12px;
  }
}
@media screen and (max-width: 992px) {
  #item-add-cart #credit-card-box .form-group .form-control:focus + label.control-label,
  #checkout-billing #credit-card-box .form-group .form-control:focus + label.control-label,
  #checkout-confirmation #credit-card-box .form-group .form-control:focus + label.control-label {
    top: -12px;
  }
}
#item-add-cart .btn-group .btn,
#checkout-billing .btn-group .btn,
#checkout-confirmation .btn-group .btn {
  width: auto;
}
#item-add-cart .btn,
#checkout-billing .btn,
#checkout-confirmation .btn {
  width: 100%;
  border-radius: 0;
}
#item-add-cart .fine-print,
#checkout-billing .fine-print,
#checkout-confirmation .fine-print {
  font-size: .8rem;
}
#item-add-cart input:focus::-webkit-input-placeholder,
#checkout-billing input:focus::-webkit-input-placeholder,
#checkout-confirmation input:focus::-webkit-input-placeholder {
  color: transparent;
  -moz-transition: .2s linear all;
  -o-transition: .2s linear all;
  -webkit-transition: .2s linear all;
  transition: .2s linear all;
}
#item-add-cart input:focus:-moz-placeholder,
#checkout-billing input:focus:-moz-placeholder,
#checkout-confirmation input:focus:-moz-placeholder {
  color: transparent;
  -moz-transition: .2s linear all;
  -o-transition: .2s linear all;
  -webkit-transition: .2s linear all;
  transition: .2s linear all;
}
#item-add-cart input:focus::-moz-placeholder,
#checkout-billing input:focus::-moz-placeholder,
#checkout-confirmation input:focus::-moz-placeholder {
  color: transparent;
  -moz-transition: .2s linear all;
  -o-transition: .2s linear all;
  -webkit-transition: .2s linear all;
  transition: .2s linear all;
}
#item-add-cart input:focus:-ms-input-placeholder,
#checkout-billing input:focus:-ms-input-placeholder,
#checkout-confirmation input:focus:-ms-input-placeholder {
  color: transparent;
  -moz-transition: .2s linear all;
  -o-transition: .2s linear all;
  -webkit-transition: .2s linear all;
  transition: .2s linear all;
}
#item-add-cart #cart-header h5,
#checkout-billing #cart-header h5,
#checkout-confirmation #cart-header h5 {
  margin-top: 40px;
  color: inherit;
}
@media screen and (max-width: 768px) {
  #item-add-cart #cart-header h5,
  #checkout-billing #cart-header h5,
  #checkout-confirmation #cart-header h5 {
    font-size: 1rem;
    margin-top: 35px;
  }
}
@media screen and (max-width: 768px) {
  #item-add-cart #cart-header h1,
  #checkout-billing #cart-header h1,
  #checkout-confirmation #cart-header h1 {
    font-size: 2rem;
  }
}
#item-add-cart #cart-header strong,
#checkout-billing #cart-header strong,
#checkout-confirmation #cart-header strong {
  color: #FFFFFF;
}
#item-add-cart #cart-header p,
#checkout-billing #cart-header p,
#checkout-confirmation #cart-header p {
  color: rgba(255, 255, 255, 0.38);
}
@media screen and (min-width: 992px) {
  #item-add-cart .cart-total-table.secondary,
  #checkout-billing .cart-total-table.secondary,
  #checkout-confirmation .cart-total-table.secondary {
    display: none;
  }
}
#item-add-cart .cart-total-table table,
#checkout-billing .cart-total-table table,
#checkout-confirmation .cart-total-table table {
  border-top: 2px solid #D8D8D8;
}
#item-add-cart .cart-total-table table td,
#checkout-billing .cart-total-table table td,
#checkout-confirmation .cart-total-table table td {
  vertical-align: top;
  border: 0;
  padding: 0;
}
#item-add-cart .cart-total-table table tr:first-child td,
#checkout-billing .cart-total-table table tr:first-child td,
#checkout-confirmation .cart-total-table table tr:first-child td {
  padding-top: 10px;
}
#item-add-cart .cart-total-table table tr:nth-last-child(2) td,
#checkout-billing .cart-total-table table tr:nth-last-child(2) td,
#checkout-confirmation .cart-total-table table tr:nth-last-child(2) td {
  padding-bottom: 10px;
}
#item-add-cart .cart-total-table table tr:not(:last-child),
#checkout-billing .cart-total-table table tr:not(:last-child),
#checkout-confirmation .cart-total-table table tr:not(:last-child) {
  font-size: .9em;
}
@media screen and (min-width: 992px) {
  #item-add-cart #cart-summary h1,
  #checkout-billing #cart-summary h1,
  #checkout-confirmation #cart-summary h1,
  #item-add-cart #cart-summary h2,
  #checkout-billing #cart-summary h2,
  #checkout-confirmation #cart-summary h2,
  #item-add-cart #cart-summary h3,
  #checkout-billing #cart-summary h3,
  #checkout-confirmation #cart-summary h3,
  #item-add-cart #cart-summary h4,
  #checkout-billing #cart-summary h4,
  #checkout-confirmation #cart-summary h4,
  #item-add-cart #cart-summary h5,
  #checkout-billing #cart-summary h5,
  #checkout-confirmation #cart-summary h5,
  #item-add-cart #cart-summary h6,
  #checkout-billing #cart-summary h6,
  #checkout-confirmation #cart-summary h6 {
    color: #FFFFFF;
  }
}
#item-add-cart #cart-summary #cart-summary-table .title,
#checkout-billing #cart-summary #cart-summary-table .title,
#checkout-confirmation #cart-summary #cart-summary-table .title {
  margin-bottom: 5px;
}
@media screen and (min-width: 992px) {
  #item-add-cart #cart-summary #cart-summary-table .title,
  #checkout-billing #cart-summary #cart-summary-table .title,
  #checkout-confirmation #cart-summary #cart-summary-table .title {
    border-bottom: 2px solid #D8D8D8;
  }
}
#item-add-cart #cart-summary #cart-summary-table table,
#checkout-billing #cart-summary #cart-summary-table table,
#checkout-confirmation #cart-summary #cart-summary-table table {
  width: 100%;
}
#item-add-cart #cart-summary #cart-summary-table table tr:not(:first-child) td,
#checkout-billing #cart-summary #cart-summary-table table tr:not(:first-child) td,
#checkout-confirmation #cart-summary #cart-summary-table table tr:not(:first-child) td {
  border-top: 1px solid #D8D8D8;
}
#item-add-cart #cart-summary #cart-summary-table table td,
#checkout-billing #cart-summary #cart-summary-table table td,
#checkout-confirmation #cart-summary #cart-summary-table table td {
  vertical-align: top;
  padding: 10px 5px;
}
#item-add-cart #cart-summary #cart-summary-table table td.summary-thumbnail,
#checkout-billing #cart-summary #cart-summary-table table td.summary-thumbnail,
#checkout-confirmation #cart-summary #cart-summary-table table td.summary-thumbnail {
  max-width: 45px;
}
#item-add-cart #cart-summary #cart-summary-table table td.summary-thumbnail img,
#checkout-billing #cart-summary #cart-summary-table table td.summary-thumbnail img,
#checkout-confirmation #cart-summary #cart-summary-table table td.summary-thumbnail img {
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 992px) {
  #item-add-cart #cart-summary #cart-summary-table table td.summary-thumbnail img,
  #checkout-billing #cart-summary #cart-summary-table table td.summary-thumbnail img,
  #checkout-confirmation #cart-summary #cart-summary-table table td.summary-thumbnail img {
    border-color: #ECECEC;
  }
}
#item-add-cart #cart-summary #cart-summary-table table td .summary-title,
#checkout-billing #cart-summary #cart-summary-table table td .summary-title,
#checkout-confirmation #cart-summary #cart-summary-table table td .summary-title {
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 700;
}
#item-add-cart #cart-summary #cart-summary-table table td .summary-quantity .quantity-amount,
#checkout-billing #cart-summary #cart-summary-table table td .summary-quantity .quantity-amount,
#checkout-confirmation #cart-summary #cart-summary-table table td .summary-quantity .quantity-amount {
  font-size: 1.5rem;
  margin: 0 8px;
}
#item-add-cart #cart-summary #cart-summary-table table td .summary-quantity .qty-label,
#checkout-billing #cart-summary #cart-summary-table table td .summary-quantity .qty-label,
#checkout-confirmation #cart-summary #cart-summary-table table td .summary-quantity .qty-label {
  font-weight: bold;
  text-transform: uppercase;
  font-size: .7rem;
  margin: 0 10px;
}
#item-add-cart #cart-summary #cart-summary-table table td .summary-quantity span.qty-btn,
#checkout-billing #cart-summary #cart-summary-table table td .summary-quantity span.qty-btn,
#checkout-confirmation #cart-summary #cart-summary-table table td .summary-quantity span.qty-btn {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: normal;
  padding-top: 6px;
  top: 0;
}
#item-add-cart #cart-summary #cart-summary-table table td .summary-quantity span.glyphicon,
#checkout-billing #cart-summary #cart-summary-table table td .summary-quantity span.glyphicon,
#checkout-confirmation #cart-summary #cart-summary-table table td .summary-quantity span.glyphicon {
  cursor: pointer;
  border-radius: 50px;
  margin: 0 10px;
  line-height: 28px;
  padding-top: 0;
  border: 1px solid;
}
#item-add-cart #cart-summary #cart-summary-table table td .summary-quantity .remove-item,
#checkout-billing #cart-summary #cart-summary-table table td .summary-quantity .remove-item,
#checkout-confirmation #cart-summary #cart-summary-table table td .summary-quantity .remove-item {
  display: inline-block;
}
#item-add-cart #cart-summary #cart-summary-table table td .summary-quantity .remove-item span,
#checkout-billing #cart-summary #cart-summary-table table td .summary-quantity .remove-item span,
#checkout-confirmation #cart-summary #cart-summary-table table td .summary-quantity .remove-item span {
  color: #d9534f;
}
#item-add-cart #cart-summary #cart-summary-table table td .summary-quantity .add-item,
#checkout-billing #cart-summary #cart-summary-table table td .summary-quantity .add-item,
#checkout-confirmation #cart-summary #cart-summary-table table td .summary-quantity .add-item {
  color: #449d44;
}
#item-add-cart #cart-summary #cart-summary-table table p,
#checkout-billing #cart-summary #cart-summary-table table p,
#checkout-confirmation #cart-summary #cart-summary-table table p {
  padding: 0;
  margin: 0;
}
#item-add-cart #cart-empty,
#checkout-billing #cart-empty,
#checkout-confirmation #cart-empty {
  padding: 10vh 0;
}
#item-add-cart #cart-empty .btn,
#checkout-billing #cart-empty .btn,
#checkout-confirmation #cart-empty .btn {
  max-width: 300px;
}
#item-add-cart #shipping-form #newsletter-label span,
#checkout-billing #shipping-form #newsletter-label span,
#checkout-confirmation #shipping-form #newsletter-label span {
  display: block;
  margin: 0 0 10px 20px;
  line-height: 15px;
  font-weight: normal;
}
#item-add-cart #shipping-form #newsletter-label input[type=checkbox],
#checkout-billing #shipping-form #newsletter-label input[type=checkbox],
#checkout-confirmation #shipping-form #newsletter-label input[type=checkbox] {
  margin: 0;
}
#item-add-cart #shippingOptions .success,
#checkout-billing #shippingOptions .success,
#checkout-confirmation #shippingOptions .success {
  color: #F0AD4E;
}
#item-add-cart #shippingOptions .success label,
#checkout-billing #shippingOptions .success label,
#checkout-confirmation #shippingOptions .success label {
  font-weight: bold;
}
#item-add-cart #shippingOptions label,
#checkout-billing #shippingOptions label,
#checkout-confirmation #shippingOptions label {
  display: block;
  font-weight: normal;
  padding: 10px 0;
}
#item-add-cart #shippingOptions hr,
#checkout-billing #shippingOptions hr,
#checkout-confirmation #shippingOptions hr {
  margin: 0;
}
#item-add-cart #shippingOptions .btn,
#checkout-billing #shippingOptions .btn,
#checkout-confirmation #shippingOptions .btn {
  margin-top: 10px;
}
#item-add-cart #shippingOptions a.fine-print,
#checkout-billing #shippingOptions a.fine-print,
#checkout-confirmation #shippingOptions a.fine-print {
  font-weight: bold;
  margin-bottom: 10px;
  text-decoration: underline;
  cursor: pointer;
}
#item-add-cart #shippingOptions .fine-print,
#checkout-billing #shippingOptions .fine-print,
#checkout-confirmation #shippingOptions .fine-print {
  font-weight: bold;
  margin-bottom: 10px;
}
#item-add-cart #shippingOptions .ship-button,
#checkout-billing #shippingOptions .ship-button,
#checkout-confirmation #shippingOptions .ship-button {
  padding: 5px;
}
#item-add-cart #shippingOptions .ship-button.success,
#checkout-billing #shippingOptions .ship-button.success,
#checkout-confirmation #shippingOptions .ship-button.success {
  background-color: #383838;
}
#item-add-cart #shippingOptions .ship-button .shipping-name,
#checkout-billing #shippingOptions .ship-button .shipping-name,
#checkout-confirmation #shippingOptions .ship-button .shipping-name {
  text-transform: uppercase;
}
#item-add-cart #shippingOptions .ship-button .shipping-estimate,
#checkout-billing #shippingOptions .ship-button .shipping-estimate,
#checkout-confirmation #shippingOptions .ship-button .shipping-estimate {
  font-weight: normal;
  font-size: .8rem;
  display: block;
  margin-left: 20px;
}
#item-add-cart #shippingOptions .ship-button:not(:last-child),
#checkout-billing #shippingOptions .ship-button:not(:last-child),
#checkout-confirmation #shippingOptions .ship-button:not(:last-child) {
  cursor: pointer;
  border-bottom: 1px solid #D8D8D8;
}
#item-add-cart #shippingOptions #cart-total-section table,
#checkout-billing #shippingOptions #cart-total-section table,
#checkout-confirmation #shippingOptions #cart-total-section table {
  border-top: 2px solid #D8D8D8;
}
#item-add-cart #shippingOptions #cart-total-section table td,
#checkout-billing #shippingOptions #cart-total-section table td,
#checkout-confirmation #shippingOptions #cart-total-section table td {
  vertical-align: top;
  border: 0;
  padding: 0;
}
#item-add-cart #shippingOptions #cart-total-section table tr:first-child td,
#checkout-billing #shippingOptions #cart-total-section table tr:first-child td,
#checkout-confirmation #shippingOptions #cart-total-section table tr:first-child td {
  padding-top: 10px;
}
#item-add-cart #shippingOptions #cart-total-section table tr:nth-last-child(2) td,
#checkout-billing #shippingOptions #cart-total-section table tr:nth-last-child(2) td,
#checkout-confirmation #shippingOptions #cart-total-section table tr:nth-last-child(2) td {
  padding-bottom: 10px;
}
#item-add-cart #shippingOptions #cart-total-section table tr:not(:last-child),
#checkout-billing #shippingOptions #cart-total-section table tr:not(:last-child),
#checkout-confirmation #shippingOptions #cart-total-section table tr:not(:last-child) {
  font-size: .9em;
}
#item-add-cart address p,
#checkout-billing address p,
#checkout-confirmation address p {
  margin: 0;
}
#item-add-cart #billing-form #same-shipping-label,
#checkout-billing #billing-form #same-shipping-label,
#checkout-confirmation #billing-form #same-shipping-label {
  font-size: .9rem;
  font-weight: 300;
  padding-bottom: 10px;
}
#item-add-cart #billing-form #billing-coupon .btn,
#checkout-billing #billing-form #billing-coupon .btn,
#checkout-confirmation #billing-form #billing-coupon .btn {
  margin-top: 10px;
}
#item-add-cart #billing-form #cc-header,
#checkout-billing #billing-form #cc-header,
#checkout-confirmation #billing-form #cc-header {
  font-size: .9rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
  #item-add-cart #billing-form #cc-header,
  #checkout-billing #billing-form #cc-header,
  #checkout-confirmation #billing-form #cc-header {
    text-align: right;
  }
}
#item-add-cart #billing-form #cc-header img,
#checkout-billing #billing-form #cc-header img,
#checkout-confirmation #billing-form #cc-header img {
  max-height: 25px;
  float: left;
}
@media screen and (max-width: 480px) {
  #item-add-cart #billing-form #cc-header img,
  #checkout-billing #billing-form #cc-header img,
  #checkout-confirmation #billing-form #cc-header img {
    float: right;
    margin-top: 5px;
  }
}
#item-add-cart #billing-form #cc-header a,
#checkout-billing #billing-form #cc-header a,
#checkout-confirmation #billing-form #cc-header a {
  float: right;
}
#item-add-cart #billing-form #cc-header a span,
#checkout-billing #billing-form #cc-header a span,
#checkout-confirmation #billing-form #cc-header a span {
  top: 35px;
}
@media screen and (max-width: 480px) {
  #item-add-cart #billing-form #cc-header a,
  #checkout-billing #billing-form #cc-header a,
  #checkout-confirmation #billing-form #cc-header a {
    float: none;
  }
}
#item-add-cart #billing-form #cc-header p,
#checkout-billing #billing-form #cc-header p,
#checkout-confirmation #billing-form #cc-header p {
  margin: 0;
}
#item-add-cart #billing-form #selected-payment-image,
#checkout-billing #billing-form #selected-payment-image,
#checkout-confirmation #billing-form #selected-payment-image {
  display: none;
  position: absolute;
  top: 27px;
  right: 17px;
  max-height: 28px;
}
@media screen and (min-width: 992px) {
  #item-add-cart #billing-form #selected-payment-image,
  #checkout-billing #billing-form #selected-payment-image,
  #checkout-confirmation #billing-form #selected-payment-image {
    top: 5px;
  }
}
@media screen and (max-width: 992px) {
  #item-add-cart #billing-form #cvv-input,
  #checkout-billing #billing-form #cvv-input,
  #checkout-confirmation #billing-form #cvv-input {
    padding-right: 60px;
  }
}
@media screen and (min-width: 992px) {
  #item-add-cart #billing-form #cvv-input input,
  #checkout-billing #billing-form #cvv-input input,
  #checkout-confirmation #billing-form #cvv-input input {
    width: 120px;
  }
}
@media screen and (min-width: 1200px) {
  #item-add-cart #billing-form #cvv-input input,
  #checkout-billing #billing-form #cvv-input input,
  #checkout-confirmation #billing-form #cvv-input input {
    width: 152px;
  }
}
#item-add-cart #billing-form #cvv-input .tooltips,
#checkout-billing #billing-form #cvv-input .tooltips,
#checkout-confirmation #billing-form #cvv-input .tooltips {
  position: absolute;
  top: 10px;
  right: 23px;
}
@media screen and (max-width: 992px) {
  #item-add-cart #billing-form #cvv-input .tooltips,
  #checkout-billing #billing-form #cvv-input .tooltips,
  #checkout-confirmation #billing-form #cvv-input .tooltips {
    top: 32px;
    right: 30px;
  }
}
#item-add-cart #billing-form #cvv-input .tooltips span,
#checkout-billing #billing-form #cvv-input .tooltips span,
#checkout-confirmation #billing-form #cvv-input .tooltips span {
  opacity: 1;
  bottom: 0;
  left: 25px;
  top: initial;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
}
@media screen and (max-width: 992px) {
  #item-add-cart #billing-form #cvv-input .tooltips span,
  #checkout-billing #billing-form #cvv-input .tooltips span,
  #checkout-confirmation #billing-form #cvv-input .tooltips span {
    left: initial;
    right: 25px;
    width: 250px;
    min-width: 0;
  }
}
#item-add-cart #billing-form #cvv-input .tooltips span:after,
#checkout-billing #billing-form #cvv-input .tooltips span:after,
#checkout-confirmation #billing-form #cvv-input .tooltips span:after {
  display: none;
}
#item-add-cart #confirmation-section,
#checkout-billing #confirmation-section,
#checkout-confirmation #confirmation-section {
  font-size: .9rem;
  padding-bottom: 20px;
}
#item-add-cart #confirmation-section table,
#checkout-billing #confirmation-section table,
#checkout-confirmation #confirmation-section table {
  width: 100%;
}
#item-add-cart #confirmation-section table tr td,
#checkout-billing #confirmation-section table tr td,
#checkout-confirmation #confirmation-section table tr td {
  vertical-align: top;
  padding: 5px 15px 0 0;
}
#item-add-cart #confirmation-section table tr td strong,
#checkout-billing #confirmation-section table tr td strong,
#checkout-confirmation #confirmation-section table tr td strong {
  text-transform: uppercase;
}
#item-add-cart #confirmation-section table tr td address,
#checkout-billing #confirmation-section table tr td address,
#checkout-confirmation #confirmation-section table tr td address {
  margin: 0;
}
#item-add-cart #confirmation-section table tr:not(:last-child),
#checkout-billing #confirmation-section table tr:not(:last-child),
#checkout-confirmation #confirmation-section table tr:not(:last-child) {
  border-bottom: 1px solid #DDDDDD;
}
#item-add-cart #checkout-disclaimer p,
#checkout-billing #checkout-disclaimer p,
#checkout-confirmation #checkout-disclaimer p {
  font-size: .9rem;
}
#item-add-cart #checkout-disclaimer p strong,
#checkout-billing #checkout-disclaimer p strong,
#checkout-confirmation #checkout-disclaimer p strong {
  color: #FF0000;
}
/** CART VARIABLES **/
.active-label {
  opacity: 1;
  top: -12px;
  z-index: 10;
  left: 6px;
}
@media screen and (max-width: 992px) {
  .active-label {
    top: -17px;
  }
}
/*************************
    CART SHARED CSS 
*************************/
#same-shipping-label {
  font-size: .9em !important;
  font-weight: bold !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
#same-shipping-label p {
  font-size: .8em;
  font-weight: normal;
  margin: 0;
}
#billing-input-shipping {
  margin-top: 5px !important;
}
#checkout-billing address {
  padding: 5px;
  margin-bottom: 0 !important;
}
#sas-accordion label.panel-heading {
  width: 100%;
  margin-bottom: 0;
  font-size: .9rem;
}
#sas-accordion .panel-body {
  color: #000000 !important;
}
#sas-accordion .form-control {
  border: 1px solid #D6D6D6 !important;
  box-shadow: none !important;
}
/*---- Start of Suggested Items css ----*/
.ws-product-image-suggested {
  display: inline !important;
}
.ws-suggested-product {
  position: relative;
  top: 100px;
}
.ws-suggested-product span {
  display: block;
}
.ws-suggested-product #suggestedSlick {
  padding: 10px, 0, 0;
}
.ws-suggested-product #suggestedSlick img {
  margin: 0, auto;
  padding: 10px;
  width: 100%;
  max-width: 160px;
  display: inline;
}
.ws-suggested-product #suggestedSlick .slick-prev {
  left: 0;
  z-index: 1001;
}
@media screen and (max-width: 670px) {
  .ws-suggested-product #suggestedSlick .slick-prev {
    padding-left: 20px;
  }
}
.ws-suggested-product #suggestedSlick .slick-next {
  right: 0;
  z-index: 1001;
}
@media screen and (max-width: 670px) {
  .ws-suggested-product #suggestedSlick .slick-next {
    padding-right: 40px;
  }
}
.ws-suggested-product #suggestedSlick .ws-product-suggested-btn {
  margin-top: 10px;
  max-width: 200px !important;
}
.ws-suggested-product #suggestedSlick .ws-product-suggested-image {
  display: inline-block;
}
.ws-suggested-product #suggestedSlick .ws-product-suggested-image button {
  max-width: 200px !important;
  margin-top: 10px;
}
.ws-suggested-product #suggestedSlick .ws-product-suggested-image button span {
  display: inline-block;
}
/*---- End of Suggested Items css ----*/