.form-cart h1 {
    margin-bottom: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #ddd;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
}

.form-cart {
    font-family: verlag wf, sans-serif;
	box-shadow: 2px 3px 5px #b3b3b3;
	background-color: #ffffff;
}

.cart.items {
    width: 100%;
    margin-bottom: 40px;
    font-family: verlag wf, sans-serif;
}

.right_bag tr {
    border-bottom: 1px solid #ddd;
}

.right_bag tr td {
    padding: 10px 0;
}

.right_bag tr:last-child {
    border-bottom: 0;
    padding: 0;
}

.right_bag a {
    font-weight: bold;
    color: #000;
    font-size: 13px;
}

.item-wrap h2 a {
    color: #333333;
}

.item-wrap h2 a:hover {
    color: #999999;
    text-decoration: none;
}

.heading_had {
    padding: 35px 0 0 30px;
}

.heading_had a {
    font-size: 18px;
    color: #000;
}

.price {
    font-family: 'Roboto', sans-serif;
}

.cart-price .price {
    font-size: 16px;
}

@media(max-width:767px) {
    .cart.items {
        margin-bottom: 0
    }
}

@media(max-width:1023px) {
    .form-cart {
        margin-right: 0px;
		box-shadow: 2px 3px 5px #b3b3b3;
		margin-bottom: 25px;
    }
    .form-cart h1 {
        margin-bottom: 30px
    }
}

.cart.item td {
    padding: 25px 17px 0;
    vertical-align: top;
    border: 0 solid #ddd
}

.cart.item td.item {
    padding: 20px 10px;
}

.cart.item .product-image-photo {
    width: 100px;
    float: left
}

.cart.item .product-image-photo img {
    max-height: 100px;
}

.cart.item .item-wrap {
    margin-left: 120px
}

.cart.item .collection-title {
    margin-bottom: 2px;
    font-size: 15px;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-family: canela wf, sans-serif;
    font-weight: 600;
}

.cart.item h2 {
    max-width: 365px;
    margin-top: 0;
    margin-bottom: 4px;
    font-size: 16px;
    font-family: verlag wf, sans-serif
}

.cart.item p {
    font-size: 14px
}

.cart.item .details {
    margin-bottom: 0px
}

.cart.item .stock {
    color: #999
}

.cart.item td.qty {
    width: 155px
}

.btn.button-qty {
    border-radius: 50%!important;
}

.cart.item td.qty span {
    display: block;
    margin-bottom: 6px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 10px;
    letter-spacing: .1em;
    color: #989898;
    font-family: verlag wf, sans-serif;
}

.cart.item td.qty .input-text {
    -moz-appearance: textfield;
    width: 50px;
    text-align: left;
    padding: 2px;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.375;
    color: #000;
    border: #fff;
    font-family: verlag wf, sans-serif;
}

.cart.item td.qty .input-text::-webkit-outer-spin-button,
.cart.item td.qty .input-text::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.cart.item td.subtotal {
    width: 60px;
    text-align: right;
    font-weight: 400
}

.cart.item .cart.item.message.stock {
    margin: 25px 0 40px
}

.cart.item .cart.item.message.error {
    margin: 25px 0 40px;
    color: red;
    font-family: verlag wf, sans-serif;
    font-size: 14px;
    font-weight: 200;
    line-height: 20px
}

.cart.item .item-actions td {
    padding: 0 0 5px;
    border-bottom-width: 1px;
    font-size: 0
}

.cart.item .item-actions td:first-child {
    padding-left: 220px
}

.cart.item .item-actions td:last-child {
    text-align: right
}

.cart.item .item-actions a {
    display: inline-block;
    position: relative;
    top: -15px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: .2em;
    font-family: verlag wf, sans-serif;
    color: #333333;
}

.cart.item .item-actions a+a {
    margin-left: 50px
}

.cart.item .item-actions .icon {
    width: 12px;
    height: 12px;
    margin-right: 7px;
    position: relative
}

.cart.item .item-actions .icon-pencil {
    width: 11.5px;
    height: 11.5px;
    top: 1px
}

.cart.item .item-actions .icon-x {
    width: 9px;
    height: 9px
}

.cart.item .item-actions .icon-heart {
    top: 1px
}

.cart.item .item-actions .button {
    width: 195px;
    margin-top: -25px;
    position: relative;
    top: -15px
}

@media(max-width:1023px) {
    .cart.item .product-image-photo {
        width: 70%;
        float: none
    }
    .cart.item .item-wrap {
        margin-left: 0
    }
    .cart.item td.subtotal {
        width: 70px
    }
    .cart.item p:last-child {
        margin-bottom: 25px
    }
    .cart.item .item-info td {
        border-top-width: 1px
    }
    .cart.item .item-actions td {
        display: block;
        width: 100%;
        padding: 0;
        border: 0
    }
    .cart.item .item-actions td:first-child {
        padding-left: 0
    }
    .cart.item .item-actions td:last-child {
        padding-bottom: 15px;
        text-align: left
    }
    .cart.item .item-actions a {
        padding: 8px 0 7px;
        position: static
    }
    .cart.item .item-actions a+a {
        margin-left: 0
    }
    .cart.item .item-actions .button {
        margin-top: 10px;
        margin-bottom: 10px;
        position: static
    }
}

@media(max-width:767px) {
    .cart.item,
    .cart.item tr,
    .cart.item td {
        display: block
    }
    .cart.item .product-image-photo {
        width: 100px;
        float: left
    }
    .cart.item .item-wrap {
        margin-left: 120px
    }
    .cart.item .item-info td {
        padding-top: 0;
        border: 0
    }
    .cart.item td.item {
        padding-right: 0
    }
    .cart.item td.qty,
    .cart.item td.subtotal {
        width: 120px;
        float: left;
        text-align: left
    }
    .cart.item p:last-child {
        margin-bottom: 15px
    }
    .cart.item .item-actions {
        margin-bottom: 25px;
        clear: both;
        padding-top: 15px;
        border-bottom: 1px solid #ddd
    }
    .cart.item .item-actions .button {
        width: 100%
    }
}

.-compact .cart.item {
    border-top: 1px solid #ddd
}

.-compact .cart.item td {
    padding-top: 30px;
    padding-bottom: 30px
}

.-compact .cart.item .product-image-photo {
    width: 130px
}

.-compact .cart.item .item-wrap {
    margin-left: 180px
}

.-compact .cart.item h2 {
    margin-bottom: 20px
}

.-compact .cart.item .subtotal {
    line-height: 1
}

@media(max-width:1023px) {
    .-compact .cart.item .product-image-photo {
        float: left
    }
}

@media(max-width:767px) {
    .-compact .cart.item .product-image-photo {
        width: 100px
    }
    .-compact .cart.item .item-wrap {
        margin-left: 120px
    }
    .-compact .cart.item h2 {
        margin-bottom: 10px
    }
    .-compact .cart.item .details {
        margin-bottom: 0
    }
    .-compact .cart.item .price {
        margin-top: 10px;
        margin-bottom: 0;
        font-family: verlag wf, sans-serif;
    }
    .-compact .cart.item .col.subtotal {
        display: none
    }
}

.empty-cart-container{
	text-align:center;
}
.empty-cart-bg{
    background-image: url(../../images/empty-cart.png);
    width: 100%;
    height: 100%;
    max-height: 281px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

.browsing-button{
	padding: 30px 0px;
}
.empty-cart-container h1 {
    margin-bottom: 48px;
    font-size: 24px
}

.empty-cart-container h2 {
    margin-bottom: 9px;
    font-size: 18px
}

.empty-cart-container a:not(.button) {
    border-bottom: 1px solid
}

.empty-cart-container .button-container {
    margin-top: 30px;
    margin-bottom: 0
}

@media(max-width:767px) {
    .empty-cart-container {
        margin-bottom: 30px;
        padding-bottom: 30px
    }
    .empty-cart-container h1 {
        margin-bottom: 20px;
        padding-bottom: 7px;
        border-bottom: 1px solid #ddd
    }
}

.empty-cart-container .button-container {
    margin-top: 25px
}

.columns+.cart.table-wrapper {
    margin-top: 70px
}

@media(min-width:768px) {
    .cart.table-wrapper+p {
        margin-top: -15px
    }
}

@media(max-width:767px) {
    .cart.table-wrapper+p {
        text-align: center
    }
    .columns+.cart.table-wrapper {
        margin-top: 40px
    }
}

.cart-summary {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
    float: right;
    font-family: 'Roboto', sans-serif;
}

.cart-summary-wrap {
    padding: 18px 20px 20px;
    background: #f4f4f4
}

.cart-summary h2 {
    margin-bottom: 17px;
    padding-bottom: 9px;
    border-bottom: 1px solid #ddd;
    font-size: 18px!important;
    font-family: 'Roboto', sans-serif;
}

.cart-summary .dl {
    margin-bottom: 26px
}

.cart-summary .button {
    width: 100%
}

@media(max-width:767px) {
    .cart-summary {
        width: 100%;
        margin-top: 0;
        float: none
    }
}

.discount,
.gift-options-cart {
    margin-top: 18px;
    margin-bottom: 30px;
    text-align: center
}

.discount .title,
.gift-options-cart .title {
    margin-bottom: 17px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: .2em;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-transition: .15s;
    -webkit-transition: .15s;
    -moz-transition: .15s;
    -o-transition: .15s;
    transition: .15s
}

.discount .title:hover,
.gift-options-cart .title:hover {
    color: #545454
}

.discount .content,
.gift-options-cart .content {
    display: none;
    position: relative
}

.discount .input-text,
.gift-options-cart .input-text {
    padding-right: 90px
}

.discount .active-coupon,
.gift-options-cart .active-coupon {
    padding: 9px 110px 9px 9px;
    display: block;
    text-align: left;
    font-weight: 400;
    text-transform: lowercase;
    letter-spacing: .01em;
    background-color: #f4f4f4
}

.discount .button,
.gift-options-cart .button {
    width: 80px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    text-align: center
}

.discount .button.cancel,
.gift-options-cart .button.cancel {
    width: 100px
}

.discount.active .title,
.gift-options-cart.active .title {
    color: #bababa
}

.discount.active .content,
.gift-options-cart.active .content {
    display: block
}

.gift-options-cart .field label {
    text-align: left
}

.gift-options-cart .content {
    display: block
}

.gift-options-cart .button {
    position: relative;
    width: 49%
}

dl.dl dt {
    float: left;
    clear: both;
    overflow: hidden;
    white-space: nowrap;
    max-width: 75%;
    text-overflow: ellipsis;
    font-weight: normal;
    color: #666666;
}

dl.dl {
    text-align: right;
    font-family: verlag wf, sans-serif;
    font-size: 16px;
    color: #666666;
}

dl.dl dt ~ dt,
dl.dl dd ~ dd {
    margin-top: 10px;
    color: #666666;
}

dl.dl dt.total,
dl.dl dd.total {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    color: #000;
    font-weight: 400;
    font-size: 18px;
}

.cartpagebutton {
    display: inline-block;
    height: 40px;
    padding: 0 20px;
    background: #011D37;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    line-height: 40px;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #fff;
    -ms-transition: .15s;
    -webkit-transition: .15s;
    -moz-transition: .15s;
    -o-transition: .15s;
    transition: .15s;
    font-family: verlag wf, sans-serif;
}

.cartpagebutton:hover {
    background: #011D37;
    color: #fff;
    text-decoration: none;
}

.discount,
.gift-options-cart {
    margin-top: 5px;
    margin-bottom: 20px;
    text-align: center;
    background: #F4F4F4;
    padding: 15px;
}

.discount .title,
.gift-options-cart .title {
    margin-bottom: 17px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: .2em;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-transition: .15s;
    -webkit-transition: .15s;
    -moz-transition: .15s;
    -o-transition: .15s;
    transition: .15s;
    font-family: verlag wf, sans-serif;
}

.discount .title:hover,
.gift-options-cart .title:hover {
    color: #545454
}

.discount .content,
.gift-options-cart .content {
    display: none;
    position: relative
}

.discount .input-text,
.gift-options-cart .input-text {
    padding-right: 90px
}

.discount .active-coupon,
.gift-options-cart .active-coupon {
    padding: 9px 110px 9px 9px;
    display: block;
    text-align: left;
    font-weight: 400;
    text-transform: lowercase;
    letter-spacing: .01em;
    background-color: #f4f4f4
}

.discount .button,
.gift-options-cart .button {
    width: 80px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    text-align: center
}

.discount .button.cancel,
.gift-options-cart .button.cancel {
    width: 100px
}

.discount.active .title,
.gift-options-cart.active .title {
    color: #000
}

.discount.active .content,
.gift-options-cart.active .content {
    display: block
}

.input-text {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #000;
    border-radius: 0;
    -ms-transition: .1s;
    -webkit-transition: .1s;
    -moz-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    font-family: verlag wf, sans-serif;
    font-size: 16px;
    color: #999999;
}

.discount .button,
.gift-options-cart .button {
    width: 80px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    text-align: center;
    font-family: verlag wf, sans-serif;
}

.cart-discount .button {
    display: inline-block;
    padding: 0 20px;
    background: #000;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    line-height: 40px;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #fff;
    -ms-transition: .15s;
    -webkit-transition: .15s;
    -moz-transition: .15s;
    -o-transition: .15s;
    transition: .15s;
}

.button.-white {
    background: #011D37;
    border: 1px solid #000;
    color: #fff;
}


/**Checkout**/

.panel-group .active .panel-heading {
    background: #011D37;
    color: #fff;
}

.panel-heading {
    padding: 15px 10px!important;
    font-size: 24px!important;
}

.chekoutright {
    border: 1px solid #000;
    font-size: 13px;
    color: #fff
}

.chekoutright legend {
    margin-bottom: 0
}

.chekoutright td {
    padding: 5px
}

.chekcouttotal {
    color: #000;
    font-size: 15px
}

.btn-primary {
    background: #011D37;
    border: #011D37 1px solid;
}

.btn-primary:hover {
    background: #011D37;
    border: #011D37 1px solid;
}