.product_images {
    padding: 5px;
    border: 1px solid #ebebeb;
}

.product_title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 15px;
}

.product_lib_images a {
    display: inline-block;
    width: 80px;
    height: 50px;
    margin-top: -2px;
    overflow: hidden;
}

.product_lib_images a img {
    width: 80px;
    height: 50px;
    object-fit: cover;
}


/* cart */

.quantity_box {
    width: 180px;
    float: left;
}

.quantity_box span {
    display: block;
    width: 43px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    border: 1px solid #999;
    float: left;
}

.quantity_box span:hover {
    cursor: pointer;
}

.quantity_box input {
    display: block;
    width: 80px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    border-left: none;
    border-right: none;
    float: left;
}


/* Chrome, Safari, Edge, Opera */

.quantity_box input::-webkit-outer-spin-button,
.quantity_box input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

.quantity_box input[type=number] {
    -moz-appearance: textfield;
}

.product_btn_add_cart {
    display: block;
    width: 100px;
    height: 43px;
    background: #145a8d;
    border: 1px solid #145a8d;
    color: white;
    float: left;
}


/* end cart */

.shipping-product {
    border: 1px solid #145a8d;
    padding: 15px;
    border-radius: 5px;
    display: inline-block;
    width: 100%;
}

.shipping-product .item {
    padding-bottom: 12px;
    margin-bottom: 8px;
    border-bottom: 1px solid #eee;
    display: inline-block;
    width: 100%;
    position: relative;
}

.shipping-product .icon {
    display: inline-block;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(calc(-50% - 6px));
    width: 33px;
    text-align: center;
}

.shipping-product .icon .fa {
    font-size: 30px;
    color: #145a8d;
}

.shipping-product .text {
    display: block;
    width: 100%;
    float: left;
    vertical-align: top;
    padding-left: 50px;
}

.shipping-product .title {
    margin: 0px 0px 5px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}

.shipping-product p {
    font-size: 12px;
    color: #999;
    line-height: 16px;
    margin-bottom: 0px;
}

.shipping-product .item:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.product_tabs_title.nav-tabs>li>a {
    text-transform: uppercase;
    color: #323c3f;
    font-weight: bold;
}

.product_tabs_title.nav>li.active>a,
.product_tabs_title.nav>li>a:focus,
.product_tabs_title.nav>li>a:hover {
    background-color: #145a8d;
    color: white;
}

.product_tabs_title.nav-tabs>li.active>a,
.product_tabs_title.nav-tabs>li>a:focus,
.product_tabs_title.nav-tabs>li>a:hover {
    border-color: #145a8d #145a8d #145a8d;
}

.product_tabs_content {
    border: 1px solid #ddd;
    border-top: none;
}

@media (max-width: 1199px) {}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 767px) {
    .product_tabs_title.nav>li>a {
        padding: 5px 2px;
        font-size: 14px;
    }
}