.wfcart-wrap {
    margin-top: 50px;
    position: relative;
	font-family: 'Museo Sans', Arial, sans-serif;
}

.wfcart-header,
.wfcart-item,
.wfcart-footer {
	display: flex;
	display: -webkit-flex;
}

.wfcart-header > div,
.wfcart-footer > div,
.wfcart-item-qty,
.wfcart-item-amt {
	width: 150px;
	text-align: center;
}

.wfcart-header,
.wfcart-footer {
	color: #283A47;
    font-size: 20px;
    padding-right: 60px;
    padding-bottom: 40px;
    align-items: center;
}

.wfcart-header {
    border-bottom: 2px solid #dbdbdb;
}

.wfcart-header img {
	margin-right: 40px;
}

.wfcart-header-lbl span:nth-child(2) {
    display: none;
}

.wfcart-footer {
    padding-top: 30px;
}

.wfcart-header > div:first-child,
.wfcart-footer > div:first-child {
	flex: 1;
    display: flex;
    align-items: center;
    text-align: left;
}

.wfcart-item {
	padding-top: 30px;
	padding-bottom: 18px;
	border-bottom: 2px solid #dbdbdb;
}

.wfcart-item.wfcart-item-help {
    padding-top: 34px;
    padding-bottom: 33px;
}

.wfcart-header > div,
.wfcart-item > div,
.wfcart-footer > div {
	/* outline: 1px solid red; */
}
 
.wfcart-item-title span {
	line-height: 1;
	color: #283A47;
    font-size: 20px;
    margin-top: 8px;
    display: block;
}

.wfcart-item-title i {
    color: #002F5F;
    font-size: 16px;
    font-style: normal;
}

.wfcart-item-input[type=text],
.wfcart-item-input[type=number] {
	margin: 0;
    width: 100px;
    color: #002F5F;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    min-height: auto;
    height: 34px;
    border: none;
    border-radius: 0;
    padding: 0 10px;
    display: block;
    margin: 0 auto;
}

.wfcart-item-input[type=text][disabled],
.wfcart-item-input[type=number][disabled] {
    box-shadow: none;
    background-color: transparent;
}

.wfcart-item-input.editable {
	background-color: #f2f2f2;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.125);
}

.wfcart-edit {
	cursor: pointer;
	font-weight: 100;
	border-bottom: 1px solid;
}

.wfcart-item-title {
	flex: 1;
}

.wfcart-item-dlt {
	width: 60px;
	position: relative;
}

.wfcart-item-dlt a {
	cursor: pointer;
    font-weight: 900;
    padding: 5px 10px;
    position: absolute;
    top: 4px;
}

.wfcart-total {
    color: #002F5F;
    font-size: 18px;
    font-weight: 900;
    padding-right: 10px;
}

.wfcart-help {
    font-size: 16px;
}

.wfcart-help span {
    color: #fff;
    width: 18px;
    height: 18px;
    font-size: 12px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    vertical-align: baseline;
    background-color: #A7A7A7;
    cursor: pointer;
    margin-left: 5px;
}

.wfcart-error {
	color: #fff;
    padding: 10px;
    margin-bottom: 40px;
    background-color: #cc0000;
}

.wfcart-empty {
	text-align: center;
    padding-bottom: 40px;
}

.wfcart-error i,
.wfcart-error span,
.wfcart-empty img,
.wfcart-empty h2 {
    margin: 0;
	display: inline-block;
	vertical-align: middle;
}
 
.wfcart-error i {
    font-size: 30px;
    line-height: 30px;
    margin-right: 10px;
    font-style: normal;
}  

.wfcart-empty img {
	margin-right: 20px;
}


.wfcart-switch-wrap {
    display: flex;
    align-items: center;
}

.wfcart-switch-wrap input[type=checkbox]{
    height: 0;
    width: 0;
    visibility: hidden;
}

.wfcart-switch-wrap label {
    width: 46px;
    height: 24px;
    cursor: pointer;
    text-indent: -9999px;
    background: #F1F1F1;
    display: inline-block;
    border-radius: 30px;
    position: relative;
    margin-bottom: 0;
    margin-right: 10px;
}

.wfcart-switch-wrap label:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 16px;
    height: 16px;
    background: #002F5F;
    border-radius: 90px;
    transition: 0.3s;
}

.wfcart-switch-wrap input:checked ~ label {
    /* background: #bada55; */
}

.wfcart-switch-wrap input:checked ~ label:after {
    left: calc(100% - 4px);
    transform: translateX(-100%);
}

/* Elastic effect */
/* label:active:after {
    width: 46px;
} */


.wfcart-loading {
    height: 100%;
    width: 100%;
    z-index: 99;
    position: absolute;
    background-color: rgba(255,255,255,0.6);
    display: none;
}

.wfcart-loading div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.wfcart-loading span {
    width: 18px;
    height: 18px;
    display: block;
    background-color: #002f5f;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.wfcart-loading span:nth-child(1) {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.wfcart-loading span:nth-child(2) {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.meta-tax {
    font-size: 13px;
    font-style: italic;
    margin-top: 5px;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

@media only screen and ( max-width: 767px ){ 
    .wfcart-header, 
    .wfcart-footer {
        padding-right: 30px;
        padding-bottom: 20px;
    }
    .wfcart-header-lbl span:nth-child(2) {
        display: block;
    }
    .wfcart-item-dlt {
        width: 30px;
    }
    .wfcart-edit span,
    .wfcart-footer div:nth-child(2),
    .wfcart-footer div:nth-child(3),
    .wfcart-header-lbl span:first-child {
        display: none;
    }
    .wfcart-item-input[type=text], 
    .wfcart-item-input[type=number] {
        width: 80px;
    }
    .wfcart-item-qty,
    .wfcart-header-lbl:first-child {
        width: 60px;
    }
    .wfcart-item-amt,
    .wfcart-header-lbl:last-child {
        width: 100px;
    }
    .wfcart-header img {
        max-width: 24px;
        margin-right: 10px;
    }
}



