body {
    font-size: 12px;
    background: #ffffff;
}

/* ===========================================================
    Name
 * =========================================================== */

.table {
    width: 99%;
    margin-bottom: 20px;
}

.modal.minicart .table .price_value{
    font-size:14px;
    font-family: arial;
}
.modal.minicart .table .price_value{
    font-size:14px;
    font-family: arial;
    color: #1c1c1a !important;
}
.minicart .modal-footer {
    text-align: left;
}
.modal.minicart {
    position: absolute;
    top: 100px !important;
    left: 516px;
    margin: 0px auto;
    right: 0px;

}
.modal.minicart.fade.in {
    top: 25px;
    z-index: 9999999; 
}
/*
.modal.minicart .modal-body {
    padding: 4px 15px;
}
*/
.modal.minicart .modal-messages {
    position: absolute;
    top: 40%;
    left: 0;
    z-index: 10;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}

.modal.minicart .progress,
.modal.minicart .alert {
    display: none;
}

.modal.minicart.showalert #items-container,
.modal.minicart.loading #items-container {
    opacity: 0;
}

.modal.minicart.loading .progress,
.modal.minicart.showalert .alert {
    display: block;
}

.modal.minicart .btn-proceed-checkout {
    position: absolute;
    right: 8px;
    bottom: 10px;
}

.modal.minicart .table {
    margin: 0;
    font-weight:normal;
    font-family: Arial;
    font-size: 13px;
}
.modal.minicart .table th{
   text-transform: initial; 
   color: #1c1c1a;
   font-weight:normal;
   font-size:12px;
   
}
.modal.minicart .table th,
.modal.minicart .table td {
    padding: 8px;
    
}
.modal.minicart .table tbody td{
    padding: 6px 11px;
}
.empty.modal.minicart {
    position: absolute;
    top: 100px !important;
    left: 556px;
    margin: 0px auto;
    right: 0px;
}
.modal.minicart {
    position: absolute;
    top: 100px !important;
    left: 130px;
    margin: 0px auto;
    right: 0px;
}
#minicartmodal .alert {
    margin-top: 0px;
    width: auto;
}

#minicartmodal #items-container {
    min-height: 40px;
}
/* ===========================================================
    Minicart 
 * =========================================================== */

#minicartmodal {
    width: 500px;
    border:none;
}
#minicartmodal.empty {
    width: 400px;
}
#minicartmodal .modal-header{
    background: #ffffff;
    color: #1c1c1a;
    text-align: left;

}
#minicartmodal .close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #002366;
    text-shadow: 0 1px 0 #002366;
    border:none;
    padding-top: 0px;
}
#minicartmodal .close:hover {
    font-size: 20px;
    margin-right: 0px;
    text-decoration: none;
    cursor: pointer;
}
#minicartmodal h3 {
    font-weight:normal;
    font-size: 16px;
}
#shopping-cart-totals-table .a-right:last-child {
    width: 70px;
    text-align: right;
}
#minicartmodal button{
    
}
#minicartmodal button{
    padding: 1px 8px;
    background: #ff9900;
    border: none;
    outline: 0;
    height: 26px;
    cursor:pointer;
    font-weight:normal;
    border-radius: 4px;
    color: #fff;
    font-family: "OpenSansBold" !important;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    padding: 0 12px 0;
    text-align: left;
}
.checkout-cart-index button {
    padding: 1px 8px;
    background: #ff9900;
    border: none;
    outline: 0;
    height: 26px;
    cursor:pointer;
    font-weight:normal;
    border-radius: 4px;
    color: #fff;
    font-family: "OpenSansBold" !important;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    padding: 0 12px 0;
    text-align: left;
    float: left;
}
.checkout-cart-index button:hover {
    background: #ccc;
}
.checkout-cart-index button.pull-right {
    float: right;
}
#minicartmodal .modal-header button{
    padding: 1px 8px;
    background: #fff;
    border: none;
    outline: 0;
    height: 26px;
    cursor:pointer;
    font-weight:normal;
    font-size: 20px;
}
#minicartmodal .cart button:hover,
#minicartmodal .modal-footer button:hover {
    background: #ccc;
}

.data-table thead th {
    font-family: "OpenSansBold" !important;
    background: 0 none;
    border: 0 none;
    padding: 12px 8px;
}
.data-table {
    border: none;
}
.data-table thead th{
    border-right:none;
    border-bottom: 1px solid #eee;
    color: #1c1c1a;
}

.data-table tbody th, .data-table tbody td{
    border-bottom:1px solid #eee;
    border-right:none;
}
#minicartmodal .cart table{
    width:100%;
}
#shopping-cart-table a{
    color: #000000;
    text-decoration: none;
}
#shopping-cart-table a:hover{
    color: #000;
}

#minicartmodal button span {
    cursor:pointer;
}
.empty.modal.minicart {
    position: absolute;
    top: 62px !important;
    left: 556px;
    margin: 0px auto;
    right: 0px;
}
.modal.minicart {
    position: absolute;
    top: 105px !important;
    left: 458px;
    margin: 0px auto;
    right: 0px;
}

[class^="icon-"],
[class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("../images/glyphicons-halflings.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
}
.icon-trash {
    background-position: -456px 0;
}


.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    background-color: #000000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1050;
    min-width: 330px;
    margin: -30% 0 0 -280px;
    background-color: #ffffff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    outline: none;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    border: 4px solid #fff;
}

.modal.fade {
    top: -25%;
    -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
    -o-transition: opacity 0.3s linear, top 0.3s ease-out;
    transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.fade.in {
    top: 50%;
}
.cart-empty.hero-unit {
    padding: 10px;
}

.modal-header {
    padding: 2px 2px 2px 8px;
    border-bottom: 1px solid #eee;
    background: #004e99;
    color: #fee600;
}

.modal-header .close {
    margin-top: 2px;
}

.modal-header h3 {
    margin: 0;
    line-height: 30px;
}

.modal-body {
    padding: 0px 0px 15px 0px;
    overflow-y: auto;
    color:#1c1c1a;
    font-weight:normal;
    font-family: Arial;
    font-size: 14px;
}

.cart-empty {
    text-align: left;
    font-size: 13px;
}

.modal-form {
    margin-bottom: 0;
}

.modal-footer {
    padding: 10px 8px 11px 9px;
    margin-bottom: 0;
    text-align: right;
    background-color: none;
    border-top: 1px solid #ddd;
    *zoom: 1;
}

.modal-footer:before,
.modal-footer:after {
    display: table;
    line-height: 0;
    content: "";
}

.modal-footer:after {
    clear: both;
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.progress {
    height: 40px;
    margin-bottom: 20px;
    overflow: hidden; 
    padding-left: 15px;
}
.ie .progress, .ie8 .progress .bar {
    margin: 0px auto;
    width: 160px;
}

.progress .bar {
    float: left;
    width: 104px;
    height: 100%;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background: url(../images/preloader_shop.gif) no-repeat;
    background-position: center;
}
.amount.empty_mod{
   
}
.checkout-onepage-success .buttons-set button{
    background: #ff9900;
    border: none;
    padding: 10px;
    color: #fff;
    cursor:pointer;
}
.checkout-onepage-success .buttons-set button:hover{
    background: #ff9900;
    border: none;
    padding: 10px;
    color: #fff;
}
/* ===========================================================
    ACCOUNT PAGE
 * =========================================================== */
.page-title h1,
.account-login .page-title h1,
.customer-account-forgotpassword .page-title h1 {
    color: #000000;
    font-size: 16px;
    font-weight:normal;
}
.page-title h1{
    margin-bottom:10px;
}
.customer-account-logoutsuccess .col-main,
.customer-account-forgotpassword .col-main,
.account-login,
.account-create,
.my-account {
    margin: 34px 0;
}
.page-title h1 {
    color: #1c1c1a !important;
    font-size: 18px !important;
    margin: 0;
    padding: 0;
    font-family: "OpenSansBold" !important;
}
.welcome-msg {
    margin: 34px 0 !important;
}
.account-login .content {
    padding: 14px 0px 14px 0px;
    background: none;
    border:none;
    border-bottom: 0;
}
.account-login .content p {
    color: #666f77  !important;
    font-family: "OpenSans"  !important;
    font-size: 14px  !important;
    line-height: 24px  !important;
}
.account-login .content h2 {
    font-weight: normal;
    text-align: left;
    background: 0 none;
    display: block;
    color: #1c1c1a;
    font-size: 18px;
    margin: 0 0 24px;
    padding: 0;
    border-bottom: 1px solid #a8b2bb;
    height: 33px;
    line-height: 34px;
    text-transform: initial;
}
.form-list input.input-text {
    width: 254px;
    background: #fff;
    padding:7px;
    border: 1px solid #e8e7e7;
    border-radius: 0px;
    -webkit-appearance: none;
}
.form-list .field.name-lastname input.input-text {
    width: 530px
}
.form-list select {
    width: 270px;
    background: #fff;
    padding: 6px 7px 6px 7px;
    border: 1px solid #dbd9d2;
}
.account-login .buttons-set {
    border: 0 none;
    border-top: 0;
    margin: 0;
    padding: 8px 13px;
    background: 0 none;
}
.col2-set button.button span, .buttons-set button.button span {
    display: block;
    height: 28px;
    border: 1px solid #99ca3b;
    background: #99ca3b;
    padding: 3px 8px 2px 8px;
    font: bold 12px/19px Arial, Helvetica, sans-serif;
    text-align: center;
    white-space: nowrap;
    color: #fff;
}
.col2-set button.button span span .buttons-set button.button span span{
    background: none;
    border: none;
}
.account-login .buttons-set a{
    background: url("../images/icon_arrow_header.png") no-repeat scroll 0 15px rgba(0, 0, 0, 0);
    color: #1c1c1a;
    font-size: 13px;
    line-height: 35px;
    padding-left: 20px;
    text-decoration: none;
}
.account-login .buttons-set a:hover{
    color:#ff9900;
}
.col2-set .col-1{
    float: left;
    width: 50%;
}
.col2-set .col-2{
    float: right;
    width: 48%;
}
.fieldset .legend {
    display: none;
}
.fieldset {
    background-color: #fff;
    border: 0 none;
    //border-bottom: 1px solid #a8b2bb;
    padding: 22px 25px 12px 33px;
    margin: 28px 0;
}
.back-link a{
    display: block;
    height: 36px;
    border: 0px solid #99ca3b;
    background-color: #1c1c1a;
    background-image: url("../images/back_bg.png");
    background-position: 17px 8px;
    background-repeat: no-repeat;
    padding: 0 45px 0 48px;
    color:#fff;
    font-size: 13px;
    line-height: 36px;
    text-transform:initial;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    width: auto;
    border-radius: 4px !important;
}
.back-link a:hover{
    background-color: #ccc;
}
.block-account .block-title {
    background: none;
    border: none;
    padding: 10px 10px;
    width: 220px;
}

.block .block-title strong span {
    font-weight: normal !important;
    font-size: 18px !important;
    color: #1c1c1a !important;
    text-transform: initial !important;
}
.block-account {
    margin-top: 34px;
    border: none;
    box-shadow:none;
}
.block-account .block-content {
    background: none;
    border: 0 none;
    width: 218px;
}
.block-account .block-content li,
.block-account .block-content li.last,
.block-account .block-content li.current {
    padding: 10px 3px;
}
.block-account .block-content li.current {
    color: #000;
}
.block-account .block-content li a {
    color: #a8a8a8;
}
.block-account .block-content li a:hover {
    color: #333;
}
.box-head h2{
    background:none;
    color:#1c1c1a !important;
    width:645px;
    padding:10px 0 !important;
    text-align:left;
    font-weight: normal !important;
    font-size: 14px !important;
    text-transform: initial !important;
    border: none !important;
}
.box-account {
    background:#fff;
    padding: 0;
    border: 0 none;
}

.box a{
     background: url("../images/icon_arrow_header.png") no-repeat scroll 0 6px rgba(0, 0, 0, 0);
    color: #1c1c1a;
    font-size: 13px;
    padding-left: 20px;
    text-decoration: none;
    text-decoration: none;
}
.box a:hover{
    color:#666;
}
.box-info .col2-set{
    border-bottom:1px solid #eee
}
.box-info .col2-set:last-child{
    border-bottom:none;
}
.dashboard .box .box-title{
    background: 0 none;
    padding:5px;
}
.link-reorder {
    font-family: "OpenSansBold";
    color: #666 !important;
}
.dashboard .box .box-content{
    padding:5px;
}
.page-title {
    margin: 0;
    padding: 0;
    border-bottom: none;
}
.block-account .block-content ul li.last a{
}
.hide{
    display:none;
}


#errorcartmessage {
    text-align: center;
    padding: 7px 0;
    background-color: #e5f9fb;
    border: 1px solid #00c3da;
    color: #00c3da;
    font-family: 'MyriadPro-Light';
    font-size: 14px !important;
    font-weight: normal !important;
}


.item-options {
    font-size: 12px;
}

.account-create .buttons-set {
    border-top:  1px solid #a8b2bb !important;
}

.glc .form-list input:disabled,
.glc .form-list select:disabled {
    background-color: #e7e6e1;
}

table.customer-overview tr td {
    font-size: 13px;
    padding-right: 10px;
    border-top: 1px solid #e4e4e4;
}

.category_proceed_button {
    clear: both;
    float: right;
    width: 100%;
    text-align: right;
    margin: 10px;
}

.category_proceed_button.bot {
    margin-bottom: 10px;
}

.catalog-category-view #search_mini_form {
    position: absolute;
    top: 42px;
}

.not_orderable {
    top: 80px;
    position: absolute;
    display: block;
    font-size: 22px;
}

.fieldset-adr {
    margin: 0;
    padding: 0;
}