a:hover,
a:focus {
    text-decoration: none;
    outline: none !important;
}

.wp-boloc .filter {
    float: right;
    display: flex;
    align-items: center;
}

.checkbox-edit input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

@media (min-width: 767px) {
    .wp-boloc .filter {
        position: absolute;
        right: 0px;
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.ul-b li {
    list-style-type: none;
}

.wp-boloc {
    display: table;
    width: 100%;
    margin: 30px 0px 20px;
}

.wp-boloc .wp-title {
    float: left;
    display: flex;
    align-items: center;
}

.wp-boloc .wp-title h1 {
    font-size: 26px;
    font-family: Mon2;
    margin-bottom: 0px;
    float: left;
}

.ul-b {
    padding-left: 0px;
    margin-bottom: 0px;
}

.list-link-title {
    float: left;
    width: calc(100% - 120px) !important;
    position: absolute !important;
    right: -30px;
    bottom: 0px;
}

.list-link-title li {
    float: left;
    margin: 0 10px;
    font-size: 13px;
    font-family: MonMedium;
}

.list-link-title li a {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.wp-boloc .filter {
    float: right;
    display: flex;
    align-items: center;
}

.hidden {
    display: none!important;
}

.boloc-a>button {
    border: 0px solid #ccc;
    border-radius: 0px;
    padding: 5px 10px;
}

.boloc-a .wp-bo-loc-1 {
    width: 38%;
    right: 0px;
    transition: transform 0.5s;
    text-align: left;
    transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    position: fixed;
    top: 0px;
    bottom: 0;
    z-index: 9999999;
    padding: 0px;
    margin: 0px;
    outline: 1px solid transparent;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    height: calc(100vh - 0px);
    overflow-y: scroll;
}

.boloc-a .wp-bo-loc-1.open {
    transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
    -moz-transform: translateX(0) !important;
}

.wp-bo-loc-1>.h2-title {
    padding: 10px 20px;
    background: #d03f47;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 18px;
    font-family: Mon2;
}

.wp-bo-loc-1 .bl00 {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #ccc;
    padding-left: 20px;
    padding-right: 20px;
}

.p-mon {
    margin-bottom: 10px;
    font-family: Mon2;
}

.bl00 .list-boloc {
    display: table;
    width: 100%;
}

.ul-b {
    padding-left: 0px;
    margin-bottom: 0px;
}

.bl00 .list-boloc li {
    float: left;
    width: 100%;
}

.bl00 .list-boloc li label {
    margin-top: 0px;
}

.checkbox-edit {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
    line-height: 1;
}

.bl00 .list-boloc li label {
    margin-top: 0px;
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 2px;
}

.checkbox-edit input:checked~.checkmark {
    background-color: #b83737;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.boloc-a>button {
    border: 0px solid #ccc;
    border-radius: 0px;
    padding: 5px 10px;
}

.boloc-a .close-fil {
    position: fixed;
    top: 10%;
    right: 0px;
    transition: all 0.6s ease-in-out;
    opacity: 0;
    width: 0px;
    height: 0px;
    font-size: 20px;
    z-index: 9999999;
}

.boloc-a.open .close-fil {
    right: 38%;
    width: auto;
    height: auto;
    opacity: 1;
}

.btn.btn-danger.close-fil.open {
    right: 38%;
    width: auto;
    height: auto;
    opacity: 1;
}

.h-gird {
    list-style-type: none;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-items: center;
}

.wp-iteam-sp {
    position: relative;
}

.wp-add-to-cart {
    position: absolute;
    bottom: 0%;
    z-index: 2;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 6px 0px;
    background: rgba(0, 0, 0, 0.3);
     font-size: 16px; 
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.wp-name-sp {
    padding-top: 10px;
}

.wp-name-sp .h3-title {
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    line-height: 19px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: MonMedium;
}

.wp-price-sp .int {
    font-size: 16px;
    font-family: Mon2;
    color: #c73550;
    margin-right: 5px;
}

.wp-price-sp span:nth-child(2) {
    text-decoration: line-through;
}



.ul-b {
    padding-left: 0px;
    margin-bottom: 0px;
}

.list-color-sp {
    display: table;
    width: 100%;
    height: 26px;
}

.color-1.active {
    border-color: #bc684f;
}

.list-color-sp li {
    float: left;
    border: 1px solid transparent;
    position: relative;
    margin-right: 5px;
    border-radius: 100%;
    cursor: pointer;
}

.list-color-sp li span {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    border: 2px solid #fff;
    background: #bc684f;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.wp-list-sp-slide:hover .wp-add-to-cart {
    opacity: 1;
}

@media (min-width: 768px) and (max-width: 992px) {
    .boloc-a.open .close-fil {
        right: 65%;
    }
}

@media (min-width: 767px) {
    .wp-boloc .filter {
        position: absolute;
        right: 0px;
    }
    .wp-boloc .wp-title h1 {
        font-size: 14px;
        width: 115px;
        text-align: left;
    }
    /*.hidden-xs {*/
    /*    display: none;*/
    /*}*/
    .hfix-hidden-xs {
        display: none;
    }
    .list-link-title li {
        margin: 0px 5px;
        font-size: 10px;
    }
}

@media (max-width: 767px) {
    .boloc-a .wp-bo-loc-1 {
        width: 85%;
    }
    .btn.btn-danger.close-fil.open {
        right: 85%;
    }
    .wp-name-sp,
    .wp-price-sp,
    .wp-list-check-color {
        padding-left: 5px;
        padding-right: 5px;
    }
    .wp-name-sp .h3-title {
        font-size: 14px;
    }
    .list-color-sp li {
        margin-right: 5px;
    }
    .list-color-sp li {
        width: 20px;
        height: 20px;
    }
    .list-color-sp li span {
        width: 18px;
        height: 18px;
    }
    .wp-name-sp .h3-title a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    word-break: break-word;
  }
}