#success {
    position: fixed;
    bottom: 40px;
    right: 10px;
    z-index: 100;
    font-size: 15px;
    border-radius: 6px;
    background: #4b9e77;
    font-weight: 400;
    padding: 12px;
}

.reset-btn {
    background: #ED1B25;
    color: #fff;
}

.reset-btn:hover {
    background: #fff;
    color: #ED1B25;
    border: 1px solid #ED1B25;
    transition: .3s all;
}

.f-14 {
    font-size: 14px;
}

.f-18 {
    font-size: 18px;
}

.f-17 {
    font-size: 17px;
}

.f-15 {
    font-size: 15px;
}

.f-11 {
    font-size: 11px;
}

.product-title a {
    color: #000;
}

.product-title a:hover {
    color: #000 !important;
}

.tacbox a {
    color: red;
}

.tacbox a:hover {
    color: red;
}

.p-cus {
    padding: -1px;
}

select.form-select.shipping-option {
    border-radius: unset !important;
    height: 47px;
    border-bottom: 1px solid red;
}

.input-group-text {
    border-radius: unset !important;
}

.col-12.sp-note .form-control {
    border-radius: unset;
    border-bottom: 1px solid red;
}

.search-input .btn {
    border-radius: unset;
}

/* pagination */
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.2rem 0.75rem !important;
    margin-left: -1px;
    line-height: 1.25;
    color: #000;
    border: 1px solid #dee2e6;
}

.page-link:hover {
    z-index: 2;
    color: #181818;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #ED1B25;
    border-color: unset;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.pagination li a {
    padding: 5px 5px;
    text-decoration: none;
    color: #000;
    font-size: 20px;
    display: block;
}

.pagination a {
    font-size: 14px;
    padding: 5px 5px;
    display: inline-block;
    text-decoration: none;
    color: #000;
}

.pg-prev {
    margin-right: 15px;
}

.pg-next {
    margin-left: 15px;
}

li.pg-item.current a {
    color: #ED1B25;
}

.pagination a:hover {
    color: #000;
}

.checkDiv {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}

.color-picher {
    margin-top: 30px;
}

.color-text h5 {
    font-size: 14px;
}

.color-wrap {
    display: flex;
}

.color-wrap span {
    height: 35px;
    width: 35px;
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    transition: all 0.3s ease;
    border: 4px solid #e3e3e3;
    box-sizing: content-box;
}

.color-wrap .red {
    background: #FF0000;
}

.color-wrap .blue {
    background: #0000FF;
}

.color-wrap .pink {
    background: #FFC0CB;
}

.color-wrap .rosy {
    background: #FF007F;
}

.color-wrap span:hover {
    transform: scale(1.2);
}

/* .color-list.active span{border-color:#ec1a22;} */
.color-list {
    margin-right: 10px;
    padding: 3px;
}

.color-list.active span {
    border: 4px solid #ec1a22;
}

.f-15 {
    font-size: 15px;
}

.read-more {
    background: #ED1922;
    border: 1px solid #ED1922;
}

.read-more:hover {
    background: #ED1922;
    border: 1px solid #ED1922;
}

.cover_image {
    height: 400px;
}

.image-item {
    width: 100%;
    height: 100%;
}

.blog-image {
    height: 200px;
}

.blog-image img {
    width: 100%;
    height: 100%;
}

.news-image {
    height: 200px;
}

.news-image img {
    width: 100%;
    height: 100%;
}
