/* msgBox CSS */

/******************************************************************************************************/

#main {
    width: 1400px;
    margin: 0 auto;
    position: relative;
    top: 60px;
    min-height: 600px;
    height: auto;
    float: left;
    left: calc((100% - 1400px) * 0.5);
}
#main .block:nth-child(1) {
    width: 100%;
    height: auto;
    margin: auto;
    overflow: hidden;
    background: #1d1c1f;
}
#main #ur_here {
    width: 1400px;
    height: auto;
    margin: 20px auto;
    border: 0;
    border-bottom: solid 1px #3d3c45 !important;
    line-height: 150%;
    padding: 10px 0;
    font-size: 14px;
    color: #929292;
    background: none;
}
#main table,tbody,tr,td,th {
    margin: 0 !important;
    padding: 0 !important;
}
#main table:nth-child(2) {
    margin:10px 0 !important;
}
#main table {
    background: #1d1c1f;
}
#main table tr {
    border: solid 1px #2e2e33;
}
#main table tr, table tr td, table th {
    background: #2e2e33;
}
#main tr {
    color: #929292 !important;
    line-height: 40px;
    font-size: 14px;
}
#main table th {
    font-size: 16px;
    color: #ccc;
}
#main table .f1 {
    color: #ddd;
}
#main table tbody tr td {
    padding: 10px !important;
    line-height: 150%;
}

#main h6 {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    color: #ddd;
    background:#2e2e33;
    text-indent: 1em;
    font-weight:500;
    width: 100%;
}
#main .flowGoodsFittings {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    /* justify-content: space-between; */
}
#main .flowGoodsFittings ul {
    height: 1%;
    margin: 5px 4px;
    float: left;
}
#main .flowGoodsFittings ul:last-child {
    content: ''; 
    margin-right: auto;
}
#main .flowGoodsFittings li {
    /* float: left; */
    font-size: 12px;
    line-height: 160%;
    display: inline-block;
}
#main .flowGoodsFittings li.goodsimg {
    width: 80px;
    margin-right: 10px;
}
#main .flowGoodsFittings li:nth-child(2) {
    width: 240px;
    /* width: calc((100vw - 118px)); */
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    position: relative;
    line-height: 150%;
    font-size: 12px;
}
#main .flowGoodsFittings li a:last-child {
    margin-top: 5px;
}
#main .flowGoodsFittings li.goodsimg img {
    width: 80px;
    height: 80px;
    display: block;
}
#main .B_blue {
    border: 1px solid #444;
}
#main .f6 {
    color: #929292;
}
#main .f1 {
    color: #ff3f3f;
}
#main .flowGoodsFittings li a {
    transition: all 0.3s ease;
}
#main .flowGoodsFittings li a:hover,.f4 {
    color: #ff3f3f;
}
.continue,.checkout {
    width: 130px;
    height: 40px !important;
    line-height: 40px !important;
    display: block;
    border-radius: 20px;
    color: #ddd !important;
    background: #1d1c1f;
    font-size: 16px;
    text-indent: 1.5em;
    text-align: center;
    transition: all .3s ease;
    position: relative;
    font-weight: 600;
}
.continue i,.checkout i {
    position:absolute;
    top: 1px;
    left: -20px;
    font-size: 38px;
    font-weight: 300;
}
a:hover .continue,.continue:hover {
    background: #00aaee;
    color: #fff !important;
}
a:hover .checkout,.checkout:hover {
    background: #ff3f3f;
    color: #fff !important;
}

#main .bnt_blue_1 {
    background: #0ae;
    padding: 5px 10px;
    text-align: center;
    color: #fff;
    border: none;
    cursor: pointer;
}
.usTxt {
    font-size: 14px;
    color: #eee;
    line-height: 180%;
    width: 85%;
    font-family: Arial, Helvetica, sans-serif;
}
.usTxt input {
    line-height: 150%;
    font-size: 14px;
    padding: 5px 10px;
    outline: none !important;
    color: #fff !important;
    background: #ff3f3f !important;
    width: 220px;
    margin-top: 30px;
    transition: all .3s ease;
}
.usTxt input:hover {
    background:#c52222 !important;
}

/* flow */
.flowBox {
    display:flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}
.flowBox .flow_tb1,.flowBox .flow_tb2 { 
    width: 50%;
}
.flowBox .flow_tb1 .bnt_blue ,.flowBox .flow_tb1 .bnt_blue_2,.bnt_blue_2 { 
    background:#ff3f3f;
    color: #fff;
    border:0px;
    padding: 5px 10px;
}
.flowBox input {
    border:0px;
    padding: 5px 6px;
    outline:0px;
}
#formCart {
    width: 100%;
}


/* Phone */
@media screen and (max-width:767px) {
    
    #main table th {
        font-size: 12px;
        color: #ccc;
    }

    #main table tbody tr {
        font-size: 12px;
    }
    
    #main table tbody tr td {
        padding: 6px !important;
        line-height: 150%;
    }
    
    .flowBox .flow_tb1,.flowBox .flow_tb2 { 
        width: 100%;
    }
    
    .flowBox .flow_tb1 td,.flowBox .flow_tb2 td { 
        height: auto !important;
    }
    
}

@media only screen and (max-width:500px) {
    #main .flowGoodsFittings li:nth-child(2) {
        /* width: calc((100vw - 118px)); */
        width: 205px;
    }
}

@media only screen and (max-width:360px) {
    #main .flowGoodsFittings ul {
        margin: 5px 0;
    }
}

/* @media screen and (min-width:768px) and (max-width:1366px) and (orientation: portrait) {
    #main {
        width: 100%;
        left: unset;
    }

} */

@media screen and (min-width:768px) and (max-width:1366px) {
    #main {
        width: 100%;
        left: unset;
    }
    #main .flowGoodsFittings li:nth-child(2) {
        width: 230px;
    }

}

/* @media screen and (min-width:768px) and (max-width:1366px) and (orientation:portrait) {
    #main .flowGoodsFittings li:nth-child(2) {
        width: 270px;
    }

} */

@media only screen and (min-width:1024px) and (max-height:1366px) and (orientation:portrait) {
    #main .flowGoodsFittings li:nth-child(2) {
        width: 230px;
    }

}

@media only screen and (min-width:640px) and (orientation:portrait) {
    #main .flowGoodsFittings li:nth-child(2) {
        width: 205px;
    }

}

@media only screen and (min-width:1024px) and (max-width:1242px) and (orientation:portrait) {
    #main .flowGoodsFittings ul:last-child {
        content:'';
        margin-right: unset;
    }

}

@media only screen and (min-width:1024px) and (max-width:1280px) and (orientation:landscape) {
    #main .flowGoodsFittings ul:last-child {
        content:'';
        margin-right: unset;
    }

}