.btn {
    cursor: pointer;
}

.nospace {
    margin: 0px;
    padding: 0px;
}

.margin-y-2 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.margin-y {
    margin-top: 10px;
    margin-bottom: 10px;
}

.cart-page .row-center {
    /*max-width: 1200px;*/
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 15px;
}

.cart-page .btn-primary {
    background-color: #1e232b;
    font-size: 17px;
    border: none;
    padding: 8px 14px;
    color: #ffffff;
}

.cart-page .btn-primary:hover, .cart-page .btn-primary:focus, .cart-page .btn-primary:active {
    background-color: #333b49;
    color: #ffffff;
}

.btn-megaxl {
    padding: 15px 25px !important;
    font-size: 15px;
    text-transform: uppercase !important;
    font-family: "Lato", sans-serif;
    font-weight: normal;
}

.cart-account-link {
    font-size: 14px;
    text-transform: uppercase !important;
    font-family: "Lato", sans-serif;
    font-weight: normal;
    font-weight: 500;
    color: #5b5391;
}

.cart-account-link a {
    font-size: 14px;
    text-transform: none !important;
    font-family: "Lato", sans-serif;
    font-weight: 500;
    color: #5b5391;
    text-decoration: none;
}

.cart-account-link a:hover {
    color: #000;
}

.cart-page .btn {

    border: none;
    padding: 8px 14px;
    -webkit-transition: ease-in-out, 0.4s;
    -o-transition: ease-in-out, 0.4s;
    transition: ease-in-out, 0.4s;
}

.cart-page .btn.btn-primary {
    color: #fff;
    background-color: #1e232b;
}

.cart-page .btn.btn-primary:hover, .cart-page .btn.btn-primary:focus, .cart-page .btn.btn-primary:active, .cart-page .btn.btn-primary:active:focus, .cart-page .btn.btn-primary:active:hover {
    background-color: #333b49;
    color: #fff;
}

.cart-page .btn.btn-danger {
    color: #fff;
    background-color: #d90e73;
}

.cart-page .btn.btn-danger:hover, .cart-page .btn.btn-danger:focus, .cart-page .btn.btn-danger:active, .cart-page .btn.btn-danger:active:focus, .cart-page .btn.btn-danger:active:hover {
    background-color: #c10c66;
    color: #fff;
}

.cart-page .btn.btn-warning {
    color: #fff;
    background-color: #ed2c2f;
}

.cart-page .btn.btn-warning:hover, .cart-page .btn.btn-warning:focus, .cart-page .btn.btn-warning:active, .cart-page .btn.btn-warning:active:focus, .cart-page .btn.btn-warning:active:hover {
    background-color: #dd1316;
    color: #fff;
}

.cart-page .btn.btn-success {

}

.cart-page .btn.btn-info {
    text-transform: none;
}

.cart-page .btn.btn-danger {
    text-transform: none;
}

.cart-page .btn.btn-success:hover, .cart-page .btn.btn-success:focus, .cart-page .btn.btn-success:active, .cart-page .btn.btn-success:active:focus, .cart-page .btn.btn-success:active:hover {
}

.cart-page .btn.btn-default {
    border: 1px solid #d9d9d9;
}

.cart-page .btn.btn-xs {
    font-size: 14px;
    padding: 4px 10px;
}

.cart-heading {
    margin-bottom: 0px;
    margin-top: 0px;
}

.cart-heading h2 {
    font-family: "Lato", sans-serif;
    font-weight: normal;
    font-size: 32px;
    color: #000000;
}

.cart-img {
    text-align: center;
}

.cart-img img {
    max-width: 100%;
    max-height: 100px;
}

.cart-item-list {
    border: 1px solid #ebebeb;
    border-bottom: none;
}

.cart-item-border {
    border: 1px solid #ebebeb;
}

.cart-item-border-bottom {
    border-bottom: 1px solid #ebebeb;

}

.cart-item {
    border-bottom: 1px solid #ebebeb;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

@media (min-width: 992px) {
    .cart-item {
        padding-bottom: 5px;
    }
}

.more-cart-info {
    background-color: #f9f9f9;
    margin-bottom: 10px;
}

.cart-info {
    min-height: 100px;
}

@media (max-width: 767px) {
    .cart-info {
        text-align: center;
    }
}

.cart-info h3 {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px !important;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 5px;
}

.cart-info h3 a {
    color: #000000;
    text-decoration: none;
}

.cart-info h3 a:hover, .cart-info h3 a:focus, .cart-info h3 a:active {
    color: #60bf34;
}

.cart-info .cart-product {

    font-weight: 400;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    line-height: 24px;
    color: #5b5391;
    margin-bottom: 0px;

    margin-top: 0;
}

@media (max-width: 767px) {
    .cart-info .cart-product {
        margin-top: 10px;
    }
}

.cart-info .cart-product a {
    color: #5b5391;
    text-decoration: none;
}

.cart-info .cart-product a:hover, .cart-info .cart-product a:focus, .cart-info .cart-product a:active {
    color: #312a5b;
}

.cart-info .cart-info-heading {
    font-size: 14px;
    font-weight: bold;
    padding: 4px 20px;
    background-color: #f2f2f2;
    display: inline-block;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #5d6c85;
    margin-top: 7px;
    margin-bottom: 0;
}

.cart-info h4 {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: #5b5391;
    margin-top: 8px;

    margin-bottom: 0;
}

.cart-info h4 small {
    font-size: 15px;
    color: #888;
    text-decoration: line-through;
    display: block;
}

.quant-group {
    margin-top: 10px;
    margin-bottom: 20px;
}

.quant-group .btn-number {
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #76869f;
    font-size: 15px;
}

.quant-group .btn-number:hover, .quant-group .btn-number:focus, .quant-group .btn-number:active {
    color: #333;
}

.quant-group .form-control {
    border-color: #e0e0e0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: white;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    min-height: 40px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: black;
    text-align: center;
}

.cart-item-btns {
    margin-top: 3.5%;
}

@media (max-width: 767px) {
    .cart-item-btns {
        margin-top: 1%;
    }
}

.cart-item-btns a {
    font-size: 20px;
    padding: 8px 12px;
    background-color: #f2f2f2;
    margin: 5px;
}

.cart-item-btns a.danger {
    color: #ed2c2f;
}

.cart-item-btns a.default {
    color: #1e232b;
}

.cart-item-btns a.default:hover, .cart-item-btns a.default:focus, .cart-item-btns a.default:active {
    color: #312a5b;
}

@media (max-width: 767px) {
    .cart-btn {

        text-align: center;
    }

    .cart-btn .text-right {
        text-align: center;
    }
}

.cart-btn .btn {
}


.cart-btn .btn.btn-lg {
    padding: 10px 22px;
    padding-bottom: 12px;
    font-size: 22px;
    font-weight: normal;
    margin-top: 25px;
}

.cart-btn .btn.btn-lg .fa {
    vertical-align: middle;
}

.cart-btn h4 {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 14px;
    font-weight: normal !important;
    color: #1e232b;
    margin-top: 5px;
    margin-bottom: 5px;
}

.cart-btn h4 span {
    font-weight: bold !important;
    display: inline-block;
    padding: 6px 20px;
    background-color: #ebebeb;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.cart-btn .btn {
    text-transform: uppercase;
    font-size: 13px;
}

.cart-btn h3 {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 28px;
    color: #1e232b;
    margin-top: 12px;
}

.cart-btn h3 span {
    display: inline-block;
    padding-bottom: 8px;
    border-bottom: 1px solid #e6e6e6;
}

.cart-btn-left {
    padding-bottom: 10px;
}

.cart-btn-left .btn {

    margin-right: 10px;
}

.cart-fixed-bottom {
    max-width: 100px;
    left: auto;
    right: 20px;
    display: none;
    bottom: 20px;
}

.cart-fixed-bottom .btn-success {
    background-color: #60bf34;
    -webkit-box-shadow: -1px 2px 32px -5px rgba(0, 0, 0, 0.71);
    -moz-box-shadow: -1px 2px 32px -5px rgba(0, 0, 0, 0.71);
    box-shadow: -1px 2px 32px -5px rgba(0, 0, 0, 0.71);
    width: 50px;
    height: 50px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-size: 20px;
    border: none;
    -webkit-transition: ease-in-out, 0.4s;
    -o-transition: ease-in-out, 0.4s;
    transition: ease-in-out, 0.4s;
}

.cart-fixed-bottom .btn-success:hover, .cart-fixed-bottom .btn-success:focus, .cart-fixed-bottom .btn-success:active, .cart-fixed-bottom .btn-success:active:focus, .cart-fixed-bottom .btn-success:active:hover {
    background-color: #509f2b;
}

.cart-fixed-bottom .btn-success .fa {
    padding-top: 8px;
}

.cart-fixed-bottom .cart-number {
    position: absolute;
    width: 28px;
    height: 28px;
    text-align: center;
    color: white;
    background-color: #1e232b;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding-top: 3px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    top: -10px;
}

.cart-step {
    margin-top: 16px;
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    .cart-step {
        margin-top: 10px;
    }
}

.cart-step h1 {
    margin-top: 24px !important;
    margin-left: 0px;
    padding-left: 0px;
}

@media (max-width: 767px) {
    .cart-step h1 {
        text-align: center !important;
        margin-top: 18px !important;
    }
}

.cart-step h4 {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    color: #b3b3b3;
}

@media (max-width: 767px) {
    .cart-step h4 {
        font-size: 13px;
    }
}

@media (max-width: 320px) {
    .cart-step h4 {
        display: none;
    }
}

.cart-step .cart-step-btn {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background-color: #f2f2f2;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 30px;
    padding-top: 4px;
    color: #b3b3b3;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
}

@media (max-width: 767px) {
    .cart-step .cart-step-btn {
        width: 40px;
        height: 40px;
        padding-top: 6px;
        font-size: 20px;
    }
}

.cart-step .cart-step-btn.disabled {
    pointer-events: none;
    cursor: default;
}

.cart-step .cart-step-btn:hover, .cart-step .cart-step-btn:focus, .cart-step .cart-step-btn:active {
    background-color: #887dac;
    color: #ffffff;
}

.cart-step.active .cart-step-btn {
    background-color: #887dac;
    color: #ffffff;
}

.cart-step.active h4 {
    color: #887dac;
}

@media (max-width: 768px) {
    .cart-btn .btn {
        display: block !important;
        margin-top: 8px !important;
        width: 100%;
    }

}


select.bs-select-hidden,
select.selectpicker {
    display: none !important;
}

.bootstrap-select {
    width: auto \0;
    width: auto \0;
    /*IE9 and below*/
}

.bootstrap-select .btn-default {
    padding-top: 10px;
    padding-bottom: 10px;
}

.bootstrap-select > .dropdown-toggle {
    width: 100%;
    padding-right: 25px;
    z-index: 1;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
    color: #999;
}

.bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
}

.bootstrap-select > select.mobile-device {
    top: 0;
    left: 0;
    display: block !important;
    width: 100% !important;
    z-index: 2;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48;
}

.bootstrap-select.fit-width {
    width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: auto;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
}

.bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
    z-index: auto;
}

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
    float: none;
    display: inline-block;
    margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
    float: right;
}

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
    margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
    padding: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit;
}

.form-inline .bootstrap-select.btn-group .form-control {
    width: 100%;
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
    cursor: not-allowed;
}

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
    outline: none !important;
}

.bootstrap-select.btn-group.bs-container {
    position: absolute;
    height: 0 !important;
    padding: 0 !important;
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
    z-index: 1060;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
    width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    min-width: 150px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
    position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
    color: #fff;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
    cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 16px;
    font-weight: 400;
    padding-top: 5px;
    padding-bottom: 5px;
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
    display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
    display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li small {
    padding-left: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bootstrap-select.btn-group .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
    position: static;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
    z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, 0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    bottom: auto;
    top: -3px;
    border-top: 7px solid rgba(204, 204, 204, 0.2);
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    bottom: auto;
    top: -3px;
    border-top: 6px solid white;
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
    display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
    padding: 4px 8px;
}

.bs-actionsbox {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
    width: 50%;
}

.bs-donebutton {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bs-donebutton .btn-group button {
    width: 100%;
}

.bs-searchbox + .bs-actionsbox {
    padding: 0 8px 4px;
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none;
}

/*# sourceMappingURL=bootstrap-select.css.map */
button, .btn, input, select, .btn-group {
    outline: none !important;
}

.order-details .form-control {
}

.order-details .btn-default {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.order-details .btn-default:hover, .order-details .btn-default:focus, .order-details .btn-default:active, .order-details .btn-default:active:focus, .order-details .btn-default:active:hover {
    background-color: white;
    outline: none !important;
}

.order-details .open > .dropdown-toggle.btn-default {
    background-color: transparent;
    border-color: #d9d9d9;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.order-details .dropdown-menu > .active > a {
    background-color: #60bf34;
}

.order-details label {
}

.order-details .form-group {
    margin-top: 6px;
    margin-bottom: 2px;
}

.add-info-order {
    margin-top: 20px;
    margin-bottom: 20px;
}

.table-list .table-order thead > tr > th {
    border-bottom: 1px;
}

.cart-final h2 {
    color: #60bf34;
    margin-top: 10px;
}

.cart-final p {
    font-size: 15px;
    line-height: 26px;
}

.cart-final p a {
    color: #60bf34;
    font-weight: bold;
}

.text-center-modal {
    text-align: center;
}

.text-center-modal .btn {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

.modal-cart .btn {
    text-transform: uppercase !important;
    font-size: 13px !important;;
}

.modal-cart .btn-danger {
    background-color: #d90e73 !important;

}

.modal-cart .btn-danger:hover {
    background-color: #c20b66 !important;

}


.modal-cart .modal-content {
    -webkit-box-shadow: 1px 1px 30px 7px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 30px 7px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 1px 30px 7px rgba(0, 0, 0, 0.75);
    margin-top: 80px;
    min-height: 200px;

}

.modal-cart {


    background-color: rgba(0, 0, 0, 0.6);
}

.modal-cart .cart-item {
    padding: 0;
    border: none;
    margin-top: 15px;
    margin-bottom: 15px;
}

.modal-cart .modal-header {
    border: none;
    width: 100%;
    padding-top: 0;
}

.modal-cart .modal-header h4 {
    font-size: 16px;
    font-weight: bold;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #5b5391;
    text-align: center;
    padding-bottom: 15px;
    margin-top: 20px;
    border-bottom: 1px solid #f0dce6;
}

.modal-cart .modal-content {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
}

.modal-cart .modal-footer {
    border: none;
    padding-top: 0;
}

.modal-cart .modal-body {
    padding-top: 0;
}

.modal-cart .cart-img img {
    max-height: 120px;
}

.top-message {
    background-color: #fff4e3;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-bottom: 2px;
}

.top-message p {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #d07a0a;
    margin: 0;
}

.top-message p strong {
    font-size: 20px;
}

.top-message-danger {
    background-color: #ffebeb !important;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-bottom: 2px;
}

.top-message-warning {
    background-color: #FEF2E2 !important;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-bottom: 2px;
}

.top-message-warning p {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-weight: 400;
    padding-left: 6px !important;
    padding-right: 6px !important;
    color: #492B03 !important;
    margin: 0;
}

.top-message-danger p {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-weight: 400;
    padding-left: 6px !important;
    padding-right: 6px !important;
    color: #cb1616 !important;
    margin: 0;
}

.top-message-danger p strong {
    font-size: 20px;
}


.top-message-success {
    background-color: #ebffd0 !important;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-bottom: 2px;
}

.top-message-success p {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-weight: 400;
    padding-left: 6px !important;
    padding-right: 6px !important;
    color: #429902 !important;
    margin: 0;
}

.top-message-success p strong {
    font-size: 20px;
}

.radio {
    margin-top: 3px;
    margin-bottom: 3px;
}

#cart-juridica {
    display: none;
}

.cart-required {
    color: #ed2c2f;
}

.ecommerce-notify {
    border-radius: 999px !important;
    width: 13px !important;
    height: 13px !important;
    padding: 4px !important;
    text-align: center !important;
    background-color: #88c429 !important;
    color: #fff !important;
    font-weight: bold !important;
    float: right !important;
    margin-top: 5px !important;
    margin-left: 6px !important;
    line-height: 12px !important;
    font-size: 12px !important;
}

.cart-page .radio label {
    font-size: 14px;
}

.hiddenitem {
    display: none;
}


.btn-filtre p {
    font-size: 14px;
}

.loading-left {
    margin-bottom: 10px;
    float: left;
    width: 40px;
    height: 40px;
    display: block;
}

.loading-big {
    margin: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 40px;
    height: 40px;
    display: block;
}

.no-border {
    border: none;
    padding: 0px !important;
    margin-right: 8px;
    background-color: transparent !important;;
}

.mt-loading {
    margin-top: 80px !important;
}


[type="radio"]:not(:checked),
[type="radio"]:checked {
    position: absolute;
    left: -9999px;
    z-index: 999;
}

[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    padding-top: 4px;
}

/* radio aspect */
[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 25px;
    height: 25px;
    border: 1px solid #cacaca;
    background: #ffffff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

/* checked mark aspect */
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after {
    font-family: 'Fontawesome';
    content: '\f00c';
    position: absolute;
    top: 8px;
    left: 5px;
    font-size: 15px;
    line-height: 0.8;
    color: #ffffff;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

/* checked mark aspect changes */
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* disabled radio */
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #887dac;
    background-color: #887dac;
}

[type="radio"]:disabled:checked + label:after {
    color: #999;
}

[type="radio"]:disabled + label {
    color: #aaa;
}

/* accessibility */
[type="radio"]:checked:focus + label:before,
[type="radio"]:not(:checked):focus + label:before {
    border: 1px solid #887dac !important;
    background-color: #887dac;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked):focus + label:before {
    border: 1px solid #887dac !important;
    background-color: #887dac;
}

.radio label {
    margin-right: 20px;
    margin-bottom: 4px;
}

.more-cart-info h4 {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 10px;
}

.cart-item-border h4 {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 10px;
    padding-left: 15px;
}

.cart-item-border .btn-success {
    text-transform: uppercase !important;
}

.cart-info-order h4 {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 18px;
    margin-top: -5px;
    text-transform: uppercase;

}

.hidden-address {
    display: none;
}

.cart-info-order h4 label {

    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 18px;
    padding-top: 0px;
    text-transform: uppercase;
}

.label-margin-top label {
    line-height: 18px !important;
    margin-top: 6px;
}

.addresses-div label {
    color: #666;
}

.cart-info-order h3 {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
}

.whitoutaccount {
    display: none;
}

.label-juridica {
    line-height: 18px;
}


.cart-final-msg {

}

.cart-final-msg h3 {
    text-align: center;
    border: none !important;

    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 24px;
    font-weight: normal !important;
}

.dropmenu-account {
    color: #5B5391;
}

.dropmenu-account.active {
    color: #312A5B;
    background-color: #f2f2f2;
}

.dropmenu-account:hover {
    color: #312A5B;
}

.table-account {
    font-size: 14px;
}

.table-account .badge {
    padding: 4px 8px;
    font-size: 12px;
}

.bagde-sm {
    font-size: 17px !important;
}

.bagde-xl {
    font-size: 20px !important;
}

.order-table h5 {
    font-size: 17px;
}

.order-table table td {
    vertical-align: baseline;
}

.badge-cursor {
    cursor: pointer;
}

.hidden-address-edit {
    display: none;
}

.badge-default {
    background-color: #887dac !important;
}

#cart-juridica_edit {
    display: none;
}

.hidden-address-edit-list {
    display: none;
}

.badge-button {
    padding: 10px 15px;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 15px;
}

.top-mini {
    padding: 2px;
    font-size: 12px !important;
    margin-top: 8px;
}

.top-mini strong {
    padding: 2px;
    font-size: 14px !important;
    font-weight: bold;
}

@media (max-width: 768px) {
    .btn-save-mobile {
        font-size: 12px !important;
        text-transform: none !important;
        padding: 12px 4px !important;
    }

    .


}

#overlay-loading {
    display: none;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.4);
}

#overlay-loading img {
    border-radius: 999px;
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    z-index: 9999;
    box-sizing: content-box;
    width: 50px;
    height: 50px;
}
