﻿.cart-top-navbar {
    background: #000;
    margin-bottom: 0px !important;
    width: 100%;
    z-index: 300;
}

.style-details {
    font-size: 12px;
    padding-top: 5px !important;
    padding: 0px;
    margin: 0px;
    line-height: unset;
}

.modal-style-details {
    font-size: 12px !important;
}

.cart-wrapper {
    background-color: #efefef;
    height: 100%;
}

.cart-sub-header {
    background-color: #222629;
    color: #fff;
    text-transform: uppercase;
}

.cart-header-wrapper {
    background-color: #222629 !important;
    color: white !important;
    margin: 10px !important;
}

.cart-header {
    margin-left: 30px;
    font-weight: bold;
    padding: 0px !important;
    margin: 20px !important;
    line-height: 0px !important;
}

.garmet-divider {
    border-top: 2px solid #cfcfcf !important;
    width: 95% !important;
    float: left !important;
}

.summary-divider {
    border-top: 2px solid #9D9D9D !important;
    width: 90%;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.cart-actions {
    color: #a6a6a7 !important;
}

.cart-action {
    color: #d5492d !important;
    font-weight: bold !important;
    cursor: pointer;
}

.cart-action a {
    color: unset !important
}

.roster-row {
    padding-top: 20px
}

.roster-column {
    width: 4.33% !important;
    margin: 0px 10px 0px 10px;
    font-size: 12px;
    font-weight: bold;
}

.roster-header {
    font-weight: bold;
    text-decoration: underline;
}

.missing-roster {
    text-align: center !important;
    padding-top: 20px;
    font-weight: bold;
}

.hide {
    display: none !important;
}

.add-to-cart-check {
    line-height: 50px;
    vertical-align: middle;
    font-size: 40px;
}
.add-to-cart-text {
    line-height: 50px;
    font-weight: bold;
    margin-left: 10px;
}
.add-to-cart-row {
    margin-right: unset;
    margin-left: unset;
}

.add-to-cart-na {
    margin-bottom: 10px;
    color: red;
}

.add-to-cart-cb {
    margin-bottom: 10px;
}

.add-to-cart-image {
    width: 80%;
    height: auto;
    margin-top: 10px;
}

.add-to-cart-image-style-name {
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
    padding-top: 0;
}
.add-to-cart-minheight {
    min-height: 200px;
}

.btn-cart-action {
    background-color: #313435 !important;
    border-color: #313435 !important;
    color: white !important;
}
.hr-cart {
    border-top: 2px solid #98999a;
}

.cart-summary-form {
    width: 90% !important;
    margin: 0 auto !important;
}

.white-button-with-border {
    width: 130px !important;
    color: #cf2200 !important;
    background: white !important
}

.white-button-with-border:hover{
    color: white !important;
    background: #cf2200 !important
}

.reorder-label {
    font-weight: bold;
    color: #cf2200;
    font-size: 16px;
}

.place-order-label {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    font-weight: 500;
}

.mw-130 {
    min-width: 130px !important
}

.cart-item-container {
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: white;
    border: 1px solid #D4D4D4;
    border-radius: 15px;
    width: 90%;
    max-width: 1000px !important;
}

.cart-roster-container {
    padding: 5px 10px 5px 10px;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
    background-color: #BEBEBE;
    border: 1px solid #A4A4A4;
    border-radius: 5px;
    width: 100%;
}

.cart-summary-container {
    padding: 20px;
    background-color: #D3D3D3;
    border: 1px solid #C6C6C6;
    border-radius: 15px;
    margin-top: 10px;
}

.remove-mockup {
    float: right;
}

#myCarts-list {
    height: auto !important;
}

.cart-modal-buttons {
    align-content: center;
    justify-content: end;
    display: flex;
    flex-wrap: wrap;
}

.cart-modal-footer {
    border-top: .5px solid #BEBEBE !important;
}

.cart-style-name {
    font-size: 16px;
    font-weight: bold;
    padding-top: 10px !important;
}

.cart-actions-row {
    margin-top: 10px;
    margin-left: 0px;
}

.cart-add-roster {
    text-align: center;
    padding-top: 10px;
}

.cart-edit-roster {
    padding: 5px 20px 5px 20px;
    margin-right: auto;
    margin-left: 0px;
    text-align: left;
}

.add-roster-btn {
    padding: 5px 20px 5px 20px !important;
}

.add-roster-modal-header {
    padding-bottom: 5px !important;
    border-bottom: 2px solid #e5e5e5 !important;
}

.add-roster-container {
    width: 40% !important;
}

.roster-grid-options-container {
    padding: 0px !important;
}

@media(min-width: 992px) {
    .col-md-7.roster-col {
        border-left: 1px solid #777;
    }
}

@media(max-width: 991px){
    .col-md-5.roster-col {
        border-bottom: 1px solid #777;
    }

    .roster-grid-options-container {
        width: 50% !important;
    }
}

.add-roster-container p {
    padding: 0px !important;
    margin-top: 16px !important;
    margin-bottom: 16px !important;
    font-weight: bold !important;
}

.add-roster-container .roster-col {
    padding: 20px !important
}

.add-roster-container #upFile {
    border-color: #777 !important
}

.add-roster-panel {
    border: unset !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.add-roster-panel p {
    padding: 0px;
    margin-top: 16px;
    margin-bottom: 16px;
    font-weight: bold;
}

#rosterGridRosterOptions p {
    padding: 0px !important;
    margin: 0px !important;
}

.add-roster-panel-heading {
    border: none !important;
    margin-top:25px;
    padding: 0px !important;
    background: unset !important
}

.roster-grid-table-btns {
    position: relative;
    z-index: 1;
    top: 45px;
    right: 50px;
}

.jersey-padding {
    padding: 15px 0px 15px 15px;
}
.pant-padding {
    padding: 15px 15px 15px 0px;
}
.jersey-border {
    border-right: .5px solid #BEBEBE !important;
}

.single-garment-container {
    max-width: 50% !important;
}

.roster-import-tab {
    float: right !important;
}

@media(min-width: 1200px) and (max-width: 1295px) {
    .roster-import-tab {
        float: left !important;
    }
}