.spurs-wrap .row {
    margin-right: 0px;
    margin-left: 0px;
}

.bg {
    background-attachment: fixed;
}

.form-control {
    border: 1px solid #0c2d703b!important;
}

.active-thumbnail {
    border: 2px solid #3FB8E3;
}

.shop-wrap {
    display: flex;
    flex-wrap: wrap;
}

.kit-select-wrap {
    padding: 3em 0em 0em 0em;
}

.img-fluid {
    margin: 0px 0px 8px 0px;
}

.invalid-input {
    border: 1px solid red;
}

.container-buy-shirt {
    width: 80%;
    margin: auto;
}

.shop-gallery {
    width: 40%;
}

.shop-form {
    width: 60%;
    padding: 0em 1em;
}

@media only screen and (max-width: 1366px) {
    .container-buy-shirt {
        width: 90%;
    }
}

@media only screen and (max-width: 1024px) {
    .container-buy-shirt {
        width: 100%;
    }
    .shop-gallery {
        width: 100%;
    }
    .shop-form {
        width: 100%;
        padding: 0em 1em;
    }
}

h1 {
    font-family: 'Kanit';
    color: #111836;
    font-size: 2.2em;
}

h2 {
    font-family: 'Kanit';
    color: #111836;
    font-size: 1.6em;
}

h3 {
    font-family: 'Kanit';
    color: #111836;
    font-size: 1.4em;
}

h4 {
    font-family: 'Kanit';
    color: #111836;
    font-size: 1em;
    margin: 34px 0px -20px 0px;
}

.ic-topic-sky {
    display: flex;
    margin-top: 2em;
}

.ic-topic-sky img {
    width: 32px;
    height: auto;
    margin-right: 10px;
}

.ic-topic-sky span {
    font-family: 'Kanit';
    font-size: 1.4em;
    color: #3eb7e4;
    font-weight: 600;
}

.price-txt {
    font-family: 'Kanit';
    font-size: 1.2em;
    color: #111836;
    margin: 1em 0em;
}

.total-price {
    font-family: 'Kanit';
    font-size: 1.5em;
    color: #111836;
    font-weight: 600;
    margin: 2em 0em;
}

label {
    margin-top: 1em;
}

.custom-file-label {
    border: 1px solid #0c2d703b!important;
}


/* Account Table*/

th.tb-orderid {
    width: 15%;
    text-align: center;
}

th.tb-shirt {
    width: 48%;
}

th.tb-price {
    width: 15%;
    text-align: center;
}

th.tb-status {
    width: 25%;
    text-align: center;
}

td.tb-orderid {
    width: 15%;
    text-align: center;
}

td.tb-shirt {
    width: 48%;
}

td.tb-price {
    width: 15%;
    text-align: center;
}

td.tb-status {
    width: 25%;
    text-align: center;
}

a.btn.btn-select {
    background-color: #081F58!important;
    color: #fff!important;
}