#blockcart-modal {
    color: #232323;
}

#blockcart-modal .modal-dialog {
    max-width: 1040px;
    width: 100%;
    margin: 30px auto 0;
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 9px;
    outline: 0;
    overflow: hidden;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

#sizesModal .modal-header,
#blockcart-modal .modal-header {
    background: #1ea871;
}

.modal-header .close {
    margin-top: -2px;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

#sizesModal .modal-title,
#blockcart-modal .modal-title {
    font-weight: 500;
    color: #fff;
    font-size: 16px;
}

#blockcart-modal .modal-body {
    background: #ffffff;
    padding: 40px;
    box-sizing: BORDER-BOX;
    padding-bottom: 36px;
}

.marginright40 {
    margin-right: 40px;
}

.max460 {
    max-width: 460px;
    width: 100%;
    float: left;
}

.popoupback {
    border-radius: 2px;
    background: #f5f5f5;
    padding: 5px;
    box-sizing: border-box;
}

.cartimg {
    max-width: 100px;
    float: left;
    width: 100%;
}

#blockcart-modal .line110 {
    line-height: 100px;
}

.max355 {
    max-width: 350px;
    width: 100%;
    float: left;
    padding-left: 35px;
    box-sizing: BORDER-BOX;
}

#blockcart-modal .product-name {
    color: #2f2f2f;
    font-size: 17px;
    margin: 0 0 10px;
    font-weight: 300;
}

.popoupback .current-price {
    margin-bottom: 7px;
}

#blockcart-modal span.price {
    font-size: 21px;
    font-weight: 500;
    color: #2f2f2f;
}

.product-discount {
    color: #7a7a7a;
    display: inline-block;
}

#blockcart-modal .product-discount .regular-price {
    font-weight: 400;
    font-size: 15px;
}

.product-line-info.cartattr .label,
.product-line-info.cartattr {
    color: #a5a5a5;
    font-size: 11px;
    margin: 0 0 6px;
    font-weight: 300;
}

.backmodal {
    padding: 0 40px 0;
    box-sizing: border-box;
    text-align: right;
    margin-top: 128px;
}

#blockcart-modal .cart-content {
    padding: 0 40px;
    box-sizing: BORDER-BOX;
}

#blockcart-modal .cart-products-count {
    font-size: 15px;
    font-weight: 500;
    color: #171819;
    margin: 0 0 10px;
}

.popuplabel {
    float: left;
    font-size: 13px;
    font-weight: 400;
    color: #171819;
    margin: 5px 0;
}

.popupprice {
    color: #000000;
    font-size: 13px;
    font-weight: 500;
    float: right;
}

.popuptotalsblock {
    padding: 34px 0px 0;
    box-sizing: BORDER-BOX;
}

.popuptotalsblock .popuplabel {
    font-size: 15px;
    margin: 0;
    font-weight: 500;
}

.popuptotalsblock .font18 {
    font-size: 18px;
}

.popuptotalsblock .font24 {
    font-size: 24px;
}

.modal-title {
    margin: 0;
    line-height: 1.5;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-header .close {
    margin-top: -2px;
}

.fade {
    opacity: 0;
    transition: opacity .15s linear;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal,
.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    outline: 0
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 9px;
    outline: 0;
    overflow: hidden;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: rgba(0,0,0,0.8);
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.in {
    opacity: .5
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header:after {
    content: "";
    display: table;
    clear: both
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer:after {
    content: "";
    display: table;
    clear: both
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

.fade.in {
    opacity: 1;
}

.alert {
    padding: 14px 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    font-size: 13px;
    font-weight: 400;
    border-radius: 4px;
    box-sizing: border-box;
}

.alert ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 2.5rem
}

.alert-dismissible .close {
    position: relative;
    top: -.125rem;
    right: -1.25rem;
    color: inherit
}

.alert-success {
    background-color: #93cc62;
    border-color: #84b559;
    color: #fff;
}

.alert-success hr {
    border-top-color: #c1e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #f6953f;
    border-color: #f6953f;
    color: #fff;
}

.alert-info hr {
    border-top-color: #a6d5ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #f9cc52;
    border-color: #d4a524;
    color: #fff;
    text-align: center;
}

.alert-warning hr {
    border-top-color: #ff8b39
}

.alert-warning .alert-link {
    color: #0a0a0a
}

.alert-danger {
    background-color: #ff5f5b;
    border-color: #e12916;
    color: #ffffff;
}

.alert-danger hr {
    border-top-color: #e4b9b9
}

.alert-danger .alert-link {
    color: #843534
}

.material-icons {
    display: none;
}