#checkout-wrapper {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    display: block;
    position: relative;
    height: auto;
    width: 100%;
}

#checkout-wrapper a {
    color: #111;
}

.underline {
    color: #111;
    text-decoration: underline;
}


.underline:hover {
    color: #999;
    text-decoration: underline;
}

#checkout-wrapper h3 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #111;
    padding: 10px 0;
    margin-left: 0;
}

#checkout-wrapper h3 i {
    position: absolute;
    right: 50px;
    color: #555;
}
/*
.sketch-highlight:before{
  content:"";
  z-index:-1;
  left:0em;
  top:0em;
  border-width:2px;
  border-style:solid;
  border-color:#23A315;
  position:absolute;
  border-right-color:transparent;
  width:100%;
  height:1em;
  transform:rotate(2deg);
  opacity:0.5;
  border-radius:0.25em;
}

.sketch-highlight:after{
  content:"";
  z-index:-1;
  left:0em;
  top:0em;
  border-width:2px;
  border-style:solid;
  border-color:#23A315;
  border-left-color:transparent;
  border-top-color:transparent;
  position:absolute;
  width:100%;
  height:1em;
  transform:rotate(-1deg);
  opacity:0.5;
  border-radius:0.25em;
}

#checkout-wrapper strong {
  position: relative;
}

#checkout-wrapper strong::before {
  background-color: #23A315;

  content: "";
  position: absolute;
  width: calc(100% + 4px);
  height: 60%;
  left: -2px;
  bottom: 0;
  z-index: -1;
  transform: rotate(-2deg);
}

.highlight-green {
  border-radius: 1em 0 1em 0;
  background-image: linear-gradient(
    -100deg,
    rgba(35,163,21, 0.2),
    rgba(35,163,21, 0.7) 95%,
    rgba(35,163,21, 0.1)
  );
}*/

.main-border-box {
    position: relative;
    height: auto;
    width: 96%;
    margin: 20px auto;
    box-sizing: border-box;
    padding: 40px 26px 40px 26px;
    background: #FFF;
    border: 2px solid rgba(0,0,0,0.15);
    border-radius: 0;
    overflow: hidden;
}

.checkout-border-box{
    position: relative;
    display: inline-block;
    float: left;
    padding: 16px;
    background: #FFF;
    cursor: pointer;
    border: 3px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
}

a.checkout-border-box, p.checkout-border-box  {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

a.checkout-border-box:hover  {
    border: 1px solid #111;
}

a.checkout-border-box.active-box {
    border: #23A315 1px solid;
    box-shadow: 0 .1rem .5rem rgba(0,0,0,.15);
    background: rgba(35, 163, 21, 0.04);
}

.active-box {
    border: #23A315 3px solid;
    box-shadow: 0 .1rem .5rem rgba(0,0,0,.15);
    background: rgba(35, 163, 21, 0.04);
}

.disabled-box {
    opacity: 0.4;
}

.checkout-small-font {
    font-size: 0.8rem;
}

.checkout-product-item .checkout-small-font {
    font-size: 0.6rem;
}

#checkout-wrapper .bolder {
    font-size: 1.2em;
    font-weight: bold;
}

#checkout-wrapper .small-font {
    font-size: 0.8rem;
}

#checkout-wrapper .total_discount_amount {
    font-size: 0.6rem;
}

#checkout-wrapper .checkout-small-font .price-grid-ex-mva, #checkout-wrapper.checkout-product-price span.checkout-small-font, .product-price-offer .checkout-small-font {
    font-size: 0.6rem;
}

/*Contact information*/

.checkout-customer-name {
    display: block;
}

#checkout-wrapper .nav-item {
    width: 25%;
}

#checkout-wrapper .nav-item a, #checkout-wrapper .nav-item a:hover {
    color: #111;
    padding: 10px 25px;
}

#checkout-wrapper .nav-pills .nav-link.active, #checkout-wrapper .nav-pills .show > .nav-link {
    background-color: #FFF;
    border: #23A315 1px solid;
    border-radius: 0;
    color: #111;
}

#checkout-wrapper .nav-link {
    border: #FFF 1px solid;
    display: block;
    padding: 0.5rem 1rem;
    background-color: #F8F8F8;
    border-radius: 0;
}

#checkout-wrapper .nav-link:hover {
    border: #555 1px solid;
    display: block;
    padding: 0.5rem 1rem;
    background-color: #F8F8F8;
    border-radius: 0;
}

.checkout-selected {
    color: #23A315;
    height: 40px;
    width: 40px;
}

.checkout-fa-selected {
    color: #23A315;
    font-size: 2rem;
}

/*Payment method*/

.checkout-payment-method-box {
    font-size: 0.8rem;
    float: left;
    text-align: center;
    width: calc(50% - 6px);
    margin: 3px;
}

.checkout-payment-method-box-selected {
    font-size: 0.8rem;

    float: left;
    text-align: center;
    width: calc(100% - 6px);
    margin: 3px;
    /*border: 1px solid #23A315;*/
}

.checkout-payment-method-box img {
    display: block;
    max-height: 140px;
    min-height: 140px;
    width: auto;
    margin: auto;
}

.checkout-payment-method-box:hover{
}


/*Checkbox*/

/* Custom checkbox */
/* Customize the label (the container) */
#checkout-wrapper .form-check-container {
    display: block;
    position: relative;
    padding: 10px 0 10px 35px;
    margin-top: 15px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
}

/* Hide the browser's default checkbox */
#checkout-wrapper .form-check-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/*Radio button */

/*Radio button */


/* Create a custom checkbox */
#checkout-wrapper .checkmark {
    position: absolute;
    top: 0.6rem;
    left: 15px;
    height: 40px;
    width: 40px;
    background-color: #FFF;
    border: 3px solid #999;
}

#checkout-wrapper .check-label-text {
    display: block;
    padding-left: 40px;
}

#checkout-wrapper .check-label-second-text {
    font-size: 0.8rem;
    display: block;
    padding-left: 40px;
}

#checkout-wrapper .checkmark-img {
    display: block;
    max-height: 40px;
}

#checkout-wrapper .check-label-resource-name {
    /*font-weight: bold;*/
}

#checkout-wrapper .checkout-delivery-price {
    position: absolute;
    right: 0;
    top: 25%;
    font-size: 1.2rem;
    font-weight: bold;
}

/* On mouse-over, add a grey background color */
#checkout-wrapper .form-check-container:hover input ~ .checkmark {
    background-color: #FFF;
    border: 3px solid #111;
}

/* When the checkbox is checked, add a blue background */
#checkout-wrapper .form-check-container input:checked ~ .checkmark {
    background-color: #23A315;
    border: 3px solid #23A315;
}

/* Create the checkmark/indicator (hidden when not checked) */
#checkout-wrapper .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
#checkout-wrapper .form-check-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
#checkout-wrapper .form-check-container .checkmark:after {
    left: 17px;
    top: 5px;
    width: 5px;
    height: 20px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*Buttons*/

#checkout-wrapper .checkout-btn, #checkout-wrapper a.checkout-btn {
    padding: 15px 20px;
    border: 1px solid #23A315;
    background-color: #23A315;
    color: #FFF;
    text-align: center;
    display: inline-block;
    font-weight: bold;
}

#checkout-wrapper .checkout-btn a {
    color: #FFF;
}

#checkout-wrapper .checkout-btn a:hover, #checkout-wrapper .checkout-btn:hover a {
    color: #FFF;
}

#checkout-wrapper .checkout-btn:hover, #checkout-wrapper a.checkout-btn:hover {
    background-color: #28b618;
    -webkit-transition: all 0.3s 0s ease-in;
    -moz-transition: all 0.3s 0s ease-in;
    -o-transition: all 0.3s 0s ease-in;
    transition: all 0.3s 0s ease-in;
}

#checkout-wrapper .checkout-border-btn {
    padding: 15px 20px;
    background-color: #FFF;
    border: 1px solid #23A315;
    color: #23A315;
    text-align: center;
    display: inline-block;
    font-weight: bold;

}

#checkout-wrapper .checkout-border-btn a {
    color: #23A315;

}

#checkout-wrapper .checkout-border-btn a:hover, #checkout-wrapper .checkout-border-btn:hover a {
    color: #FFF;

}

#checkout-wrapper .checkout-border-btn:hover {
    padding: 15px 20px;
    background-color: #28b618;
    border: 1px solid #23A315;
    color: #FFF;
    text-align: center;
    display: inline-block;-webkit-transition: all 0.3s 0s ease-in;
    -moz-transition: all 0.3s 0s ease-in;
    -o-transition: all 0.3s 0s ease-in;
    transition: all 0.3s 0s ease-in;
}

#checkout-wrapper .checkout-go-back-btn {
    width: calc(50% - 6px);
}
#checkout-wrapper .checkout-pay-btn {
    width: calc(50% - 6px);
}

#checkout-wrapper a.checkout-form-btn {
    display: inline-block;
    float: right;
}

/*Form*/


#checkout-wrapper .awsome_input {
    font-size: 0.8rem;
}

.checkout-input-boxed{
    display: block;
    width: 100%;
    height: calc(2em + 0.75rem + 2px);
    padding: 0.575rem 1rem;
    font-weight: 400;
    line-height: 2;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    margin-bottom: 1rem;
}

.checkout-input-boxed:focus {
    color: #495057;
    background-color: #fff;
    border-color: #23A315;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(35, 163, 21, 0.25);
}

.checkout-btn-inline, #checkout-wrapper a.checkout-btn-inline  {
    width: 100%;
    height: calc(2em + 0.75rem + 2px);
    line-height: 2;
    padding: .575rem 1rem;
    border: 1px solid #23A315;
    background-color: #23A315;
    color: #FFF;
    text-align: center;
    display: inline-block;
    font-weight: bold;
    background-clip: padding-box;
    margin-bottom: 1rem;
    margin-top: -1rem;

}

.checkout-btn-inline:hover, #checkout-wrapper a.checkout-btn-inline:hover  {
    background-color: #28b618;
    -webkit-transition: all 0.3s 0s ease-in;
    -moz-transition: all 0.3s 0s ease-in;
    -o-transition: all 0.3s 0s ease-in;
    transition: all 0.3s 0s ease-in;

}

/*SELECT*/

/* The container must be positioned relative: */
.nice-select {
    width: 100%;
    height: calc(2em + 0.75rem + 2px);
    position: relative;
    border: 1px solid;
    border-color: #ced4da;
    background-color: #FFF;
}

.nice-select .form-control {
    display: block;
    height: calc(2em + 0.75rem + 2px);
    width: 100%;
    padding: 0.575rem 1rem;
    font-weight: 400;
    line-height: 2em;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
}

.nice-select .form-control:focus {
    border: none;
    box-shadow: none;
}

.nice-select select {
    width: 100%;
    height: calc(2em + 0.75rem + 2px);
    padding: 0.575rem 1rem;
    display: none; /*hide original SELECT element: */
    border-color: #555 transparent transparent transparent;
    border-radius: 0;
}

.select-selected {
    background-color: #FFF;
}

/* Style the arrow inside the select element: */
.select-selected:after {
    position: absolute;
    content: "";
    top: 16px;
    right: 10px;
    width: 100%;
    border: 6px solid transparent;
    border-color: #555 transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #555 transparent;
    top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
    color: #111;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent #111 transparent;
    cursor: pointer;
}

/* Style items (options): */
.select-items {
    position: absolute;
    background-color: #FFF;
    border: 1px solid;
    border-color: #111;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: #111;
}

/*Progress bar*/
.checkout-progress-bar-text {
    font-size: 1rem;
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 20px;
}

.animated-progress {
    width: 100%;
    height: 5px;
    border-radius: 5px;
    margin: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
}

.animated-progress span {
    height: 100%;
    display: block;
    width: 0;
    color: rgb(255, 251, 251);
    line-height: 30px;
    position: absolute;
    text-align: end;
    padding-right: 5px;
}

.progress-green span {
    background-color: #23A315;
}

/*Product*/

.checkout-product-wrapper {
    display: block;
    width: 100%;
}

.checkout-product-item {
    position: relative;
    display: block;
    height: auto;
    width: 98%;
    margin: 1%;
    box-sizing: border-box;
    padding: 16px;
    background: #FFF;
    box-shadow: 0 .1rem .5rem rgba(0,0,0,.1);
    cursor: pointer;
    border-radius: 0;
    overflow: hidden;
}
#checkout-wrapper a.checkout-product-item {
    text-decoration: none;
    color: #111;
}
#checkout-wrapper a.checkout-product-item:hover {
    text-decoration: none;
    color: #111;
}


/*.checkout-product-mobile-wrap {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	float: none;

}*/

.checkout-product-highlight-wrapper {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;

}

.checkout-product-highlight:first-child {
    border-rigt: solid 1px transparent;
}

.checkout-product-highlight {
    position: relative;
    font-size: 0.8rem;
    font-weight: bold;
    padding: 5px;
    background-color: #f3e221;
    display: inline-block;
    float: right;
    border-right: solid 1px #f3bf21;
}


/*.checkout-product-delete {
	display: block;
	height: 25px;
	width: 25px;
	position: absolute;
	background-color: darkred;
	border-radius: 50%;
	color: #FFF;
	right: 5px;
	top: 5px;
}

.checkout-product-delete i {
	position: absolute;
	margin: auto;
	height: 25px;
	width: 25px;
	top: -3px;
	left: 7px;
	font-size: 1.2em;
}*/
#checkout-product-img-wrapper {
    width: auto;
    display: inline-block;
}
#checkout-wrapper picture {
    position: relative;
    height: 60px;
    width: 60px;
    display: inline-block;
    float: left;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}

.checkout-product-title {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.25;
    color: #111;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 75%;
    display: inline-block;
    padding-left: 10px;
}

.checkout-product-text {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.28571;
    margin-top: 4px;
    margin-bottom: 0;
    max-height: 3.59999rem;
    overflow: hidden;
    hyphens: auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    color: #707070;
}

.checkout-product-price-wrapper {
    position: relative;
    width: 75%;
    margin-left: 10px;
    display: inline-block;
}

.checkout-product-price-offer {
    width: 100%;
    display: block;
    font-size: 0.8rem;
    text-decoration-line: line-through;
}

.checkout-product-price-small-font {
    width: 100%;
    display: block;
    font-size: 0.8rem;
}

.checkout-product-price-bundle {
    font-size: 0.8rem;
    color: #23A315;
}

.checkout-product-quantity {
    display: inline-block;
    width: auto;
    text-align: left;
    margin-top: 20px;
}

.checkout-product-delete {
    display: inline-block;
    width: 30%;
    text-align: right;
    margin-top: 20px;
    float: right;
}

/*Total*/
.checkout-total {
    display: block;
    position: relative;
}

.checkout-total-price {
    position: absolute;
    right: 0;
}

.checkout-total-price-total {
    font-size: 1.2rem;
    font-weight: bold;
}

/* quantity box -- */
#checkout-wrapper input[type=number]::-webkit-outer-spin-button,
#checkout-wrapper input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#checkout-wrapper input[type=number] {
    -moz-appearance:textfield;
}

#checkout-wrapper .quantity {
    display: inline-block; }

#checkout-wrapper .quantity .input-text.qty {
    width: 39px;
    height: 39px;
    padding: 0 5px;
    text-align: center;
    background-color: transparent;
    border: 0px solid rgba(0, 0, 0, 0.1);

}

#checkout-wrapper .quantity.buttons_added {
    text-align: left;
    position: relative;
    white-space: nowrap;
    vertical-align: top; }

#checkout-wrapper .quantity.buttons_added input {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    box-shadow: none;
}

#checkout-wrapper .quantity.buttons_added .minus,
#checkout-wrapper .quantity.buttons_added .plus {
    padding: 8px 10px;
    height: 41px;
    width: 41px;;
    background: rgba(35,163,21,0.04);
    border: 1px solid #efefef;
    border-radius: 50%;
    cursor:pointer;}

#checkout-wrapper .quantity.buttons_added .minus {
    border-right: 0; }

#checkout-wrapper .quantity.buttons_added .plus {
    border-left: 0; }

#checkout-wrapper .quantity.buttons_added .minus:hover,
#checkout-wrapper .quantity.buttons_added .plus:hover {
    background: #eeeeee; }

#checkout-wrapper .quantity input::-webkit-outer-spin-button,
#checkout-wrapper .quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0; }

#checkout-wrapper .quantity.buttons_added .minus:focus,
#checkout-wrapper .quantity.buttons_added .plus:focus {
    outline: none; }

.onpage-product-not-available-wrapper {
    background-color: #f9f3c7;
    margin: 20px auto;
    padding: 20px 0;
}

.onepage-product-not-available {
    display: block;
    width: 100%;
    border: 1px #c3af3f solid;
    margin: 5px 0;
    padding: 5px;
}

.onepage-product-name-not-avaialble, .onepage-product-not-available-text {
    display: inline-block;
}

.onepage-product-name-not-avaialble {
    font-weight: bold;
}

.not-available-icon {
    color: #c00000;
}

#checkout-wrapper a.checkout-btn-update, .checkout-btn-update {
    width: 100%;
    height: calc(2em + 0.75rem + 2px);
    line-height: 2;
    padding: 0.325rem 1rem;
    border: 1px solid #f9e681;
    background-color: #f9e681;
    color: #000;
    text-align: center;
    display: inline-block;
    font-weight: 400;
    background-clip: padding-box;
}

.circle-not-available, .circle-available {
    content: '';
    display: inline-block;
    border-radius: 50%;
    margin-right: 0;
    vertical-align: text-top;
}

.circle-not-available {
    width: 15px;
    height: 15px;
    background-color: #c00000;
}

.circle-available {
    width: 10px;
    height: 10px;
    background-color: #23A315;
}

.onepage-store-wrapper {
    display: block;
    width: 100%;
    padding: 10px;
    margin-bottom: 1rem;
    background-color: #FFF;
    border: 1px solid #f8f8f8;
}

.onepage-store-wrapper.active{
    border: 1px solid #23A315;
    color : black;
}

.onepage-store-name {
    display: block;
    width: 100%;
    font-weight: bold;
}

.onepage-store-product-available{
    display: block;
    width: 100%;
    color: #23A315;
}

#checkout-wrapper .onepage-small-btn {
    color: #FFF;
    background-color: #23A315;
    border: 1px solid #2e9623;
    padding: 0.12rem 0.5rem;
}

#checkout-wrapper a.onepage-see-all-button {
    width: 100%;
    height: calc(2em + 0.75rem + 2px);
    line-height: 2;
    padding: 0.325rem 1rem;
    border: 1px solid #23A315;
    background-color: #FFF;
    color: #23A315;
    text-align: center;
    display: inline-block;
    font-weight: 400;
    background-clip: padding-box;
    margin-bottom: 1rem;
    margin-top: -1rem;
}

#checkout-wrapper .onepage-small-btn:hover, #checkout-wrapper a.onepage-see-all-button:hover {
    background-color: #28b618;
    border: 1px solid #23A315;
    color: #FFF;
}

.onepage-store-opening-hours {
    display: block;
    width: 100%;

}

.checkout-payment-method-box img {
    display: block;
    max-height: 70px;
    min-height: 70px;
    width: auto;
    max-width: 100%;
    margin: auto;
}

#checkout-wrapper .nav-tabs {
    border-bottom: 1px solid transparent;
}


/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {  }

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {  }

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {  }

/*// X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

    .main-border-box{
        position: relative;
        height: auto;
        width: 80%;
        margin: 20px auto;
    }

    #checkout-wrapper h3 {
        font-size: 2.5rem;
    }

    #checkout-wrapper .awsome_input {
        font-size: 1rem;
    }

    .checkout-payment-method-box {
        width: calc(25% - 6px);
    }



    /*#checkout-wrapper picture {
        width: 60px;
        display: inline-block;
    }

    .checkout-product-img-wrapper {
        position: relative;
        height: 60px;
        width: 60px;
        display: inline-block;
        float: left;
        z-index: 1;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: cover;
        transition: opacity .15s cubic-bezier(.25,.46,.45,.94);
    }*/

    /*.checkout-product-title {
        display: inline-block;
        width: 80%;
        margin-left: 0;
    }*/

    .checkout-product-title {
        display: inline-block;
        font-size: 1.2rem;
        font-weight: 700;
        margin: 0;
        line-height: 1.25;
        color: #111;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 98%;
        padding: 0 1%;
    }

    .checkout-product-price-wrapper {
        position: relative;
        width: 100%;
        margin-left: 0;
        margin-right: 10px;
        display: block;
        float: left;
        text-align: right;
    }

    .checkout-product-quantity {
        display: inline-block;
        width: 100%;
        text-align: left;
        margin-top: 0;
    }

    .checkout-product-delete {
        display: inline-block;
        width: auto;
        text-align: right;
        margin-top: 0;
    }

    #checkout-wrapper .checkmark-img {
        display: inline-block;
        padding-left: 10px;
    }

    .checkout-btn-inline, #checkout-wrapper a.checkout-btn-inline  {
        margin-top: 0;

    }

    /*.checkout-product-mobile-wrap {
        width: 50%;
        display: inline-block;
        margin: 0;
        padding: 0;
}*/

    .checkout-fa-selected {
        color: #23A315;
        font-size: 3rem;
    }

}

/*// XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {}

