.detail-slider
{
    margin-top: 100px;
    margin-bottom: 80px;
}

.detail-slider .siderdetail::before
{
    width: 70%;
    height: 120%;
    content: '';
    position: absolute;
    border: 3px solid #98001b;
    z-index: -1;
    left: -50px;
    top: -10%;
    border-radius: 12px 0px;
}
.detail-slider .siderdetail {
    width: 80%;
    text-align: right;
    border: 6px solid #e8e8e8;
    border-radius: 12px 0px;
    padding:0px;
    position: relative;
    margin-left: auto;
    margin-right: 50px;
    background: #FFF;
}
.carousel-indicators li
{
    background-color: #a2a3a9;
    border: 1px solid #a2a3a9;
}
.carousel-indicators
{
    bottom: 0px !important;
}
.carousel-indicators .active
{
    background-color: #9f001c;
    border: 1px solid #9f001c;
}
.content-section
{
    padding-top: 0px;
}
.content-section span
{
    font-size: 16px;
    font-family: 'Avenir Next LT Pro Demi';
    color: #9f001c;
    margin-bottom: 14px;
    display: block;
}
.content-section h2
{
    font-size: 38px;
    font-family: 'Avenir Next LT Pro bold';
    color: #0a133f; 
    position: relative;
}
.content-section h2::before 
{
    content: '';
    position: absolute;
    bottom: -14px;
    left: 0px;
    width: 80px;
    height: 6px;
    background: #9f001c;
}
.content-section p
{
    font-size: 14px;
    color: #4c5273;
    margin: 0px;
    display: block;
    margin-top: 25px;
}
.content-section ul
{
    margin:0px;
    padding:0px;
    margin-top: 30px;
}
.content-section ul li
{
    font-size: 22px;
    color: #0a133f;
    font-family: 'Avenir Next LT Pro Demi';
    list-style: none;
    position: relative;
    padding-left: 30px;
    margin-bottom: 13px;
}
.content-section ul li::before
{
    content:'';
    position: absolute;
    background: url(../images/listing-point.jpg);
    width: 16px;
    height: 18px;
    left: 0px;
    top: 5px;
}
.content-section a
{
    margin-top: 28px;
    display:inline-block;
    font-size: 16px;
    color: #fefefe;
    font-family: 'Avenir Next LT Pro bold';
    padding: 10px 22px;
    border-radius: 8px;
    background: rgb(190,26,56);
    background: -moz-linear-gradient(25deg, rgba(190,26,56,1) 0%, rgba(160,1,29,1) 100%);
    background: -webkit-linear-gradient(25deg, rgba(190,26,56,1) 0%, rgba(160,1,29,1) 100%);
    background: linear-gradient(25deg, rgba(190,26,56,1) 0%, rgba(160,1,29,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#be1a38",endColorstr="#a0011d",GradientType=1);
    text-decoration: none;
}
.content-section a:hover
{
    text-decoration: none;
}
.menu-middle.stickmenu
{
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 9999;
}
.menu-middle
{
    background: #f7f7f7;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 40px;
    padding: 20px 0px;
}
.menu-middle ul 
{
    padding: 0px;
    margin: 0px;
    display: flex;
}
.menu-middle ul li
{
    margin-right: 75px;
    list-style: none;
}
.menu-middle ul li a
{
    font-size: 18px;
    color: #0a133f;
    text-decoration: none;
    position: relative;
}
.menu-middle ul li a:hover
{
    color: #9f001c;
}
.menu-middle ul li a:hover::after,
.menu-middle ul li a.active:hover::after
{
    position:absolute;
    content:'';
    left:0px;
    bottom: -23px;
    background-color: #9f001c;
    width: 100%;
    height: 6px;
}
.menu-middle ul li a.active::after
{
    position:absolute;
    content:'';
    left:0px;
    bottom: -23px;
    background-color: #0a133f;
    width: 100%;
    height: 6px;
}

.overview-detail h2
{
    font-size: 28px;
    color: #0a133f;  
    margin-bottom: 20px;
    margin-top: 0px;
    padding-top: 20px;
    font-family: 'Avenir Next LT Pro Demi';
}
.overview-detail h2 span
{
    color: #9f001c;
}
.overview-detail p 
{
    font-size: 16px;
    color: #4c5273;
    line-height: 32px;
    margin-bottom: 24px;
}
.overview-detail p b
{
    font-family: 'Avenir Next LT Pro Demi';
}
.pannel-collapse .panel.panel-default
{
    border-color:transparent;
    border-radius: 12px;
}
.pannel-collapse .panel
{
    border: 0px;
    box-shadow: none;
}
.pannel-collapse .panel.panel-default .panel-heading
{
    padding:0px;
    border-radius: 0px;
    color:transparent;
    background-color: transparent;
    border-color: transparent;
}
.pannel-collapse .panel.panel-default .panel-heading h4.panel-title
{
    color:#0a133f;
    font-size: 20px;
    cursor: pointer;
    padding: 20px 15px;
    border-radius: 12px;
    font-family: 'Avenir Next LT Pro Demi';
}
.pannel-collapse .panel.panel-default .panel-heading h4.panel-title.collapsed
{
    background-color: #f7f7f7;
    border-color: #f7f7f7;
    font-family: 'Avenir Next LT Pro Regular';
    
}
.pannel-collapse .panel.panel-default .panel-heading h4 a
{
    text-decoration: none;
}
.pannel-collapse .panel-collapse .panel-body
{
    border: transparent;
    border-top:0px !important;
}
.pannel-collapse .panel.panel-default
{
    margin-bottom: 20px;
    margin-top: 0px;
}
.pannel-collapse .panel.panel-default .panel-heading .panel-title
{
    background: #FFF;
    border-color:#FFF;
}
.product-resources .product-resources-heading h2
{
    font-size: 28px;
    color: #0a133f;
    margin-bottom:10px;
    font-family: 'Avenir Next LT Pro Demi';
}
.product-resources .product-resources-heading h2 span
{
    color: #9f001c;
}
.product-resources .product-resources-heading p
{
    font-size: 18px;
    color: #4c5273;
    line-height: 32px;
    margin-bottom: 24px;
}
.product-resources-filter ul
{
    padding: 0px;
    margin: 0px;
    display: flex;
}
.product-resources-filter ul li 
{
    list-style: none;
    margin-right: 25px;
    
}
.product-resources-filter ul li label
{
    font-family: 'Avenir Next LT Pro Regular';
    font-weight: normal;
}
.product-resources-filter ul li input[type="radio"]
{
    margin-right: 6px;
    font-size: 18px;
    color: #0a133f;
    position: relative;
    top: 1px;
    accent-color: #9f001c;
    
}
.product-resources-filter ul li input[type="radio"]:checked+label
{
    font-family: 'Avenir Next LT Pro Demi';
}
.product-resources-filter ul li:first-child
{
    color:#9f001c;
    font-family: 'Avenir Next LT Pro Demi';
}
.product-resources-filter-data
{
    margin-top: 30px;
    margin-bottom: 30px;
}
.product-resources-filter-data table
{
    width: 100%;
    border:1px solid #e9e9e9;
}
.product-resources-filter-data table tbody tr th 
{
    background: #f7f7f7;
    border:1px solid #e9e9e9;
    font-size: 16px;
    color: #0a133f;
    font-family: 'Avenir Next LT Pro Demi';
    padding: 10px 15px;
}
.product-resources-filter-data table tbody tr td
{
    border-bottom:1px solid #e9e9e9;
    font-size: 16px;
    color: #4c5273;
    padding: 10px 15px;
}
.product-resources-filter-data table tbody tr td:first-child a
{
    color: #9f001c;
    text-decoration: none;
}
.product-resources-filter-data table tbody tr td:first-child a:hover
{
    text-decoration: none;
}
.accessories-related-product .accessories-related-product-heading h2
{
    font-size: 28px;
    color: #0a133f;
    margin-bottom: 10px;
    font-family: 'Avenir Next LT Pro Demi';
}
.accessories-related-product .accessories-related-product-heading h2 span
{
    color: #9f001c;
}
.accessories-related-product .accessories-related-product-heading p
{
    font-size: 18px;
    color: #4c5273;
    line-height: 32px;
    margin-bottom: 24px;
}
.pannel-collapse .panel.panel-default .panel-heading h4.panel-title.collapsed
{
    background-image: url(../images/open-collapse.jpg);
    background-repeat: no-repeat;
    background-position: 98% center;
}
.pannel-collapse .panel.panel-default .panel-heading h4.panel-title
{
    background-image: url(../images/close-collapse.jpg);
    background-repeat: no-repeat;
    background-position: 98% center;
}


.related-p-carousel {margin-top: 15px;}
.related-p-carousel .owl-item .item {position: relative; padding:20px; margin-bottom: 60px;}
.related-p-carousel .owl-item .item .news-update-slidebox 
{
    display: block; 
    height: auto; 
    width: 100%; 
    text-align: center; 
    background: #f7f7f7;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    box-shadow: 0px 15px 20px rgb(185 216 197 / 20%); 
    overflow: hidden; 
    border: 0px;
    padding: 15px;
}
.related-p-carousel .owl-item .item .news-update-slidebox .news-update-slide-imgbox {line-height: 0;}
.related-p-carousel .owl-item .item .news-update-slidebox .news-update-slide-imgbox img {width: 100%; margin: auto; height: auto;}
.related-p-carousel .owl-item .item .news-update-slidebox .news-update-slide-contentbox {padding: 20px 25px; text-align: left; min-height: 225px;}
.related-p-carousel .owl-item .item .news-update-slidebox .news-update-slide-contentbox h3 {font: normal 18px/26px 'Avenir Next LT Pro Demi'; color: #0a133f; display: block; margin-bottom: 12px; margin-top: 0px; height: 50px;}
.related-p-carousel .owl-item .item .news-update-slidebox .news-update-slide-contentbox h3::after {display: none;}
.related-p-carousel .owl-item .item .news-update-slidebox .news-update-slide-contentbox p {font: normal 14px/24px 'Avenir Next LT Pro Regular'; margin: 0 0 20px; color: #0a133f; letter-spacing: -0.7px; height: 140px;
	overflow: hidden;}

.related-p-carousel .owl-nav {display: flex; justify-content: space-between; position: relative;}
.related-p-carousel .owl-nav .owl-prev {padding: 0!important; margin: 0!important; background: transparent!important; position: absolute; top: -400px; left: -20px;}
.related-p-carousel .owl-nav .owl-prev i {background: url(../images/opc-arrow-left.png) no-repeat 0 0; height: 29px; width: 18px; opacity: 0.4; display: inline-block;}
.related-p-carousel .owl-nav .owl-prev:hover i {opacity: 1;}

.related-p-carousel .owl-nav .owl-next {padding: 0!important; margin: 0!important; background: transparent!important; position: absolute; top: -400px; right: -20px;}
.related-p-carousel .owl-nav .owl-next i {background: url(../images/opc-arrow-rigt.png) no-repeat 0 0; height: 29px; width: 18px; opacity: 0.4; display: inline-block;}
.news-update-carousel .owl-nav .owl-next:hover i {opacity: 1;}
.related-p-carousel{ margin-top: 0px;}
.topnotstick
{
    visibility: visible;
}
.topstick
{
   display: none;
}
.topnotstick.stickcompleted
{
    visibility: hidden;
}
.topstick.stickmenu
{
    display: block;
}
.pannel-collapse .panel-body ul 
{
    padding: 0px;
    margin: 0px;
}
.pannel-collapse .panel-body ul li,
.pannel-collapse .panel-body p
{
    font-size: 16px;
    color: #4c5273;
    list-style: none;
    position: relative;
    padding-left: 15px;
    line-height: 32px;
}
.pannel-collapse .panel-body ul li::before
{
    
    width: 0px;
    height: 0px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #9f001c;
    content: '';
    position: absolute;
    left: 0px;
    top: 9px;
}
.relatedslider.product_accessories .related-p-carousel .owl-item .item .news-update-slidebox .news-update-slide-contentbox p
{
    margin-bottom: 0px;
}
.relatedslider.product_accessories .related-p-carousel .owl-item .item .news-update-slidebox .news-update-slide-contentbox p:empty
{
    display: none;
}
.relatedslider.relatedProductItem,
.relatedslider.product_accessories,
{
    padding: 15px 0px 60px 0px;
    font-size: 20px;
    font-family: 'Avenir Next LT Pro Demi';
    color: #9f001c;
}
.nodata-found-table
{
    padding: 15px 0px 60px 0px;
    font-size: 20px;
    font-family: 'Avenir Next LT Pro Demi';
    color: #9f001c;
}