/** Shopify CDN: Minification failed

Line 11:19 Expected ")" to end URL token

**/

/*
Shipping Adress
*/
.shipping-add{
	background: url({{'checkout-bgnd.jpg'|asset_url}}) no-repeat center 0;
	display: block;
    width: 100%;
    /* padding-left: 20px;
    padding-right: 20px; */
    background-color: #F5F3EC;
}
.shipping-add-header{
    color: #503022;
	/* font-family: 'Lobster Two';
    font-style: italic;
	font-size: 35px;
    line-height: 44px; */
    font-family:  var(--font-heading-family);
    font-style: var(--font-heading-style);
    font-weight: var(--font-heading-weight);
    font-size: calc(var(--font-heading-scale)* 3rem);
    line-height: calc(1 + .3 / max(1, var(--font-heading-scale)));
    display: block;
	align-items: center;
	height: 150px;
    display: flex;
    margin-top: -12px;
    padding-bottom: 40px;
}
.shopping-section{
  margin-top: 80px;
}
.shipping-add-content{
    /* background-color: #F5F3EC; */
    padding-left: 20px;
    padding-right: 20px;
 }

.shipping-add-content img{
	max-width: 100%;
}

.shipp-list {
    /* margin-left: -35px; */
    /* margin-top: -55px; */
    list-style: none;
    display: flex;
    align-items: center;
}

.shipp-list li{
	padding: 0 70px 0 0;
    display: block;
    position: relative;
}
.shipp-list li a {
    text-decoration: none;
    display: block;
    text-align: center;
    width: 68px;
    padding: 0 0 30px;
    position: relative;
    outline: 0;
    font-weight: 400;
}
.shipp-list li:hover a i, .shipp-list li.current a i {
    background: #F19800;
}

.shipp-list li:hover a i:after, .shipp-list li.current a i:after {
    content: '';
    border: 1px solid #F19800;
    width: 74px;
    height: 74px;
    border-radius: 90px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.shipp-list li.completed a i {
    background: #93BE3F;
}
.shipp-list li a i {
    width: 68px;
    height: 68px;
    display: block;
    border-radius: 100px;
    background: #503022;
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
    position: relative;
}
.shipp-list li a i img {
    max-height: 31px;
}

.shipp-list li a strong {
    display: block;
    color: #503022;
    /* font-size: 15px;
    font-weight: 700;
    font-family: 'Roboto';
    line-height: 17px; */
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  
    font-family:  var(--font-body-family);
    font-style: var(--font-body-style);
    font-weight: var(--font-body-weight);
    font-size: 1.5rem;
    line-height: calc(1 + 0.8 / var(--font-body-scale));
    letter-spacing: 0.06rem;
}

.shipp-list li.completed a strong {
    color: #93BE3F;
}

.shipp-list li.completed:after {
    background: #93BE3F;
}

.shipp-list li.current a strong {
    color: #F19800;
}

.shipp-list li:after {
    content: '';
    width: 40px;
    height: 3px;
    background: #503022;
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
    right: -6px;
    margin-top: -14px;
}
.shipp-list li:last-child:after {
    display: none;
}

.shipp-label{
    font-family:  var(--font-body-family);
    font-style: var(--font-body-style);
    font-weight: var(--font-body-weight);
    font-size: 1.5rem;
    line-height: calc(1 + 0.8 / var(--font-body-scale));
    letter-spacing: 0.06rem;
	/* font-size: 16px; */
    margin: 16px 0px;
    text-align: left;
    /* font-weight: 700; */
    color: #503022;
}

.shipp-label2{
	border: 1px solid brown;
    border-radius: 18px;
    padding: 5px 15px;
    /* font-size: 1em; */
    /* font-weight: 700; */
    font-family:  var(--font-body-family);
    font-style: var(--font-body-style);
    font-weight: var(--font-body-weight);
    font-size: 1.5rem;
    line-height: calc(1 + 0.8 / var(--font-body-scale));
    letter-spacing: 0.06rem;
    color: #503022;
    margin: 0 0 3px 8px;
}
.shipp-fill{
	width: 75%;
	float: left;
	position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    flex: 0 0 75%;
    max-width: 75%;
}

.shipp-fill p {
    margin: 0 0 40px;
    padding: 0;
    color: #503022;
    /* font-size: 17px; */
    /* line-height: 20px;*/
    display: block;
    /* font-family: 'Roboto';
    font-weight: 400; */
  
    font-family:  var(--font-body-family);
    font-style: var(--font-body-style);
    font-weight: var(--font-body-weight);
    font-size: 1.5rem;
    line-height: calc(1 + 0.8 / var(--font-body-scale));
    letter-spacing: 0.06rem;
}

.shipp-fill form .d-flex > div {
    margin: 0 0 25px;
}

.book-field{
	width: 50%;
}

.shipp-fill form label {
    margin: 0 0 13px;
    padding: 0;
    color: #503022;
    /* font-size: 20px; */
    /* line-height: 20px; */
    display: block;
    /* font-family: 'Roboto';
    font-weight: 500; */
  
    font-family:  var(--font-body-family);
    font-style: var(--font-body-style);
    font-weight: var(--font-body-weight);
    font-size: 1.5rem;
    line-height: calc(1 + 0.8 / var(--font-body-scale));
    letter-spacing: 0.06rem;
}

.shipp-fill form input, 
.shipp-fill form select {
    background: #fff;
    border-radius: 100px;
    border: 1px solid #D8D8D8 !important;
    padding: 10px 17px;
    /* line-height: 26px; */
    color: #5C5C5C;
    /* font-size: 20px; */
    /* font-weight: 100; */
    /* font-family: 'Roboto'; */
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .05) !important;
    width: 100%;
    height: auto;
    outline: none !important;
    /* font-style: italic; */
  
    font-family:  var(--font-body-family);
    font-style: var(--font-body-style);
    font-weight: var(--font-body-weight);
    font-size: 1.5rem;
    line-height: calc(1 + 0.8 / var(--font-body-scale));
    letter-spacing: 0.06rem;
}

.quantity-field {
    width: 18%;
}
.city-field, .quantity-field {
    margin-left: 2% !important;
    margin-right: 2% !important;
}
.city-field, .zip-field {
    width: 23%;
}
.shipp-submit {
    align-items: flex-end;
}

.shipp-submit .shipp-btn {
    width: 50%;
}
/*
.shipp-submit .shipp-btn button{
    width: 50%;
}
*/
.shipp-btn{
	display: block;
    text-align: right;
    
}
.shipp-btn button {
    min-width: 140px;
    /* line-height: 44px; */
    display: inline-block;
    background: #F19800;
    border: 2px solid #F19800;
    color: #fff;
    /* font-family: 'Roboto'; */
    /* font-size: 17px; */
    /* font-weight: 500; */
  
    font-family:  var(--font-body-family);
    font-style: var(--font-body-style);
    font-weight: var(--font-body-weight);
    font-size: 1.5rem;
    line-height: calc(1 + 0.8 / var(--font-body-scale));
    letter-spacing: 0.06rem;
    border-radius: 100px;
    vertical-align: top;
    transition: ease-in-out .5s;
}

.shipp-box{
	padding: 20px;
    background: #FCFBF9;
/*
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .1);
*/
    border-radius: 8px;
    margin: 0 0 20px;
    box-shadow: 0px 5px 4px 0 rgba(0, 0, 0, .07);
}

.shipp-price h4 {
    margin: 0 0 14px;
    padding: 0;
    display: block;
    color: #503022;
    /* font-size: 23px;
    font-family: 'Roboto';
    font-weight: 900;
    line-height: 28px; */
    font-family:  var(--font-heading-family);
    font-style: var(--font-heading-style);
    font-weight: var(--font-heading-weight);
    font-size: calc(var(--font-heading-scale)* 2.5rem);
    line-height: calc(1 + .3 / max(1, var(--font-heading-scale)));
}
.shipp-price ul {
    margin: 0;
    padding: 0;
}
.shipp-price ul li {
     align-items: center;
}
.shipp-price ul li h5 {
    margin: 0;
    padding: 0;
    color: #503022;
    /* font-family: 'Roboto';
    font-size: 17px; */
    display: block;
    /* line-height: 32px; */
    width: 72%;
    /* font-weight: 400; */
  
    font-family:  var(--font-body-family);
    font-style: var(--font-body-style);
    font-weight: var(--font-body-weight);
    font-size: 1.5rem;
    line-height: calc(1 + 0.8 / var(--font-body-scale));
    letter-spacing: 0.06rem;
}

.shipp-price ul li h6 {
    margin: 0;
    padding: 0;
    color: #503022;
    /* font-family: 'Roboto'; */
    /* font-size: 17px; */
    display: block;
    /* line-height: 32px; */
    width: 27%;
    /* font-weight: 500; */
  
    font-family:  var(--font-body-family);
    font-style: var(--font-body-style);
    font-weight: var(--font-body-weight);
    font-size: 1.5rem;
    line-height: calc(1 + 0.8 / var(--font-body-scale));
    letter-spacing: 0.06rem;
}

/*
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
*/

/* .shipp-price input{
	font-family: inherit;
    font-size: inherit;
    line-height: inherit;
} */

/*
Shipping Adress
*/

/*
checkout
*/
.shipp-delivery h4 {
    margin: 0 0 14px;
    padding: 0;
    display: block;
    color: #503022;
    /* font-size: 23px; */
    /* font-family: 'Roboto'; */
    /* font-weight: 900; */
    /* line-height: 28px; */
  
    font-family:  var(--font-body-family);
    font-style: var(--font-body-style);
    font-weight: var(--font-body-weight);
    font-size: 1.5rem;
    line-height: calc(1 + 0.8 / var(--font-body-scale));
    letter-spacing: 0.06rem;
}
ul.shipp-select {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    min-height: 206px;
}
ul.shipp-select li {
    display: block;
    margin: 0 0 6px;
}
ul.shipp-select [type="radio"]:checked, ul.shipp-select [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}



ul.shipp-select [type="radio"]:checked + label, ul.shipp-select [type="radio"]:not(:checked) + label {
    position: relative;
    cursor: pointer;
    line-height: 24px;
    display: flex;
    background: #FCFBF9;
    border: 1px solid rgba(170, 116, 85, .19);
    border-radius: 6px;
    padding: 18px 14px 18px 65px;
    color: #503022;
    font-size: 19px;
    font-family: 'Roboto';
    font-weight: 500;
    box-shadow: 0 0 20px 0 rgba(170, 116, 85, .2);
    margin: 0;
    flex-wrap: wrap;
}

ul.shipp-select [type="radio"]:checked + label {
    color: #93be3f;
}

ul.shipp-select [type="radio"]:checked + label:before, ul.shipp-select [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 15px;
    top: 18px;
    width: 24px;
    height: 24px;
    border: 1px solid #93BE3F;
    border-radius: 100%;
    background: #fff;
}
ul.shipp-select label strong {
    line-height: 24px;
    font-weight: 500;
}

ul.shipp-select [type="radio"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

ul.shipp-select [type="radio"]:checked + label:after, ul.shipp-select [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 18px;
    height: 18px;
    background: #93BE3F;
    position: absolute;
    top: 21px;
    left: 18px;
    border-radius: 100%;
    transition: all 0.2s ease;
}

.shipp-method {
    opacity: 1;
    height: auto;
    overflow: visible;
    transition: ease-in-out .5s;
    position: relative;
    width: 100%;
}

.shipp-pay-icon{
	position: absolute;
    top: -6px;
    right: 0;
    margin-top: -15px;
}

shipp-pay-icon img {
    height: 24px;
    margin: 0 15px 0 0;
    vertical-align: top;
}

.shipp-name {
    display: flex;
    margin: 32px 0 18px;
}

.shipp-name {
    margin: 32px 0 18px;
}
.shipp-name div,
.shipp-card-num {
    width: 49%;
}

.shipp-name  div:last-child {
    margin-left: auto;
}

.shipp-name input,
.shipp-expiry-year input,
.shipp-card select,
.shipp-cvv input,
.shipp-zip input { 
    border-radius: 200px;
    width: 100%;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .1) !important;
    padding: 8px 15px;
    line-height: 26px;
    display: block;
    font-size: 16px;
    font-style: italic;
    font-family: 'Roboto';
    font-weight: 400;
    height: auto;
    outline: none !important;
    box-shadow: none !important;
}

.shipp-card {
    margin: 0 0 18px;
}

.shipp-creditcard label {
    margin: 0 0 15px;
    padding: 0;
    color: #939393;
    font-size: 16px;
    line-height: 20px;
    display: block;
    font-family: 'Roboto';
    font-weight: 500;
}

.shipp-card-input {
	border-radius: 200px;
    width: 100%;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 8px 15px 8px 50px;
    line-height: 26px;
    display: block;
    font-size: 16px;
    font-style: italic;
    font-family: 'Roboto';
    font-weight: 400;
    position: relative;
}
.shipp-card-input i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    color: #503022;
}

.shipp-card-input input {
    background: transparent;
    font-size: 16px;
    font-style: italic;
    font-family: 'Roboto';
    font-weight: 400;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 2px 0 2px 5px;
    height: auto;
}

.shipp-expiry-date {
    width: 24%;
    margin: 0 2%;
}

.shipp-card select {
    height: 44px;
    color: inherit;
}

.expiry-year,
.shipp-cvv {
    width: 23%;
    margin: 0;
}

.shipp-bill {
    align-items: flex-end;
}
.shipp-cvv i{
	width: 18px;
	height: auto !important;
	color: #503022;
}

.shipp-zip {
    margin-left: 2%;
}

.shipp-btn {
    margin-left: auto;
    margin-bottom: 8px;
}

.card-last-no{
	text-align:right;
	padding-right: 15px;
}

.new_credit-add{
	width: 65%;
}


.card-img{
	color:#143a91;
	font-size:1.56em;
}

.orderCard{
	padding: 10px 16px;
}
.hr_line{
  border: none;
  height: .1rem;
  background-color: rgba(var(--color-foreground), .2);
  display: block;
}
/*
checkout
*/

/* Tablet devices (max-width: 1024px) */
@media (max-width: 1024px) {
  .shipp-fill,
  .book-field,
  .quantity-field,
  .city-field,
  .zip-field,
  .shipp-name div,
  .shipp-card-num,
  .expiry-year,
  .shipp-cvv,
  .shipp-zip,
  .shipp-expiry-date {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .shipp-name,
  .shipp-card {
    flex-direction: column;
  }

  .shipping-add-header {
    flex-direction: column;
    height: auto;
    padding-bottom: 20px;
    text-align: center;
  }

  .ship-box,
  .shipp-submit .shipp-btn {
    width: 100%;
  }

  .shipp-btn button {
    width: 100%;
    text-align: center;
  }

  .shipp-list {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: 0;
    margin-top: 10px;
  }

  .shipp-list li {
    padding: 0 20px 20px;
  }

  .new_credit-add {
    width: 100%;
  }

  .shipping-add-content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .shipp-list li:after{
    right: -40px;
  }
}

/* Mobile devices (max-width: 600px) */
@media (max-width: 600px) {
  .shipp-fill {
    padding-left: 10px;
    padding-right: 10px;
  }

  .shipp-name,
  .shipp-card {
    flex-direction: column;
  }

  .shipp-card-input {
    padding-left: 40px;
  }

  .shipp-list li a strong {
    font-size: 1.2rem;
  }

  ul.shipp-select [type="radio"]:checked + label,
  ul.shipp-select [type="radio"]:not(:checked) + label {
    font-size: 16px;
    padding-left: 50px;
  }

  .shipp-label,
  .shipp-label2,
  .shipp-fill p,
  .shipp-fill form label,
  .shipp-fill form input,
  .shipp-fill form select,
  .shipp-price ul li h5,
  .shipp-price ul li h6 {
    font-size: 1.4rem;
  }

  .shipp-btn button {
    font-size: 1.4rem;
    min-width: 100%;
  }

  .shipp-card-input input {
    font-size: 14px;
  }

  .shipp-price h4 {
    font-size: 2rem;
  }

  .shipping-add-header {
    font-size: 2rem;
  }

  .shipp-card select,
  .shipp-card-input {
    font-size: 14px;
  }

  .card-last-no {
    text-align: left;
    padding: 10px 0;
  }

  .shipp-delivery h4 {
    font-size: 1.4rem;
  }
  .shipp-list li:after{
    width: 0px;
  }
}
