/* Product Page Specific Styles */
/* Extracted from items_products.php for performance optimization */
/* Non-critical CSS that can be loaded asynchronously */

/* Deactive Message Styles */
#deactive-msg {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 0px;
    z-index: 100;
}

#deactive-msg h3 {
    margin-top: 0px;
}

#deactive-msg .btn-success {
    width: 100%;
    background: #397e3a;
    border-width: 0px;
    margin-top: 8px;
}

/* Product Box Styles */
.lap_thu_box {
    height: 425px;
}

.lap_thu_box #icons {
    padding-top: 8px;
}

.lap_thu_box ul.detailer {
    height: 132px;
}

h1, .h1 {
    font-size: 30px;
}

div#feat img {
    margin-left: auto !important;
    margin-right: auto !important;
}

.nav-h1 {
    font-size: 2.8rem;
    margin-top: 0px;
    padding-left: 1rem;
}

.breadcrumb.product-navBar {
    padding-bottom: .6rem;
}

/* Video Container Styles */
.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video_section {
    background: #343434;
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px;
}

.video_section h3 {
    font-size: 2rem;
    font-weight: 500;
    color: #fdfdfd;
}

/* Comparison Section Styles */
.comp_section {
    background: #fff;
    padding: 12px;
}

.comp_div_main {
    border: 1px solid #e7e7e7;
    font-size: 1rem;
    margin-bottom: .5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #E0E0E0;
    background: #fff;
    padding: 15px 14px;
    margin: 6px 3px 11px;
}

.sct-comp-td {
    color: #333;
    display: flex;
    align-items: center;
    width: 45%;
    font-size: 13.5px;
    line-height: 16px;
}

.comp_div_main:first-child {
    margin-top: 0px;
}

.comp_div_main img {
    width: 57px;
}

.comp_right_spt {
    background-color: #000;
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    border-radius: 19px;
    margin: 0 16px;
}

.comp-right-side {
    flex-direction: row-reverse !important;
}

.comp_mbl {
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    padding: 10px;
    position: relative;
    background-color: #f8f9fa0a;
    border: 1px solid #e0e0e0c9;
}

.comp_spt {
    border: 1px solid #000;
    width: 32px;
    height: 32px;
    border-radius: 34px;
    background-color: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    margin-top: 15%;
}

.comp_ipro_box img {
    width: 100px;
    margin-bottom: 15px;
}

.comp_cncl_btn {
    font-weight: 900;
    position: absolute;
    top: 0;
    right: 8px;
    width: 20px;
    height: 20px;
    background-color: rgba(0,0,0,.3);
    line-height: 18px;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
}

.comp_ipro_name {
    font-weight: 600;
    font-size: 15.5px;
    line-height: 20px;
}

.comp_ipro_price {
    font-size: 14px;
    color: #28a745;
    margin-top: 4px;
}

.comp_ipro_box {
    width: 45%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    min-height: 193.33px;
}

.circle {
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 16px;
    color: #00000047;
    border: 1px solid #00000047;
    border-radius: 34px;
    height: 36px;
    width: 36px;
}

.circle:hover {
    border: 1px solid #f2f1f1;
    color: #f2f1f1;
    background-color: #00000047;
    cursor: pointer;
}

.cmpr_srch {
    width: 100%!important;
    box-shadow: 0 0.625rem 1.875rem 0 rgb(0 0 0/4%);
    background-color: #f8f9fa0a;
    border: 1px solid #e8e8e8;
    border-radius: 0;
    font-size: 1.6rem;
}

.cmpr_srch::placeholder {
    color: #888;
}

.comp_section .search {
    position: absolute;
    right: 14px;
    color: #00000047;
    top: 11px;
}

.compare-search-result {
    width: 88%;
    text-align: left;
    z-index: 1;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 2px 9px rgb(0 0 0/25%);
}

.compare-search-result li {
    margin: 0;
    padding: 7px 0;
    cursor: pointer;
    list-style: none;
}

.compare-search-result li a {
    display: flex;
    font: 700 13px Arimo,Arial;
    text-decoration: none;
    width: 100%;
    height: auto;
    padding: 2px 5px;
    border-left: 3px solid transparent;
}

.compare-search-result li a:hover {
    background-color: #f9f9f9;
    color: #b30000;
    border-left: 3px solid #b30000;
    transition: none;
}

.compare-search-result ul {
    list-style: none;
    padding: 0px;
}

.compare-search-result li img {
    height: 50px;
    width: auto;
}

.comp_btn {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    border: none;
}

.comp_btn button {
    font-weight: 600;
    border: none;
    background-color: #b30000;
    color: #fff;
    padding: 6px 16px;
    border-radius: 4px;
    font-size: 14px;
}

.ml-2, .mx-2 {
    margin-left: 0.5rem!important;
}

.cmpr_srch:focus {
    color: #495057;
    background-color: #fff;
    border: 1px solid #b30000;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #b300000f;
}

.section-header {
    font-weight: bold;
    padding-left: 12px;
}

.bdr_rgt {
    border-right: 1px solid #d3d8ddab;
}

/* Form Validation Styles */
.state-error + em {
    color: #d56161;
    display: block;
    font-size: 11px;
    font-style: normal;
    line-height: 15px;
    margin-top: 6px;
    padding: 0 1px;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
    .comp_section {
        background: #fff;
        padding: 4px;
    }
}

@media (min-width: 768px) {
    .pr-md-5, .px-md-5 {
        padding-right: 5rem!important;
    }
    .pl-md-5, .px-md-5 {
        padding-left: 5rem!important;
    }
}

