body{
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #161616;
}

button, input[type="submit"], input[type="reset"] {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}

#empty-cart-block {
    background-color: #1f2913;
}

#empty-cart-block h3 {
    font-size: 25px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #bcaf10;
    background-color: #1f2913;
    margin-bottom: 15px;
}

#empty-cart-block p {
    color: #bb8645;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
}

#cart-main {
    background-color: #1f2913;
}

.cart-item{
    width: 90%;
    height: 30vh;
}

.cart-item:not(.cart-item:first-child) {
    margin-top: 20px;
}

.cart-item .cart-item-data {
    width: 80%;
    background-color: #161616;
    border: 1px solid #bcaf10;
}

/* TMP styles */

.cart-item .cart-item-data .col:first-child .cart-item-data-image {
    width: 85%;
    height: 85%;
    background-size: cover;
    background-position: center;
}

.cart-item .cart-item-data .col:first-child {
    padding-left: 6px;
}

.cart-item .cart-item-data .col:nth-child(2) p a,
.cart-item .cart-item-data .col:nth-child(3) .container-fluid:nth-child(2) p,
.cart-item .cart-item-data .col:nth-child(4) p,
.cart-item .cart-item-delete p,
.cart-item .cart-item-data .col:nth-child(5) p {
    font-size: 14px;
    color: #bcaf10;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    text-decoration: none;
}

.cart-item .cart-item-delete p, 
.cart-item .cart-item-data .col:nth-child(4) p {
    font-size: 12px !important;
}

.cart-item .cart-item-delete p {
    text-decoration: underline;
}

.cart-item .cart-item-delete p:hover {
    text-decoration: none;
}

.cart-item .cart-item-data .col:nth-child(2) p a {
    transition: color 0.2s ease;
}

.cart-item .cart-item-data .col:nth-child(2) p a:hover {
    color: #bb8645;
}

.cart-item .cart-item-data .col:nth-child(4) p {
    color: #bb8645;
}

.cart-item .cart-item-delete p {
    padding-top: 3px;
}

.cart-item .cart-item-delete img {
    padding-right: 10px;
}

.cart-item .cart-item-data .col:nth-child(3) {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 10;
}

.cart-item .cart-item-data .col:nth-child(3) .container-fluid {
    padding: 0;
    display: flex;
    flex-direction: column;
    height: 50%;
}

.cart-item .cart-item-data .col:nth-child(3) .container-fluid:first-child {
    justify-content: end;
}

.cart-item .cart-item-data .col:nth-child(3) .container-fluid:nth-child(2){
    justify-content: start;
    padding-top: 15px;
}

.cart-item .cart-item-data .col:nth-child(3) .container-fluid:nth-child(2) p {
    text-align: center;
    font-size: 16px;
}

.octagon-container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.octagon {
    width: 100%;
    max-width: 350px;
    background-color: #232323;
    clip-path: polygon(14% 0, 86% 0, 100% 25%, 100% 75%, 86% 100%, 14% 100%, 0 75%, 0 25%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    box-sizing: border-box;
}

.hex-number, .hex-minus, .hex-plus {
    font-size: 17px;
    color: #bcaf10;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    flex: 1;
    text-align: center;
}

.hex-number {
    font-size: 16px;
}

.hex-minus {
    text-align: left;
    font-weight: 800;
}

.hex-plus {
    text-align: right;
}

.cart-item .cart-item-data .col:nth-child(4) {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.cart-item .cart-item-data .col:nth-child(4) p {
    padding: 0;
}

.cart-item .cart-item-data .col:nth-child(5) img {
    width: 35px;
    height: 35px;
}

.cart-item .cart-item-data .col:nth-child(5) form button {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.cart-item .cart-item-delete {
    width: 20%;
}

.cart-item .cart-item-delete form button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1f2913;
}

.main-header{
    padding-top: 50px;
    padding-bottom: 10px;
    font-size: 35px;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #bcaf10;
    background-color: #1f2913;
    opacity: 1 !important;
    margin-bottom: 0 !important;
}

.cart-buttons p {
    font-size: 14px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
}

.cart-buttons p:not(.cart-buttons form button p) {
    font-size: 16px;
}

.cart-buttons form button p {
    color: #929292;
    text-decoration: underline;
}

.cart-buttons form button p:hover {
    text-decoration: none;
}

.cart-buttons p:not(.cart-buttons form button p) {
    color: #bcaf10;
}

.main-button {
    background-color: transparent;
    padding: 15px 50px 15px 50px;
    width: fit-content;
    float: right;
    font-size: 15px;
    font-family: "Tektur", sans-serif;
    font-weight: 700;
    color: black;
    text-transform: uppercase;
    background-color: #bcaf10;
    box-shadow: none;
    clip-path: polygon(10% 0, 90% 0, 100% 20%, 100% 80%, 90% 100%, 10% 100%, 0 80%, 0 20%);
    border: 0;
}

.modal-body {
    padding-bottom: 35px !important;
}

.modal-content {
    border-radius: 0 !important;
    border: 1px solid #bcaf10 !important;
    background-color: #1f2913 !important;
}

.modal-header {
    padding-left: 25px !important;
}

.modal-header, .modal-footer {
    background-color: #1f2913 !important;
    border: none !important;
}

.modal-title {
    font-size: 20px;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #bcaf10;
}

.modal-header button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-header .close {
    color: #bb8645;
    font-size: 30px;
    transition: color 0.2s ease-in-out;
}

.modal-header .close:hover {
    color: #bcaf10;
}

.modal-header .close span {
    padding-bottom: 15px;
}

.modal-body input{
    background-color: #161616;
    color: #bcaf10;
    border-radius: 0;
}

.modal-body label{
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: #bcaf10;
    font-weight: 500;
}

.modal-body input{
    border: 1px solid #bcaf10;
    width: 40%;
}

.modal-body input:last-child {
    margin-left: 20px;
}

.modal-body input::placeholder{
    color: #bb8645;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.modal-body input:focus{
    background-color: #161616;
    border: 2px solid #bb8645;
    outline: none;
    box-shadow: none;
    color: #bb8645;
}

.modal-body .row {
    display: flex;
    justify-content: center;
}

.modal-order-warning {
    font-family: "Roboto", sans-serif;
    font-size: 16x;
    color: #bb8645;
    font-weight: 500;
    text-align: center;
    margin-top: 30px;
}

.modal-price-info {
    padding-top: 30px;
}

.modal-price-info p:first-child{
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    color: #bb8645;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
}

.modal-price-info p:last-child{
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    color: #bcaf10;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0px;
}

.modal-button-part {
    padding-top: 30px;
    display: flex;
    justify-content: center;
}

.hex-minus, .hex-plus {
    transition: color 0.3s ease;
}

.hex-minus:hover, .hex-plus:hover {
    color: #bb8645;
}

@media screen and (max-width: 768px) {
    #empty-cart-block p, #empty-cart-block h3 {
        text-align: center;
    }

    #cart-main{
        width: 100% !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .cart-item{
        width: 100%;
    }

    .cart-item .cart-item-data {
        width: 100% !important;
    }

    .cart-item .cart-item-data .col:first-child {
        padding-left: 0px !important;
    }

    .cart-item .cart-item-data .col:first-child, 
    .cart-item .cart-item-data .col:nth-child(2) {
        height: 65%;
    }

    .cart-item .cart-item-data .col:first-child {
        padding: 0;
    }

    .cart-item .cart-item-data .col:first-child .cart-item-data-image {
        width: 100%;
        height: 100%;
    }

    .cart-item .cart-item-data .col:nth-child(3),
    .cart-item .cart-item-data .col:nth-child(5) {
        height: 35%;
    }

    .cart-item .cart-item-data .col:nth-child(3){
        flex-direction: row;
    }

    .cart-item .cart-item-data .col:nth-child(3) .container-fluid {
        height: 100%;
        justify-content: center !important;
        padding-top: 0 !important;
    }

    .octagon{
        padding: 0 10px 0 10px;
        height: 40px;
    }

    .cart-item{
        width: 100% !important;
    }
    
    .cart-item .cart-item-data .col:nth-child(2) p,
    .cart-item .cart-item-data .col:nth-child(4) p,
    .cart-item .cart-item-delete p {
        font-size: 12px;
    }

    .cart-item .cart-item-data .col:nth-child(3) .container-fluid:nth-child(2) p {
        font-size: 16px;
    }

    .cart-item .cart-item-data .col:nth-child(5) p {
        font-size: 13px;
    }

    .cart-item .cart-item-data .col:nth-child(3) {
        padding: 0 !important;
    }

    .cart-item .cart-item-data .col:nth-child(3) .container-fluid {
        padding: 0 5px 0 10px;
    }

    .cart-item .cart-item-data .col:nth-child(5) img {
        width: 20px;
        height: 20px;
        padding-right: 5px;
    }

    .cart-item .cart-item-data .col:nth-child(5) {
        padding: 0 !important;
    }
    
    .hex-plus, .hex-minus {
        font-size: 22px;
    }

    .hex-number {
        font-size: 17px;
    }

    .cart-buttons .main-button {
        padding: 15px 30px 15px 30px;
        font-size: 14px;
    }
}

@media screen and (max-width: 1000px) {
    .cart-item .cart-item-delete {
        padding-left: 70px;
    }
}