.store-front {
    margin-bottom: 40px;
}

/* New shopping cart styles */
.store-front {
    background: #EBF4F5;
    border-radius: 1px;
    margin-bottom: 50px;
    overflow: hidden;
}

.store-front .store-name {
    padding-bottom: 10px;
    font-size: 16px;
    color: #797979;
    background: #FFFFFF;
}

.store-front .store-name a {
    color: #000000;
    font-weight: 500;
    text-decoration: underline;
}

/*.store-front .sum-row {*/
/*    display: none; !* Hide the old sum row *!*/
/*}*/

.store-header {
    padding: 15px 20px;
    font-size: 14px;
    color: #666;
}

.store-header strong {

    font-weight: 600;
}

.store-products {
    background: white;
    padding: 20px;
}

.quantity_dropdown {
    padding: 10.4px 15px;
    border: 0.5px solid #000;
    border-radius: 1px;
    font-size: 14px;
    min-width: 80px;
    background: transparent;
    cursor: pointer;
    padding-right: 20px;
}

.delivery-options {
    padding: 15px;
    background: #EBF4F5;
    /*border-top: 1px solid #eee;*/
    margin-bottom: 10px;
}

.delivery-options h4 {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 500;

}

.delivery-option {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    cursor: pointer;
    position: relative;
}

.delivery-option input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: default;
}

.checkbox-custom {
    width: 18px;
    height: 18px;
    border: 2px solid #000000;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    background: white;
    flex-shrink: 0;
}

.delivery-option input[type="checkbox"]:checked+.checkbox-custom {
    background: #000000;
    border: none;
}

.delivery-option input[type="checkbox"]:checked+.checkbox-custom::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.delivery-option input[type="checkbox"]:disabled+.checkbox-custom {
    cursor: default;
    opacity: 1;
}

.delivery-option span:last-child {
    font-size: 14px;

}

.store-footer {
    background: #BCDADE;
    padding: 15px;
    /*display: flex;*/
    /*justify-content: space-between;*/
    align-items: center;
    font-size: 16px;
}

.cart-summary {
    background: #e8f4f8;
    border-radius: 1px;
    padding: 16px;
    margin-top: 30px;
}

.summary-header {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #d0e5ed;
    margin-bottom: 15px;
}

.summary-header img {
    width: 24px;
    margin-right: 10px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    font-size: 16px;
}

.summary-row.total {
    font-weight: 600;
    font-size: 18px;
    border-top: 1px solid #d0e5ed;
    margin-top: 10px;
    padding-top: 15px;
}

.payment-buttons {
    margin-top: 20px;
    display: flex;
    gap: 15px;
}

.payment-buttons button {
    flex: 1;
    padding: 15px 20px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.2s;
}

.btn-primary {
    background: #000;
    color: white;
}

.btn-vipps {
    background: #ff5c24;
    color: white;
}

.payment-buttons button:hover {
    opacity: 0.9;
}

.discount-section {
    text-align: center;
    margin-top: 20px;
}

.discount-toggle {
    color: #0066cc;
    text-decoration: none;
    font-size: 14px;
}

.store-front .sum-row {
    /*margin-top: -10px;*/
    /*background: #C2DAE0;*/
    width: 100%;
    /*padding-bottom: 10px;*/
    line-height: 20px;
}

.store-front .sum-row .store-name {
    float: left;
    padding-left: 10px;
    margin-right: 20px;
}

.store-front .sum-row .delivery {
    /*float: left;*/
}

.store-front .sum-row .delivery-cost {
    /*float: right;*/
    display: none;
}

.store-front .sum-row .total {
    /*float: right;*/
    padding-right: 94px;
    margin-left: 20px;
    float: right;
    font-weight: 500;
    font-size: 18px;
}

.deliveryalternatives {
    position: relative;
    /*float: left;*/
    padding-left: 20px;
}

.deliverypricetext {
    position: relative;
    /*float: left;*/
    padding-left: 5px;
}

.total-delivery {
    font-size: 16px;
    margin-bottom: 15px;
}

.total-delivery .delivery-header {
    /*float: left;*/
    font-weight: 500;
}

.total-delivery .sum {
    /*float: right;*/
}

.klarnain {
    line-height: 1 !important;
}

input[type="text"],
input[type="email"],
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

.insideContainer {
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
    display: block;
}

.centerVerticalParent {
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.centerVertical {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.submit-button-row {
    overflow: hidden;
}

.totalsumright-kr {
    /*float: left;*/
    font-size: 20px;
    line-height: 1;
    margin: 12px 0 0 0;
}

.totalsumright-sum {
    /*float: right;*/
    line-height: 1;
}

.mobile-row {
    display: none;
}

.desktop-row {
    display: block;
}

@media screen and (min-width: 1000px) {
    .show-999 {
        display: none;
    }

    .hide-999 {
        display: block;
    }
}

@media screen and (max-width: 999px) {
    .totalsumright-kr {
        margin: 5px 5px 0 0;
    }

    .hide-999 {
        display: none;
    }
}

.cartlayer {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.error_2_div {
    display: none;
    float: left;
    width: 100%;
    margin-top: 20px;
    color: #f00;
}

.chartContentField {
    float: right;
    border: 1px solid #d6d5d5;
    padding: 30px;
    width: 70%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.contentbothfield {
    float: left;
    width: 100%;
}

.leftHeader {
    float: left;
    width: 25%;
    margin-right: 5%;
    color: #1B1B1B;
    /*font-family:  "Verdana", "Arial", "Helvetica", sans-serif;*/
    font-size: 25px;
    word-break: break-all;
}

.contentheader {
    float: left;
    width: 100%;
    font-size: 15px;
    text-transform: uppercase;
}

.contentheader2 {
    float: left;
    width: 100%;
    font-size: 15px;
    padding-top: 15px;
    text-transform: uppercase;
}

.contentinputname,
.contentinputnamecheck {
    float: left;
    width: 100%;
    font-size: 15px;
    padding-bottom: 3px;
}

.contentheaderdesc {
    float: left;
    width: 100%;
    font-size: 12px;
    margin-bottom: 20px;
}

.contentinputfield {
    float: left;
    width: 100%;
}

.contentinputfield input {
    padding: 10px 15px;
    font-size: 12px;
    color: #545652;
    border: 1px solid #b6bab2;
    background-color: #FFFFFF;
    position: relative;
    z-index: 9;
    width: 100%;
    /*margin-bottom: 10px;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
}

.smallstandardbtnleft29 {
    color: #fff;
    background-color: #6fb342;
    padding: 9px 20px 8px;
    text-align: center;
    font-size: 15px;
    float: left;
}

.cartHeader {
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 40px;
}

.guestdeliveryfieldgroup {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.paymentdibsleftbox {
    float: left;
    width: 100%;
}

.paymentdibsinfo,
.paymentdibscheckbox {
    float: left;
}

.paymentdibsinfo {
    margin: 1px 0 0 15px;
}

.producttypeheader {
    float: left;
    width: 100%;
    font-size: 15px;
    text-transform: uppercase;
    padding-bottom: 10px;
    padding-top: 10px;
}

.listproductimage {
    float: left;
    padding-right: 10px;
}

@media screen and (max-width: 1070px) {
    .leftHeader {
        font-size: 22px;
        width: 30%;
    }

    .chartContentField {
        width: 65%;
    }
}

@media screen and (max-width: 950px) {

    .leftHeader,
    .chartContentField {
        width: 100%;
        margin: 0;
    }

    .leftHeader {
        margin: 10px 0 5px;
    }

    .cartHeader {
        margin-bottom: 15px;
    }
}


.shoppingcart-header {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 13px;
    /*margin-top: 29px;*/
    margin-bottom: 10px;
    font-size: 18px;
}

.shoppingcart-wrapper {
    float: left;
    width: 100%;
    margin-top: 51px;
    position: relative;
    min-height: 300px;
}

.shoppingcart-header-heading {
    float: left;
    width: 15%;
    text-transform: uppercase;
    font-weight: normal;
    /*font-family:    Oxygen, sans-serif;*/
}

.shoppingcart-product-title-heading {
    width: 44%;
}

.shoppingcart-product-amount-heading {
    width: 26%;
}

@media screen and (max-width: 999px) {
    .shoppingcart-product-amount-heading {
        width: 19%;
    }
}

.page-heading {
    /*float: left;*/
    /*width: 70%;*/
    font-size: 30px;
    line-height: 39px;
    font-weight: 500 !important;
    margin-bottom: 15px;
    /*font-weight: 300;*/
    /*line-height: 36px;*/
    /*color: #1C324A;*/
    /*margin: 0;*/
    /*font-family:    Oxygen, sans-serif;*/
}

.text-article {
    font-size: 14px;
    line-height: 21px;
}

.shoppingcart-wrapper-left {
    float: left;
    width: 290px;
    padding-right: 40px;
}

.shoppingcart-wrapper-right {
    float: right;
    width: calc(100% - 290px);
}

.shoppingcart-elements-wrapper {
    /*float: left;*/
    /*width: 70%;*/
}

.shoppingcart-element {
    float: left;
    width: 100%;
}

.shopping-cart-element-image {
    float: left;
    max-width: 80px;
    padding: 0;
    border: none;
    height: 100px;
    width: 80px;
    margin-right: 15px;
    margin-left: 15px;
    left: 15px;
}

.shopping-cart-element-image img {
    float: left;
    display: block;
    width: 100%;
}

.shoppingcart-row {
    float: left;
    width: 100%;
    border-bottom: none;
    padding: 15px 0;
    margin-bottom: 0;
}

.shopping-cart-element-content-wrapper {
    float: left;
    width: 100%;
    position: relative;
}

.shoppingcart-element-mobile-meta-info {
    float: left;
    width: 100%;
    display: none;
    margin: 15px 0;
}

@media screen and (max-width: 999px) {
    .shoppingcart-element-mobile-meta-info {
        display: block;
    }

    .shoppingcart-element-mobile-meta-info h2 {
        font-size: 20px;
    }

    .shoppingcart-wrapper-right {
        float: left;
        width: calc(100%);
    }

}

@media screen and (max-width: 500px) {

    .shoppingcart-element-mobile-meta-info {
        /*display: none;*/
        position: relative;
    }

    .shopping-cart-element-content-wrapper {
        position: relative !important;
        height: 50px;
    }
}

.shopping-cart-element-text {
    float: left;
    width: calc(54% - 112px);
    left: 115px;
    margin-right: 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.shopping-cart-element-text h2 {
    font-size: 16px;
    font-weight: 500 !important;
}

.shopping-cart-element-about {
    float: left;
    position: relative;
    width: 100%;
    font-size: 14px;
    line-height: 19px;
}

.shopping-cart-element-about span.prod-left,
.shopping-cart-element-about span {
    display: inline-block;
    width: 76px;
    vertical-align: top;
    font-weight: 400 !important;
}

.shopping-cart-element-type {
    float: left;
    width: 100%;
    font-size: 12px;
    position: relative;
    font-style: italic;
}

.shopping-cart-element-color {
    float: left;
    width: 100%;
    margin-top: 12px;
}

.shopping-cart-element-quantity {
    float: left;
    width: 20%;
    color: #6fb342;
    left: 57%;
    width: 10%;
    text-align: right;
}

.shopping-cart-element-quantity .quantity_input_field {
    float: left;
    width: 30%;
    padding: 5px 0px;
    border: 1px solid #7f7f7f;
    text-align: center;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@-moz-document url-prefix() {
    .shopping-cart-element-quantity .quantity_input_field {
        padding: 3px 0 2.5px;
    }
}

.shopping-cart-element-price {
    float: left;
    left: 70%;
}

.shopping-cart-element-delete {
    float: left;
    width: 15%;
    left: 85%;
}

.shopping-cart-element-delete div,
.shopping-cart-element-delete table,
.shopping-cart-element-delete tbody,
.shopping-cart-element-delete tr {
    float: left;
    width: 100%;
    text-align: center;
}

#deleteshopcartlongID {
    margin-top: 10px;
    color: #a1b2b2;
}

.delete-from-basket-td {
    float: left;
    width: 100%;
    text-align: right;
    font-size: 12px;
    padding-right: 15px;
}

.delete-from-basket-td img {
    height: 20px;
}

.shoppingcart-product-choices-heading {
    text-align: center;
}

.delete-from-basket-td:hover {
    cursor: pointer;
}

.DivTableright {
    float: right;
    width: 20%;
}

.shopping-cart-element-price-total-price {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #000;
    text-align: right;
}

.shopping-cart-element-price-individual-price {
    float: left;
    width: 100%;
    font-size: 12px;
    color: #a1b2b2;
    margin-top: 10px;
    text-align: right;
}

.delete-from-basket-icon {
    display: inline-block;
}

.shopping-cart-total-sum {
    float: left;
    width: 100%;
    color: #888;
    text-transform: uppercase;
    text-align: right;
    display: none;
}

.shopping-cart-right-box {
    /*float: right;*/
    /*width: 25%;*/
    padding: 30px 15px 15px 15px;
    /*-moz-box-sizing: border-box;*/
    /*box-sizing: border-box;*/
    /*-webkit-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.75);*/
    /*-moz-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.75);*/
    /*box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.75);*/
}

.discountcodecontent {
    /*float: right;*/
}

#chartformID {
    /*float: left;*/
    width: 70%;
}

.number-of-products {
    /*float: left;*/
    width: 100%;
    margin-bottom: 10px;
    /*border-bottom: 1px solid #79b5be;*/
    padding-bottom: 3px;
}

.number-of-products-title {
    /*float: left;*/
    font-size: 16px;
    font-weight: 500;
}

.number-of-products-quantity {
    /*float: right;*/
    /*color: #fff;*/
    /*background: #79b5be;*/
    /*border-radius: 200px;*/
    /*padding: 14px 16px 12px 16px;*/
    font-size: 16px;
}

.number-of-products {
    display: flex;
    align-items: center;
}

.number-of-products-title {
    width: 200px;
}

.total-delivery {
    display: flex;
    align-items: center;
}

.delivery-header {
    width: 200px;
}

.discountcodeheader {
    width: 200px;
    display: inline-block;
}

.discountcodecontent {
    display: inline-block;
    margin-left: 0;
}

.total-sum-wrapper {
    /*float: left;*/
    width: 100%;
    /*border-bottom: 1px solid #79b5be;*/
    padding-bottom: 10px;
}

.shopping-cart-right-box {
    background: #EBF4F5;
}

.box-for-desktop-wrapper .store-footer img,
.box-for-mobile-wrapper .store-footer img {
    height: 22px;
    position: absolute;
    top: 11px;
    left: 15px;
}

.box-for-desktop-wrapper .store-footer,
.box-for-mobile-wrapper .store-footer {
    position: relative;
    padding-left: 40px;
    font-weight: 500;
}

.box-for-mobile-wrapper {
    display: none;
}

.delivery-price-wrapper {
    /*float: left;*/
    width: 100%;
    margin: 10px 0 0 0;
}

.delivery-price {
    /*float: right;*/
    font-size: 12px;
    margin: 3px 5px 0 0;
}

.klarna-logo {
    /*float: right;*/
}

.giftcard-wrapper {
    /*float: left;*/
    width: 100%;
    /*margin: -30px 0 15px -25px;*/
    background: #EBF4F5;
    /*color: #fff;*/
    padding: 15px;
    margin-top: 20px;
}

.giftcard-title {
    /*float: left;*/
    width: 100%;
    font-size: 16px;
    /*text-align: center;*/
    /*margin-bottom: 20px;*/
    font-weight: 500;
    line-height: 21px;
}

.giftcard-title {
    cursor: pointer;
    user-select: none;
}

.giftcard-title:hover {
    opacity: 0.8;
}

.giftcard-title img {
    float: right;
    transition: transform 0.3s ease;
    margin-left: 10px;
    margin-top: 7px;
    height: 9px;
}

.giftcard-content {
    margin-top: 15px;
}

.giftcard-title img.rotated {
    transform: rotate(180deg);
}

.giftcard-wrapper .contentinputfield {
    width: 70%;
}

.giftcard-wrapper .smallstandardbtnleft {
    float: right;
    background: #000;
    color: #fff;
    padding: 12px 0;
    width: 30%;
    text-align: center;
    cursor: pointer;
}

.giftcardlist .contentheader {
    color: #000;
    font-size: 15px;
    font-family: 'Roboto', sans-serif
}

.giftcardlistrow {
    float: left;
    width: 100%;
}

.giftcardlistcode {
    float: right;
    font-style: italic;
    font-weight: 700;
}

.giftcardlistcode-price {
    float: left;
    margin: 5px 5px 0 0;
}

.giftcardlistcode img {
    float: right;
    cursor: pointer;
}

.giftcardlistcontent {
    margin: 5px 0 0 0;
    float: left;
}

.discountcodeheader {
    /*float: left;*/
    font-size: 22px;
    /*text-transform: uppercase;*/
    /*margin: 12px 0 0 0;*/
    font-weight: 500;
    line-height: 29px;
}

#totalsumrightID {
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    line-height: 29px;
}

.deliveryPrice {
    float: left;
    width: 100%;
    text-align: right;
    margin-top: 10px;
    font-size: 14px;
}

.totalsumstar {
    font-size: 25px;
    vertical-align: super;
}

.deliverystar {
    font-size: 15px;
    vertical-align: super;
}

#chartnextbtnID {
    float: left;
    margin-top: 18px;
    width: calc(50% - 15px);
    margin-right: 30px;
}

#chartnextbtnID a {
    width: 100%;
    text-align: center;
    background: #000000;
    padding: 12.5px 0;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border-radius: 1px;
    display: block;
}

#chartnextbtnID2 {
    float: left;
    width: calc(50% - 15px);
    margin-top: 18px;
}

#chartnextbtnID2 a {
    width: 100%;
    text-align: center;
    background: #FF5B24;
    padding: 12.5px 0;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border-radius: 1px;
    display: block;
}

.quantity_buttons {
    float: left;
    width: 100%;
    margin-top: 5px;
}

.quantity_buttons img {
    cursor: pointer;
}

.quantity_buttons #quantity_plus,
.quantity_buttons #quantity_minus {
    background: #e2e2e2;
    color: #000;
    float: left;
    text-align: center;
    padding: 5px 5px;
    border-top: 1px solid #7f7f7f;
    border-bottom: 1px solid #7f7f7f;
}

.quantity_buttons #quantity_plus:hover,
.quantity_buttons #quantity_minus:hover {
    background: #000;
    color: #fff;
}

.quantity_buttons #quantity_minus {
    padding: 5px 7px;
    border-right: 1px solid #7f7f7f;
}

.quantity_buttons #quantity_plus {
    border-left: 1px solid #7f7f7f;
}

.box-for-mobile {
    padding: 0;
}

.box-for-desktop {
    display: block;
}

.box-for-mobile {
    display: none;
}



@media screen and (max-width: 1290px) {
    /*.quantity_buttons #quantity_plus,
    .quantity_buttons #quantity_minus
    {
      display: none;
    }*/
    /*.shopping-cart-element-quantity .quantity_input_field
    {
      width: 100%;
    }*/
}

@media screen and (max-width: 999px) {
    .shopping-cart-element-quantity .quantity_input_field {
        width: 40%;
    }
}

@media screen and (min-width: 1000px) {
    .box-for-desktop {
        display: block;
    }

    .box-for-mobile {
        display: none;
    }

    #chartnextbtnID a:hover {
        background: #000;
    }
}

@media screen and (max-width: 999px) {
    .box-for-desktop {
        display: block;
    }

    .box-for-mobile {
        display: none;
    }



    .shoppingcart-elements-wrapper,
    .shopping-cart-right-box {
        width: 100%;
    }


    .shoppingcart-product-title-heading {
        width: 25%;
    }

    .shoppingcart-product-price-heading {
        width: 14%;
    }

    .number-of-products {
        margin-bottom: 30px;
    }

    .discountcodeheader {
        margin-bottom: 10px;
        font-size: 22px;
        line-height: 29px;
    }

    #totalsumrightID {
        font-size: 25px;
    }

    #chartnextbtnID a {
        font-size: 18px;
        padding: 17px 0;
    }
}

@media screen and (max-width: 640px) {
    .shopping-cart-element-price {
        text-align: left;
    }

    .shopping-cart-element-price-total-price,
    .shopping-cart-element-price-individual-price {
        width: 80%;
        margin-left: 10%;
    }

    .pentagon-content-open-content {
        width: 70%;
    }
}

@media screen and (max-width: 500px) {
    .shopping-cart-element-quantity {
        left: 0;
        width: 33%;
    }

    .shopping-cart-element-price {
        left: 33%;
        width: 33%;
    }

    .shopping-cart-element-delete {
        left: 66%;
        width: 33%;
    }

    .shoppingcart-header-heading {
        left: 0;
        width: 33%;
    }

    .shoppingcart-product-choices-heading {
        text-align: left;
    }
}


#deliveryfieldsgroupID {
    float: left;
    width: 100%;
}

#deliveryfieldsgroupID div,
#deliveryfieldsgroupID input {
    float: left;
}

#deliveryfieldsgroupID .contentinputfield {
    float: left;
    width: 100%;
}

#notsamedeliveryfieldID {
    float: left;
    width: auto
}

.Rowcheckout {
    float: left;
    width: 100%;
    height: auto !important;
    border-bottom: 1px solid #d6d5d5;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.Rowcheckoutconfirm {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.listproductimagecheckout {
    float: left;
    width: 8%;
    min-width: 70px;
    padding-right: 2%;

}

.listproductimagecheckout img {
    display: block;
    /* width:   90%;
     height:  auto !important;*/
}

.listproductnamecheckout {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;

    margin-top: 4px;
    font-size: 16px;
}

.listproducttextcheckout {
    width: 100%;
    text-align: left;
    font-size: 14px;
}

.contentcellcheckoutfirstcolumn {
    float: left;
    width: 60%;
}

.contentcellcheckoutothercolumn {
    width: 40%;
    text-align: right;
    float: right;
    right: 0;
    font-size: 14px;
}

.checkoutquantity,
.checkoutlinesum {
    float: left;
    width: 50%;
}

.checkouttotalfield,
.checkouttotalfield tr {
    float: left;
    width: 100%;
    font-size: 14px;
}

.checkouttotalfield tr td {
    float: left;
    padding-bottom: 5px;
}

.checkouttotalfield tr td:first-child {
    text-align: right;
    padding-right: 1%;
    width: 83%;
}

.checkouttotalfield tr td:last-child {
    text-align: right;
    padding-left: 1%;
    width: 14%;
}

@media screen and (max-width: 460px) {
    .checkouttotalfield tr td:first-child {
        text-align: right;
        padding-right: 1%;
        width: 49%;
    }

    .checkouttotalfield tr td:last-child {
        text-align: left;
        padding-left: 1%;
        width: 49%;
    }
}

#confirmsalescheckID {
    float: left;
    margin-right: 10px;
}

.confirmsalescheckIDlabel {
    float: left;
    margin-top: 3px;
}

.confirmsalescheckIDlabel a {
    text-decoration: underline;
    font-size: 14px;
}

.confirmsalesterms {
    float: left;
    margin-bottom: 10px;
}

#confirmorderbtn {
    float: right;
    width: 100%;
}

#confirmorderbtn a {
    float: right;
    padding: 12px 0 11px;
    color: #fff;
    width: 70%;
    text-align: center;
    background: #6fb342;
    font-size: 14px;
}

.confirmbtn {
    float: right;
    width: 50%;
}

@media screen and (min-width: 1000px) {
    #confirmorderbtn a:hover {
        background: #000;
    }
}


.show-shopping-cart-dropdown {
    display: block !important;
}

.shopping-cart-dropdown {
    float: left;
    width: 400px;
    position: absolute;
    background: #1C324A;
    padding: 10px;
    display: none;
    right: 0;
    z-index: 99;
    top: 15px;
    -webkit-box-shadow: 3px 3px 3px -3px rgba(16, 16, 16, 0.8), 0px 0px 3px 1px rgba(16, 16, 16, 0.8), -3px 3px 3px -3px rgba(16, 16, 16, 0.8);
    -moz-box-shadow: 3px 3px 3px -3px rgba(16, 16, 16, 0.8), 0px 0px 3px 1px rgba(16, 16, 16, 0.8), -3px 3px 3px -3px rgba(16, 16, 16, 0.8);
    box-shadow: 3px 3px 3px -3px rgba(16, 16, 16, 0.8), 0px 0px 3px 1px rgba(16, 16, 16, 0.8), -3px 3px 3px -3px rgba(16, 16, 16, 0.8);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.shopping-cart-dropdown:hover {
    display: block;
}

@media screen and (max-width: 1000px) {
    .shopping-cart-dropdown {
        top: 50px;
    }
}

@media screen and (min-width: 768px) {
    .shopping-cart-launcher:hover .shopping-cart-dropdown {
        display: block;
    }
}

.shopping-cart-dropdown-item {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
    position: relative;
    padding: 10px 0;
}

.shopping-cart-dropdown-item-image-side {
    float: left;
    width: 20%;
    overflow: hidden;
    border: 1px solid #fff;
    height: 71px;

}

.shopping-cart-dropdown-item-text {
    float: left;
    position: relative;
    width: 60%;
    padding-left: 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.shopping-cart-dropdown-item-title {
    float: left;
    width: 100%;
    font-size: 14px;
    margin-bottom: 5px;
}

.shopping-cart-dropdown-item-price {
    float: left;
    width: 100%;
    font-size: 14px;
}

.shopping-cart-dropdown-footer-meta {
    float: left;
    width: 100%;
    margin: 30px 0 20px 0;
    font-size: 14px;
}

.shopping-cart-dropdown-footer-meta .half {
    float: left;
    width: 50%;
}

.shopping-cart-dropdown-footer-meta .half:last-child {
    text-align: right;
}

.shopping-cart-dropdown-footer-meta .half .absolute-quantity,
.shopping-cart-dropdown-footer-meta .half .absolute-price {
    font-size: 14px;
    font-weight: bold;
}

.shopping-cart-dropdown-footer-meta .half .absolute-price {
    font-size: 16px;
}

.shopping-cart-dropdown-footer-meta .half .absolute-quantity {
    padding: 0px 0px 0px 20px;
    color: #6fb342;
}

.shopping-cart-dropdown-large-link-wrapper {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.shopping-cart-dropdown-large-link {
    float: none;
    display: block;
    margin: 0 auto;
    width: 90%;
    text-align: center;
    padding: 20px 0;
    background: #6fb342;
    color: #fff;
    font-weight: 600;
    text-transform: lowercase;
    font-size: 14px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}

.shopping-cart-dropdown-buttons {
    float: right;
    width: 19%;
}

.shopping-cart-remove {
    float: right;
    text-align: right;
    color: #fff;
    font-weight: 500;
    /*background: url('../../Header/output/elementsOutput/delete_icon.png') no-repeat;*/
    border: 0;
    height: 24px;
    width: 17px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.shopping-cart-dropdown-item-price-quantity {
    float: left;
    color: #6fb342;
    margin-right: 5px;
}

.shopping-cart-dropdown-item-price-individual-price {
    float: left;
    color: #959595;
    font-size: 12px;
    margin-right: 5px;
    margin-top: 2px;
    margin-left: 5px;
}

.shopping-cart-dropdown-item-price-total-price {
    float: right;
    text-transform: uppercase;
    color: #fff;
}

.bag:hover .shopping-cart-dropdown {
    display: block;
    z-index: 9999;
}

@media screen and (max-width: 1070px) {
    .confirmsalesterms {
        width: 100%;
        position: inherit;
    }

    .confirmbtn {
        float: left;
    }

    #confirmorderbtn a {
        float: left;
        width: 100%;
    }
}

@media screen and (max-width: 570px) {
    .confirmbtn {
        width: 100%;
    }

    .deliverypricetext {
        position: relative;
        float: right;
    }

    .deliveryalternatives {
        position: relative;
        float: right;
        padding-left: 10px;
    }

    .contentcellcheckoutfirstcolumn,
    .contentcellcheckoutothercolumn {
        width: 100%;
    }

    .contentcellcheckoutothercolumn {
        position: inherit;
        top: auto;
        margin-top: 15px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .checkoutquantity,
    .checkoutlinesum {
        width: auto;
    }

    .checkoutquantity {
        margin-right: 15px;
    }
}



.Row {
    float: left;
    width: 100%;
}

.Rowdelivery {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 100px;
}

.Rowdelivery .cellothercolumn {
    float: left;
    width: 25%;
    text-transform: uppercase;
    font-size: 16px;
}

.Rowdelivery .cellothercolumn.delivery-header-title {
    width: 35%;
}

.shoppingcart_delivery {
    float: left;
    width: 45%;
    margin-right: 5%;
}

.listdeliverytext {
    float: left;
    width: 100%;
}

.shoppingcart_delivery .listdeliverytext .deliverybringcheckbox,
.shoppingcart_delivery .listdeliverytext .listdeliverytextName .bringretrieveradio {
    float: left;
}

.shoppingcart_delivery .listdeliverytext .listdeliverytextName {
    float: left;
    width: 100%;
}

.count_column {
    float: left;
    width: 36%;
}

.price_column {
    float: left;
    width: 14%;
}

.delivery_row {
    float: left;
    width: 70%;
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
    font-size: 14px;
}

.fixed-box {
    /*position: fixed;*/
    /*top: 310px;*/
    /*min-width: 260px;*/
}

.box-for-desktop {
    width: 100%;
    z-index: 2;
    /*background: #fff;*/
    /*max-width: 292px;*/
}

.box-for-desktop-wrapper {
    /*position: absolute;*/
    /*width: 25%;*/
    /*float: right;*/
    /*right: 0;*/
    /*z-index: 2;*/
}

/*.shoppingcart_delivery .listdeliverytext input[type="radio"]
{
  border: 1px solid #000;
}*/

.shoppingcart_delivery label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 13px;
}

.shoppingcart_delivery input[type=radio] {
    display: none;
}

.shoppingcart_delivery label:before {
    content: "";
    display: inline-block;

    width: 16px;
    height: 15px;

    margin-right: 10px;
    position: absolute;
    left: 0;
    /*bottom: 1px;*/
    background-color: #fff;
    /*box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);*/
    /*border: 1px solid #000;*/
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 1);
}

.shoppingcart_delivery label:before {
    border-radius: 200px;
    padding: 0 0 3px 1px;
}

.shoppingcart_delivery input[type=radio]:checked+label:before {
    content: "\2022";
    color: #000;
    font-size: 30px;
    text-align: center;
    line-height: 18px;
}

.delivery-label-mobile {
    display: none;
}

@media screen and (max-width: 999px) {
    .delivery_row {
        width: 100%;
    }

    .Rowdelivery .cellothercolumn.delivery-header-title {
        width: 50%;
    }

    .delivery-header-amount {
        width: 36% !important;
    }

    .delivery-header-price {
        width: 14% !important;
    }
}

@media screen and (max-width: 760px) {
    .shopping-cart-element-about {
        display: none;
    }

    .shopping-cart-element-image {
        max-width: 8.6rem;
        height: 9.9rem;
        width: 8.6rem;
    }

    .mobile-row {
        display: block;
    }

    .desktop-row {
        display: none;
    }

    .mobile-shoppingacrt-closed-content-meta-title {
        font-size: 16px;
        line-height: 23px;
        font-weight: 500 !important;
        margin-bottom: 10px;
    }

    .delete-from-basket-td {
        position: absolute;
        top: 0;
    }

    .prod-left {
        width: 56px;
        display: inline-block;
        color: #696969;
        margin-bottom: 3px;
        font-size: 14px;
        line-height: 19px;
        margin-right: 10px;
    }

    .pentagon-content-open-content {
        width: 76%;
        float: right;
    }

    .mobile-shoppingacrt-closed-content-meta-price-totalprice {
        float: right;
        padding-right: 14px;
        font-size: 16px;
        line-height: 21px;
        font-weight: 500;
        top: -20px;
        position: relative;
    }

    .delivery-label-mobile {
        display: block;
    }

    .delivery-label {
        display: none;
    }

    .price-mobile {
        float: right;
        padding-right: 0;
    }

    .delivery-label-mobile {
        padding-bottom: 15px;
    }

    .store-front .sum-row .total {
        padding-right: 0;
        line-height: 24px;
    }

    .box-for-desktop-wrapper .store-footer {
        display: none;
    }

    .box-for-mobile-wrapper {
        display: block;
    }

    .shopping-cart-right-box {
        padding: 0;
        margin-top: 0;
    }

    .box-for-mobile {
        padding: 3rem 1.4rem 1.6rem 1.6rem;
        display: block;
    }

    .box-for-mobile {
        display: none;
    }

    .number-of-products,
    .total-delivery {
        margin-bottom: 1.3rem;
    }

    .discountcodeheader {
        margin-bottom: 25px;
        font-size: 22px;
        line-height: 29px;
    }

    #chartnextbtnID,
    #chartnextbtnID2 {
        width: 100%;
    }

    .store-front .store-name {
        line-height: 28px;
    }

    .mobile-shoppingacrt-closed-content-meta-data {
        font-size: 14px;
    }

    /* .mobile-shoppingacrt-closed-content-meta-data span:last-child {
        display: none;
    } */

    .quantity_dropdown {
        border: 1px solid #151515;
        position: relative;
        left: 20%;
    }


    .delivery-option span:last-child {
        font-size: 16px;
        line-height: 20px;
    }

    .delivery-options h4 {
        line-height: 21px;
    }

    .delivery-options {
        margin-bottom: 13px;
    }

    .breadcrumbs {
        display: none;
    }

    .shoppingcart-wrapper {
        margin-top: 30px;
    }

    .shoppingcart-wrapper-left {
        width: 100%;
        padding-right: 0;
    }

    .page-heading {
        margin-bottom: 10px;
    }

    .box-for-desktop {
        display: none;
    }

    .box-for-mobile {
        display: block;
    }

    #totalsumrightID {
        font-size: 22px;
    }

    .shoppingcart-wrapper .shoppingcart-wrapper-left .text-article {
        margin-bottom: 45px;
    }


}

@media screen and (max-width: 600px) {
    .Rowdelivery .cellothercolumn {
        font-size: 13px;
    }

    .delivery_row {
        font-size: 11px;
    }

    .shoppingcart_delivery {
        word-break: break-all;
    }

    .pentagon-content-open-content {
        width: 70%;
    }
}