.product-info .custom-product-buttons .custom-product-button {
    width: 56%;
    text-align: center;
    color: #ffffff;
    background-color: #333333;
}
.widget-list li.active a {
    color: #333333;
    border-color: rgba(51, 51, 51, 0.2);
}
.product {
    border: 1px solid #d2d0d0;
}

.custom-product-buttons {
    position: relative;
}

.btn-overlay {
    position: absolute;
    width: 56%;
    height: 100%;
    background: #faf5f521;
    display: none;
}

.cart-form {
    position: relative;
}

.cart-form .form-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    background-image: url(loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 10%;
    display: none;
}
.product:hover .product-info .title,
.product:hover .product-info .price {
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(-20px);
    transform: translateY(0px);
    opacity: 1;
}

.product-info table tr td {
    padding-left: 10px;
}
th {
    color: #999999 !important;
}
td {
    font-weight: normal !important;
    color: #999999 !important;
    font-size: 16px;
    font-family: "";
}
input:not([type="checkbox"]):not([type="radio"]),
textarea {
    width: auto;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-width: 1px;
}

.width100 {
    width: 100% !important;
}
.product-gallery-slider .slick-dots {
    bottom: 0px !important;
}
.category-banner3 .inner .image::before {
    opacity: 1;
}
.category-banner2 .inner .image::before {
    opacity: 1;
}
.product-thumb:hover .image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
div#shop-products {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto !important;
}
.grid-item {
    position: static !important;
}

.my-profile a.nav-item.active {
    color: #000;
    font-weight: 400;
}
.my-profile ul.nav.nav-tabs li {
    border-top: 1px solid #ccc;
    text-align: center;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 0 14px;
    font-size: 14px;
}
.my-profile label {
    font-size: 15px;
    letter-spacing: 0;
}

.my-profile p {
    font-size: 14px;
    margin: 0;
    padding: 0;
}
.my-profile table th {
    font-size: 13px;
    font-weight: 400;
    color: #000 !important;
}
