.cart-content {
    width: var(--width-content);
    padding:30px 0;
}
.cart-content .return {
    display: block;
    margin-bottom:30px;
    font-size:13px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #000;
}
.cart-content .return:hover {
    text-decoration: underline;
}
.cart-message {
    padding: 50px 0;
    font-size:15px;
}
.cart-content .return img {
    vertical-align: middle;
    width:17px;
    margin-right: 8px;
    margin-bottom: 2px;
}
.cart-content .cart-title {
    font-size: 25px;
    color: #000;
    margin-bottom:25px;
    letter-spacing: 1px;
    font-weight: 500;
}
.cart-table .cart-product {
    padding:4px 0;
    border-top:1px solid #9999;
    border-bottom: 1px solid #9999;
}
.close-popup-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border: 0;
    width: 100%;
    height: 100%;
}
.cart-table .cart-product .cart-product-image, .cart-table .cart-product .cart-product-name, .cart-table .cart-product .cart-product-details, .cart-table .cart-product .cart-product-quantity, .cart-table .cart-product .cart-product-price, .cart-table .cart-product .cart-product-remove {
    display: inline-block;
    vertical-align: middle;
}
.cart-table .cart-product .cart-product-image {
    margin-right: 20px;
    width: 14%;
}
.cart-table .cart-product .cart-product-image img {
    width: 90%;
}
.cart-table .cart-product .cart-product-name {
    width:15%
}
.cart-table .cart-product .cart-product-quantity {
    width:10%;
    text-align: center;
}
.cart-table .cart-product .cart-product-price {
    width:15%;
    text-align: center;
}
.cart-table .cart-product .cart-product-remove {
    text-align: right;
    width:8%;
}
.cart-table .cart-product .cart-product-remove img {
    width:25px;
}
.cart-table .cart-product .cart-product-name h3 {
    font-size: 19px;
    text-transform: uppercase;
    margin-bottom: 8px;
    letter-spacing: 1px;
    font-weight: 500;
}
.cart-table .cart-product .cart-product-name span {
    color: #000;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 500;
}
.cart-table .cart-product .cart-product-details {
    width: 33%;
    padding-left: 20px;
    box-sizing: border-box;
}
.cart-table .cart-product .cart-product-details p {
    display: inline-block;
    vertical-align: top;
    width:48%;
    margin-right:2%;
    margin-bottom:2%;
    font-size:13px;
    line-height: 18px;
}
.cart-table .cart-product .cart-product-details p.ref {
    width: 100%;
}
.cart-table .cart-product .cart-product-details span {
    font-size:12px;
    color: #737373;
}
.cart-table .cart-product .cart-product-details p:nth-of-type(2n + 0 ){
    margin-right: 0;
}
.cart-view .newsletter-container .newsletter-content .container {
    box-shadow: none;
}
.cart-table .cart-product .cart-product-quantity .spin span {
    display: inline-block!important;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    width: 30px;
    height: 30px;
    font-size: 21px;
    position: relative;
    background: #fff;
}
.cart-table .cart-product .cart-product-quantity .spin span:first-of-type:after {
    content: "-";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    color: #000;
    padding-bottom: 2px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.cart-table .cart-product .cart-product-quantity  .spin input {
    width: 40px;
    height: 30px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    border: none;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #000;
    box-sizing: border-box;
    pointer-events: none;
}
.cart-table .cart-product .cart-product-quantity .spin span:last-of-type:after {
    content: "+";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    color: #000;
}
.cart-bottom {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background-color: #fff;
    padding:30px 0px;
    box-sizing: border-box;
}
.cart-bottom .cart-bottom-left .promo-title {
    display: block;
    margin-bottom:20px;
    font-size:15px;
    font-weight: 500;
}
.cart-bottom .cart-bottom-left form input[type=text] {
    display:inline-block;
    vertical-align: middle;
    background-color: transparent;
    padding:8px 5px;
    width: 210px;
    border:1px solid #999;
    margin-right:20px;
    font-size:14px;
    color: #000;
    letter-spacing: 1px;
}
.cart-bottom .cart-bottom-left form input[type=submit] {
    display:inline-block;
    vertical-align: middle;
    width:120px;
    background-color: RGB(186,186,186);
    padding:8px 5px;
    font-size:14px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    border:1px solid RGB(186,186,186)
}
.cart-bottom .cart-bottom-left form input[type=submit]:hover {
    background-color: #000;
}
.cart-bottom .cart-bottom-right {
    width:30%;
}
.cart-bottom .cart-bottom-right p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size:14px;
    margin-bottom:18px;
    letter-spacing: 1px;
    font-weight: 600;
}
.cart-bottom .cart-bottom-right p span {
    font-weight: 700;
    font-size:15px
}
.cart-bottom .cart-bottom-right a {
    display: block;
    text-align: center;
    color: #fff;
    padding: 15px 0;
    background-color: #000;
    text-decoration: none;
    margin-top: 45px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}
.cart-bottom .cart-bottom-right a:hover {
    text-decoration: underline;
}
.progressbar {
    margin-left:-30px
}
.progressbar li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: center;
    margin: auto;
    width:120px;
    margin-bottom:10px;
}
.progressbar li a {
    text-decoration: none;
}
.progressbar li:last-of-type:after {
    display: none;
}
.progressbar li span {
    display: block;
    margin-top: 10px;
    color: #626262;
    font-size: 12px;
    letter-spacing: 0.5px;
}
.progressbar li:after {
    content: "";
    position: absolute;
    left: 59%;
    top: 14px;
    width: 120px;
    height: 1px;
    background-color: #000;
}
.progressbar li div {
    border: 2px solid #000;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: block;
    width: 22px;
    height: 22px;
    position: relative;
    margin: auto;
    background: #fff;
}
.progressbar li.active img, .progressbar li.visited img {
    opacity: 1;
}
.progressbar li div img {
    width: 17px;
    display: block;
    position: absolute;
    left: 0px;
    right: 0;
    margin: auto;
    top: 51%;
    transform: translateY(-50%);
    opacity: 0;
}
.progressbar li.active div {
    background-color: #000;
}
.cart-bg {
    background: linear-gradient(90deg, #fff 60%, rgb(244,244,244) 40%);
}
.cart-details {
    display: flex;
    justify-content: space-between;
}
.cart-addresses {
    width:55%;
    margin-right:30px;
}
.cart-content .cart-title.black {
    color: #000;
    font-size:21px;
    margin-bottom:0px;
}
.cart-content .cart-title.grey {
    color: rgb(127,127,127);
    font-size:21px;
    margin-bottom:0px;
}
.cart-content .cart-title.border {
    padding:20px 0;
    border-bottom:1px solid #999
}
.cart-content .cart-title.border-top {
    border-top:1px solid #999
}
.cart-addresses .client-details .col-inside {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cart-addresses .client-details .col-inside div {
    max-width: 48%;
    flex: 1 0 48%;
}
.cart-addresses .client-details {
    margin-top:35px;
}
.cart-addresses .client-details input, .cart-addresses .client-details textarea {
    display: block;
    width: 100%;
    padding: 10px 0;
    margin-bottom: 30px;
    border: 0;
    font-size: 14px;
    border: 1px solid rgb(200,200,200);
    border-radius: 5px;
    text-indent: 10px;
    color: #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.cart-addresses .client-details input:focus {
    border: 1px solid #000;
}
.cart-addresses .client-details label {
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
    color: rgb(120, 119, 119)
}
.cart-addresses .client-details .req {
    color: rgb(202, 16, 16);
}
.cart-addresses .client-details select {
    padding: 10px 0;
    width: 100%;
    font-size: 14px;
    -webkit-appearance: none;
    appearance: none;
    background-image: none;
    background: #fff url(../img/decors/arrow-down.png) no-repeat 97% 50%;
    background-size: 14px;
    border-radius: 0;
    border: 0;
    text-indent: 10px;
    margin-bottom: 30px;
    border: 1px solid rgb(200,200,200);
    border-radius: 5px;
    color: #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.cart-addresses .client-details textarea {
    resize:none;
    height: 80px;
    margin-bottom: 10px;
}
.cart-addresses .client-details .req-info {
    font-size:12px
}
.cart-addresses .client-details .checkbox-icon {
    border-color: #000;
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px 0 0;
    transition: background-color ease-in-out 0.15s;
    width: 10px;
    height: 10px;
    border:1px solid #626262;
    margin-bottom: 2px;
}
.cart-addresses .client-details .checkbox label {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
    cursor: pointer;
}
.cart-addresses .client-details .checkbox span {
    vertical-align: middle;
    color: #000;
    font-size: 13px;
}
.cart-addresses .client-details .checkbox input:checked + .checkbox-icon {
    background-color: #000;
    transition: background-color ease-in-out 0.15s;
}
.cart-addresses .client-details .checkbox {
    margin-top:15px;
    margin-bottom:35px;
}
.cart-addresses .client-details input[type=submit]{
    display: block;
    width:240px;
    text-align: center;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border:2px solid #000;
    margin-bottom:60px;
    border-radius: 0;
}
.cart-addresses .client-details input[type=submit]:hover {
    background-color: #fff;
    color: #000;
}
.cart-addresses .client-details .checkbox input {
    display: none;
}
.cart-summary {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    margin-top: -52px;
    padding-left: 65px;
    box-sizing: border-box;
}
.cart-summary .summary-title {
    font-size:15px;
    display: block;
    margin-bottom: 10px;
}
.cart-summary .summary-product {
    border-top:1px solid #000;
    padding-top:35px;
    margin-bottom: 25px;
}
.cart-summary .summary-product .summary-product-image {
    display: inline-block;
    vertical-align: middle;
    width:30%;
}
.cart-summary .summary-product .summary-product-image img {
    width:95%;
}
.cart-summary .summary-product .summary-product-name {
    display: inline-block;
    vertical-align: middle;
    width:45%;
    padding-left: 20px;
    box-sizing: border-box;
}
.cart-summary .summary-product .summary-product-price {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    width:23%;
}
.cart-summary .summary-product .summary-product-price {
    font-size:13px;
    font-weight: 700;
}
.cart-summary .summary-product .summary-product-name h3 {
    font-size:14px;
    font-weight: 700;
    margin-bottom:5px;
}
.cart-summary .summary-product .summary-product-name span {
    display: block;
    font-size: 12px;
    line-height: 14px;
    color: #000;
}
.cart-summary .summary-product .summary-bottom {
    margin-top:20px;
}
.cart-summary .summary-product .summary-bottom .summary-product-details p {
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
}
.cart-summary .summary-product .summary-bottom .summary-product-details p span {
    font-size: 11px;
    color: #737373;
    letter-spacing: 1px
}
.cart-summary .summary-promo {
    border-top:1px solid #000;
    padding-top:25px;
    margin-bottom: 25px;
}
.cart-summary .summary-promo .promo-title {
    display: block;
    font-size:14px;
    margin-bottom:15px;
}
.cart-summary .summary-promo input[type=text] {
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;
    padding: 10px 5px;
    width: calc(100% - 158px);
    border: 1px solid #999;
    margin-right: 20px;
    font-size: 14px;
    color: #000;
    text-indent: 10px;
    letter-spacing: 1px;
}
.cart-summary .summary-promo form input[type=submit] {
    display: inline-block;
    vertical-align: middle;
    width: 120px;
    background-color: RGB(186,186,186);
    padding: 10px 5px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid RGB(186,186,186);
}
.cart-summary .summary-promo form input[type=submit]:hover {
    background-color: #000;
}
.cart-summary .summary-payment {
    border-top:1px solid #999;
    padding-top:25px;
}
.cart-summary .summary-payment p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.cart-summary .summary-payment p.total {
    padding-top:20px;
    border-top:1px solid #999;
    font-weight: 700;
}
.cart-summary .summary-payment-options {
    margin-top:45px;
}
.cart-summary .summary-payment-options .summary-payment-title {
    font-size:14px;
    display: block;
    margin-bottom: 15px;
    font-weight: 500;
}
.cart-summary .summary-payment-options img {
    display: inline-block;
    vertical-align: middle;
    width:12%;
    margin-right: 20px;
    margin-bottom: 20px;
}
.cart-summary .summary-payment-options img:nth-of-type(6) {
    margin-right:0;
}
.cart-content .edit-content {
    padding:15px 0 20px 0;
    border-bottom: 1px solid #999;
}
.cart-content .margin-t {
    margin-top:10px;
}
.cart-content .margin-t-30 {
    margin-top:30px;
}
.payment p {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
    padding-left: 15px;
    line-height: 17px;
    font-size: 15px;
    font-weight: 500;
    margin-top: 0px;
}
.payment p img {
    width: 70px;
}
.payment p.payment-desc {
    padding-left: 0;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: 0.5px;
    width: 70%;
}
.top-header-cart {
    position: fixed;
    top:0;
    left:0;
    right:0;
    background-color: #fff;
    z-index:100010;
    padding-top:35px;
    padding-bottom: 34px;
    box-shadow: 0px 2px 3px 0px rgb(202 202 202);
}
.top-header-cart .container {
    width: var(--width-content);
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: auto;
    max-width: 90%;
    box-sizing: border-box;
}
.top-header-cart .container .cart-return a {
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    font-weight: 500;
}
.top-header-cart .container .cart-return a:hover {
    text-decoration: underline;
}
.cart-succes {
    text-align: left;
    padding-bottom:15px;
}
.cart-succes p {
    font-size:15px;
    color: #777;
    letter-spacing: 1px;
}
.top-header-cart .container .cart-return a img {
    vertical-align: middle;
    width: 20px;
    margin-right: 8px;
    margin-bottom: 2px;
}
.top-header-cart .container .cart-logo {
    width:250px;
}
.top-header-cart .container .cart-logo img {
    width: 250px;
}
.top-header-cart .container .cart-contact a {
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    letter-spacing: 1px;
}
.cart-content .cart-title.padding-b {
    padding-bottom:30px;
}
.cart-content .edit-content p {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 13px;
    color: #9a9a9a;
}
.cart-content .edit-content p a img{
    width: 20px;
    vertical-align: bottom;
    margin-left: 5px;
}
.cart-content .edit-content p a {
    text-decoration: none;
    color: #000;
    vertical-align: middle;
}
.delivery-option {
    padding-left: 15px;
    margin-bottom: 35px;
    margin-top:35px;
}
.cart-content .delivery-option label {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}
.cart-content .delivery-option label:before {
    content: "";
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    width: 14px;
    height: 14px;
    border: 1px solid #000;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.cart-content .delivery-option input {
    display: none;
}
.cart-content .delivery-option a {
    display: block;
    color: #000;
    font-size: 13px;
    margin-left: 30px;
    font-weight: 500;
    margin-bottom:30px;
    text-decoration: underline;
}
.cart-content .delivery-option label.checked:before {
    background-color: #000;
}
.cart-content .delivery-form {
    margin-top: 35px;
}
.cart-content .delivery-form {
    display: block;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 5px;
}
.cart-content .delivery-form textarea {
    display: block;
    resize: vertical;
    width: 100%;
    padding: 10px 0;
    margin-top: 20px;
    margin-bottom: 30px;
    border: 0;
    font-size: 14px;
    border: 1px solid rgb(200,200,200);
    border-radius: 5px;
    text-indent: 10px;
    color: #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.cart-content  .btn-submit{
    display: inline-block;
    margin: 20px 0 0 0;
    text-align: center;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid #000;
    margin-bottom: 30px;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 17px;
    white-space: normal;
    box-sizing: initial;
}
.cart-content .btn-submit:hover {
    background-color: #fff;
    color: #000;
}
.cart-content .payment {
    padding-left: 5px;
    margin-bottom: 15px;
    margin-top: 30px;
}
.cart-content .payment label {
    margin-bottom: 20px;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
}
.payment input:checked + .checkbox-icon {
    background-color: #000;
    transition: background-color ease-in-out 0.15s;
    }
.payment .checkbox-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
    transition: background-color ease-in-out 0.15s;
    width: 16px;
    height: 16px;
    border: 1px solid #d6d6d6;
    padding: 0;
}
.cart-content .payment label.checked:before {
    background-color: #000;
}
.cart-content .payment input {
    display: none;
}
.cart-content .payment label img {
    margin-left: auto;
    width: 70px;
}
.payment label div {
    margin-top: 30px;
    padding-left: 35px;
    width: 100%;
    box-sizing: border-box;
}
.cart-content .cart-payment-form {
    margin-top:20px;
}
.verify-data {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top:35px;
}
.verify-data .verify-info {
    width:48%;
    margin-right:2%;
    margin-bottom:4%;
    border:1px solid #999;
    padding:20px;
    box-sizing: border-box;
}
.verify-data .verify-info:nth-of-type(2n + 0) {
    margin-right: 0;
}
.verify-data .verify-info span {
    display: block;
    font-size:14px;
    margin-bottom: 20px;
    font-weight: 600;
}
.verify-data .verify-info p {
    font-size:14px;
    line-height: 24px;
    color:#9a9a9a
}
.verify-data .verify-info a {
    display: block;
    color:#000;
    margin-top:25px;
    font-size:13px;
    text-decoration: none;
    font-weight: 600;
}
.verify-data .verify-info a:hover {
    text-decoration: underline;
}
.verify-data .verify-info a img {
    vertical-align: bottom;
    width:18px;
    margin-left: 5px;
}
.verify-data .verify-info p img{
    width: 24px;
    vertical-align: middle;
    margin-bottom: 2px;
    margin-right: 5px;
}
.cart-table-mobile {
    display: none;
}
.mobile-summary-btn {
    display: none;
}
.cart-succes {
    margin-top: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 45px;
    padding-bottom:45px;
}
.cart-succes .succes-img {
    width: 44%;
    flex:1 0 44%;
    height: 70vh;
    background: url(../img/cart-success.jpg) center center no-repeat;
    background-size: cover;
    margin-left: 5%;
}
.succes-container {
    width:49%;
    padding-left: 5%;
    box-sizing: border-box;
    flex:1 0 49%;
}
.succes-title {
    padding:45px;
    text-align: center;
    background-color: rgb(244,244,244);
    margin-bottom: 45px;
}
.succes-title h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}
.succes-title span {
    font-weight: 500;
}
.succes-content ul li{
    margin-bottom: 35px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.succes-content ul li span {
    flex:1 0 44%;
    font-weight: 600;
    line-height: 28px;
}
.succes-content ul li p {
    text-align: left;
    flex:1 0 55%;
    line-height: 28px;
}
.mobile-progressbar .progressbar  {
    display: none
}
.failure-content p {
    font-size: 18px;
    line-height: 25px;
}
@media all and (max-width:1300px) {
    .cart-summary .summary-product .summary-product-name {
        width:38%;
    }
    .cart-summary .summary-product .summary-bottom .summary-product-details p {
        width:46%
    }
    .cart-table .cart-product .cart-product-quantity {
        width:12%;
    }
    .cart-table .cart-product .cart-product-price {
        width:11%;
    }
    .cart-summary .summary-product .summary-bottom .summary-product-details p:nth-of-type(3) {
        width:80%;
        text-align: left;
    }
}
@media all and (max-width:1000px) {
    .cart-content {
        padding:40px 0px 20px 0;
        box-sizing: border-box;
    }
    .top-header-cart .container {
        padding-right: 0;
    }
    .failure-content {
        text-align: center;
    }
    .cart-succes {
        flex-direction: column;
    }
    .succes-container {
        flex: 1 0 95%;
        width:95%;
        margin:auto;
        padding-left: 0;
    }
    .cart-succes .succes-img {
        display: none;
    }
    .cart-content .return {
        padding-left: 20px;
        margin-bottom: 10px;
        display: none;
    }
    .top-header-cart .container .cart-return a img {
        display: none;
    }
    .cart-content .cart-title {
        padding-left: 20px;
        font-size: 18px;
    }
    .cart-content .cart-title.black {
        font-size: 18px;
    }
    .cart-table-mobile {
        display: block;
        padding:0 20px;
        box-sizing: border-box;
    }
    .cart-table-desktop {
        display: none;
    }
    .cart-mobile-info {
        display: inline-block;
        vertical-align: middle;
        width:44%;
    }
    .cart-table .cart-product .cart-product-image {
        width:54%;
        margin-right: 0px;
    }
    .cart-table .cart-product .cart-product-name {
        width:100%;
    }
    .cart-table .cart-product .cart-product-price {
        width:100%;
        text-align: left;
        margin-top: 20px;
    }
    .cart-table .cart-product .cart-product-quantity {
        width:90px;
        margin-top:25px;
        border:1px solid #000;
        padding:3px 0;
    }
    .cart-table .cart-product .cart-product-quantity .spin input {
        border:0;
        width:20px;
    }
    .cart-table .cart-product .cart-product-remove {
        margin-top: 25px;
        margin-left: 8px;
    }
    .cart-table .cart-product .cart-product-details {
        width:100%;
        margin-top:30px;
        padding-left: 0;
    }
    .cart-view .container {
        width:100%;
        max-width: 100%;
    }
    .cart-table .cart-product .cart-product-details p {
        margin-right: 4%;
        width:45%;
        color:#737373;
        font-weight: 500;
    }
    .cart-table .cart-product {
        padding:20px 0;
        border-bottom: 0;
    }
    .cart-bottom {
        flex-wrap: wrap;
        padding:35px 20px;
        background-color: rgb(243 244 244);
    }
    .cart-bottom .cart-bottom-right {
        width:100%;
        padding-top:25px;
        margin-top:25px;
        border-top:1px solid #999;
    }
    .cart-bottom .cart-bottom-left form input[type=text] {
        width:56%;
        margin-right: 10px;
        padding:13px 5px;
    }
    .cart-bottom .cart-bottom-left form input[type=submit] {
        width:34%;
        padding:13px 5px;
    }
    .cart-table .cart-product .cart-product-details span {
        font-size: 13px;
    }
    .cart-table .cart-product .cart-product-name span {
        font-size: 14px;
    }
    .cart-bottom .cart-bottom-left {
        width:100%;
    }
    .top-header-cart .container .cart-logo img, .top-header-cart .container .cart-logo {
        width:200px
    }
    .top-header-cart .cart-contact {
        display: none;
    }
    .top-header-cart .container .cart-return a {
        font-size: 0;
    }
    .top-header-cart .container {
        justify-content: center;
    }
    .top-header-cart {
        padding-top: 25px;
        padding-bottom: 20px;
    }
    .top-header-cart.promo {
        margin-top:38px;
    }
    .progressbar li div {
        display: none;
    }
    .progressbar li::after {
        display: none;
    }
    .progressbar li span:after {
        content:">";
        display: inline-block;
        vertical-align: middle;
        margin-left: 5px;
        width: auto;
        height: auto;
        background: transparent;
    }
    .progressbar li:last-of-type span:after {
        display: none;
    }
    .progressbar li span {
        margin-top: 0;
    }
    .progressbar li.active span {
        font-weight: 600;
    }
    .progressbar li {
        width:auto;
        margin-right: 0px;
    }
    .progressbar {
        display: none;
        margin-left: 3px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .mobile-progressbar .progressbar {
        display: block;
        margin-left: 3px;
        margin-bottom: 0px;
        margin-top: 25px;
    }
    .cart-content {
        padding-top: 20px;
    }
    .cart-bg {
        background: #fff;
    }
    .cart-details {
        flex-wrap: wrap;

        flex-direction: column-reverse;
    }
    .cart-addresses {
        width:100%;
        margin-right: 0;
        padding:0 10px;
        box-sizing: border-box;
    }
    .cart-content .delivery-option label:before {
        border-radius: 0;
    }
    .cart-summary {
        padding-left: 0px;
        margin-top:0px;
        width:100%;
        background-color: #fff;
        padding:0 20px;
        box-sizing: border-box;
    }
    .cart-summary .summary-product .summary-bottom .summary-product-details p {
        width:auto;
        margin-right: 5%;
        margin-bottom: 5%;
    }
    .cart-summary .summary-product .summary-bottom .summary-product-details p:nth-of-type(3) {
        width:auto
    }
    .cart-summary .summary-payment-options {
        display: none;
    }
    .cart-summary .summary-product .summary-bottom .summary-product-details p span {
        letter-spacing: initial;
        font-size: 13px;
    }
    .payment p {
        width:80%;
    }
    .cart-content .btn-submit {
        width: 100%;
        max-width: 480px;
        box-sizing: border-box;
        padding:13px 0;
    }
    .mobile-summary-btn {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #000;
        padding: 20px;
        box-sizing: border-box;
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-top: -10px;
    }
    .mobile-summary-more {
        display: none;
        margin-top:20px;
    }
    .mobile-summary-btn p {
        display: inline-block;
        vertical-align: middle;
        font-size:14px;
        color: #fff;
        width:60%;
        line-height: 19px;
    }
    .mobile-summary-btn img {
        width:20px;
        vertical-align: middle;
        margin-left: 10px;
    }
    .mobile-summary-btn span {
        font-weight: 700;
        font-size:15px;
        color: #fff;
        width:85px
    }
    .cart-content .cart-title.black {
        padding-left: 0;
    }
    .verify-data .verify-info {
        width:100%;
        margin-right: 0px;
    }
    .cart-addresses .client-details input[type=submit] {
        width:100%;
        max-width: 480px;
        padding:13px 0;
    }
}

.privacy-terms-acceptance {
    margin-top: 30px;
}
.privacy-terms-acceptance .clause-label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.privacy-terms-acceptance .clause-label:hover {
    cursor: pointer;
}
.privacy-terms-acceptance .clause-label .clause-checkbox {
    display: inline-block;
    width: 10px; height: 10px;
    margin-right: 10px;
    border: 1px solid #000;
}
.privacy-terms-acceptance .clause-label .clause-checkbox:checked {
    background-color: #000;
}
.privacy-terms-acceptance .clause-label .clause-text {
    width: calc(100% - 20px);
    color: #000; font-size: 13px;
}
.privacy-terms-acceptance .clause-label .clause-text a {
    color: #000;
}
