.pro_sticky
{
  position: sticky;
  position: -webkit-sticky;
  top: 92px;
  -webkit-align-self: flex-start;
  display: flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
h1.pro-title 
{
  color: #A02123;
  font-weight: 600;
  font-size: 24px;
}
.pro-version {
    font-size: 18px;
    color: #fc5d19;
    font-weight: 600;
}
.title-header-h4 {
  font-size: 16px;
  color: #A02123;
  font-weight: 600;
}
.free-installation {
  width: 100%;
  font-weight: 700;
  text-align: right;
  color: #fc5d19;
  padding: 10px 0px 0px;
}
.pro-detail-inner h3.section-title
{
    margin: 25px 0px 15px;
}
.pro-details-right h4.section-title {
    margin: 8px 0px 10px;
}
.pro-details-right h5 {
    margin: 0px;
    color: #A02123;
    font-size: 15px;
}
.product-detail-section .ajax-add-to-cart {
    width: 250px;
    padding: 13px 20px;
}
.pro-detail-inner {
    margin: 40px 0px;
}
.pro-figure {
    box-shadow: 0px 8px 27px 0px rgba(0, 0, 0, 0.20);
    width: 100%;
    border: 1px solid #f0f0f0;
}
.pro-screenshot {
    margin-right: 10px;
    max-height: 500px;
    overflow-y: auto;
    width: 120px;
}
.pro-title-sec {
    overflow: hidden;
    margin: 0px 0px 20px;
}


.bar-review-section .review-stars {
    float: left;
    margin-right: 18px;
    color: #3095fb;
}
.bar-review-section .progress {
    height: 15px !important;
    top: 3px;

        width: 50%;
    display: inline-block;
    position: relative;
    float: left;
    margin-bottom: 0;
    margin-right: 16px;
}
.bar-review-section .progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #FFEB3B;
    background-image: linear-gradient(to bottom,#ffbf00 0,#FFEB3B 100%) !important;
    text-align: center;
    background-color: #FFEB3B;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.output-review-stars {
    width: auto;
    display: inline-block;
    position: relative;
    float: left;
    color: #3095fb;
}
.pro-review-row {
    border-bottom: 1px solid #e7eaf3;
    padding-bottom: 5px;
}
.review-title {
    font-weight: 600;
    font-size: 18px;
    padding: 5px 0px;
    color: #342f2f;
}
.pro-review-description {
    padding: 10px 0px;
}

#pro-faq a.amigoways-link {
    color: #fc5d19;
}
#pro-faq a.amigoways-link:hover {
    color: #f14d0a
}

.pro-specification-list td {
    padding: 10px 20px 10px 0px;
}
#pro-description .amigoways-img, .installation-guide-con .amigoways-img  {
    box-shadow: 0px 8px 27px 0px rgba(0, 0, 0, 0.20);
    width: 600px;
    margin: 20px 0px;
}
.pro-description h3 {
    margin: 30px 0px 15px;
    font-size: 20px;
}

.detailed-features .col-sm-12 {
    padding: 0px;
}
.product-detail-section .list-tab-wrapper ul, .product-detail-section .list-tab-wrapper ul li {
    margin: 0px;
}
.pro-details-btm {
    padding: 20px;
}
.pro-details-btm .ui-accordion .ui-accordion-content
{
    padding: 1em 10px;
}
.pro-details-btm .ui-accordion-header-icon, .pro-details-btm .ui-accordion-header-active .fa-arrow-right, .pro-details-btm .ui-accordion-header .fa-arrow-down
{
    display: none;
}
.pro-details-btm .ui-accordion-header-active .fa-arrow-down
{
    display: block;
}
.pro-details-btm h3 {
    padding: 15px !important;
}
.pro-details-btm .fa {
    float: right;
    padding: 0px 20px;
    font-size: 15px;
}
#pro-faq .ui-accordion-content-active {
    height: 67.1875px !important;
    display: block !important;
}
.pro-cat-list
{
    margin: 10px 0px 40px;
}
.cat-btm-content {
    margin: 20px 0px 50px;
}
.pro-category h4.section-title {
    float: left;
    width: 100%;
}
@media(max-width: 767px)
{
    .pro-details-left .display-flex, .pro-price-con
    {
        display: inline-flex !important;
        width: 100%;
    }
    .pro-detail-inner .col-xl-12/*, .pro-detail-inner .col-xl-7, .pro-detail-inner .col-xl-5*/ {
        padding: 0px;
    }
    .pro-sku
    {
        float: none !important;
    }
    .pro-screenshot {
        max-height: 196px;
    }
}