.chck-main {
	display: flex;
	width: 100%;
    display: flex;
    gap: 20px;
}

.chck-main .left {
    position: relative;
    width: 100%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.chck-main .right {
    width: 100%;
}

.chck-main .layt {
	background-color: #eef2f4;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    padding: 1rem;
    margin-bottom: 20px;
    position: relative;
}

.chck-main .layt .ttle {
    padding-bottom: 1rem;
    font-size: 1.2rem;
    font-family: Catamaran;
}

.chck-main .layt .info {
    margin-bottom: 1rem;
    font-size: 12.5px;
    margin: 1.25rem 0 .5rem 0;
}

.chck-main .layt .info b {
  color: #fe7f7c;
}

.chck-main .left {
    position: relative;
    width: 100%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.chck-main .layt .row {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.chck-main .layt .row.col {
  flex-direction: column;
}

.chck-main .layt .row .col-1 {
  position: relative;
  width: 8.3333%;
}

.chck-main .layt .row .col-2 {
  position: relative;
  width: 16.6666%;
}

.chck-main .layt .row .col-3 {
  position: relative;
  width: 25%;
}

.chck-main .layt .row .col-4 {
  position: relative;
  width: 33.3333%;
}

.chck-main .layt .row .col-5 {
  position: relative;
  width: 41.6666%;
}

.chck-main .layt .row .col-6 {
    position: relative;
    width: 50%;
}

.chck-main .layt .row .col-7 {
    position: relative;
    width: 58.3333%;
}

.chck-main .layt .row .col-8 {
    position: relative;
    width: 66.6666%;
}

.chck-main .layt .row .col-9 {
    position: relative;
    width: 75%;
}

.chck-main .layt .row .col-10 {
    position: relative;
    width: 83.3333%;
}

.chck-main .layt .row .col-11 {
    position: relative;
    width: 91.6666%;
}

.chck-main .layt .row .col-12 {
    position: relative;
    width: 100%;
}

.chck-main .layt .row.invisible {
  display: none;
}

.chck-main .form-elmnts {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    margin-top: 0;
    margin-bottom: 15px;
}

.chck-main .form-elmnts input, .chck-main .form-elmnts textarea, .chck-main .form-elmnts select {
    display: block;
    width: 100%;
    padding: 7px 7px 7px 7px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.chck-error-field {
  border: 1.5px solid #d93025 !important;
  background-color: #fff6f5 !important;      
  outline: none !important;
  box-shadow: 0 0 3px rgba(217, 48, 37, 0.4) !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}

.chck-main .form-elmnts input[type=checkbox] {
  display: none;
}

.chck-main label span {
  font-size: 9px;
  top: -5px;
  position: relative;
  color: #fe7f7c;
  left: 3px;
}

.chck-main #cart .cart .upd-ord {
  display: block;
  width: 100%;
  height: 25px;
  line-height: 25px;
  background: #404647;
  border: 1px solid #404647;
  border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  text-shadow: 0 1px 0 #404647;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  opacity: 0.9;
  font-family: Catamaran;
}

.chck-main #cart .title img {
  float: left;
  margin-right: 10px;
}

.chck-main #cart .title span {
  width: 65%;
  word-wrap: break-word;
  position: relative;
  display: inline-block;
}

.chck-main #cart .title i {
  text-wrap: wrap;
}

.chck-main #cart .price {
  position: absolute;
  right: 0px;
  top: 0px;
}

.chck-main #cart .frdy-deals {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #e5e5e5;
  border-left: 5px solid #c81e1a;
  border-radius: 8px;
  background: #fff;
}

.chck-main #cart .frdy-deals.is-complete {
  border-left: 5px solid #3ab769;
}

.chck-main #cart .frdy-deals .frdy-deals-prdt {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.chck-main #cart .frdy-deals .frdy-deals-img img {
  object-fit: contain;
}

.chck-main #cart .frdy-deals .frdy-deals-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
}

.chck-main #cart .frdy-deals .frdy-deals-info strong {
  font-size: 16px;
  line-height: 1.25;
}

.chck-main #cart .friday-deals-bar {
  width: 100%;
  height: 8px;
  background: #eee;
  border-radius: 6px;
  overflow: hidden;
  margin-top: 6px;
}

.chck-main #cart .friday-deals-bar-fill {
  height: 100%;
  background: #c81e1a;
  border-radius: 6px;
  width: 0;
  transition: width 0.4s ease;
}

.chck-main #cart .friday-deals-bar-fill.is-complete {
  background: linear-gradient(90deg, #34a860, #3ab769, #46c274);
}

.chck-main #cart .coupons {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-color: #CCCCCC;
  border-style: solid;
  border-width: 1px 0 0;
  height: 100%;
  margin-top: 20px;
  padding-top: 20px;
  overflow: hidden;
}

.chck-main #cart .coupons input {
  border-width: 3px;
  border-style: dashed;
}

.chck-main #cart .coupons .valid {
  border-color: #3ab769;
}

.chck-main #cart .coupons .invalid {
  border-color: #fe7f7c;
}

.chck-main #cart .coupons button, .chck-main #identification button, .chck-main #shipping_address .show-more, .chck-main #billing_address .show-more {
  display: block;
  width: 100%;
  height: 44px;
  background: #3ab769;
  border: 1px solid #3ab769;
  border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  text-shadow: 0 1px 0 #3ab769;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  opacity: 0.9;
  font-family: Catamaran;
}

.chck-main #shipping_address .show-more, .chck-main #billing_address .show-more {
  height: 30px;
  line-height: 30px;
}

.chck-main #shipping_address .add-address,
.chck-main #billing_address .add-address {
  display: block;
  width: 100%;
  height: 44px;
  margin-top: 4px;
  background: #fc7c74;
  border: 1px solid #fc7c74;
  border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  text-shadow: 0 1px 0 #fc7c74;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  opacity: 0.9;
  font-family: Catamaran;
}

.chck-main #shipping_address .add-address,
.chck-main #billing_address .add-address {
  height: 30px;
  line-height: 30px;
}

.chck-main #shipping_address .add-address i,
.chck-main #billing_address .add-address i {
  color: #fff;
  text-shadow: 0 1px 0 #fc7c74;;
  vertical-align: middle;
  font-size: 16px;
  margin-right: 6px;
}

.chck-main #cart .coupons .remove {
  background: #fe7f7c;
  border: 1px solid #fe7f7c;
  text-shadow: 0 1px 0 #fe7f7c;
}

.chck-main #cart .totals {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-color: #CCCCCC;
  border-style: solid;
  border-width: 1px 0 0;
  height: 100%;
  margin-top: 20px;
  padding-top: 20px;
  overflow: hidden;
}

.chck-main #cart .totals .price {
  position: relative;
  right: 0px;
  top: 0px;
  float: right;
}

.chck-main #cart .totals .ot_total {
  font-size: 20px;
  font-weight: bold;
}

.chck-main #cart .buy {
  border-color: #CCCCCC;
  border-style: solid;
  border-width: 1px 0 0;
  height: 100%;
  margin-top: 20px;
  padding-top: 20px;
  overflow: hidden;
}

.chck-main #cart .buy a {
  text-decoration: underline;
  color: #fe7f7c;
}

.chck-main #cart .buy .bton-dflt {
  display: block;
  text-align: center;
  height: 40px;
  font-size: 20px;
  line-height: 20px;
  border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
}

.chck-main #shipping .row, .chck-main #payment .row, .chck-main #shipping_address .row.selectable, .chck-main #billing_address .row.selectable, .chck-main #billing_form .row.selectable, .chck-main #identification .row.selectable {
    background-color: #eef2f4;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 2px;
    padding: 16px;
    margin-bottom: 10px;
    cursor: pointer;
}

.chck-main #shipping .row.select, .chck-main #payment .row.select, .chck-main #shipping_address .row.selectable.select, .chck-main #billing_address .row.selectable.select, .chck-main #billing_form .row.selectable.select, .chck-main #identification .row.selectable.select {
  border-color: #84b97a;
  background-color: #f4fff2;
}

.chck-main #shipping img {
  width: 100px;
  height: 42px;
}

.chck-main #payment img {
  height: 40px;
}

.chck-main #cart img {
  width: 50px;
  height: 50px;
}

.row .selectable {
  flex-direction: row !important;
}

.address-info {
  width: 80%;
}

.address-radio, .address-edit {
  display: flex;
  justify-content: center;
  align-items: center;
}

.payment-container, .payment-info {
  display: flex ;
  flex-direction: row !important; 
}

.payment-image {
  margin-right: 15px;
}

.shipping-info {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.shipping-info .col-2 {
  margin-right: 1em;
}

@media only screen and (max-width: 763px) {
  .row .selectable {
    flex-direction: row !important;
  }

  .address-edit {
    margin-left: 5px;
  }

  .address-radio {
    margin-right: 10px; 
  }

  .shipping-container {
    flex-direction: row !important;
  }

  .shipping-info {
    flex-direction: column !important;
  }

  .payment-image {
    display: flex;
    justify-content: center;
    min-width: 50px;
  }

  .payment-image > img {
    object-fit: contain;
  }

  .chck-main {
    flex-direction: column;
  }

  .chck-main .left {
    gap: 20px;
    display: flex;
    flex-direction: column;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .chck-main .layt {
    margin-bottom: 0px;
  }

  .chck-main .layt .row {
    flex-direction: column;
  }

  .chck-main .layt .row .col-1, .chck-main .layt .row .col-2, .chck-main .layt .row .col-3, .chck-main .layt .row .col-4, .chck-main .layt .row .col-5, .chck-main .layt .row .col-6, .chck-main .layt .row .col-7, .chck-main .layt .row .col-8, .chck-main .layt .row .col-9, .chck-main .layt .row .col-10, .chck-main .layt .row .col-11, .chck-main .layt .row .col-12 {
    width: 100%;
  }

  .chck-main .form-elmnts {
    margin-bottom: 8px;
  }

  .chck-main .layt .row {
    gap: 0px;
  }

  .chck-main #cart.layt .row {
    gap: 20px;
  }

  .chck-main #cart .coupons .row {
    gap: 0px;
  }

  .chck-main #cart .coupons button {
    width: 25%;
    height: 35px;
    float: right;
  }

  .chck-main #cart {
    position: static;
  }

  .chck-main #cart .totals .ot_total {
    font-size: 15px;
  }

  .chck-main .ds-tlt label {
    width: 100% !important;
  }

  .chck-main .ds-tlt i {
    display: none;
  }
}


.chck-main .ds-tlt {
	background-color: transparent;
	margin: 20px 0px 10px 0px;
	padding: 12px;
	position: relative;
	border: 2px dashed #3ab769;
	border-radius: 5px;
}

.chck-main .ds-tlt label {
	color: #fe7f7c;
  width: 80%;
  display: inline-block;
	font-size: 17px;
	font-weight: bold;
  cursor: pointer;
}

.chck-main .ds-tlt input {
	margin-right: 8px;
}

.chck-main .ds-tlt i {
	background: transparent url("../images/general/dropship.png") no-repeat scroll 0 0;
	height: 66px;
	position: absolute;
	right: 18px;
	top: -12px;
	width: 102px;
}


.chck-main .pswd-frgt a {
  color: #fe7f7c;
}

.wrapper-cell {
  display: flex;
  flex-direction: column;
}

@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.animated-background, .wrapper-cell .text-label, .wrapper-cell .text-line, .wrapper-cell .image {
  -webkit-animation-duration: 1.25s;
          animation-duration: 1.25s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
          animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  background: #F6F6F6;
  background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #FFF 33%);
  background-size: 800px 104px;
  height: 96px;
  position: relative;
}
/*paypal-button paypal-button-number-0 paypal-button-layout-horizontal paypal-button-shape-pill paypal-button-branding-branded paypal-button-number-single paypal-button-env-sandbox paypal-should-focus paypal-button-label-checkout paypal-button-color-gold paypal-button-logo-color-blue*/
.paypal-button-number-0 {
    width: 100%;
    height: 200px;
    background-color: #3ab769;
    display: block;
    position: relative;
}

.paypal-button-label-container {
  display: none;
}