.btn {
    background-color: #f3f4f5 !important;
    color: #111111 !important;
    border: 1px solid #bdbdbd !important;
    box-shadow: unset !important;
}

.btn:hover {
    background-color: #acb3bd !important;
    color: #111111 !important;
    border: 1px solid #bdbdbd !important;
    box-shadow: unset !important;
}

.shop__cart__table tbody tr td {
    padding: 0px 0;
}

.shop__cart__table tbody tr .cart__close span {
    height: 25px;
    width: 25px;
    background: #e0e0e0;
    border-radius: 50%;
    font-size: 16px;
    color: #111111;
    line-height: 25px;
    text-align: center;
    display: inline-block;
    font-weight: 600;
    cursor: pointer;
}

.pre {
    white-space: pre-wrap; 
    word-wrap: break-word;
    font-family: inherit;
}

.product__details__button {
    border-top: 1px solid #ebebeb;
    padding-top: 35px;
}

.cart-btn {
    background-color: #111111 !important;
    color: #ebebeb !important;
    border: 1px solid #111111 !important;
    box-shadow: unset !important;
}

.cart-btn:hover {
    background-color: #ca1515 !important;
    color: #ebebeb !important;
    border: 1px solid #ca1515 !important;
    box-shadow: unset !important;
}

.ptc {
    background-color: #111111 !important;
    color: #ebebeb !important;
    border: 1px solid #111111 !important;
    box-shadow: unset !important;
}

.ptc:hover {
    background-color: #ca1515 !important;
    color: #ebebeb !important;
    border: 1px solid #ca1515 !important;
    box-shadow: unset !important;
}

.site-btn:hover {
    background-color: #ca1515 !important;
    color: #ebebeb !important;
    border: 1px solid #ca1515 !important;
    box-shadow: unset !important;
}

.icon_close:hover {
    background-color: #ca1515 !important;
    color: #ebebeb !important;
    border: 1px solid #ca1515 !important;
    box-shadow: unset !important;
}

iconify-icon:hover {
    /* background-color: #ca1515 !important; */
    color: #ca1515 !important;
    /* border: 1px solid #ca1515 !important; */
    box-shadow: unset !important;
}

.owl-next:hover {
    background-color: #ca1515 !important;
    color: #ebebeb !important;
    /* border: 1px solid #ca1515 !important; */
    box-shadow: unset !important;
}

.owl-prev:hover {
    background-color: #ca1515 !important;
    color: #ebebeb !important;
    /* border: 1px solid #ca1515 !important; */
    box-shadow: unset !important;
}

.src-btn {
    background-color: #111111 !important;
    color: #ebebeb !important;
    border: 1px solid #111111 !important;
    box-shadow: unset !important;
}

.src-btn:hover {
    background-color: #ca1515 !important;
    color: #ebebeb !important;
    border: 1px solid #ca1515 !important;
    box-shadow: unset !important;
}

.log {
    background-color: #111111 !important;
    color: #ebebeb !important;
    border: 1px solid #111111 !important;
    box-shadow: unset !important;
    border-radius: 50px !important;
}

.log:hover {
    background-color: #ca1515 !important;
    color: #ebebeb !important;
    border: 1px solid #ca1515 !important;
    box-shadow: unset !important;
    border-radius: 50px !important;
}

.po {
    background-color: #111111 !important;
    color: #ebebeb !important;
    border: 1px solid #111111 !important;
    box-shadow: unset !important;
}

.po:hover {
    background-color: #ca1515 !important;
    color: #ebebeb !important;
    border: 1px solid #ca1515 !important;
    box-shadow: unset !important;
}

.men:hover {
    border-bottom: 1px solid #ca1515 !important;
}

.wsh {
	background: #ca1515 !important;
    color: #ffffff !important;
}

.wsh:hover {
	color: #111111 !important;
	background: #ffffff !important;
}


