.shadow {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.shadow_x {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.error {
    color: #F00 !important;
}

.password-show {
    background-color: transparent !important;
}

.password-show i:hover{
    cursor: pointer !important;
}

.boder-right-none {
    border-right: none !important;
}

.text-dark {
    color: black !important;
}

.cursor-pointer{
    cursor: pointer !important;
}

.hover-underline:hover{
    text-decoration: underline !important;
}

.d-grid {
    display: grid !important;
}
.btn:focus {
    outline: none !important;
    box-shadow: none !important;
  }

.product-item-content {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
}

.product-item-content .product-item-content-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.product-item-content:hover .product-item-content-overlay {
    opacity: 1;
}

.product-item-content-image {
    width: 100%;
}

.product-item-content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.product-item-content:hover .product-item-content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.product-item-content-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.product-item-content-details p {
    color: #fff;
    font-size: 0.8em;
}

.fadeIn-bottom {
    top: 80%;
}


/* product item view mo */
.product-item-view {
    cursor: pointer;
}

.close-button {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 24px;
    z-index: 9999;
}

.close-button:focus {
    outline: none !important;
}

.product-modal-content {
    margin-top: 20px !important;
}

.product-modal-section-heading h2 {
    color: black !important;
}

.product-modal-content p {
    color: black !important;
}

.add-to-cart-btn {
    background-color: #262626 !important;
}

input[type="number"][aria-remove-spin-button="true"]::-webkit-inner-spin-button,
input[type="number"][aria-remove-spin-button="true"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

.powered-by-text, .powered-by-text a {
    color: rgba(166, 165, 165, 0.54) !important;
}

.powered-by-text a:hover {
    color: rgba(230, 229, 229, 0.54) !important;
}

@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width: 1200px;
    }
}
