b, strong {
    font-weight: 600;
}

.required:after {
    content: ' *';
    color: #F44336;
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}

.cursor-pointer {
    cursor: pointer;
}

.font-weight-600 {
    font-weight: 600;
}

.form-control {
    display: block;
    width: 100%;
    padding: .6rem 1rem;
    font-size: .75rem;
    font-weight: 500;
    line-height: 1.7;
    color: #60697b;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(8, 60, 130, .06);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .4rem;
    box-shadow: 0 0 1.25rem rgb(30 34 40 / 4%);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .595rem .75rem;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.7;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #ebeef4;
    border-top-right-radius: .4rem;
    border-bottom-right-radius: .4rem;
}

.sticky-sidebar {
    position: sticky;
    top: 80px;
    height: 100%;
}

/*********Product List***********/
.product_wrap {
    background-color: #fff;
    position: relative;
    margin-bottom: 30px;
    transition: all 0.5s ease-in-out;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}

.product_box {
    margin-bottom: 30px;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
}

.product_box .product_info {
    position: relative;
}

.product_img {
    text-align: center;
    position: relative;
    overflow: hidden;
    min-height: 300px;
    max-height: 300px;
    height: 300px;
}

.product_img img {
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}

.pr_flash {
    background-color: #FF9F00;
    position: absolute;
    left: 10px;
    top: 10px;
    text-transform: uppercase;
    color: #fff;
    padding: 2px 8px;
    font-size: 13px;
    z-index: 1;
}

.product_info {
    padding: 15px;
}

.product_info .product_title {
    text-transform: capitalize;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.price {
    color: #FF324D;
    font-weight: 600;
}

.product_price del {
    font-size: 16px;
    margin-right: 5px;
    margin-left: 10px;
    color: #919191;
    font-weight: 500;
}

/*************Product Details*******************/
.product-box-image {
    position: relative;
}

.xzoom-container {
    padding: 8px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    height: 600px;
    max-height: 600px;
    min-height: 500px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.xzoom-container img {
    max-width: 500px;
    max-height: 500px;
}

.xzoom-thumbs img {
    border: 1px solid #ddd;
    padding: 5px;
    width: 100px;
    height: 100px;
    border-radius: 2px;
}

@media (max-width: 767.98px) {
    .xzoom-container {
        height: 400px;
        max-height: 400px;
        min-height: 400px;
    }

    .xzoom-thumbs img {
        width: 60px;
        height: 60px;
    }
}

.pr_details .price {
    color: #FF324D;
    font-weight: 600;
    font-size: 24px;
}

.pr_details .product_price del {
    font-size: 16px;
    margin-right: 5px;
    margin-left: 10px;
    color: #919191;
    font-weight: 500;
}

.product_meta {
    margin: 0;
}

.product_meta li span {
    color: #adaeb1;
    font-size: 15px;
}

.product_meta li span + span {
    color: #343f52;
    margin-left: 5px;
}

.social-links li span {
    color: #adaeb1;
}

#social-links ul {
    display: flex;
    padding-left: 0;
    font-size: 20px;
}

#social-links ul li {
    margin-left: 10px;
}

#social-links ul li span.fab.fa-facebook-square {
    color: #3f78e0;
}

#social-links ul li span.fab.fa-whatsapp {
    color: #73c553;
}

#social-links ul li::marker {
    content: '';
}

.product-buy {
    display: flex;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    margin-bottom: 20px;
}

/************Cart*************/

.cartCount {
    position: relative;
    top: 10px;
    right: 15px;
    font-size: 11px;
    background-color: var(--primary);
    border-radius: 50px;
    height: 16px;
    line-height: 16px;
    color: #fff;
    min-width: 16px;
    text-align: center;
    padding: 0 4px;
    display: inline-block;
    vertical-align: top;
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-flush-x .list-group-item {
    padding-left: 0;
    padding-right: 0;
    border-left: none;
    border-right: none;
}

.list-group-lg .list-group-item {
    padding: 1rem 0;
}

.list-group-item {
    flex-shrink: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.875rem;
    background-color: transparent;
    border: 1px solid #e5e5e5;
}

.list-group-flush-y .list-group-item:first-child {
    padding-top: 0;
    border-top: none;
}


.list-group-flush-y .list-group-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.w-auto {
    width: auto !important;
}

.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.40625rem + .375rem + 2px);
    padding: .1875rem 2.5rem .1875rem .5rem;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #111;
    vertical-align: middle;
    border: 1px solid #e5e5e5;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpolyline fill='none' stroke='%23525252' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' points='6 9 12 15 18 9'/%3e%3c/svg%3e") no-repeat right .5rem center/1rem 1rem;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.pr_flash_2 {
    background-color: #e2626b;
    position: absolute;
    right: 10px;
    top: 10px;
    text-transform: uppercase;
    color: #fff;
    padding: 2px 8px;
    font-size: 13px;
    z-index: 1;
}
