.shop h2 {
    display: block;
}

.shop .shopHeader {
    overflow: hidden;
    position: relative;
    padding-right: 12px;
}

.shop .shopHeader .numberOfProducts {
    padding-top: 5px;
    float: left;
}

.shop .shopHeader .listViewOptions {
    float: right;
    font-size: 20px;
    /*color: #999;*/
    overflow: hidden;
}

.shopHeader .listViewOptions .listViewSwitch {
    float: right;
    margin-left: 10px;
    width: 27px;
    height: 27px;
    background-image: url(/mod/shop/img/sprite-grid-list-switch.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

.shopHeader .listViewOptions .listViewRow {
    background-position: -54px 0;
}

.shopHeader .listViewOptions .listViewItem.active {
    background-position: -27px 0;
}

.shopHeader .listViewOptions .listViewRow.active {
    background-position: -81px 0;
}

#container_data, #container_userdata {
    display: none;
}

#container_userdata input, #container_userdata select, #container_adresses input, #container_adresses select {
    /*background-color: #f2f2f2;*/
    /*border-top: 1px solid #f2f2f2;*/
    /*border-left: 1px solid #f2f2f2;*/
    /*border-right: 1px solid #f2f2f2;*/
}

.product .col {
    margin-right: auto;

}

.product .item .wrapper {

    overflow: hidden;
    border-top: 5px solid #ededed;
    border-bottom: 5px solid #fff;
    margin: 10px;
    margin-left: 0px;
}

.product .item .wrapper:hover {
    border-top: 5px solid #f94d4d;
    border-bottom: 5px solid #ededed;
}

#checkout_payment ul li {
    padding: 10px 0px;
}

.product .item .image {
    width: 150px;
    height: 150px;

    float: none;
    background-size: contain;
    margin: 0 auto;
}

.product .item .description {
    display: none;
}

.product .item .add_wrapper {
    position: absolute;
    background-color: #f94d4d;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=84)";
    filter: alpha(opacity=84);
    -moz-opacity: 0.84;
    -khtml-opacity: 0.84;
    opacity: 0.84;
    z-index: 10;
    width: 100%;
    height: 180px;
    display: none;
}

.product .item .wrapper:hover .add_wrapper {
    /*display:block;*/
}

.product .item .add {
    padding: 6px;
    width: 20px;
    height: 20px;
    text-align: center;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 5px solid #fff;
    color: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=84)";
    filter: alpha(opacity=84);
    -moz-opacity: 0.84;
    -khtml-opacity: 0.84;
    opacity: 0.84;
    margin: 0 auto;
    margin-top: 70px;

}

.product .item .wrapper_image {
    margin: 15px 0px;
}

.product .item .wrapper_text {
    background-color: #ededed;
    text-align: center;
    padding: 15px 10px;
    height: 280px;
}

.product .item .arrow-up {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ededed;
    margin-top: -20px;
    margin-left: 10px;
    position: absolute;
    z-index: 50;
}

.product .item .price {
    position: absolute;
    bottom: 70px;
    width: 100%;
    text-align: center;
}

.product .item .shopButton {
    background-color: #f94d4d;
    text-align: center;
    width: 200px;
    padding: 10px;
    color: #fff;
    overflow: hidden;
}

.shopMessage {
    display: none;
}

.shop_message {
    padding: 15px;
    background-color: #9CC;
    color: #fff;
    margin-bottom: 15px;
}

.product .item .reviewscore {
    width: 100%;
    height: 15px;
    background-repeat: no-repeat;
    background-image: url(/mod/shop/img/ratestars_sprite.png);
    background-position: center -15px;
}

.product .item .reviewscore.stars5 {
    background-position: center 0px;
}

.product .item .reviewscore.stars4 {
    background-position: center -15px;
}

.product .item .reviewscore.stars3 {
    background-position: center -30px;
}

.product .item .reviewscore.stars3 {
    background-position: center -45px;
}

.product .item .reviewscore.stars1 {
    background-position: center -60px;
}

.product .item .review {
    color: #2796E2;
    font-size: 10px;
}

.product .item .productprice {
    font-size: 16px;
    line-height: 30px;
    text-decoration: line-through;
    /*color: #999;*/
}

.product .item .sellprice {
    font-size: 30px;
    color: #555;
}

.product .list {
    margin-left: -10px;
}

.read_more {
    color: #efefef;
    font-weight: bold;
}

.group.list {
    padding-top: 20px;
}

.group.list h2 {
    display: block;
}

.group.list .item {
    border-top: 1px solid #ccc;
}

.collapse_header {
    cursor: pointer;
}

.collapse_content {
    display: none;
}

.product .item.col12 {
    padding: 0px;
}

.product .item.col12 .wrapper_image {
    float: left;
    overflow: hidden;
}

.product .item.col12 .image {
    float: left;
    width: 200px;
    height: 200px;

}

.product .item.col12 .wrapper {
    border-bottom: 5px solid #fff;
    border-top: 5px solid #fff;

}

.product .item.col12 .wrapper_text {
    height: auto;
    background-color: #fff;
    text-align: left;
    overflow: hidden;
}

.product .item.col12 .wrapper {
    border-top: 1px solid #ccc;
}

.product .item.col12 .shopButton {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.product .item.col12 .wrapper:hover {

}

.product .item.col12 .arrow-up {
    display: none;
}

.product .item.col12 h2 {
    font-size: 20px;
}

.product .item.col12 .price {
    text-align: left;
    bottom: 30px;
    left: 210px;
    overflow: hidden;
    float: left;

}

.product .item.col12 .reviewscore {
    background-position: left 0px;
}

.product .item.col12 .reviewscore.stars5 {
    background-position: left 0px;
}

.product .item.col12 .reviewscore.stars4 {
    background-position: left -15px;
}

.product .item.col12 .reviewscore.stars3 {
    background-position: left -30px;
}

.product .item.col12 .reviewscore.stars3 {
    background-position: left -45px;
}

.product .item.col12 .reviewscore.stars1 {
    background-position: left -60px;
}

.shoppingcart {
    position: fixed;
    right: 100px;
    top: 15px;
    color: #333;
    z-index: 12000;
    cursor: pointer;
    /*padding-left: 20px;*/
    height: 50px;
    width: 80px;
}

.shoppingcart i,
.shoppingcart .material-icons {
    /*float: right;*/
    /*color: #ccc;*/
    font-size: 30px;
    z-index: 10;
    margin-right: 8px;
}

#shoppingcart #counter {
    float: right;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    z-index: 10000;
    overflow: hidden;
    color: #ccc;
    z-index: 20;
    width: 18px;
    height: 18px;
    line-height: 18px;
    position: absolute;
    right: 0px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 1pX solid #fff;
}

#shoppingcart #totalPrice {
    float: right;
    font-size: 32px;
    line-height: 40px;
    font-weight: bold;
    top: 0px;
    right: 0px;
    z-index: 10000;
    overflow: hidden;
    color: #ccc;
    padding-left: 15px;
}

#shoppingcart_menu {
    border-top: 5px solid #ededed;
    min-width: 300px;
    display: none;
    position: absolute;
    right: 0px;
    background-color: #fff;
    padding: 15px;
    top: 40px;
    overflow: hidden;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.24);
    -moz-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.24);
    box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.24);
}

#shoppingcart_menu .shoppingcart_title {
    text-align: left !important;
    padding: 0px;
}

#shoppingcart_menu .shoppingcart_title H2 {
    padding: 0px;
}

.shoppingcart_img {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 5px;
    background-size: cover;
}

#shoppingcart_menu .shopppingcart_table {
    width: 100%;
}

#shoppingcart_menu .shopppingcart_table td {
    padding-top: 10px;
    padding-bottom: 10px;

}

#shoppingcart_menu .shopppingcart_table td:first-child {
    padding-right: 10px;
}

#shoppingcart_menu .shopppingcart_table .shoppingcart_items td {
    border-bottom: 1px solid #ddd;
    vertical-align: bottom;
    padding-right: 10px;
}

#shoppingcart_menu .shopppingcart_table tr.shoppingcart_items:last-child td {
    padding-left: 10px;
    border: 0px;
}

#shoppingcart_menu .shopppingcart_table td:last-child {
    text-align: right;
}

#shoppingcart_menu .shoppingcart_price {
    font-weight: bold;
}

#shoppingcart_menu .shoppingcart_shipment td {
    padding-top: 30px;
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px solid #999;

}

#shoppingcart_menu .shoppingcart_shipment .free {
    color: #00b901;
}

#shoppingcart_menu .shoppingcart_total h3 {
    font-size: 12px;
}

#shoppingcart_menu .shoppingcart_total .shoppingcart_price {
    font-size: 24px;
    font-weight: normal;
    vertical-align: TOP;
}

#shoppingcart_menu .but_checkout {
    margin-right: -1px;
    min-width: 60px;
    width: 120px;
    padding: 10px;
    font-size: 12px;
}

.but_minimal {
    color: #010101;
    border: #010101 1px solid;
    padding: 8px 20px;
    min-width: 100px;
    width: 100%;
    max-width: 120px;
    /*   -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
       border-radius: 5px;*/
    cursor: pointer;
    overflow: hidden;
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    background-color: #fff;
}

.checkout_footer_wrapper .but_minimal {
    float: left;
    margin: 0px;
}

#shoppingcart_menu .shoppingcart_items .shoppingcart_text {
    color: #010101;
}

.checkout_cart {
    padding-bottom: 25px;
    overflow: hidden;
}

.checkout_img {
    width: auto;
    height: 50px;
    float: left;
    margin-right: 5px;
    background-size: auto;
}

.checkout_loader {
    position: absolute;
    padding: 0px 400px;
    z-index: 1000;
    display: none;
}

.table_checkout_cart {
    width: 100%;
    padding: 0px;
    text-align: left;
    vertical-align: top;

}

.table_checkout_header td {
    font-style: italic;
}

.table_checkout_cart td {
    padding: 4px 0px;
    border-bottom: 1px dotted #ccc;
}

.table_checkout_cart td i {
    float: left;
    margin-right: 5px;
}

.lineTotal td {
    font-weight: bold;
}

.td_price {
    text-align: right;
}

#checkout_form .formgroup h3 {
    display: none;
}

.checkout_footer {
    overflow: hidden;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: 40px;
    z-index: 10000;
    background-color: #fff;
    width: 100%;
}

.checkout_footer_wrapper {
    padding: 20px;
    overflow: hidden;
}

.checkout_footer_wrapper .shop_further {
    color: #010101;
    padding-top: 10px;
    font-weight: bold;
}

.shop_further {
    float: left;

}

#loggedin-person {
    font-size: 14px;
    position: absolute;
    top: 60px;
    right: 10px;
}

.check_out_progress_header {
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}

.check_out_progress_header ul li {
    float: left;
    padding: 10px 20px 15px 0px;;
    font-size: 14px;
    margin-right: 20px;
}

.check_out_progress_header ul li.active {
    color: #010101;
}

.check_out_progress_header ul li i {
    margin-top: -5px;
    float: left;
    display: none;
}

.check_out_progress_header ul li.active i {
    display: block;
}

.checkout_link_text {
    color: #010101;
    cursor: pointer;
}

.address_table {
    width: 100%;
}

.address_table .col_1 {
    width: 40%;
}

.address_table .col_2, .address_table .col_3 {
    width: 10%;
}

.address_table_item {

    background-color: #f2f2f2;

    font-size: 14px;
}

.cartitem_delete {
    cursor: pointer;
}

.progress_item {
    cursor: pointer;
}

.checkout {
    min-height: 600px;
    overflow: hidden;
    margin-top: 50px;
}

.checkout_item {
    display: none;
}

.checkout_item.active {
    display: block;
}

.address_title {
    /*color: #999;*/
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.checkout_block {
    background-color: #f2f2f2;
    padding: 25px;
    /*    -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;*/
    margin-top: 15px;
    margin-right: 15px;
    overflow: hidden;
}

.checkout_product_chooser {
    margin: 10px 5px;
    padding: 5px;
}

#checkout_product_chooser_label {
    margin-bottom: 10px;
}

#checkout_product_chooser_text {
    display: block;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#checkout_product_chooser_no_results {
    display: none;
    padding: 5px;
    font-size: 14px;
    color: #3b3b3b;
}

#checkout_product_chooser_results {
    display: none;
    font-size: 14px;
    color: #3b3b3b;
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.checkout_product_chooser_result {
    padding: 5px;
    cursor: pointer;
}

.checkout_product_chooser_result:hover {
    background-color: #f2f2f2;
}

/* ADMIN CUSTOMER CHOOSER  */

.admin_chooser_customer {
    border-top: 1px solid #555;
    margin: 15px 10px;
    padding-top: 20px;
}

#admin_chooser_customer_label {
    margin-bottom: 10px;
}

#admin_chooser_customer_text {
    display: block;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#admin_chooser_customer_no_results {
    display: none;
    padding: 5px;
    font-size: 14px;
    color: #3b3b3b;
}

#admin_chooser_customer_results, #admin_chooser_customer_results2 {
    display: none;
    font-size: 14px;
    color: #3b3b3b;
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #fff;
}

.admin_chooser_customer_result {
    padding: 5px;
    cursor: pointer;
}

.admin_chooser_customer_result:hover {
    background-color: #f2f2f2;
}

/* costcenter CHOOSER */
#payment-notes-separator {
    border-top: 1px solid #333;
    padding-top: 20px;
    margin-top: 20px;
}

#costcenter_chooser {
    overflow: hidden;
}

#costcenter_chooser_costcenters {
    margin-left: 8px;
    margin-right: 10px;
    float: right;
}

/* flow CHOOSER */
#flow_chooser {
    margin-top: 15px;
    overflow: hidden;
}

#flow_chooser_flows {
    margin-left: 8px;
    margin-right: 10px;
    float: right;
}

/* ADMIN DESCRIPTIONS ORDER  */
#order_description_admin, #order_description_general {
    margin-top: 15px;
    overflow: hidden;
}

#order_description_admin_label, #order_description_shop_label, #order_description_general_label {
    display: block;
    float: left;
}

#order_description_admin_text, #order_description_general_text {
    vertical-align: top;
    margin-left: 8px;
    float: right;
}

#order_description_dimass, #order_description_shop {
    margin-top: 15px;
    overflow: hidden;
}

#order_description_dimass_label {
}

#order_description_dimass_text, #order_description_shop_text {
    vertical-align: top;
    margin-left: 8px;
    float: right;
}

/* CHECKOUT */

.checkout_block:first-child {
    margin-right: 15px;
}

/*#checkout_form .checkout_block {*/
/*min-height: 400px;*/
/*}*/

.checkout_total_table {
    width: 100%;
    font-weight: bold;
    font-size: 14px;
}

.checkout_total_table td {
    padding: 10px 0px;
}

.checkout_total_table td:last-child {
    text-align: right;
}

.but_checkout {
    background-color: #000;
    color: #fff;
    font-weight: bold;
    text-align: center;
    float: right;
    cursor: pointer;
    overflow: hidden;

    padding: 8px;
    font-size: 14px;
    min-width: 160px;
    width: 160px;
    max-width: 160px;

}

#checkout_form .submitbutton {
    display: none;
}

.but_register_data {
    margin-top: 20px;
    display: none;
}

#checkout_form .submitbutton {
    display: none;
}

.checkout_total_table .row_address td {
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}

.checkout_total_table h2 {
    display: block;
    font-weight: bold;
    font-size: 16px;
    margin: 0;
    padding: 0;
    line-height: 18px
}

.checkout_total_table h3 {
    display: block;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
}

.checkout_totalprice {
    font-size: 30px;
    font-weight: normal;
}

.checkout_block h2 {
    display: block;
    font-size: 20px;
}

.checkout_input {
    padding-bottom: 10px;
}

.checkout_input input {
    padding: 15px 0px;
    border: 0px solid #ccc;
    border-bottom: 1px solid #bbb;
    width: 100%;
    background-color: #f2f2f2;
    font-size: 12px;
}

.checkout_remember {
    margin-bottom: 8px;
}

.checkout_forgotpassword {
    padding-top: 10px;
    overflow: hidden;
    color: #010101;
    float: left;
}

.adress_icons {
    float: right;
    cursor: pointer;
    color: #010101;
}

.adressAddForm .formsubmit {
    display: none;
}

.editAdress, .editAdress .formsubmit {
    display: none;
}

#container_adresses {
    margin-top: 15px;
}

.row_periodpayment {
    padding-left: 30px;
}

.row_periodpayment .IBAN {
    margin-left: 25px;
    width: 250px;
    font-size: 14px;
    padding: 5px;
    margin-top: 15px;
}

.row_periodpayment .but_minimal {
    margin-left: 25px;
}

.td_periodpayment {
    display: none;
    background-color: #f2f2f2
}

.row_periodpayment a {
    color: #010101;
    text-decoration: underline;
}

#checkout_summary {
    margin-top: 20px;
    background-color: #f2f2f2;
    padding: 25px;
}

.checkout_quantity {
    float: left;
    font-size: 14px;
    padding: 5px;
    width: 30px;
    height: 20px;
    text-align: center;
    border: 1px solid #ccc;
}

.checkout_quantity_disabled {
    background-color: #d6d6d6;
}

.checkout_changeable_price {
    float: right;
    font-size: 14px;
    padding: 5px;
    height: 20px;
    width: 60px;
    text-align: center;
    border: 1px solid #ccc;
}

.td_checkout_2 {
    white-space: nowrap;
}

.qty_up_down {
    display: inline-block;
    border: 1px solid #ccc;
    border-left: 0px;
    width: 24px;
    height: 30px;
}

.qty_up, .qty_up_dis {
    height: 14px;
    border-bottom: 1px solid #ccc;
}

.qty_down, .qty_down_dis {
    height: 15px;
}

.qty_up_dis, .qty_down_dis {
    cursor: not-allowed !important;
}

.qty_up, .qty_up_dis, .qty_down, .qty_down_dis {
    cursor: pointer;
    overflow: hidden;
    padding-left: 5px;
}

.qty_up:hover, .qty_down:hover, .qty_up:hover i, .qty_down:hover i {
    background-color: #999;
    color: #fff;
}

.qty_up_down i {
    font-size: 16px;
}

.col_product_cat, .col_product_cat2 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #999;
    color: #fff;
    font-size: 16px;
}

.col_product_cat .wrapper {
    padding: 15px;
    font-family: 'apercu-regular-pro', Arial, Helvetica, sans-serif !important;
    text-transform: uppercase;
}

.page .row_product_cat .col .wrapper {

    padding: 0px 0px 0px 10px;
    overflow: hidden;
}

.product_cat_menu_item {
    padding: 10px 20px 10px 0px;
    float: left;
    font-size: 18px;
    font-weight: lighter;
}

.product_cat_menu_item.active a {
    color: #333;
    border-bottom: 2px solid #333;

}

.product_cat_menu_item a {
    /*color: #999;*/
    /*font-weight: bold;*/
    padding-bottom: 3px;
}

.product_subcat_menu_item {
    padding: 10px 20px 10px 0px;
    float: left;
    font-size: 14px;
}

.product_info h2 {
    text-transform: uppercase;
}

.product_subcat_menu_item a {
    /*color: #999;*/
    padding-bottom: 1px;
    /*font-family: Helvetica;*/
    /*font-family: 'apercu-regular-pro', Arial, Helvetica, sans-serif !important;*/
    font-family: 'GlossyDisplay', Arial, Helvetica, sans-serif !important;
    font-weight: lighter;
}

.shopcategory {
    padding-top: 90px !important;
}

.product_subcat_menu_item.active a {
    color: #333;
    border-bottom: 1px solid #333;
}

.image_product {
    height: 600px;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}

.product_row .col h2 {
    padding-bottom: 20px;
    font-weight: bold;
}

.page .product_row .col .wrapper {
    padding-right: 20px;
}

.features_product {
    margin-top: 30px;
    overflow: hidden;
}

.feature {
    border-top: 1px solid #333;
    padding: 10px 0px;
}

.feature .first {
    font-weight: bold;
}

.feature:last-child {
    border-bottom: 1px solid #333;
}

.cart-linked-product-element, .cart-add-protexx-button {
    cursor: pointer;
    padding: 10px;
    background-color: #3b3b3b;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
}

.cart-linked-product-element:hover, .cart-add-protexx-button:hover {
    background-color: #d8d8d8;
}

.product-linked {
    margin-top: 40px;
}

.product-linked-option-box {
    border: 2px solid #323232;
    overflow: hidden;
    box-sizing: border-box;
    padding: 10px 20px;
    margin-top: 5px;
    cursor: pointer;
}

.product-linked-option-box-outofstock {
    border: 2px solid #ddd;
    overflow: hidden;
    box-sizing: border-box;
    padding: 10px 20px;
    margin-top: 5px;
    background-color: #eee;
}

.product-linked-option-box:hover {
    border: 2px solid #333 !important;
    background-color: #333 !important;
}

.product-linked-option-box:hover .product-linked-option-name {
    color: #ffffff !important;
}

.product-linked-option-box:hover .product-linked-option-price {
    color: #ffffff !important;
}

.product-linked-option-box-clicked {
    border: 2px solid #333 !important;
    background-color: #333 !important;
}

.product-linked-option-name {
    float: left;
    color: #323232;
    font-size: 14px;
    font-weight: 300;
    width: 75%;
}

.product-linked-option-name-clicked {
    color: #ffffff !important;
}

.product-linked-option-price-clicked {
    color: #ffffff !important;
}

.product-linked-option-price {
    float: left;
    color: #323232;
    font-size: 14px;
    font-weight: 300;
    width: 25%;
}

.add_product {
    margin-top: 40px;
}

.add_box {
    padding: 10px 10px;
    border: 2px solid #333;
    margin-top: 15px;
}

.but_add {
    text-align: center;
    color: #fff;
    background-color: #333;
}

.product_description {
    line-height: 20px;
}

.product_variant_dropdown {
    overflow: hidden;
    background-color: #fff;
    position: absolute;
    width: 100%;
    z-index: 10000;
    background-color: #eee;
    margin-top: -2px;
    border-bottom: 2px solid #666;
    display: none;
    overflow: hidden;

}

.product_variant_dropdown_item {
    padding: 10px;
    overflow: hidden;
    border-left: 2px solid #666;
    border-right: 2px solid #666;
    color: #ccc;
    cursor: auto;

}

.product_variant_dropdown_item.active {
    color: #333;
    cursor: pointer;
}

.but_dropdown_variant {
    cursor: pointer;
}

.add_box.inactive {
    background-color: #ccc;
    border-color: #ccc;
    color: #999;
}

#error_backorder {
    display: none;
    background-color: #ff0000;
    color: #fff;
    padding: 10px;
}

.userfield {
    margin: 5px 0;
}

/* SOFAMATERIAL POPUP */
.sofamaterial-overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    z-index: 205000;
}

.sofamaterial-popup {
    display: inline-block;
    position: relative;
    background-color: #ffffff;
    padding: 0px 50px 50px;
    top: 50%;
    overflow: hidden;
    -webkit-transform: perspective(1px) translateY(-50%);
    -ms-transform: perspective(1px) translateY(-50%);
    transform: perspective(1px) translateY(-50%);
}

.sofamaterial-popup-image {
    display: block;
    margin: 0px auto;
}

.sofamaterial-popup-close {
    font-size: 20px;
    cursor: pointer;
    float: right;
    padding: 15px 0px;
}

.sofamaterial-wrapper {
    max-width: 820px;
}

@media (max-width: 1100px) {
    .sofamaterial-wrapper {
        max-width: 810px;
    }
}

#admin_b2b_chooser, #onetimedeliveryaddress {
    margin-top: 20px;
}

.shopcart-rule-options {
    cursor: pointer;
}

.shopcart-rule-options-holder {
    display: none;
    position: absolute;
    top: 50px;
    left: -20px;
    background-color: black;
    border-radius: 5px;
    z-index: 100000000000000000;
}

.shopcart-rule-options-listitem {
    color: #ffffff;
    padding: 5px 15px;
    cursor: pointer;
    margin: 5px;
}

.shopcart-rule-options-listitem:hover {
    background-color: #999;
}

/* Style the Image Used to Trigger the Modal */
#img {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#img:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    /*margin-top: 56px;*/
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000000!important; /* Sit on top */
    padding-top: 75px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    height: 640px;
    width: 640px;
    margin: auto;
    display: block;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}


/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 65px;
    right: 85px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.at-icon-wrapper:focus {
    outline: 0;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal {
        margin-top: 56px;
        padding-top: 75px; /* Location of the box */
    }
    .modal-content {

        width: 100%;
    }
}