.Brand .checkbox input[type="checkbox"]{
    cursor: pointer;
}
.Brand .checkbox label{
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
}
.left-sidebar-title nav ul{
    padding-left: 1.2rem;
    margin-top: 30px;
    margin-bottom: 30px;
}
.left-sidebar-title nav ul li a{
    font-size: 17px;
    text-decoration: none;
    color: var(--text-color);
    transition: all 0.3s;
}
.left-sidebar-title nav ul li{
    list-style: none;
    font-size: 17px;
    margin-bottom: 8px;
    transition: all 0.3s;
}
.left-sidebar-title nav .category-of-left-sidebar li{
    list-style: none;
    position: relative;
    display: flex;
    justify-content: space-between;
    transition: all 0.3s;
}
.category-of-left-sidebar li span{
    transition: all 0.3s;
}
.left-sidebar-title nav .category-of-left-sidebar li::after{
    content: "\f054";
    position: absolute;
    top: 0px;
    left: -18px;
    font-weight: 900;
    font-size: 15px;
    font-family: "Font Awesome 5 Free";
}
.left-sidebar-title,.Filter{
    border-bottom: 1px solid var(--border-color-1);
    margin-bottom: 20px;
}
.Filter p{
    font-weight: 400;
    font-size: 18px;
    margin-top: 15px;
}
.Filter p span{
    font-size: 18px;
    font-weight: 600;
}
.Brand .checkbox input[type="checkbox"]{
    height: 18px;
    width: 18px;
    margin-bottom: 12px;
    transform: translateY(3px);
}
.Brand h5{
    margin-bottom: 20px;
}
.Brand{
    border-bottom: 1px solid var(--border-color-1);
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.size-main h5,.color-main h5{
    margin-bottom: 20px;
}
.size-main,.color-main{
    border-bottom: 1px solid var(--border-color-1);
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.txt-img-box-in-sidebar{
   height: 350px;
}
.form-select {
    display: block;
    width: 100%;
    padding: 0.500rem 2.25rem 0.500rem .75rem;
}
.icon_card{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.icon_card i{
    border: 1px solid var(--card-align-icon-border);
    padding: 8px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s;
}
.icon_card a{
    color: var(--text-color);
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
}
.icon_card :nth-child(2) i{
    background-color: var(--a-hover-color);
    color: var(--bg-color);
    transition: all 0.3s;
}
.card.mb-3{
    border: none;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
.star-mark{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.card_p{
    font-size: 18px !important;
    margin-top: 10px;
    margin-bottom: 20px;
}
.badge{
    background-color: var(--badge-bg);
    border-radius: 0px;
    text-decoration: none;
    position: absolute;
    top: 10px;
    left: 10px;
    transition: all 0.3s;
}
.page-item:not(:first-child) .page-link {
    margin-left: 9px;
    border-radius: 0px;
}
.page-item:first-child .page-link {
    border-radius: 0px;
}
.page-link{
    padding: 6px 15px;
    border: 2px solid #dee2e6;
    color: var(--text-color);
}
.active>.page-link, .page-link.active{
    background-color: var(--a-hover-color);
    border: 2px solid var(--a-hover-color);
}
.Pagination-icon{
    font-size: 19px;
    font-weight: 900;
}
.Pagination-padding{
    padding: 8px 10px 2px 7px;
}
.img-cart-in-table{
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin-bottom: 10px;
}
.table-row td{
    vertical-align: middle;
    text-align: center;
    width: 100px;
}
.img-cart-in-table img{
    transform: translateX(80px);
}
.table-row :nth-child(2){
    text-align: left;
}
.table-row td a{
    color: var(--text-color);
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.3s;
}
.table-row td{
    font-size: 18px;
    font-weight: 800;
}
.table-row td i[class]{
    padding: 7px;
    border-radius: 50px;
    transition: all 0.3s;
    cursor: pointer;
}
.form-control{
    border-color: var(--email-box) !important;
    outline: var(--tran);
}
td[colspan="4"][style="text-align: right;"] button{
    margin-right: 70px;
}
.Or-Option p i{
    font-size: 30px;
    font-weight: 800;
}
.total{
    border: 1px solid var(--email-box);
    padding: 25px;
    border-radius: 5px;
}
.total h5{
    margin-bottom: 20px;
}
.list_group{
    padding-left: 0rem;
}
.list_group li{
    list-style: none;
    display: flex;
    justify-content: space-between;
}
.list_group li a{
    text-decoration: none;
    color: var(--text-color);
    width: 50%;
    font-size: 16px;
    font-weight: 500;
}
.list_group li span{
    width: 50%;
    font-size: 17px;
    font-weight: 500;
}
.list_group :nth-child(3) span{
    font-weight: 700;
}
.list_group li{
    border-bottom: 1px solid var(--card-align-icon-border);
    margin-bottom: 10px;
    padding-bottom: 6px;
}
.shop-left-card .rating{
    transition: all 0.3s;
}
.shop-left-card .color-btn{
    transition: all 0.3s;
    transform: translateY(45px);
}
.phone-cart-img{
    text-align: center;
}
.phone-cart-img img{
    height: 150px;
}
.phone-cart-data{
    display: flex;
    justify-content: space-between;
    border-top: 1px solid var(--card-align-icon-border);
    padding-top: 15px;
}
.data-name p{
    font-size: 16px;
    font-weight: 600;
    margin-left: 30px;
}
.data-price p{
    font-size: 16px;
    font-weight: 500;
    margin-right: 30px;
}
.data-price p span{
    font-weight: 800;
    font-size: 16px;
}
.close-btn_1_1{
    font-size: 20px;
    cursor: pointer;
    color: var(--text-color);
    padding: 5px;
    border-radius: 50px;
    transition: all 0.3s;
}
.file{
    cursor: pointer;
}
.file::-webkit-file-upload-button{
    background-color: var(--a-hover-color);
    height: 150%;
    width: 67%;
    margin-bottom: 18px;
    border: none;
    cursor: pointer;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
    color: var(--bg-color);
    position: relative;
    border-radius: 5px;
    transition: all 0.3s;
    border: 1px solid var(--a-hover-color);
}
.file::-webkit-file-upload-button:hover{
    background-color: var(--bg-color);
    color: var(--a-hover-color);
}
.list_Lorem{
    padding-left: 0rem;
}
.list_Lorem li{
    list-style: none;
    font-size: 17px;
    font-weight: 400;
}
.list_Lorem li i{
    color: var(--a-hover-color);
    margin-right: 5px;
}