/* text classes */

.ws_detail_header, .ws_detail_text, .breadcrumblink, .ws_button, .ws_product_menu, .ws_tile_text, .ws_cart_head, .ws_cart_text, .ws_link, .totalCartAmount, .ws_overlay_head {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #333;
}

.ws_tile_text_small {
    font-size: 12px;
}
.ws_tile_text a {
    text-decoration: none;
    color: inherit;
}

.ws_link {
    text-decoration: none;
    color: inherit;
}

.ws_link:hover {
    text-decoration: underline;
}

.ws_detail_header, .ws_relations_head, .ws_overlay_head {
    font-size: 18px;
    line-height: 140%;
}

.ws_cart_head {
    font-size: 16px;
    line-height: 140%;
    font-weight: 300;
}

.ws_detail_text, .ws_tile_text, .ws_cart_text {
    font-size: 15px;
    line-height: 140%;
}

.breadcrumblink {
    text-decoration: none;
    color: #333;
}

/* Basic Button Class */

.ws_button {
    background: #bdbdbd;
    font-size: 15px;
    cursor: pointer;
    border: none;
    box-sizing: border-box;
    padding: 10px 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.button_minus_item, .button_add_item, .button_remove_item {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    display: inline-block;
    height: 29px;
    width: 29px;
    position: relative;
    top: -1px;
    cursor: pointer;
    border: none;
}

.ws_button::-moz-focus-inner {
    border: 0;
}

/* Buttons extra style */

.relation_view_button {
    display: block;
    width: 100%;
}

.add_cart_button, .relation_addtocart_button, .btn_cartview, .item_info_fastorder, .overlayOrderButton, .button_placeorder {
    color: #fff;
    background: #468847;
}

.back_button, .relation_view_button, .btn_stillshop, .button_minus_item, .button_add_item, .button_remove_item, .button_empty_cart, .button_remove, .button_readmore, .button_search {
    color: #fff;
    background: #3a87ad;
}

.linkasbutton {
    display: block;
    text-decoration: none;
    margin: 0px auto;
}

.button_cancel, .error_btn {
    background: #ef5350;
    color: #fff;
}

.relation_addtocart_button {
    margin: 10px 0;
}

.item_info_fastorder {
    position: absolute;
    bottom: 10px;
    left: 5%;
    right: 5%;
    width: 90%;
    display: block;
}

.button_placeorder {
    float: right;
}

/* */

/* Detailpagina */

#detailPage:after, .productinfotop:after, .ws_overlay_info_orderdirect:after, .cartview_action_buttons:after, .totalCartAmount:after {
    clear: both;
    content: '';
    display: block;
}

#item_detailimages {
    float: left;
    width: 40%;
}

#item_detail_pricename {
    float: right;
    width: 60%;
}

/* product specificaties */

.productSpecifications {
    width: 100%;
    margin: 20px auto;
}

#showframework-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #eee;
}

#showframework-table tr, #showframework-table tr td {
    border: 1px solid #eee;
}

.ws_detail_order_box {
    margin-top: 20px;
}

.ws_order_amounts {
    margin: 10px auto;
}

.item_thumbclass {
    display: inline-block;
    margin-right: 4px;
}

/* Artikel relaties */

.productRelations:after {
    clear: both;
    content: '';
    display: block;
}

.detail_relations {
    float: left;
    width: 300px;
    border: 1px solid #eee;
    box-sizing: border-box;
    padding: 10px;
    margin: 10px 10px;
    position: relative;
}

.ws_relation_image {
    display: block;
    margin: 0px auto;
    width: 100%;
}

.relation_descripion {
    min-height: 100px;
}

/* Overlays */

.productinfoOverlay {
    margin-top: -25px;
}

.closeOverlayP {
    text-align: right;
    float: right;
}

.closeOverlay, .button_close_overlay {
    font-size: 17px;
    color: #ff4444;
}

.closeOverlayIcon {
    position: absolute;
    top: 0;
    right: 0;
}

.button_close_overlay {
    background: none;
    border: none;
    cursor: pointer;
}

.buttonwrap {
    margin-top: 20px;
    text-align: center;
}

.buttonwrap button {
    margin: 0px 20px;
}

#btwinfo {
    font-size: 12px;
}

.ws_overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.6);
}

.ws_overlay_info, .ws_overlay_info_orderdirect {
    background: #fff;
    width: 520px;
    position: relative;
    top: 10%;
    margin: -10% auto 0;
    box-sizing: border-box;
    padding: 20px;
    border: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.ws_overlay_info_orderdirect {
    width: 850px;
}

.ws_overlay_buttons {
    text-align: center;
    margin-top: 30px;
}

#item_image_div_amount {
    float: left;
    width: 200px;
}

#item_text_price_amount {
    float: right;
    width: 600px;
}

/* Product overzichtpagina */

#main_categories {
    width: 30%;
    float: left;
}

#right_items {
    width: 70%;
    float: right;
}

/* Product menu */

.ws_product_menu {
    font-size: 15px;
    line-height: 140%;
    padding: 0px;
    margin: 0px;
}

.ws_product_menu li {
    list-style-type: none;
    box-sizing: border-box;
    padding: 5px 5px;
}

.ws_product_menu li a {
    color: inherit;
    text-decoration: none;
}

.catopen_arrowdown, .catclosed_arrowright, .catclosed {
    font-size: 17px;
    border: 1px solid #eee;
    background: #eee;
}

.catopen_arrowdown, .catopen_level1, .catopen_level1arrowdown {
    font-weight: bold;
    background: #eee;
}

.catclosed_level1, .catopen_level1, .catclosed_level2, .catopen_level2, .catclosed_level1arrowright, .catclosed_level2arrowright, .catopen_level2arrowdown, .catclosed_level3, .catopen_level3 {
    text-indent: 5px;
    border: 1px solid #eee;
}

.catopen_level1arrowdown {
    text-indent: 5px;
}

.catopen_level2arrowdown {
    text-indent: 10px;
    font-weight: bold;
    background: #eee;
}

.catclosed_level3 {
    text-indent: 15px;
}

.catopen_level3 {
    text-indent: 15px;
    font-weight: bold;
    background: #eee;
}

/* Product tegel */

#item_artbrand_image img {
    width: 100%;
}

.ws_product_tile {
    width: 48%;
    height: auto;
    border: 1px solid #eee;
    float: left;
    box-sizing: border-box;
    padding: 10px;
    margin: 1%;
    min-height: 540px;
    position: relative;
}

/* sort_pages */

#sort_pages {
    height: 50px;
}

#cat_name {
    float: left;
}

#sort_style {
    width: 300px;
    float: right;
    text-align: right;
}

/* Invoervelden */

.ws_inputfield {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #333;
    font-size: 16px;
}

/* Select input */

.ws_select {
    width: 150px;
    border: 1px solid #eee;
}

/* Amount inputs */

.ws_amountfield, .searchinput {
    border: 1px solid #eee;
}

.cart_item_amount {
    display: inline-block;
    height: 25px;
}

/* Cartview */

.webshopcarttable {
    width: 100%;
    display: table;
}

.webshopcartrow {
    display: table-row;
}

.webshopcartcell {
    display: table-cell;
    border: 1px solid #eee;
    box-sizing: border-box;
    padding: 5px;
    vertical-align: top;
}

.webshopcartcell:after {
    clear: both;
    content: '';
    display: block;
}

#cart_productheader {
    width: 55%;
}

#cart_amountheader {
    width: 15%;
}

#cart_priceheader, #cart_totalheader, #cart_actionheader {
    width: 13%;
}

#cart_priceheader, #cart_totalheader, #cart_actionheader, .cartitem_price, .cartitem_pricetotal, .cartitem_action {
    text-align: right;
}

.cartitem_image {
    width: 25%;
    float: left;
}

.cartitem_productinfo {
    width: 75%;
    float: right;
}

.carttotals {
    width: 400px;
    text-align: right;
    float: right;
}

.overlay_button_wrap {
    margin-top: 20px;
}

.errortextTerms {
    background: #f8d7da;
    color: #721c24 !important;
    border: 1px solid #f5c6cb;
    width: auto;
    display: inline-block;
    box-sizing: border-box;
    padding: 3px;
    font-size: 14px;
    margin-top: 5px;
}

.cart_table {
    width: 100%;
    display: block;
}

.cart_table_empty {
    min-height: 55px;
    box-sizing: border-box;
    padding: 10px 2px;
}

#item_image_div {
    margin: 0px 0px 0px 0px;
}

#detail_image {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
}

#first_detail_image, #second_detail_image {
    position: relative;
    background: #fff;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#first_detail_image img, #second_detail_image img {
    display: block;
    margin: 0px auto;
}

#first_detail_image {
    z-index: 1;
    opacity: 1;
}

#second_detail_image {
    z-index: 0;
    opacity: 0;
    position: absolute;
    top: 0px;
}

#item_info:hover #first_detail_image {
    z-index: -1;
    opacity: 0;
}

#item_info:hover #second_detail_image {
    z-index: 2;
    opacity: 1;
}

.showcurrentcart {
    width: 430px;
    border: 1px solid;
    position: absolute;
    right: 0;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    height: 0;
    min-height: 0;
    z-index: 300;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.showCartItems {
    visibility: visible !important;
    opacity: 1 !important;
    overflow: hidden !important;
    height: 485px !important;
}

.showCartItemsEmpty {
    visibility: visible !important;
    opacity: 1 !important;
    overflow: hidden !important;
    height: 110px !important;
}

.showCartLastItem {
    visibility: visible !important;
    opacity: 1 !important;
    overflow: hidden !important;
    height: 115px !important;
}

#CartItemsDiv {
    overflow-y: auto !important;
    overflow-x: hidden;
    height: 330px;
    box-sizing: border-box;
}

.closeoverlaybutton {
    text-align: right;
}

.button_remove_dropdown {
    border: none;
    background: none;
    cursor: pointer;
    font-size: 20px;
}

.table {
    display: table;
    width: 430px;
    height: 0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.showCartLastItem .table {
    height: 100%;
}

.hasHover {
    cursor: pointer;
    height: 140px !important;
}

.hasHover:hover {
    background-color: #ebebeb;
}

.tablerow {
    display: table-row;
}

.tablecell {
    display: table-cell;
    vertical-align: middle;
}

.imagecell {
    width: 30%;
    min-width: 140px;
}

.imagecell img {
    display: block;
    margin: 0px auto !important;
    max-width: 80px !important;
}

.textcell {
    width: 70%;
    text-align: left;
}

.halfcell {
    width: 50%;
}

.dividercell {
    width: 100%;
}

.dividerLine {
    width: 95%;
    height: 1px;
    background: #333;
    margin: 2px auto;
}

.showcurrentcart_large, .dropdownTotalprice {
    font-size: 16px;
    font-weight: bold;
}

.bottompart {
    width: 70%;
    margin: 10px auto;
}

.dropdownTotalprice {
    font-size: 17px;
}

.totalprice {
    text-align: right;
}

.webshop_cartview_button, .webshop_orderview_button {
    display: block;
    width: 80%;
    margin: 0px auto 10px;
    border: 1px solid;
    padding: 10px 15px !important;
    box-sizing: border-box;
    text-align: center;
    line-height: 120% !important;
    text-decoration: none;
}

.noproductsfound {
    box-sizing: border-box;
    padding: 5px;
    border-radius: 2px;
}

.ws_pdf_download {
    background-color: #ebeaea;
    color: #396b99;
    border: 1px solid #396b99;
    margin: 4px 0;
    border-radius: 3px;
    text-align: center;
    width: 40px;
    position: absolute;
    right: 5px;
    bottom: 5px;
    cursor: pointer;
    box-sizing: border-box;
    padding: 5px;
}

.ws_pdf_download a {
    display: block;
}

.ws_pdf_download i {
    color: #396b99;
    font-size: 30px;
}

.ws_pdf_download img, .downloadpdficon {
    width: 25px;
    display: block;
    margin: 0px auto;
}

.webshopTechSpecsTable {
    border-collapse: collapse;
    border: 1px solid #666;
    width: 100%;
    margin: 10px 0;
    display: table;
    box-sizing: border-box;
}

.inforowentry {
    border: 1px solid #666;
    display: table-row;
}

.specslabel, .specsvalue {
    padding: 5px;
    border: 1px solid #666;
    display: table-cell;
}

.sale_item {
    box-sizing: border-box;
    padding: 10px;
    border-radius: 5px;
    background: #FF8800;
    display: inline-block;
}

.price_old {
    font-size: 12px;
    text-decoration: line-through;
}

.sale_text {
    color: #fff;
    font-size: 16px;
}

.ws_order_buttons button {
    display: inline-block;
    width: 49%;
    margin: 5px auto;
}

#webshop_all:after, #left_and_right:after, .hiddenwebshopsubmenu:before, #CheckoutContainer:after {
    clear: both;
    content: '';
    display: block;
}

#left_and_right {
    margin: 30px auto;
}

#line_clearer {
    clear: both;
}

.mainCartDivMobile {
    display: none;
}

/* Webshop producten menu */
.productwebshopcats {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #333;
    margin-left: 10px;
    font-size: 15px;
}

.productwebshopsubcats {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #333;
    margin-left: 0px;
    font-size: 15px; 
}

.productcategoryname {
    line-height: 35px;
    border-bottom: 1px solid #eee;
}

.productcategoryname:last-child {
    border-bottom: none;
}

.productcategoryname:first-child {
    border-top: 1px solid #eee;
}

.productcategoryname:after {
    clear: both;
    content: '';
    display: block;
}

.productcategorynamelabel {
    width: calc(100% - 36px);
    cursor: pointer;
    float: left;
}

.productcategorynameicon {
    border-left: 1px solid #eee;
    width: 35px;
    text-align: center;
    cursor: pointer;
    float: right;
    text-indent: 0px;
}

.productwebshopsubcats_1_deep {
    text-indent: 5px;
}

.productwebshopsubcats_2_deep {
    text-indent: 10px;
}

.productwebshopsubcats_3_deep {
    text-indent: 15px;
}

.productcategorynameiconopen {
     transform: rotate(90deg);
}



.shoppingCartAmountWrap {
    position: relative;
    width: 50px;
    height: 50px;
    color: #000;
    cursor: pointer;
    top: 8px;
}

.shoppingCartAmountWrap i {
    position: absolute;
    left: 20px;
    font-size: 26px;
    top: 0;
}

.shoppingCartAmount {
    position: absolute;
    right: -15px;
    z-index: 30;
    color: #fff;
    font-size: 12px;
    top: -13px;
    width: 30px;
    text-align: center;
    background: #0d47a1;
    height: 30px;
    border-radius: 50%;
    box-sizing: border-box;
    padding-top: 8px;
    font-family: verdana;
}

.webshopIconItems {
    float: right;
    text-align: right;
    min-width: 300px;
}

.webchopUserInfo, .webchopCartInfo {
    display: inline-block;
    vertical-align: bottom;
    box-sizing: border-box;
    padding-top: 5px;
}

.webchopCartInfo {
    width: 80px;
}

.webchopUserInfo {
    text-align: right;
    line-height: 55px;
    font-size: 16px;
    font-family: verdana;
    color: #000;
}

.webchopUserInfo a {
    text-decoration: none;
    color: inherit;
    font-family: inherit;
}

.webchopUserInfo i {
    font-size: 26px;
}

.inlogSuccess {
    color: #007E33;
}


#agreeToTerms {
    height: 20px;
    width: 20px;
}


/* Offert lijst */
.mainCartDivOffer, .totaltable {
    display: table;
    width: 100%;
}

.cartitemHeaderOffer, .mainCartDivOffer .cartitem, .totaltablerow {
    display: table-row;
    width: 100%;
}

.mainCartDivOffer .carttableitemHeaderOffer, .mainCartDivOffer .carttableitem , .totaltablecell {
    display: table-cell;
    vertical-align: top;
}

.mainCartDivOffer img {
    width: 150px;
}

/* Tabel css voor de staffelkorting*/
.qtydiscount {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.qtydiscount tr th {
    text-align: left;
    line-height: 25px;
    background: #ddd;
}

.qtydiscount tr th, .qtydiscount tr td {
    border: 1px solid #ddd;
    padding: 5px;
}

/* Dropdown style */

.webshopOptionsGroup {
    box-sizing: border-box;
    padding: 5px 0px;
}
.webshopOptionsGroup label, .webshopOptionsGroup select {
    display: inline-block;
    width: 47%;
}

.webshopOptionsGroup select {
    margin-left: 10px;
}

/* Nieuwe manier van foto's tonen webshop */

.lSGallery li.active {
    border: 1px solid
}

.lSGallery {
    width: 100% !important;
}


/* nieuwe relaties */

.productrelationgroup:after, .productrelationwrap:after, .relationcategoryheader:after {
    clear:both;
    display: block;
    content: '';
}

.productrelationgroup {
    margin-bottom: 20px;
}

.productrelationwrap {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    height: 0;
    overflow: hidden;
    box-sizing: border-box;
}

.showrelationproductgroup {
    height: 100%;
}

.relationcategoryheader {
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #eee;
    cursor: pointer;
}

.relationcategoryheader:hover {
    background: #eee;
}

.relationcategoryheader h2 {
    font-size: 24px;
    margin: 0px;
}

.relationicon {
    float: right;
}

.productrelationtext, .productrelationbuttons {
    margin-top: 15px;
}

.productrelation {
    margin: 1%;
    float: left;
    width: 23%;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #eee;
    min-height: 375px;
}

.productrelationtext {
    height: 60px;
}

.productrelationbuttons button {
    display: inline-block;
    width: 49%;
}

.productrelation:hover {
    border: 1px solid #eee;
}

.productrelationimage {
    width: auto;
    height: 200px;
    overflow: hidden;
}
.relationimage {
    height: 100%;
    max-height: 200px;
    margin: 0px auto;
}


.relatedProductAdded {
    background: #00C851;
}


/* Media queries voor de standaard stijl van de webshop.*/
/* Style voor: 960px, 680px, 580px en 360px */

@media screen and (max-width: 960px) {
    #webshop_all, .overzicht-container-wrap {
        width: 90%;
        margin: 0px auto;
    }
    #item_detailimages, #item_detail_pricename, #item_detailthumbs {
        float: none;
        width: 100%;
        margin: 0px auto;
    }
    .detail_relations {
        width: 46%;
        margin: 2%;
    }
    .ws_relation_image {
        width: 95%;
    }
    #main_categories {
        display: none;
    }
    #right_items {
        width: 100%;
        float: none;
    }
    #item_image_div_amount, #item_text_price_amount {
        float: none;
        width: 100%;
    }
    .ws_overlay_info_orderdirect {
        top: 10%;
    }
    .cartitem_image, .cartitem_productinfo {
        width: 100%;
        float: none;
    }

    .webshopcartrow .cartitem_image {
        display: none;
    }

    #cart_productheader, #cart_priceheader, #cart_totalheader, #cart_actionheader, #cart_amountheader {
        width: auto;
    }
    .webshopcartrowdesktop {
        display: none !important;
    }
    .customerDetails, .OrderExtraDetails, .CouponDetails {
        width: 49%;
        padding: 0px;
    }
    .dividerLineCartitems {
        display: none;
    }
    .CouponDetails {
        min-height: 10px;
    }
    .OrderExtraDetails:after {
        clear: both;
        content: '';
        display: block;
    }
    .mainCartDivDesktop {
        display: none;
    }
    .mainCartDivMobile, .webshopcartrowmobile {
        display: block;
    }
    .cartitem-remove-large {
        width: 100%;
        max-width: 250px;
        display: block;
        height: 40px;
        margin: 20px auto 0;
        float: none !important;
    }
    .disabledscroll {
        overflow: hidden;
    }
    #buttonCreateOrder {
        margin: 0px auto !important;
        height: 50px;
    }
    .disclaimerWebshopCheckOut {
        font-style: italic;
        font-size: 14px;
    }
    .disabled {
        color: #333;
        background: #ddd;
        pointer-events: none;
    }
    .cartitem_itemprice-checkout, .cartitem_Productactions {
        margin: 0 auto 20px;
        text-align: center;
        float: right;
        width: 75%;
    }
    .cartitem_itemprice-checkout:after, .cartitem_Productactions:after {
        clear: both;
        content: ' ';
        display: block;
    }
    .webshopprice-per-piece {
        font-size: 13px;
        font-family: Arial;
        color: #333;
    }
    #clearMobile {
        clear: none !important;
    }
    .cartitem_mobile:after, .carttableitem:after, .cartminimumorder:after {
        clear: both;
        content: '';
        display: block;
    }
    
    .cartitem_mobile h3, .cartitem_mobile p, .carttableitem h3, .carttableitem p, .cartitem h3, .cartitem p {
        margin: 0;
        font-size: 16px;
        float: left;
        width: 49%;
        line-height: 140%;
        font-weight: 300;
    }
    .totalprices {
        width: 100%;
        margin: 5px auto;
        border: 1px solid #eee;
        box-sizing: border-box;
        padding: 15px;
        border-radius: 2px;
    }
    .vattableitem {
        width: 100%;
        margin: 0px auto;
    }
    .vattable {
        border-collapse: collapse;
        border: 1px solid #eee;
        width: 100%;
    }
    .vattable tr td, .vattable tr th {
        border: 1px solid #aeaeae;
        vertical-align: top;
        padding: 3px;
        text-align: right;
    }
    .vattable tr td {
        text-align: right;
    }
    .carttable_total_price, .carttable_total_vat, .carttable_total_price_novat, .carttable_price_novat {
        width: auto;
    }
    .carttable_productname {
        max-width: 100%;
    }
    .cartitemHeader, .cartitem, .carttableitemHeader, .carttableitem, .cartitemTotals {
        display: block;
    }

    .carttableitemHeader, .carttableitem, .cartitemTotals {
        border: none;
    }
    .item_detailphoto-checkout img {
        width: 90%;
        margin: 0px auto;
        display: block;
        max-width: 225px;
    }

    .cartitem {
        border: 1px solid #eee;
        width: 100%;
        margin: 5px auto;
        position: relative;
    }

    .carttable_removebutton {
        position: absolute;
        top: 0;
        right: 0;
    }

    .cartminimumorder {
        border: none;
        width: 100%;
        margin: 0;
    }

    .carttable_header, .carttable_total_price_novat, .carttable_price_novat, .carttable_product_vatcode, .carttable_vat_amount, .carttable_price_vat, .carttable_total_vat, .carttable_total_price {
        text-align: left;
    }

    .cartminimumorder .carttable_total_price_novat, .cartminimumorder .carttable_removebutton  {
        display: none;
    }

    .cartitem_priceTitle, .cartitem_price  {
        display: none !important;
    }

    .cartitem_productinfo p {
        width: 100%;
        float: none;
    }

    .carttable_image {
        width: 100%;
        max-width: 500px;
        margin: 0px auto;
    }

    .carttable_image p {
        width: 100%;
        float: none;
    }
    .cartitem_amount {
        min-width: 140px;
    }


    .showcurrentcart {
        right: 0px;
        top: 45px;
    }

    #account-page{
        width: 60%;
        margin-left: 0;
    }
    #account-menu {
        width: 35%;
    }

    .productrelation {
        width: 48%;
    }
}

@media screen and (max-width: 680px) {
    #webshop_all {
        width: 98%;
    }
}

@media screen and (max-width: 580px) {
    .detail_relations {
        width: 95%;
        margin: 2%;
    }
    .ws_order_buttons button {
        display: block;
        width: 90%;
        margin: 5px auto;
    }
    .ws_product_tile {
        width: 95%;
        float: none;
        margin: 5px auto;
    }
    .arrow-right, .arrow-right-overlay, .arrow-left, .arrow-left-overlay {
        display: none;
    }
    .checkoutPagemenuItem {
        border: 1px solid #eee;
    }
    .checkouttext, .checkoutinput {
        text-align: left;
        width: 100%;
        float: none;
        box-sizing: border-box;
        padding: 0px;
    }
    .correction-text, .correction-text-new, .errortext {
        width: 100%;
    }
    .checkoutinput input[type="text"], .checkoutinput input[type="password"] {
        width: 100%;
        margin: 3px 0px;
    }
    .inputok {
        display: none;
    }
    .webshoppaymentoption, .coupons, .webshopdeliveryoption, .customShipto {
        height: auto;
    }
    .webshoppaymentoption .betaalkeuzes {
        width: 100%;
        max-width: 100%;
        float: none;
    }
    .webshoppaymentoption .betaalkeuzes, #idealissuerSelector {
        display: inline-block;
        width: 49%;
        float: none;
        margin: 0px;
    }
    #idealissuerSelector {
        margin-bottom: 30px;
    }
    .customerDetails, .OrderExtraDetails, .CouponDetails {
        width: 100%;
        float: none;
        min-height: 0px;
    }

    .cartitem_totalTitle, .cartitem_pricetotal {
        display: none !important;
    }


    #cartview_action_buttons button{
        display: block;
        width: 100%;
    }

    .showcurrentcart {
        width: 94%;
        left: 3%;
        right: 3%;
        top: 110px;
        position: fixed;
    }

    #account-page, #account-menu {
        width: 95%;
        margin: 0px auto;
        float: none;
    }

    #accountform, #accountformpasschange, #accountformbtn {
        width: 95%;
    }

    .productrelation {
        width: 95%;
        float: none;
        margin: 1% auto;
    }

}

@media screen and (max-width: 360px) {

    .overzicht-container-wrap {
        width: 99%;
    }

    .cart_item_amount {
        width: 40px;
    }

    .cartitem_amount {
        min-width: 120px;
    }
    .verified_user_inlog {
        display: none;
    }
}