.autodesk_frequency_list li a {
    background-image: linear-gradient(to top,#f4f4f4,#fafafa);
    border: solid 1px #dadada;
    cursor: pointer;
    min-height: 110px;
    text-transform: capitalize;
}

.autodesk_frequency_list li a.active {
    border: solid 1px #0696d7;
    color: #fff !important;
    background: #0696d7;
}

h4.term_text_small {
    font-size: 13px;
    line-height: 1.25;
}

.autodesk_product_name .product_logo img {
    width: 50px;
}

.autodesk_product_name div {
    display: table-cell;
    vertical-align: middle;
   
}
 .product_title {
    line-height: 25px;
}
.product_logo {
    padding-right: 10px !important;
}

.auto_desk_top_box {
  
    margin-bottom: 20px;
}

h3.heding_title {
    margin-bottom: 20px;
}

.system_box li label {
    margin-bottom: 0;
    font-size: 14px;
}

.system_box li {
    line-height: 22px;
}

.system_box h3 {
    text-transform: capitalize;
    font-size: 18px;
    margin-bottom: 5px;
}

.auto_desk_p_name {
    background-color: #fff;
   
    margin-bottom: .2rem;
}
.autodesk_top_title {
    border-right: 1px solid #ccc;
    padding: 20px;
}
.autodesk_cart_form_term {
   background-color: #fff;
   padding: 30px 10px;
    margin-bottom: .2rem;
}

section.autodesk_addtocart_box {
    background: #f7f7f7;
    margin-bottom: 1px;
    border-top: 1px #ccc solid;
    padding: 20px 75px 20px;
}

input.quantity {
    width: 100%;
    padding: 2px;
    line-height: normal;
    text-align: center;
}

.total_price_text div {
    display: table-cell;
   
}

button#sm_addto_cart {
    color: #fff;
    margin-top: 20px;
    border-radius: 0 !important;
    /* padding: 10px !important; */
    line-height: 20px;
    width: 80%;
}

span.sale_price {
    margin-right: 5px;
}

p.total_smal_tax {
    font-style: italic;
    font-size: 14px;
}

.total_price_text {
    line-height: 20px;
        font-size: 18px;
}

.system_box {
    padding-top: 10px;
}

.autodesk_frequency_list li a.active p.price_text {
    color: #fff;
}

.autodesk_frequency_list li a.active h4 {
    color: #fff;
}

ul.operating_system_list {
    padding-left: 0;
}

.add_bottom_row h5 {
    padding-top: 15px;
   
}

ul.operating_system_list li {
    text-transform: capitalize;
}

.auto_desk_new [type="radio"]:checked,
.auto_desk_new [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.auto_desk_new [type="radio"]:checked + label,
.auto_desk_new [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.auto_desk_new [type="radio"]:checked + label:before,
.auto_desk_new [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.auto_desk_new [type="radio"]:checked + label:after,
.auto_desk_new [type="radio"]:not(:checked) + label:after {
   content: '';
    width: 12px;
    height: 12px;
    background: #0696d7;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.auto_desk_new [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.auto_desk_new [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.loader_wrap {
    left: 0;
    bottom: 0;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ffffffe6;
    text-align: center;
    display: none;
}

.loader {
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #003450;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    display: inline-block;
    top: 50%;
    position: relative;
}
.loder_show .loader_wrap {
    display: block;
}
/* Safari  */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.autodesk_newwrap {
    position: relative;
}

p.mony_text_btn {
    font-style: italic;
    font-size: 13px !important;
}

.wd-bold {
    font-size: 20px;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    max-width: 100%;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    max-width: 100%;
}

.woocommerce {
    max-width: 100% !important;
}

.woocommerce .form-row {
    display: block;
}

#page {
  
    z-index: 1;
}

a.more_info.subscribe_btn {
    top: 65%;
    background-color: #0aa2e5;
}

a.btn.btn-info.continue_cat_btn {
    color: #fff !important;
}

body.woocommerce-account footer {
    position: relative !important;
    
}