form select[name="ipp"] + div.select{
    width: 66px !important;
}
.product_license .maintenance label {
    clear: both;
    font-size: 12px;
    font-weight: normal;
    padding-left: 18px;
    position: relative;
}
.product_license .maintenance input {
    margin-top: 1px;
}
.product_license .select {
    width: 100% !important;
}
.product_license .maintenance {
    padding: 2px;
}

/*anchor style*/
.productTabs {
    clear: both;
    display: block;
    position: relative;
    visibility: hidden;
}

/*tabs position*/
@media (min-width: 768px) {
    #feature_list, #screenshots, #videos, #requirements,
    #downloadnotes, #download_notes, #demo_limits, #pricing {
        margin-top: -180px;
        padding-top: 180px;
    }
}
@media (max-width: 767px) {
    #feature_list, #screenshots, #videos, #requirements,
    #downloadnotes, #download_notes,  #download_notes, #demo_limits, #pricing {
        margin-top: -110px;
        padding-top: 110px;
    }
}
@media (max-width: 480px) {
    #feature_list, #screenshots, #videos, #requirements,
    #downloadnotes, #download_notes, #demo_limits, #pricing {
        margin-top: -250px;
        padding-top: 250px;
    }
}
/*tabs height*/
#tabs .tab > a {
    min-height: 70px;
}

.textInformation {
    margin: 20px;
}

/*reviews responsive*/
@media (min-width: 990px) {
    #reviewsBredcrumb {
        padding-top: 0px;
    }
    .img-responsive {
        text-align: right ;
    }
    .product_description {
        text-align: left;
    }
}
@media (max-width: 990px) {
    .img-responsive  {
        text-align: left;
    }
    .product_description p {
        text-align: center !important;
    }
    .product-btn .btn {
        margin-top: 2px;
    }
}
/*--header responsive on full-product page--*/
@media (max-width: 1204px) and (min-width: 991px)
{
    .product_description {
        padding-left: 48px;
    }
}

@media (max-width: 991px) {
    h1#productTitle {
        margin-bottom: 6px;
        margin-top: 12px;
        float: none;
    }
    .product_description {
        text-align: center;
    }
    .product_description p {
        text-align: center !important;
    }
}
@media (min-width: 992px) {
    h1#productTitle {
        margin-top: 5px;
        float: none;
    }

}


.product-header img {
    max-width: none;
    margin-right: 15px;
}

.licenses .th-price,
.licenses .td-price {
    text-align: right;
}
.licenses .td-price {
    font-size: 12pt;
}

/*tab's responsive on buy_now page */
@media  (max-width: 991px)
and (min-width: 768px) {
    #headding-tabs .headding-link {
        margin-top: -10px;
        position: absolute;
    }
    #headding-tabs > li {
        margin-top: 20px;
    }
}

/*==reviews header==*/
/* if img size 158x158 then margin is 8, if 168x168 then 10px*/
.product-score {
    margin: 8px 0 !important;
}
.product-title {
    margin-bottom: 8px;
}
/*modal review form*/
.form_review .reviewContent #comments {
    resize: vertical;
}
.variation_name {
    font-weight: bold;
}
.sos {
    margin-bottom: 15px;
}
.version,
.variation {
    margin-bottom: 10px;
}
.variation {
    float: left;
    margin-bottom: 10px;
    width: 49%;
    padding-right:10px;
    padding-top:5px;
    padding-bottom:1px;
}
.variation:nth-child(odd) {
    clear: both;
}
.variation:nth-child(even) {
    margin-bottom: 10px;
    background-color: #ececec;
    border-left:1px solid #c9c9c9;
    width: 51%;
    padding-left:15px;
}
.product-container .btn {
    margin-left: 1px;
}
.variations .select {
    max-width:240px;
}

.product-container .top-left a.btn.buy-now {
    width: 100%;
    margin-top: 15px;
}

.product-container .buy-now {
    display: block;
    font-siZe: 22px;
    line-height: 1.1;
    text-align: left;
    max-width:228px;
}
.product-container .buy-now .from {
    font-siZe: 18px;
    font-weight: 300;
}
.product-container .buy-now .glyphicon {
    float: right;
    /*font-size: 34px;*/
    padding-left: 10px;
    margin-top: 5px;
}
.support-for-this-product {
    background-color: #fafafa;
    border-top:1px solid #c9c9c9;
    padding: 15px 15px 5px 15px;    
}
.support-for-this-product .form-control {
    width:240px; 
    margin-bottom: 10px; 
    background-color: #F6FAFD;  
}
.support-for-this-product label {
    margin-bottom: 10px;
    margin-right: 1px;
    font-weight: normal;
    position: relative;
    top: -5px;   
}

@media all and (max-width: 990px) {
   .product-container .buy-now {
       display: inline-block;
   }
   .product-container .buy-now .glyphicon {
       padding-left:50px;
   }
}
@media all and (max-width: 767px) {
   .support-for-this-product .form-control {
       width:100%;
   }
   .variation {
       width:100% !important;
       float:none !important;
   }
   .variation:nth-child(even) {
       border-left: none;
       border-top:1px solid #c9c9c9;
       padding-left: 0 !important;
   }
}

/*disables scrolling to top after rating choosing */
#addReview .rating:not(:checked) > input {
    top: auto !important;
}

/*download notes button position*/
.product-header .product_description .variation form > i,
.product-header .product_description .product-btn form > i {
    margin-bottom: 0 !important;
}

.product_screenshot {
    margin-bottom: 30px;
}