#shopping-cart-shift {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}

#shopping-cart-shift.active {
    display: block;
}

#shopping-cart-shift > .overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

#shopping-cart-shift > .content {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 326px;
    z-index: 2;
}

#shopping-cart-shift .shift {
    position: absolute;
    left: 326px;
    top: 0;
    height: 100%;
    width: 326px;
    background-color: #FFF;
    box-shadow: -10px 0 50px rgba(0, 0, 0, 0.5);
    transition: 0.2s;
}

#shopping-cart-shift.active .shift {
    left: 0;
}

#shopping-cart-shift .top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 40px;
    z-index: 2;
}

#shopping-cart-shift .top .icon {
    display: block;
    width: 34px;
    height: 34px;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    padding-top: 8px;
    cursor: pointer;
    margin-top: 16px;
    margin-left: 277px;
    background-color: #EDEDED;
    color: #323232;
    transition: 0.3s;
}

#shopping-cart-shift .top .icon:hover {
    background-color: #323232;
    color: #98231c;
}

#shopping-cart-shift .title {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 15px;
    height: 60px;
}

#shopping-cart-shift .shift > .content {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 175px;
    z-index: 1;
}

#shopping-cart-shift .title h3 {
    font-size: 22px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: bold;
}

#shopping-cart-shift .go-to-shopping-cart-top {
    position: absolute;
    left: 0;
    top: 130px;
    padding: 0 10px;
    width: 100%;
    height: 60px;
    z-index: 2;
    text-align: center;
}

#shopping-cart-shift .go-to-shopping-cart-top a {
    padding-left: 25px;
    padding-right: 25px;
}

#shopping-cart-shift .free-shipment {
    color: #98231c;
}

#shopping-cart-shift .list {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 0 15px;
}

#shopping-cart-shift .list .product {
    display: block;
    position: relative;
    padding-top: 15px;
    padding-bottom: 10px;
    border-bottom: solid 1px #E1E1E1;
}

#shopping-cart-shift .list .image {
    text-align: center;
}

#shopping-cart-shift .list img {
    max-width: 100%;
    max-height: 80px;
    margin-top: 10px;
}

#shopping-cart-shift .list .information .h4 {
    display: block;
    margin-top: 0;
    color: #6B6B6B;
    font-size: 14px;
    height: 64px;
    overflow: hidden;
}

#shopping-cart-shift .list .information a {
    color: #6B6B6B;
}

#shopping-cart-shift .list .information span {
    display: block;
    color: #333333;
    font-weight: bold;
    text-align: right;
}

#shopping-cart-shift .list .manage {
    position: absolute;
    width: 75px;
    left: 124px;
    bottom: 8px;
}

#shopping-cart-shift .list .manage > div {
    padding-left: 0;
    padding-right: 0;
}

#shopping-cart-shift .list .manage .icon-holder-left {
    padding-top: 5px;
    font-size: 12px;
    text-align: right;
    padding-right: 4px;
}

#shopping-cart-shift .list .manage .icon-holder-right {
    padding-top: 5px;
    font-size: 12px;
    text-align: left;
    padding-left: 4px;
}

#shopping-cart-shift .list .manage input {
    height: 24px;
    padding: 0;
    line-height: 1;
    text-align: center;
    font-size: 12px;
}

#shopping-cart-shift input[type='number'] {
    -moz-appearance: textfield;
}

#shopping-cart-shift input::-webkit-outer-spin-button,
#shopping-cart-shift input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

#shopping-cart-shift .list .manage .icon {
    cursor: pointer;
}

.shopping-cart {
    padding-bottom: 20px;
}

/**
    4. Shopping Cart Page
*/

.shopping-cart section.panel {
    border-color: #D4D4D4;
}

.shopping-cart section.panel:not(:first-child) > .panel-body {
    display: none;
}

.shopping-cart section.panel > .panel-heading {
    position: relative;
    padding: 10px 15px 10px 45px;
    cursor: pointer;
}

.shopping-cart section.panel > .panel-heading .icon {
    position: absolute;
    left: 15px;
    top: 10px;
    font-size: 16px;
}

.shopping-cart section.panel > .panel-heading h2 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
}

.shopping-cart h3 {
    text-transform: uppercase;
    text-align: center;
    color: #3C3C3C;
    font-size: 18px;
}

/**
    4.2. Shopping Cart Stage 1
*/
.shopping-cart .table td {
    vertical-align: middle;
    height: 88px;
}

.shopping-cart .table .name .image {
    width: 128px;
    text-align: center;
    padding-right: 0;
}

.shopping-cart .table .name .title {
    width: calc(100% - 128px);
}

.shopping-cart .table .name .image span {
    display: table-cell;
    vertical-align: middle;
    height: 72px;
}

.shopping-cart .table .name .image img {
    max-width: 100%;
    max-height: 72px;
    overflow: hidden;
}

.shopping-cart .table .name .title span {
    display: table-cell;
    vertical-align: middle;
    height: 72px;
}

.shopping-cart .table .price {
    width: 140px;
}

.shopping-cart .table .without-tax {
    opacity: 0.7;
}

.shopping-cart .table .count {
    width: 140px;
}

.shopping-cart .table .count > .row > div:nth-of-type(1) {
    text-align: right;
    padding-top: 24px;
}

.shopping-cart .table .count > .row > div:nth-of-type(2) {
    padding-right: 0;
    padding-left: 0;
}

.shopping-cart .table .count > .row > div:nth-of-type(3) {
    text-align: left;
    padding-top: 24px;
}

.shopping-cart .table .icon {
    font-size: 16px;
    cursor: pointer;
}

.shopping-cart .table .count .row > div {
    height: 72px;
    padding-top: 19px;
}

.shopping-cart .table input {
    width: 50px !important;
    text-align: center;
}

.shopping-cart .table input[type='number'] {
    -moz-appearance: textfield;
}

.shopping-cart .table input::-webkit-outer-spin-button,
.shopping-cart .table input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.shopping-cart .table .total {
    width: 140px;
}

.shopping-cart .table .remove {
    width: 50px;
}

/**
    4.4. Shopping cart stage 2
*/

.shopping-cart .delivery-method,
.shopping-cart .payment-method {
    margin-top: 1px;
    background-color: #F5F5F5;
    padding: 10px;
    transition: all 0.2s ease;
    cursor: pointer;
    border-radius: 5px;
}

.shopping-cart .payment-methods {
    display: none;
}

.shopping-cart .payment-methods.checked {
    display: block;
}

/**
    4.4. Shopping cart stage 3
*/

.shopping-cart .has-account .content,
.shopping-cart .no-account .content {
    padding: 30px 30px;
    border: solid 1px #D7D7D7;
    min-height: 275px;
}

.shopping-cart textarea {
    resize: none;
}

.shopping-cart .order-with-registration,
.shopping-cart .order-without-registration {
    display: none;
}

.shopping-cart .order-registered label,
.shopping-cart .order-with-registration label,
.shopping-cart .order-without-registration label {
    text-align: left !important;
}

.shopping-cart .other-address {
    display: none;
}

.shopping-cart .info-left,
.shopping-cart .info-right {
    padding: 15px 25px;
}

.shopping-cart .order-with-registration .company,
.shopping-cart .order-without-registration .company {
    display: none;
}

.shopping-cart .stage-4 h3 {
    text-align: left;
}