#MB_overlay {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    border: 0;
    background-color: #000!important;
}

#MB_overlay[id] {
    position: fixed;
}

#MB_window {
    position: absolute;
    top: 0;
    border: 0 solid;
    text-align: left;
    z-index: 10000;
}

#MB_window[id] {
    position: fixed!important;
}

#MB_frame {
    position: relative;
    background-color: #EFEFEF;
    height: 100%;
}

#MB_header {
    margin: 0;
    padding: 0;
}

#MB_content {
    position: relative;
    padding: 6px .75em;
    overflow: auto;
}

#MB_caption {
    font: bold 100% "Lucida Grande", Arial, sans-serif;
    text-shadow: #FFF 0 1px 0;
    padding: .5em 2em .5em .75em;
    margin: 0;
    text-align: left;
}

#MB_close {
    display: block;
    position: absolute;
    right: 5px;
    top: 4px;
    padding: 2px 3px;
    font-weight: bold;
    text-decoration: none;
    font-size: 13px;
}

#MB_close:hover {
    background: transparent;
}

#MB_loading {
    padding: 1.5em;
    text-indent: -10000px;
    background: transparent url(spinner.gif) 50% 0 no-repeat;
}

/* Color scheme */

#MB_window {
    background-color: #EFEFEF;
    color: #000;

    -webkit-box-shadow: 0 0 64px #000;
    -moz-box-shadow: #000 0 0 64px;
    box-shadow: 0 0 64px #000;
}

#MB_frame {
    padding-bottom: 4px;

    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;

    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;

    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

#MB_content {
    border-top: 1px solid #F9F9F9;
}

#MB_header {
    background-color: #DDD;
    border-bottom: 1px solid #CCC;
}

#MB_caption {
    color: #000
}

#MB_close {
    color: #777
}

#MB_close:hover {
    color: #000
}


/* Alert message */

.MB_alert {
    margin: 10px 0;
    text-align: center;
}

/*  Notification message css  */

.notification {
    color: #FFFFFF;
    display: none !important;
    padding: 0px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0.8;
    overflow: hidden;
    z-index: 10000;
}

#note {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    right: 0;
    background: #0f8c24;
    color: white;
    opacity: 0.8;
    text-align: center;
    line-height: 2.5;
    overflow: hidden;
    vertical-align: middle;
    font-size: 16px;
    -webkit-box-shadow: 0 0 5px black;
    -moz-box-shadow: 0 0 5px black;
    box-shadow: 0 0 5px black;
}

@-webkit-keyframes slideDown {
    0%,
    100% {
        -webkit-transform: translateY(-50px);
    }
    10%,
    90% {
        -webkit-transform: translateY(0px);
    }
}

@-moz-keyframes slideDown {
    0%,
    100% {
        -moz-transform: translateY(-50px);
    }
    10%,
    90% {
        -moz-transform: translateY(0px);
    }
}

.cssanimations.csstransforms #note {
    -webkit-transform: translateY(-50px);
    -webkit-animation: slideDown 2.5s 1.0s 1 ease forwards;
    -moz-transform: translateY(-50px);
    -moz-animation: slideDown 2.5s 1.0s 1 ease forwards;
}

.top-cart {
    display: none;
}

.top-link-cart {
    display: none;
}

.header-cart {
    display: table;
    float: none;
    height: 100%;
}

.header-cart .cart-btn {
    /*  background: none repeat scroll 0 0 #fff; */
    border: 0 none;
    padding: 5px;
}

.cart-items-box .items {
    clear: both;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.cart-items-box .cart-header {
    border-bottom: 0;
    color: #a4a4a4;
    font-size: 11px;
    margin: 0;
    padding: 0;
    text-align: center;
}

.cart-items-box .items .item-thumbnail {
    float: left;
    height: auto;
    width: 25%;
}

.mini-basket-content-wrapper {
    float: left;
    width: 205px;
}

.mini-cart-name {
    margin-bottom: 10%;
}

.cart-items-box .items .item-name {
    display: block;
    position: relative;
    top: 3px;
}

.qty-btngroup .minus {
    border-radius: 2px 0 0 2px;
}

.qty-btngroup button {
    background: none repeat scroll 0 0 #eaeaea;
    border: 0 none;
}

.btn.btn-iconed > i {
    color: #ff5757;
    font-size: 22px;
    padding-right: 5px;
}

.btn.btn-iconed > i,
.btn.btn-iconed > span {
    display: inline-block;
    vertical-align: middle;
}

.header-cart #no_empty_cart .cart-value {
    background: none repeat scroll 0 0 #6cd0b8;
    border-radius: 5px;
    color: #fff;
    display: none;
    font-size: 12px;
    font-weight: bold;

    padding: 7px 5px;
}

.header-cart #no_empty_cart:active {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.btn {
    /* background: none repeat scroll 0 0 #fafafa; */
    border: 1px solid #eee;
    border-radius: 2px;
    color: #555;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 12px;
}

.cart-items-box {
    z-index: 9999;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -278px;
    border: 0;
    background: #fff;
    display: block;
    width: 556px;
    padding: 10px;
    display: none;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.shadow(direction=120, color=#000000, strength=10);
}

.minicart_overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    display: none;
    right: 0;
    left: 0;
    background: rgba(241, 242, 241, 0.7);
    z-index: 9998;
}

.mini-basket-content-wrapper {
    float: right;
    text-align: left;
    width: 72%;
}

.mini-cart-name {
    margin-bottom: 0;
}

.mini-cart-sku {
    font-size: 14px;
    color: #2f2f2f;
    font-weight: 400;
    font-family: "GothamProRegular";
    line-height: 1;
    margin-bottom: 15px;
}

.mini-basket-content-wrapper .item-price .price {
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    font-family: "GothamProBold";
}

.cart-items-box .items li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.mini-cart-see-all {
    float: right;
    display: inline-block;
    padding: 10px;
}

.mini-cart-footer {
    padding: 0;
    text-align: center;
}

.items li .remove-btn {
    width: 14px;
    height: 14px;
    display: block;
    position: relative;
    left: 280px;
    top: -85px;
    z-index: 10000;
}

.cart-items-box .header {
    text-align: center;
    color: #a4a4a4;
    font-size: 11px;
    padding-bottom: 3px;
    border-bottom: 1px solid #d0d0d0;
    margin: 10px;
}

.cart-items-box .items > li {
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    padding: 15px 0 15px 0;
    border-top: 1px solid #dfdfdf;
    margin-right: 10px;
    border-bottom: 0;
    overflow: hidden;
}

.cart-items-box .items > li:hover .item-thumbnail {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.cart-items-box .items .item-thumbnail {
    float: left;
    width: 25%;
    border: 0;
    height: auto;
}

.cart-items-box .items .item-thumbnail img {
    width: 100%;
    height: auto;
}

.cart-items-box .items .item-thumbnail > a {
    display: block;
    height: 100%;
    background: #e1e1e1;
    overflow: hidden;
}

.cart-items-box .items .item-name {
    position: static;
    font-size: 14px;
    color: #325138;
    font-weight: 400;
    font-family: "GothamProRegular";
    line-height: 1;
    margin-bottom: 7px;
    display: block;
}

.cart-items-box .items .item-price {
    color: #78a880;
    font-weight: 400;
    margin-top: 0;
    float: left;
    font-size: 18px;
    line-height: 22px;
    font-family: "GothamProBold";
    display: block;
}

.cart-items-box .footer {
    clear: both;
    float: right;
    font-size: 11px;
    margin-top: 15px;
    text-decoration: underline;
}

.items li .remove-btn {
    width: 15px;
    height: 15px;
    display: inline-block;
    position: relative;
    left: auto;
    top: auto;
    text-align: center;
    z-index: 10000;
    font-size: 16px;
}

.remove_item_container {
    text-align: right;
    height: 15px;
    margin-bottom: 7px;
}

.items li .remove-btn .icon-remove {
    height: 100%;
    display: block;
}

.icon-remove:before {
    display: block;
    height: 100%;
    line-height: 15px;
}

.my-cart .qty-btngroup {
    margin: 0 auto;
    display: table;
}

.qty-btngroup button,
.qty-btngroup input[type="text"] {
    width: 30px;
    height: 28px;
    float: left;
    color: #7e7e7e;
    font-size: 12px;
}

.qty-btngroup button {
    border: 1px solid #b3b3b3;
    background: #78a880;
    color: #fff;
    font-size: 14px;
    width: 22px;
    height: 22px;
    line-height: 20px;
    font-weight: 400;
    font-family: "GothamProRegular";
}

.qty-btngroup button:hover {}

.qty-btngroup input[type="text"] {
    border: 1px solid #b3b3b3;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    color: #2f2f2f;
    font-weight: 400;
    font-family: "GothamProBold";
    text-align: center;
    font-size: 14px;
    height: 22px;
    line-height: 20px;
    width: 50px;

}

.qty-btngroup .plus {}

.qty-btngroup .minus {}

table.my-cart tr td div.qty-btngroup {
    width: 105%;
}

.my-cart .qty-btngroup {
    display: table;
    margin: 0 auto;
}

#mini-cart-summary {
    margin-bottom: 10px;
    width: 100%;
    max-height: 255px;
    overflow: auto;
}

.sidebar .header-cart {
    display: none;
}

.clearfix {
    clear: both;
}

.header-container {
    text-align: left;
}

.view-cart-btn {
    float: left;
}

#minicartfooterid a.button {
    line-height: 30px;
    height: 30px;
    float: none;
    display: inline-block;
    padding: 0 40px;
    font-size: 14px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    font-family: "GothamProBold";
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    background: #567f5b;
    width: auto;
    margin-bottom: 15px;
}

#minicartfooterid a.button:hover {
    background: #325138;
}

.mini-cart-totals {
    clear: both;
    margin-bottom: 20px;
    overflow: hidden;
}

.mini-cart-totals .mini-cart-totals-label {
    float: left;
    font-size: 14px;
    color: #78a880;
    font-weight: 400;
    display: block;
    font-family: "GothamProRegular";
    line-height: 30px;
}

.mini-cart-totals .mini-cart-totals-value {
    float: right;
    font-size: 22px;
    color: #78a880;
    font-weight: 400;
    display: block;
    font-family: "GothamProBold";
    line-height: 30px;
}

.mini-cart-footer .continue_shopping {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    color: #2f2f2f;
    font-family: "GothamProRegular";
    line-height: 1;
    position: relative;
    padding-bottom: 3px;
}

.mini-cart-footer .continue_shopping:after {
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #cbcbcb;
    display: block;
    content: "";
}

.cart-container {
    margin: 0;
    overflow: unset;
    z-index: 99999;
}

.skip-minicart {
    padding: 0px !important;
    position: static;
    right: 0;
    top: 0;
    width: auto;
}

.header .quick-access .links {
    float: right;
    line-height: 18px;
    position: relative;
    right: 135px;
    white-space: nowrap;
}

.header .form-search {
    margin-top: 10px;
}

.header-minicart .close_cart_button_container {
    text-align: right;
}

.header-minicart .close_cart_button_container a {
    width: 15px;
    height: 15px;
    display: inline-block;
}

.cart_header {
    margin-bottom: 15px;
    line-height: 1;
}

.cart_header .cart_title {
    font-size: 12px;
    font-weight: 400;
    color: #78a880;
    font-family: "GothamProRegular";
    text-transform: uppercase;
    display: block;
    line-height: 1;
    text-align: center;
}

#no_empty_cart.no-visible {
    display: none;
}

#empty_cart.no-visible {
    display: none;
}

.header-cart #no_empty_cart .minicart-icon {
    display: block;
    margin-top: 0;
    line-height: 1.42857143;
}

.header-cart #no_empty_cart .label {
    padding: 0;
}

.header-cart #empty_cart .label {
    padding: 0;
}

.header-cart #no_empty_cart {
    padding: 0;
}
.minicart_success_message_wrapper {
	display: none;
	position: fixed;
	z-index: 999999999;
}