@media (max-width: 992px){
    .container_pay_prod{
        min-width: 992px !important;
        width: 992px !important;
    }
}

#order-modern {}

#order-modern h1 {
    margin: 0;
    padding: 0;
    color: #000000;
    font-size: 24px;
}

#order-slider h2 {
    margin: 0 0 5px 0;
    padding: 0;
}

#order-slider h3 {
    margin: 0;
    padding: 0;
}

#order-modern select {
    border: 1px solid #ccc;
    padding: 1px;
}

#order-modern .clear {
    clear: both;
}

#order-modern #configcontainer, #order-modern #configcontainer2 {
    display: none;
}

#order-modern .loading {
    display: none;
    width: 220px;
    padding-top: 10px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

#order-modern .errorbox {
    display: none;
    margin: 10px auto 10px auto;
    padding: 10px 15px;
    background-color: #FBEEEB;
    border: 1px dashed #cc0000;
    width: 90%;
    font-weight: bold;
    color: #cc0000;
    text-align: center;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}
#order-modern .errorbox p {
    margin: 0;
    padding: 0;
    font-weight: bold;
    text-align: left;
}
#order-modern .errorbox li {
    font-weight: normal;
    text-align: left;
    color:#000;
}

#order-modern .textleft{
    text-align: left;
}

#order-modern .textcenter {
    text-align: center;
}

#order-modern .textright {
    text-align: right;
}

#order-modern .textgreen {
    color: #779500;
}

#order-modern .textred {
    color: #cc0000;
}

#order-modern table tr td {
    padding: 2px 3px;
}

/*
Product Categories
*/

#order-modern #categories {
    display: none;
    width: 75%;
    margin: 10px auto 0 auto;
    padding: 10px 0 10px 15px;
    background-color: #666;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
#order-modern #categories a {
    text-decoration: none;
    padding-right: 20px;
    font-weight: bold;
    color: #fff;
}
#order-modern #categories a:hover {
    color: #000;
}
#order-modern #currencychooser img {
    vertical-align: baseline;
}
#order-modern #currencychooser {
    float: right;
    margin: 10px 30px 10px 0;
    padding: 5px 5px 5px 10px;
    background-color: #F8F7ED;
    border: 1px solid #F4E3A2;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    font-size: 12px;
    font-family: Verdana;
}
#order-modern #currencychooser img {
    vertical-align: baseline;
}
#order-modern #currencychooser a {
    text-decoration: none;
    padding-right: 5px;
    color: #000;
}
#order-modern #currencychooser a:hover {
    color: #0066CC;
}

/*
Product Listing
*/

#order-modern .products {
    float: left;
    margin: 0;
    width: 33.33333333333333%;
}

#order-modern .product {
    padding: 15px;
    background-color: #fff;
    text-align: center;
}

#order-modern .product:hover {

}

#order-modern .product span.price,
#order-modern .product .min_price{
    color: #2055a3;
    font-weight: bold;
}

#order-modern .product .name {
    margin-top: 40px;
}

#order-modern .product .prodfeature {

}

#order-modern .product .prodfeature .feature {

}

#order-modern .product .description {

}

/*
Domain Registrations
*/

#order-modern .domainreg {
    margin: 0 auto 15px auto;
    padding: 10px;
    width: 70%;
    background-color: #f6f6f6;
    border: 1px dashed #ccc;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

#order-modern .domainoptions {
    margin: 0 auto;
    padding: 0;
    width: 80%;
    background-color: #fff;
    border: 1px solid #ccc;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    font-size: 13px;
}

#order-modern .domainoptions .option {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}
#order-modern .domainoptions .option:first-child {
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}
#order-modern .domainoptions .option:last-child {
    border-bottom: 0;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}
#order-modern .domainoptions .optionselected {
    background-color: #EDF1FE;
}

#order-modern .domainreginput {
    margin: 0;
    padding: 10px;
    font-size: 14px;
    text-align: center;
}

#order-modern .domainreginput input, #order-modern .domainreginput select, #order-modern .domainregperiod select {
    font-size: 14px;
    padding: 3px;
}

#greyout {
    display: none;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: #ccc;
    filter:alpha(opacity=60);
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    z-index: 50000;
}

#domainpopupcontainer {
    display: none;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    text-align:center;
    padding: 150px 0 0 0;
    z-index: 50001;
}

#domainresults {
    width: 550px;
    margin: 0 auto 0 auto;
    padding: 15px 0 15px 0;
    border: 15px solid #fff;
    background-color: #fff;
    text-align: center;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

#order-modern .domainbox {
     background-color:#fff;
     width:550px;
     padding:15px;
}

#order-modern .domainavailable {
    color: #9AC003;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

#order-modern .domainunavailable {
    color: #cc0000;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

#order-modern .domaininvalid {
    color: #cc0000;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

#order-modern .domainregperiod {
    font-size: 12px;
    text-align: center;
}

#order-modern div.domainsuggestions {
    font-weight: bold;
    padding: 10px 0 10px 0;
}

#order-modern table.domainsuggestions {
    margin: 0 auto;
    width: 80%;
}
#order-modern table.domainsuggestions th {
    background-color: #1A4D80;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    padding: 2px;
    line-height: 20px;
    color: #fff;
}
#order-modern table.domainsuggestions td {
    background-color: #FFF;
    text-align: center;
    border-bottom: 1px solid #EBEBEB;
    font-size: 11px;
    line-height: 25px;
}
#order-modern table.domainsuggestions td select {
    font-size: 11px;
}

#order-modern #domainconfig {
    margin: 0 auto;
    padding: 10px;
    width: 80%;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

/*
Product Config
*/

#order-modern .prodconfigcol1 {
    float: left;
    width: 65%;
}

#order-modern .prodconfigcol2 {
    float: right;
    width: 33%;
}

#order-modern .billingcycle {
    border: 1px solid #ccc;
    padding: 1px;
    margin-bottom: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

#order-modern .serverconfig {
    border: 1px solid #ccc;
    padding: 1px;
    margin-bottom: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

#order-modern .configoptions {
    border: 1px solid #ccc;
    padding: 1px;
    margin-bottom: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

#order-modern .addons {
    border: 1px solid #ccc;
    padding: 1px;
    margin-bottom: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

#order-modern .customfields {
    border: 1px solid #ccc;
    padding: 1px;
    margin-bottom: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

/*
Config Tables
*/

#order-modern .configtable td {
    padding: 2px 5px 2px 5px;
}

#order-modern .configtable td.fieldlabel {
    width: 150px;
    text-align: right;
}

#order-modern .configtable td.radiofield {
    width: 30px;
    text-align: center;
}

#order-modern .configtable td.fieldarea {
    background-color: #efefef;
    border-bottom: 1px solid #fff;
    padding: 5px;
    text-align: left;
}

#order-modern .configoplabel {
    color: #ff6600;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
}

/*
Order Summary
*/

#order-modern .ordersummary {
    border: 1px solid #ccc;
    padding: 10px;
    min-height: 100px;
    margin-bottom: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

#order-modern .ordersummarytbl {
    width: 100%;
}

#order-modern .ordersummarytbl td {
    font-size: 11px;
}

#order-modern .summaryproduct {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

#order-modern .checkoutbuttons {
    text-align: center;
}

#order-modern .checkoutbuttons input {
    border: 1px solid #ccc;
    background-color: #fff;
    font-size: 14px;
    padding: 5px 20px 5px 20px;
    margin-bottom: 10px;
}

#order-modern .checkoutbuttons input.checkout {
    border: 1px solid #ccc;
    background-color: #E0FBA8;
    font-size: 14px;
    padding: 5px 20px 5px 20px;
}

/*
Addons
*/

#order-modern .addoncontainer {
    margin: 0 auto 15px auto;
    padding: 10px;
    width: 90%;
    background-color: #f6f6f6;
    border: 1px dashed #ccc;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

#order-modern .addoncontainer .title {
    margin: 0;
    padding: 0;
    font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
    font-size: 16px;
}

#order-modern .addoncontainer .desc {
    margin: 0;
    padding: 0;
    padding: 10px;
    text-align: center;
    font-size: 11px;
}

#order-modern .addoncontainer .pricing {
    padding-bottom: 10px;
    text-align: center;
    font-weight: bold;
    color: #cc0000;
}

#order-modern .addoncontainer select {
    max-width: 50%;
}

/*
Domain Renewals
*/

#order-modern .regperiod {
    padding: 3px;
    border: 1px solid #ccc;
}

#order-modern table.renewals {
    width: 100%;
}
#order-modern table.renewals th {
    background-color: #666;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 3px;
    line-height: 20px;
}
#order-modern table.renewals td {
    background-color: #FFF;
    text-align: center;
    border-bottom: 1px solid #EBEBEB;
    font-size: 12px;
    line-height: 28px;
}
#order-modern table.renewals tr.rowhighlight td {
    background-color: #EFF2F9;
}
#order-modern table.renewals tr:hover td {
    background-color: #EFF2F9;
}
#order-modern table.renewals th, table.datatable th a, table.datatable th a:visited {
    color: #FFF;
    text-decoration: none;
}
#order-modern table.renewals th a:hover {
    color: #FFF;
    text-decoration: underline;
}

/*
Shopping Cart
*/

#order-modern table.cart {

}
#order-modern table.cart th {
    background: #e9f0f8;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
}
#order-modern table.cart td {
    background-color: #FFF;
    border-bottom: 1px solid #EBEBEB;
    font-size: 12px;
    padding: 8px;
}
#order-modern table.cart tr.subtotal td {
    color: #2055a3;
    font-weight: bold;
    background-color: #F5F5F5;
    border-bottom: 1px solid #EBEBEB;
    font-size: 14px;
    padding: 8px;
}
#order-modern table.cart tr.subtotal:hover td {
    background-color: #F5F5F5;
}
#order-modern table.cart tr.promotion td {
    background-color: #FFFFDA;
    border-bottom: 1px solid #EBEBEB;
    font-size: 12px;
    padding: 4px;
}
#order-modern table.cart tr.promotion:hover td {
    background-color: #FFFFDA;
}
#order-modern table.cart tr.total td {
    background-color: #E7FFDA;
    color: #339100;
    border-bottom: 0;
    font-size: 16px;
    font-weight: normal;
    padding: 4px;
}
#order-modern table.cart tr.total:hover td {
    background-color: #E7FFDA;
}
#order-modern table.cart tr.recurring td {
    background-color: #F1EFDC;
    border-bottom: 2px solid #666;
    font-size: 12px;
    font-weight: normal;
    padding: 4px;
}
#order-modern table.cart tr.recurring:hover td {
    background-color: #F1EFDC;
}
#order-modern table.cart tr:hover td {
    background-color: #EFF2F9;
}
#order-modern table.cart th, #order-modern table.datatable th a, #order-modern table.datatable th a:visited {
    color: #000000;
    text-decoration: none;
}
#order-modern table.cart th a:hover {
    color: #FFF;
    text-decoration: underline;
}

#order-modern .cartedit {
    font-size: 11px;
    color: #888;
}

#order-modern .cartremove {
    font-size: 2em;
    color: #cc0000;
}

#order-modern .cartbuttons {
    float: right;
    margin: 0;
    padding: 10px 0 0 0;
    width: 40%;
    text-align: center;
}

#order-modern .checkoutcol1 {
    float: left;
    width: 49%;
}

#order-modern .checkoutcol2 {
    float: right;
    width: 100%;
}

#order-modern .signuptype {
    float: left;
    margin: 0 5px 0 0;
    padding: 0 10px 0 10px;
    border: 1px solid #ccc;
    border-bottom: 0;
    line-height: 20px;
    color: #000;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-radius-topleft: 5px;
    -webkit-border-radius-topright: 5px;
    -o-border-radius-topleft: 5px;
    -o-border-radius-topright: 5px;
    border-radius-topleft: 5px;
    border-radius-topright: 5px;
}
#order-modern .signuptype:hover {
    cursor: hand;
    cursor: pointer;
}
#order-modern .signuptype.active {
    background-color: #efefef;
    color: #000;
    font-weight: bold;
}

#order-modern .signupfields {
    border: 1px solid #ccc;
    padding: 1px;
    margin: 0 0 20px 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
#order-modern .signupfields .configtable td.fieldlabel {
    width: 100px;
}
#order-modern .signupfields.padded {
    padding: 15px;
    text-align: center;
}
#order-modern .signupfields.hidden {
    display: none;
}

#order-modern .carttaxwarning {
    margin: 0 0 20px 0;
    color: #666;
    text-align: center;
}

#order-modern .cartwarningbox {
    margin: 20px 0 20px 0;
    padding: 7px;
    border: 1px solid #EBE8CD;
    border-left: 0;
    border-right: 0;
    background-color: #F1EFDC;
    text-align: center;
    color: #000;
    display: none;
}
/*new style*/
/*
.container_pay_prod,
.container_cart{
    background: #fff;
    padding: 20px 20px 40px;
}
*/
.container_pay_prod h1{
    color: #000000;
    font-size: 24px;
}
.container_pay_prod h3{
    color: #2055a3;
}
.container_pay_prod .indent{
    margin: 20px 15px;
}
.container_pay_prod .invest{
    min-height: 300px;
}
.container_pay_prod a.btn_instruction{
    background-color: #2055a3;
    font-family: 'OpenSans-Semibold';
    color: #ffffff;
    display: inline-block;
    padding: 6px 20px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid #2055a3;
    border-radius: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;

    float: right;
    width: 140px;
}
.container_pay_prod a.btn_instruction:hover,
.container_pay_prod a.btn_instruction:focus{
    background-color: #ffffff;
    border-color: #2055a3;
    color: #2055a3;
    text-decoration: none;
}
.container_pay_prod .step_block{
    float: left;
    width: 33.33333333333333%;
    padding-top: 196px;
    position: relative;
}
.container_pay_prod .step_marker_circle{
    width: 44px;
    height: 44px;
    margin-left: -25px;
    background: #fff;
    border: 2px solid #989898;
    border-radius: 50%;
    box-shadow: 0 0 0 10px #fff;
    text-align: center;
    color: #989898;
    font-size: 2em;
    font-style: normal;
    position: absolute;
    top: 30px;
    left: 50%;
}
.container_pay_prod .step_marker_circle.green{
    color: #2055a3;
    border: 2px solid #2055a3;
}
.container_pay_prod .step_img1,
.container_pay_prod .step_img2,
.container_pay_prod .step_img3{
    position: absolute;
    top: 106px;
    left: 50%;
}
.container_pay_prod .step_img1{
    margin-left: -34px;
}
.container_pay_prod .step_img2{
    margin-left: -44px;
}
.container_pay_prod .step_img3{
    margin-left: -27px;
}
.container_pay_prod .step_text{
    margin: 0 0 0 -60px;
    position: absolute;
    top: 196px;
    left: 50%;
    text-align: center;
}
.container_pay_prod .step_text.step_text_mar1{
    margin-left: -75px;
}
.container_pay_prod .step_text.step_text_mar2{
    margin-left: -92px;
}
.container_pay_prod .step_text.step_text_mar3{
    margin-left: -54px;
}
.container_pay_prod .hr_first{
    height: 1px;
    background: #989898;
    width: 78%;
    position: relative;
    top: -60px;
    left: -44%;
}
.container_pay_prod .hr_second{
    height: 1px;
    background: #989898;
    width: 76%;
    position: relative;
    top: -60px;
    left: 62%;
}
.container_pay_prod .hr_first .hr_circle1::before,
.container_pay_prod .hr_first .hr_circle1::after{
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    border-radius: 4px;
    border: 4px solid #989898;
}
.container_pay_prod .hr_second .hr_circle2::before,
.container_pay_prod .hr_second .hr_circle2::after{
    content: "";
    position: absolute;
    top: -3px;
    right: 0;
    display: block;
    width: 0;
    height: 0;
    border-radius: 4px;
    border: 4px solid #989898;
}
.container_pay_prod .btn_pay_next,
.container_pay_prod .btn_pay_prev,
.container_cart .btn_pay_next,
.container_cart .btn_pay_prev{
    background-color: #2055a3;
    font-family: 'OpenSans-Semibold';
    color: #ffffff;
    display: inline-block;
    padding: 6px 30px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid #2055a3;
    border-radius: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;

    min-width: 140px;
    margin-left: 15px;
}
.container_pay_prod .btn_pay_next:hover,
.container_pay_prod .btn_pay_prev:hover,
.container_cart .btn_pay_next:hover,
.container_cart .btn_pay_prev:hover{
    background-color: #ffffff;
    border-color: #2055a3;
    color: #2055a3;
}
.container_pay_prod .btn_select_prod{
    background-color: #2055a3;
    font-family: 'OpenSans-Semibold';
    color: #ffffff;
    display: inline-block;
    padding: 4px 24px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid #2055a3;
    border-radius: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}

.container_pay_prod .name_link_div{
	min-height: 80px;
}

.container_pay_prod .btn_select_prod:hover{
    background-color: #ffffff;
    border-color: #2055a3;
    color: #2055a3;
}
.container_pay_prod .name_link{
    text-decoration: underline;
    color: #696969;
}
.container_pay_prod .name_link:hover{
    text-decoration: none;
}

.container_pay_prod .input_circle{
    text-align: center;
    width: 30px;
    height: 30px;
    border: 1px solid #989898;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.container_cart .table-bordered{
    border: 1px solid #a9bebb;
}
.container_cart .table > thead > tr > th,
.container_cart .table > tbody > tr > td,
.container_cart .table > tfoot > tr > td{
    border: 1px solid #a9bebb !important;
}
.container_cart table.cart tr.subtotal td b{
    color: #000000;
}
.container_cart .price_prod{
    font-size: 14px;
    font-weight: bold;
    color: #2055a3;
}
.container_pay_prod .block_qty{
    margin-top: 10px;
    text-align: right;
}
.container_pay_prod .block_qty a{
    color: #696969;
    text-decoration: none;
}
.container_pay_prod .block_qty a .counter{
    color: #2055a3;
}
/*complete*/
.container_complete{
    background: #ffffff;
}
.container_complete .cartbox{
    color: #00a8a8;
}
.container_complete .mes_invoice{
    background: #f8f8f8 !important;
    color: #00a8a8 !important;
    border: none !important;
}
.container_complete  .link_invoice a{
    font-size: 18px;
    color: #008d87;
    border-bottom: 3px dashed #008d87;
    padding: 2px;
}
.container_complete  .link_invoice a:hover,
.container_complete  .link_invoice a:focus{
    text-decoration: none;
}
.currencyRate {
    margin-top: 3%;
    color: red;
    font-weight: bold;
}