.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

body .jGrowl-notification {
    padding: 20px 40px 20px 20px;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    border-radius: 0px;
    border: none;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 0.1);
    opacity: 1;
	font-family: 'Gotham Pro';
    position: relative;
}

body .jGrowl-notification.af-message-success, body .ms2-message-success {
    background-color: #3cf914 !important;
    background: -webkit-linear-gradient(135deg, rgb(38, 255, 0), rgb(229, 255, 0));
    background: -moz-linear-gradient(135deg, rgb(38, 255, 0), rgb(229, 255, 0));
    background: linear-gradient(135deg, rgb(38, 255, 0), rgb(229, 255, 0));
    color: #006f01 !important;
}

body .jGrowl-notification.af-message-error, body .ms2-message-error {
    background-color: #d11a00 !important;
    background: -webkit-linear-gradient(315deg, rgb(255, 79, 0), rgb(187, 0, 0));
    background: -moz-linear-gradient(315deg, rgb(255, 79, 0), rgb(187, 0, 0));
    background: linear-gradient(315deg, rgb(255, 79, 0), rgb(187, 0, 0));
}

body .jGrowl-notification.af-message-info, body .ms2-message-info {
    background-color: #00a6ff !important;
    background: -webkit-linear-gradient(135deg, rgb(0, 166, 255), rgb(48, 230, 121));
    background: -moz-linear-gradient(135deg, rgb(0, 166, 255), rgb(48, 230, 121));
    background: linear-gradient(135deg, rgb(0, 166, 255), rgb(48, 230, 121));
}

body .jGrowl-notification .jGrowl-close {
    position: absolute;
    right: 0;
    top: 0;
    margin: 10px;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
}

body .jGrowl-notification {
	font-family: 'Gotham Pro';
}

body .jGrowl-notification.af-message-success .jGrowl-close {
    color: #006f01;
}

html, body {
    width: 100%;
    color: #423b2e;
    font-family: 'Gotham Pro';
    height: 100vh;
    background: #fff;
}

hr.clear {
    display: block;
    margin: 0;
    border: none;
    height: 0;
    width: 100%;
    clear: both;
}

.adaptive {
    width: 1200px;
    margin: 0 auto;
    display: block;
    position: relative;
}

header {
    height: 200px;
    background: #ffffff;
}

section {
    /* border: 1px solid rgb(0 0 0 / 10%); */
    margin: 0 0px 30px;
    padding: 30px;
    background: #fff;
}

.section_title {
    margin: 0 0 40px;
    font-size: 28px;
    font-weight: 500;
}

.main {
    background: #e7e7e7;
    min-height: 100vh;
}

.cont {
    display: flex;
    justify-content: space-between;
}

.cont .left {
    display: flex;
    align-items: center;
    height: 32px;
}

.cont .right {
    display: flex;
}

.count {
    display: flex;
}

.count_t {
    display: flex;
}

.price_t {width: 130px;text-align: right;display: flex;align-items: center;justify-content: flex-end;}

.list .row .cont {
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    padding: 10px 0;
}

.count span {
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e7e7e7;
}

.count input {
    width: 50px;
    padding: 0;
    text-align: center;
    height: 30px;
    border: none;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    outline: none;
}

section.bottom {
    margin: 0;
    display: flex;
    justify-content: space-between;
}

footer {
    height: 200px;
    background: #242424;
}

.main .adaptive {
    display: flex;
    flex-direction: column;
    padding: 50px 0 80px;
}

.mrow.row:last-child .cont {
    border: none;
}

.mrow.row:last-child .sublist .cont {
    border-top: 1px solid rgb(0 0 0 / 10%);
}