.cicart-container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.cicart-filter {
}

.cicart-filter-item .input-group {
    margin-bottom: 10px;
}

.cicart-filter-item .input-group input {
    border-right: 0 none;
}

.cicart-filter-item .input-group-btn {
    background-color: transparent;
    border: 1px solid #ddd;
    border-left: 0 none;
    box-shadow: inset 0 1px 2px rgba(17, 17, 17, 0.1);
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.cicart-filter-item .input-group input:focus + .input-group-btn {
    border: 1px solid #8a8a8a;
    border-left: 0 none;
    background-color: transparent;
    outline: none;
    box-shadow: 0 0 5px #ddd;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

.cicart-filter-item .input-group-btn .fa {
    margin: 0;
}

.select2-wrapper {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.select2-wrapper > span {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin-right: 10px;
}

.select2-wrapper > select {
    display: inline-block;
    margin: 0;
    width: 200px;
    max-width: 100%;
    background-color: #fff;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
    background-size: 9px 6px;
    background-position: right -1rem center;
    background-origin: content-box;
    background-repeat: no-repeat;
    cursor: pointer;
}

.pagination.myPagination {
    margin: 50px 0;
}

.pagination.myPagination > li > a,
.pagination.myPagination > li > span {
    font-size: 10px;
}

.cicart-modal-overlay {
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 99999;
}

.cicart-modal-overlay .cicart-modal-container {
    width: 50%;
    display: block;
    margin: auto;
    position: absolute;
    top: 10%;
    float: left;
    left: 25%;
    right: 25%;
    padding: 20px;
    padding-top: 15px;
}

.cicart-modal-overlay .cicart-modal-header {
    width: 100%;
    margin: auto;
    position: relative;
    background: #1b1a19;
    color: white;
    float: left;
    padding: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.cicart-modal-overlay .cicart-modal-header i {
    float: right;
    cursor: pointer;
}

.cicart-modal-overlay .cicart-modal-body {
    width: 100%;
    margin: auto;
    position: relative;
    background: white;
    float: left;
    padding: 20px;
}

.cicart-modal-overlay .cicart-modal-body p {
    float: left;
    width: 100%;
}

.cicart-modal-overlay .cicart-modal-body .cicart-cart-buttons {
    float: right;
    width: 100%;
}

.cicart-checkout-accordian .footer {
    padding: 0;
}