.login-container {
    border: 4px solid #ce0a52;
    padding: 15px;
    text-align: center;
}
.order-details-items .table-order-items .product-item-name {
    margin-bottom: 0;
}
.order-details-items .table-order-items tbody .order-item td {
    padding-bottom: 10px;
}
.order-details-items .table-order-items .col.price .price-excluding-tax {
    font-size: 14px;
}
.order-details-items .table-order-items .product-item-name ,
.order-details-items .table-order-items .col.subtotal .price-excluding-tax{
    font-size: 14px;
}
.table-wrapper.products.list.products-list #super-product-table thead {
    background-color: #ccc;
	border-bottom: 4px solid #f7f7f7;
}

.table-wrapper.products.list.products-list #super-product-table tbody tr {
    background-color: #eee;
}

.table-wrapper.products.list.products-list #super-product-table tbody tr:nth-child(4n-2) {
    background-color: #f7f7f7;
}

.table-wrapper.products.list.products-list #super-product-table tbody .category-name.active, .table-wrapper.products.list.products-list #super-product-table {
    background-color: #ccc;
}

.table-wrapper.products.list.products-list #super-product-table tbody tr td {
    padding: 5px 10px;
	vertical-align: middle;
}

.table-wrapper.products.list.products-list .table.grouped .product-item-name {
    margin-bottom: 0px;
}

.table-wrapper.products.list.products-list table > thead > tr > th {
    padding: 16px 10px;
    background: #CC1454;
    color: #fff;
}

.table-wrapper.products.list.products-list #super-product-table .col.quantity .input-text.qty, .table-wrapper.products.list.products-list #super-product-table .col.comment .input-comment {
    height: 26px;
}

.table-wrapper.products.list.products-list #super-product-table tbody tr .col.links .actions-secondary {
    text-align: center;
}

.table-wrapper.products.list.products-list #super-product-table tbody tr .col.links .action.towishlist span {
    display: none;
}

.table-wrapper.products.list.products-list #super-product-table tbody tr .col.links .actions-secondary .action.towishlist::before {
    font-size: 18px;
    content: '\e600';
    font-family: 'luma-icons';
    color: #716d6d;
}

.table-wrapper.products.list.products-list #super-product-table tbody tr .col.links .actions-secondary .action.towishlist:hover::before {
    color: #000;
}

.table-wrapper.products.list.products-list #super-product-table tbody tr .col.links .actions-secondary .action.towishlist:hover {
    text-decoration: none;
}

.table-wrapper.products.list.products-list #super-product-table tbody tr .col.country .land {
    vertical-align: middle;
    display: inline-flex;
}

.table-wrapper #super-product-table .category-name.active {
    display: contents;
}

.table-wrapper.products.list.products-list #super-product-table tbody .category-name.active td {
    border-top: none;
}

.catalog-category-view .column.main div:nth-child(3) {
    position: unset;
    background-color: unset;
    padding: unset;
}
.category-subtotal {
    color: #fff;
}
.category-bottom {
    display: flex;
    justify-content: end;
    column-gap: 20px;
    position: sticky;
    top: 0;
    bottom: 12px;
    background-color: #cc1454;
    padding: 10px 10px;
}

.category-bottom .product-addtocart-button {
    padding: 10px 40px;
}
.category-bottom .action.primary {
    background: #fff;
    border-color: #fff;
    color: #000;
}
.col.country .land ,.col.country .land img{
    cursor: pointer;
}
@media print {
    .order-details-items .table-order-items .product-item-name  {
        font-size: 10px;
    }
    .order-details-items .col.name {
        width: 65%;
    }
}

@media only screen and (min-width: 640px) {
	.table-wrapper.products.list.products-list #super-product-table .col.quantity {
    width: 8%;
    }

    .table-wrapper.products.list.products-list #super-product-table .col.comment {
        width: 15%;
    }

    .table-wrapper.products.list.products-list #super-product-table .col.sku {
            min-width: 155px;
    }

    .table-wrapper.products.list.products-list #super-product-table .col.name {
        min-width: 258px;
    }
}

@media only screen and (max-width: 639px) {
    .table-wrapper.products.list.products-list #super-product-table tbody tr td {
        padding: 2px 10px;
    }

    .table-wrapper.products.list.products-list #super-product-table tbody tr {
        margin-bottom: 10px;
        padding: 10px 0px;
    }

    .table-wrapper.products.list.products-list #super-product-table {
        background-color: unset;
    }
}

@media only screen and (min-width: 1024px) {
    .catalog-category-view .toolbar.toolbar-products.bottom {
        width: 106.3%;
    }

    .catalog-category-view .column.main div:nth-child(3) {
        width: unset;
    }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
    .products-list.list {
        width: 100%;
        overflow: auto;
    }
}
.catalog-category-view .table-wrapper .table.grouped .price-box .price {
    font-weight: 500;
}
.page-wrapper .nav-sections .navigation ,.page-wrapper .nav-sections{
    background: #CC1454;
}
body.catalog-category-view .table-wrapper.products .product-item-price .special-price .price{
    font-weight: 900;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.footer-container {
    max-width: 1170px;
    margin: auto;
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
}

.footer-ul {
    list-style: none;
}

.footer {
    background-color: #24262b;
    padding: 40px 0;
}

.footer-col {
    width: 25%;
    width: 20%;
    padding: 0 15px;
}

.footer-col h4 {
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 35px;
    font-weight: 500;
    position: relative;
}

.footer-col h4::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: #cc1454;
    height: 2px;
    box-sizing: border-box;
    width: 50px;
}

.footer-col ul li:not(:last-child) {
    margin-bottom: 10px;
}

.footer-col ul li a{
    font-size: 16px;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    color: #bbbbbb;
    display: block;
    transition: all 0.3s ease;
}

.footer-col ul li a:hover {
    color: #ffffff;
    padding-left: 8px;
}

.footer-col .social-links a {
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #ffffff;
    transition: all 0.5s ease;
}

.footer-col .social-links a:hover {
    color: #24262b;
    background-color: #ffffff;
}

/*responsive*/
@media (max-width: 767px) {
    .footer-col {
        width: 50%;
        margin-bottom: 30px;
    }

    .collapsible-footer {
        background-color: #777;
        color: white;
        cursor: pointer;
        padding: 8px;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        font-size: 15px;
    }

    .footer-col h4 {
        font-size: 16px;
    }

    .footer-col h4::before {
        display: none;
    }

    .footer-col {
        margin-bottom: 10px;
    }

    .footer-col h4 {
        margin-bottom: 0;
        margin-top: 0px;
    }

    .footer-active,
    .collapsible-footer:hover {
        background-color: #555;
    }

    .collapsible-footer:after {
        content: '\002B';
        color: white;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }

    .footer-active:after {
        content: "\2212";
    }

    .footer-content {
        padding: 0 18px;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
        margin-bottom: 0px;
    }
}

@media (max-width: 574px) {
    .footer-col {
        width: 100%;
    }
}

.footer-col ul li span {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 300;
    color: #bbbbbb;
    display: block;
    transition: all 0.3s ease;
}

.footer-col ul li span:hover {
    color: #ffffff;
    padding-left: 8px;
}

.col.price {
    white-space: nowrap;
}
