 .card_1001 .cart_column1 .tab{
    background: url(../images/user_grey.png) no-repeat left;
    background-size: 25px 25px;
    text-align: center;
    display: inline;
    line-height: 60px;
    padding-left: 40px;
    font-family: 'Roboto', sans-serif;
    color: #000;
    cursor: pointer;
    font-size: 14px;
    padding: 10px 0px 10px 30px;
    text-transform: uppercase;
}

.card_1001 .cart_column1 .active{
    background: url(../images/user_green.png) no-repeat left;
    background-size: 25px 25px;
    text-align: center;
    display: inline;
    line-height: 60px;
    color: #000;
}
.card_1001 .cart_block .tab{
    background: url(../images/user_grey.png) no-repeat left;
    background-size: 25px 25px;
    text-align: center;
    line-height: 60px;
    padding-left: 40px;
    padding-right: 20px;
    box-sizing: border-box;
    color: #000;
    cursor: pointer;
    font-size: 12px;
    display: inline-block;
    text-transform: uppercase;
}
.card_1001 .cart_block .active {
    background: url(../images/user_green.png) no-repeat left;
    background-size: 25px 25px;
    text-align: center;
    display: inline-block;
    padding-left: 40px;
    color: #000;
}
 .card_1001 .sub_total_amount2 {
    font-size: 16px;
    font-weight: 400;
    float: right;
    text-align: right;
    width: 50%;
    line-height: 1.25;
    padding-top: 10px;
}
.card_1001 .pakavimas {font-size: 16px;text-align: right;color: #000;display: inline-block;padding-top: 10px;width: 50%;line-height: 1.25;}
.card_1001 .cart_column3 .pakavimas {font-size: 20px;text-align: right;color: #000;display: inline-block;padding-top: 10px;width: 50%;line-height: 1.25;}
.table_product_img:hover{ opacity: .8; }
.card_1001 .table_product_img:hover{opacity: .8;}
.card_1001 .cart_column1 .checkbox label:hover{color: #666666;}
.card_1001 .cart_column1 .cart_block_text a:hover{opacity: .8;}
.card_1001 .cart_column1 .tab:hover{color: #666666;}
.card_1001 .cart_block .tab:hover{color: #666666;}
.error{border: 1px solid red !important;}
/*.active_bank{border: 1px solid #000;}
.unactive_bank{opacity: .5; border: 0;}*/
.unactive{border:0;}
.active_wrapper{border: 2px solid grey !important;}
.disp_blck {display: block;}
.delivery_text {padding: 10px 10px 10px 0;box-sizing: border-box; font-size: 11px;}
.empty_cart {font-size: 20px;font-weight: 600;padding-bottom: 20px;}
.pack-color {width: 100%;display: block;text-align: center;line-height: inherit;background: rgba(255,255,255, .4);font-weight: 600;color: rgba(0, 0, 0, 1);}
.pack-price {width: 100%;display: block;text-align: center;line-height: inherit;background: rgba(255,255,255, .4);font-weight: 600;color: rgba(0, 0, 0, 1);}

.card_1001 .cart_column3 .item-color {box-sizing: border-box;padding-left: 10px;}
.card_1001 .cart_column3 .item-size {box-sizing: border-box;padding-left: 10px;}
/*.color-picker{display: none;}*/
#no_more {
    font-size: 11px;
    color: red;
    line-height: 1.25;
    display: inline-block;
}
.applied_coupon{
    padding: 10px 0px 0px 5px;
    line-height: 20px;
    font-size: 16px;
    text-transform: uppercase;
}
.card_1001 h1 {
    font-size: 24px;
    height: 50px;
    color: #000;
    font-weight: 400;
    line-height: 1.2;
}
.card_1001 a {
    text-decoration: none;
}
.card_1001 .item-title-container a{
    text-decoration: none;
    display: flex;
    cursor: auto;
}
.card_1001 i {
    background-color: #666666;
    height: 1px;
    width: 18px;
    display: block;
}
.card_1001 .amountt {
    font-size: 14px;
    background: none!important;
    border: none;
    display: block;
    padding: 0px 5px;
    position: relative;
    top: 8px !important;
    height: 44px !important;
    box-sizing: border-box;
    background-color: white !important;
}
.card_1001 .discount {
    width: 42% !important;
    height: 35px !important;
    margin-right: 10px;
    background: #fff;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    margin-top: 15px;
    font-size: 18px !important;
    display: inline-block !important;
}
.card_1001 input[type="text"]{
    font-size: 14px;
    background: none!important;
    border: none;
    display: block;
    padding: 0px 5px;
    height: 44px;
    box-sizing: border-box;
}
.card_1001 input[type=password]{
    font-size: 15px;
    background-color: #eeeeee;
    border: none;
    display: block;
    padding: 0px 20px;
    -webkit-appearance: none;
    border-radius: 0;
}
.card_1001 .msg{
    font-size: 14px;
    font-weight: 400;
    color: #151a14;
    display: block;
    padding: 17px 10px 17px 40px;
}
.card_1001 .payment_success{
    width: 50%;
    background: #89cc7d;
    min-height: 50px;
    margin-bottom: 10px;
    margin-top: 10px;
    box-sizing: border-box;
    padding-left: 15px;
    background-image: url(../images/info-icon.png);
    background-repeat: no-repeat;
    background-position: left; 
    background-size: 30px 30px;
    background-position-x: 15px;
}
.card_1001 .payment_no_success{
    background: #fc7e7f;
    width: 50%;
    min-height: 50px;
    margin-bottom: 10px;
    margin-top: 10px;
    box-sizing: border-box;
    padding-left: 15px;
    background-image: url(../images/info-icon.png);
    background-repeat: no-repeat;
    background-position: left; 
    background-size: 30px 30px;
    background-position-x: 15px;
}
.card_1001 .payment_processing{
    width: 50%;
    background: #fde47f;
    min-height: 50px;
    margin-bottom: 10px;
    margin-top: 10px;
    box-sizing: border-box;
    padding-left: 15px;
    background-image: url(../images/info-icon.png);
    background-repeat: no-repeat;
    background-position: left; 
    background-size: 30px 30px;
    background-position-x: 15px;
}
.card_1001 .applied_coupon{
    padding: 10px 0px 0px 5px;
    line-height: 20px;
    font-size: 16px;
    font-family: BrandonBlk;
    text-transform: uppercase;
}
.card_1001 .coupon_remove{
    width: 20px;
    height: 20px;
    background:url('../images/close.png') no-repeat left top;
    display: inline-block;
    cursor: pointer;
    margin-left:5px;
    vertical-align: top;
}
.info_display_field {margin-bottom: 50px;}
/*card*/
.card_1001 {
    width: 1340px;
    margin: 0 auto;
    /*border: 1px solid #dedede;*/
    padding: 0px 0px 40px 0px;
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 100px;
    font-family: 'Roboto', sans-serif;
    font-size: 0;
}
.card_1001 .title_line_green {
    height: 5px;
    width: 150px;
    background: #329b1f;
    display: block;
    margin-bottom: 30px;
    margin-top: 10px;
}
.card_1001 .table {
    width: 100%;
    max-width: 100%;
    background-color: white;
    padding-bottom: 10px;
}
.card_1001 .head {
    border-bottom: 1px solid #f5f7fa;
    padding: 13px 15px 10px;
    font-weight: 600;
    font-size: 16px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    background-color: #f2f2f2;
}
.card_1001 .table .head .goods {
    width: 35%;
    display: inline-block;
}
.card_1001 .vnt-price {
    width: 23%;
    display: inline-block;
}
.card_1001 .product-amount {
    width: 16%;
    display: inline-block;
}
.card_1001 .total-price {
    width: 12%;
    display: inline-block;
}
.card_1001 .table .head .recycle-bin {
    width: 4%;
    display: inline-block;
}
.card_1001 .table .item {
    padding: 10px 15px;
    border-bottom: 1px solid #f5f7fa;
    min-height: 140px;
    padding-bottom: 0px;
}
.card_1001 .table .item .product-img {
    display: inline-block;
    width: 8%;
    height: 140px;
    box-sizing: border-box;
    /*padding-right: 10px;*/
}
.card_1001 .table_product_img {
    width: 101px;
    height: 130px;
    margin: 0 auto;
    top: 50%;
    position: relative;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    vertical-align: middle;
    object-fit: cover;
    right: 10px;
}
.card_1001 .row {
    box-sizing: border-box;
   /* padding-left: 20px;*/
    margin-left: 0px;
    margin-right: -15px;
    display: inline-block;
    vertical-align: top;
    width: 92%;
    /*height: 100%;*/
}
.card_1001 .item-title-container {
    width: 26%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    padding-top: 10px;
    padding-left: 30px;
    box-sizing: border-box;
}
/*.card_1001 .item-title-container form{
    height: 1px;
}*/
.card_1001 .item-title {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    color: #4f4f4f;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff !important;
    cursor: pointer;
   /* position: relative;
    top: 50%;
    transform: translateY(-50%);*/
}
.card_1001 .item-color {
    width: 50%;
    display: inline-block;
    /*box-sizing: border-box;
    padding-left: 10px;*/
}
.card_1001 .item-colorIs{
    width: 50%;
    display: inline-block;
    font-weight: 600;
}
.card_1001 .item-size{
    width: 50%;
    display: inline-block;
   /* box-sizing: border-box;
    padding-left: 10px;*/
}
.card_1001 .item-sizeIs{
    width: 50%;
    display: inline-block;
    font-weight: 600;
}
/*--------check box for wrapping item--------*/
.card_1001 .container {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 21px;
}
.card_1001 .container span{font-size: 14px; line-height: inherit;}
/* Hide the browser's default checkbox */
.card_1001 .container input {
    position: absolute;
    opacity: 0;
   /* cursor: pointer;*/
}
/* Create a custom checkbox */
.card_1001 .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #fff;
    border: 1px solid #dddddd;
}
/* On mouse-over, add a white background color */
.card_1001 .container:hover input ~ .checkmark {
    background-color: #fff;
}
/* When the checkbox is checked, add a white background */
.card_1001 .container input:checked ~ .checkmark {
    background-color: #fff;
}
/* Create the checkmark/indicator (hidden when not checked) */
.card_1001 .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.card_1001 .container input:checked ~ .checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 5px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid grey;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*--------check box for wrapping----------*/
/* --------pakavimo popieriaus spalva --------*/
.card_1001 .wrapper_color_container {
    padding: 3px 0 3px 0;
  /*  cursor: pointer;*/
    position: relative;
    bottom: 5px;
}
.card_1001 .wrapper_color_container .toggle {
    display: block;
    width: 100%;
    border: 1px solid #dddddd;
    padding: 2px 1px 2px 2px;
    box-sizing: border-box;
    position:relative;
    width: 550px;
    z-index: 1;
    background: #fff;
}
.card_1001 .wrapper_color_container .toggle div{
    display: inline-block;
    width: 19.2%;
    height: 100px;
    box-sizing: border-box;
    margin: 2px;
    cursor: pointer;
    background-size: cover !important;
    vertical-align: top;
}
.card_1001 .arrow-down {
    width: fit-content;
    cursor: pointer;
    height: 25px;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    box-sizing: border-box;
    padding-left: 30px;
}
.card_1001 .arrow-down:before, .arrow-down:after {
  content: "";
  display: block;
  width: 13px;
  height: 2px;
  background: #dddddd;;
  position: absolute;
  top: 8px;
  transition: transform .5s;
}

.card_1001 .arrow-down:before {
  left: 0px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  transform: rotate(45deg);
}
.card_1001 .arrow-down:after {
  left: 9px;
  transform: rotate(-45deg);
}
.card_1001 .arrow-down.activee:before {
  transform: rotate(-45deg);
  border: none;
}
.card_1001 .arrow-down.activee:after {
  transform: rotate(45deg);
  border: none;
}
/* -------//pakavimo popieriaus spalva -------*/
.card_1001 .item-info-container {
    width: 74%;
    display: inline-block;
    height: 140px;
}
.card_1001 .item-price-container {
    height: 100%;
    width: 39.5%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding-right: 10px;
}
.card_1001 .item-price {
    font-size: 20px;
    color: #000;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 45px;
    box-sizing: border-box;
}
.card_1001 .itm_discount{
    font-size: 19px;
     color: #4f4f4f;
     text-decoration: line-through;
     text-decoration-color: #4f4f4f;
}
.card_1001 .item-quantity-container {
    display: inline-block;
    width: 24.5%;
    height: 100%;
    vertical-align: top;
}
.card_1001 .amount_countt {
    position: inherit;
    box-sizing: border-box;
    padding-top: 45px;
}
.card_1001 .plus {
	height: 44px;
    width: 44px;
    padding-left: 13px;
    cursor: pointer;
    border: 1px solid #cfcfcf;
    float: left;
    background-color: #f7f7f7;
    border-radius: 2px;
}
.card_1001 .pluss {
    background: transparent url(../images/plus.png) center top;
    height: 17px;
    width: 17px;
    display: block;
}
.card_1001 .minus {
	height: 44px;
    width: 44px;
    padding-left: 13px;
    cursor: pointer;
    border: 1px solid #cfcfcf;
    float: left;
    background-color: #f7f7f7;
    border-radius: 2px;
}
.card_1001 .minuss {
    background-color: #666666;
    height: 1px;
    width: 18px;
    display: block;
}
.card_1001 .amountt {
    height: 30px;
    width: 44px;
    border: none;
    border-top: 1px solid #e5e5e5 !important;
    border-bottom: 1px solid #e5e5e5 !important;
    float: left;
    text-align: center;
    border-radius: 0;
    padding: 0 2px !important;
}
.card_1001 .sub-total-container {
    height: 100%;
    display: inline-block;
    vertical-align: top;
    width: 24%;
}
.card_1001 .sub-total {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-weight: 600;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.card_1001 .recycle_bin-container {
    display: inline-block;
    width: 12%;
    height: 100%;
}
.card_1001 .remove_from_cart {
    width: 15px;
    height: 22px;
    background-image: url(../images/recycleBin.png);
    display: block;
   /* margin: 0 auto;*/
    float: right;
    cursor: pointer;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.7;
}
.card_1001 .choose{
	width: 100%;
    padding-bottom: 10px;
}
.card_1001 .continue_shopping {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #4c4c4c;
    font-weight: 600;
    position: relative;
    bottom: 3px;
    opacity: .8;
}
.card_1001 .continue_shopping:hover{opacity: 1;}
.card_1001 .shopping_arrow_left {
    background-image: url(../images/menu_arrow_left.png);
    height: 20px;
    width: 20px;
    display: inline-block;
    position: relative;
    top: 6px;
    padding-left: 5px;
}
.card_1001 .refresh_bucket {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #4c4c4c;
    font-weight: 600;
    float: right;
    opacity: .7;
}
.card_1001 .refresh_bucket:hover{opacity: 1;}
.card_1001 .refresh_bck {
    background-image: url(../images/Refresh.png);
    height: 16px;
    width: 16px;
    display: inline-block;
    position: relative;
    right: 6px;
    top: 3px;
    background-size: cover;
}
.card_1001 .discount_container {
    height: auto;
    width: 670px;
    background-color: #fafafa;
    margin-top: 20px;
    box-sizing: border-box;
    padding: 10px 20px 10px 20px;
    display: inline-block;
    vertical-align: top;
}
.card_1001 .write_code{
    font-size: 18px;
    box-sizing: border-box;
    padding-right: 10px;
}
.card_1001 input.discount {
    width: 100%;
    height: 52px;
    background: #fff;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
    border: 1px solid #bbbbbb !important;
}
.card_1001 button.ad_discount {
    width: 25%;
    height: 35px;
    box-sizing: border-box;
    background: #3f3f3f;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border: none;
    cursor: pointer;
}
.card_1001 .bucket_info {
    height: auto;
    width: 350px;
    background: #fafafa;
    display: inline-block;
    float: right;
    /*padding: 20px 20px 15px 20px;*/
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
}
.card_1001 .sub_total {
    font-size: 16px;
    padding-top: 10px;
    color: #000;
    display: inline-block;
    width: 50%;
    line-height: 1.25;
}
.card_1001 .sub_total_amount {
    font-size: 16px;
   /* font-weight: 600;*/
    float: right;
    text-align: right;
    width: 50%;
    line-height: 1.25;
    padding-top: 10px;
}
.card_1001 .buying_amount {
    font-size: 16px;
    color: #000;
    display: inline-block;
    padding-top: 10px;
    width: 50%;
    line-height: 1.25;
}
.card_1001 .buying_amount_discount {
    font-size: 16px;
/*    font-weight: 600;*/
    display: inline-block;
    float: right;
    padding-top: 10px;
    width: 40%;
    text-align: right;
    line-height: 1.25;
}
.card_1001 .discount_with_code {
    font-size: 16px;
    color: #000;
    padding-top: 10px;
    display: inline-block;
    width: 50%;
    line-height: 1.25;
}
.card_1001 .discount_amount {
    font-size: 16px;
    color: #000;
/*    font-weight: 600;*/
    display: inline-block;
    float: right;
    padding-top: 10px;
    width: 50%;
    text-align: right;
    line-height: 1.25;
}
.card_1001 .pvm {
    font-size: 16px;
    color: #000;
    padding-top: 10px;
    display: inline-block;
    width: 50%;
    line-height: 1.25;
}
.card_1001 .pvm_amount {
    font-size: 16px;
    color: #000;
 /*   font-weight: 600;*/
    display: inline-block;
    float: right;
    padding-top: 10px;
    width: 50%;
    text-align: right;
    line-height: 1.25;
}
.card_1001 .total_price {
    font-size: 16px;
    color: #000;
    padding-top: 10px;
    display: inline-block;
    width: 50%;
    line-height: 1.25;
}
.card_1001 .total_price_amount {
    font-size: 16px;
 /*   color: #358523;*/
    font-weight: 800;
    display: inline-block;
    float: right;
    padding-top: 10px;
    width: 50%;
    text-align: right;
    line-height: 1.25;
}
.card_1001 sup {
    font-size: 9px;
}
/* paziuret kad nesipjautu su kitais buttonais*/
.card_1001 button#buy {                                          
    width: 100%;
    height: 52px;
    box-sizing: border-box;
    background: #ec7c7c;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-top: 25px;
    border: none;
    cursor: pointer;
    margin-bottom: 10px;
}
.card_1001 p.item-title:hover {/*border-bottom: 1px solid #000 !important;*/text-decoration-line: underline;}
.card_1001 button#buy:hover {opacity: 0.8;}
.card_1001 button#ad_discount:hover {opacity: 0.8;}
.card_1001 .remove_from_cart:hover{opacity: 1;}
.card_1001 button:hover{opacity:0.8;}
/* //card */
/* order.php goes here */
/* cart_column1 */
.card_1001 .cart_column1{
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
.card_1001 .cart_column1 .cart_block_header{
    font-size: 30px;
    font-weight: 400;
    color: #000000;
    padding: 7px 0px 7px 55px;
    margin-bottom: 10px;
}
.card_1001 .cart_column1 .location{
    background: url(../images/firstStep.png) no-repeat;
    text-align: center;
    display: inline;
    line-height: 55px;
}
.card_1001 .cart_column1 .cart_block_text{
    padding: 0px 0px 0px 0px;
    font-size: 18px;
    text-align: center;
}
.card_1001 .cart_column1 .cart_block_text a{
    color: #000;
    font-weight: 400;
    text-decoration-line: underline;
    font-size: 18px;
}
.card_1001 .cart_column1 a:hover{
    {color: #000;}
}
.card_1001 .cart_column1 .cart_tabs{
    text-decoration: none;
    height: 75px;
}
.card_1001 .cart_column1 .tab{
    display: inline-block;
    color: #000;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    height: 75px;
    line-height: 75px;
}
.card_1001 .cart_column1 .tab:nth-child(2){
    margin-left: 70px;
}
.card_1001 .cart_column1 [type="radio"]:not(:checked) + label:after {
    background-color: #e1e1e1;
    border-radius: 50%;
    content: "";
    height: 12px;
    left: 6px;
    position: absolute;
    top: 29px;
    transition: all .2s ease 0s;
    width: 12px;
}
.card_1001 .cart_column1 [type="radio"]:not(:checked), [type="radio"]:checked {
    position: absolute;
    left: -9999px;
}
.card_1001 .cart_column1 input[type="radio"], input[type="checkbox"] {
    margin: 4px;
    line-height: normal;
}
.card_1001 .cart_column1 input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
.card_1001 .cart_column1 label{
    padding-left: 35px;
    display: inline-block;
    max-width: 100%;
    font-weight: 400;
    font-size: 14px;
    height: 100%;
}
.card_1001 .cart_column1 [type="radio"]:not(:checked) + label, [type="radio"]:checked + label {
    position: relative;
    cursor: pointer;
}
.card_1001 .cart_column1 [type="radio"]:not(:checked) + label:before, [type="radio"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 23px;
    width: 22px;
    height: 22px;
    border: 1px solid #d2d9e4;
    background: white;
    border-radius: 50%;
}
.card_1001 .cart_column1 [type="radio"]:checked + label:after {
    background-color: #000;
    border-radius: 50%;
    content: "";
    height: 12px;
    left: 6px;
    position: absolute;
    top: 29px;
    transition: all .2s ease 0s;
    width: 12px;
}
.card_1001 .cart_column1 [type="radio"]:not(:checked) + label:after {
    background-color: #e1e1e1;
    border-radius: 50%;
    content: "";
    height: 12px;
    left: 6px;
    position: absolute;
    top: 29px;
    transition: all .2s ease 0s;
    width: 12px;
}
.card_1001 .cart_column1 .cart_block_form{
    background: #fff;
    border-radius: 5px;
}
.card_1001 .cart_column1 .cart_block_form{
    background: #fff;
    border-radius: 5px;
}
.card_1001 .cart_column1 .cart_form_row{
    height: 50px;
}
.card_1001 .input_container {
    display: inline-block;
    background: none !important;
    border: 1px solid #dddddd;
    vertical-align: top;
    width: 100%;
    height: 35px;
    padding-left: 0;
    margin-bottom: 5px;
}
.card_1001 input {
    width: 98%;
    /*height: 30px;*/
}
.card_1001 input[type="text"]{
    font-size: 14px;
    background: none!important;
    border: none;
    display: block;
    padding: 0px 5px;
    position: relative;
    top: 0px;
    height: 33px;
    box-sizing: border-box;
    background-color: white !important;
}
.card_1001 .cart_column1 input[type=password]{
    font-size: 15px;
    background-color: #eeeeee;
    border: none;
    display: block;
    padding: 0px 20px;
    -webkit-appearance: none;
    border-radius: 0;
}
.card_1001  .cart_column1  label{
    font-size: 16px;
    font-color: #000;
    font-family: 'Roboto', sans-serif;
}
.card_1001 .cart_column1 .cart_form_left {
    float: left;
    width: 49%;
}
.card_1001 .cart_column1 .select_container{
    border-radius: 5px;
    vertical-align: top;
}
.card_1001 .cart_column1 .select_container select{
    width: 170px;
    border-radius: 5px;
    padding: 9px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
     -webkit-appearance: none;
    border-radius: 0;
}
.card_1001 .cart_column1 .custom_select {
    font-size: 18px;
    color: #000;
    position: relative;
    background: url(select_arrow.png) no-repeat right 12px;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #bbbbbb;
    border-radius: 5px;
    height: 30px;
    line-height: 30px;
    padding: 0px 5px;
    min-width: 100%;
}
.card_1001 .cart_column1 .custom_option_selected {
    display: block;
    padding: 0px 15px 0px 5px;
    height: 30px;
    overflow: hidden;
    font-size: 15px;
}
.card_1001 .cart_column1 .custom_options {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #fff;
    border-radius: 5px;
    display: none;
    min-width: 100%;
    z-index: 100;
    text-align: left;
    max-height: 420px;
    overflow-y: auto;
    border: 1px solid #eeeeee;
}
.card_1001 .cart_column1 .custom_option {
    display: block;
    padding: 0px 10px;
    border-radius: 5px;
    border-bottom: 1px solid #eeeeee;
    white-space: nowrap;
}
.card_1001 .cart_column1 .cart_form_right {
    float: right;
    width: 49%;
    padding-left: 0 !important;
}
.card_1001 .cart_column1 label{
    font-size: 16px;
    font-color: #000;
    font-family: 'Roboto', sans-serif;
}
.card_1001 .cart_column1 .select_container {
    display: inline-block;
    background: none !important;
    border-radius: 5px;
    vertical-align: top;
    width: 100%;
    height: 35px;
}
.card_1001 .cart_column1 .select_container input {
    width: 98%;
    height: 30px;
}
.card_1001 .cart_column1 .select_container input[type="text"]{
    font-family: arial;
    font-size: 15px;
    height: 18px;
    background: none!important;
    border-radius: 5px;
    border: none;
    display: block;
    padding: 0px 20px;
    height: 30px;
}
.card_1001 .cart_column1 .select_container input[type=password] {
    font-size: 15px;
    background-color: #eeeeee;
    border-radius: 5px;
    border: none;
    display: block;
    padding: 0px 20px;
     -webkit-appearance: none;
    border-radius: 0;
}
.card_1001 .cart_column1 .select_container select{
    width: 170px;
    border-radius: 5px;
    padding: 9px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    -webkit-appearance: none;
    border-radius: 0;
} 
.card_1001 .cart_column1 .checkbox{
    font-size: 18px;
    color: #000;
    text-transform: none;
    font-family: 'Roboto', sans-serif;
    text-align: left;
}
.card_1001 .cart_column1 .checkbox input[type=checkbox] {
    /*display: none;*/
    display: inline-block;
    width: auto;
}
.card_1001 .cart_column1 .checkbox label {
    text-transform: none;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    cursor: pointer;
    padding-left: 5px;
}

/*.card_1001 .width_needed{width: 100% !important;}
*//* //cart_column1 */

 /* cart_column2 */
 .card_1001 .cart_form_left {
    float: left;
    width: 49%;
 }
 .card_1001 .cart_form_right {
    float: right;
    display: inline-block;
    width: 49%;
}
.card_1001 .adress_info {
    width: 32% !important;
}
.card_1001 .checkbox {
    display: inline-block;
    max-width: 100%;
    font-weight: 400;
    font-size: 14px;
    height: 100%;
    line-height: 20px;
    width: 100%;
    text-align: left;
}
 .card_1001 .cart_column2 input#different_address{
    margin : 4px;
    width: auto;
 }
.card_1001 .cart_column2{
    width: 50%;
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 25px;
}
.card_1001 .cart_column2 .cart_block_header {
    font-size: 30px;
    font-weight: 400;
    color: #000000;
    padding: 7px 0px 7px 55px;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}
.card_1001 .cart_column2 .delivery {
    background: url(../images/secondStep.png) no-repeat;
    text-align: center;
    display: inline;
    line-height: 55px;
}
.card_1001 .cart_column2 .margin_fix{
    width: 100%;
    height: 1px;
    background: transparent;
    margin-bottom: 20px;
}
.card_1001 .cart_column2 .delivery_option{
    width: 100%;
    box-sizing: border-box;
    margin-top: 10px;
    padding: 10px;
    display: inline-block;
    border: 1px solid #dddddd;
}
.card_1001 .cart_column2 .chosen_delivery{
    width: 30%;
    display: inline-block;
    float: left;
    height: 70px;
}
.card_1001 .cart_column2 [type="radio"]:not(:checked), [type="radio"]:checked {
    position: absolute;
    left: -9999px;
}
.card_1001 .cart_column2 input[type="radio"], input[type="checkbox"] {
    margin: 4px;
    line-height: normal;
}
.card_1001 .cart_column2 input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
.card_1001 .cart_column2 label{
   padding-left: 35px;
   display: inline-block;
   max-width: 100%;
   font-weight: 400;
   font-size: 14px;
   height: 100%;
   line-height: 70px;
}
.card_1001 .cart_column2 .past_kur{
    padding: 0;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    padding-left: 1px;
    text-transform: uppercase;
    font-size: 13px;
    padding-top: 5px;
    white-space: nowrap;
    line-height: initial;
}
.card_1001 .cart_column2 .logo_img_container{
    height: 100%;
    width: 142px;
    /*padding-top: 8px;*/
    padding-right: 20px;
    box-sizing: border-box;
}
.card_1001 .cart_column2 .img_fix{
    width: 100%; 
    height: 100%;
    object-fit: contain;
    margin: 0 auto;
    top: 50%;
    position: relative;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    vertical-align: middle;
}
.card_1001 .cart_column2 .img_fix2 {
    width: 100%; 
    height: 100%;
    object-fit: contain;
    margin: 0 auto;
    top: 50%;
    position: relative;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    vertical-align: middle;
}
.card_1001 .cart_column2 .img_fix3 {
    width: 100%; 
    height: 100%;
    object-fit: contain;
    margin: 0 auto;
    top: 50%;
    position: relative;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    vertical-align: middle;
    padding: 0;
}
.card_1001 .cart_column2 span.gram{
    position: relative;
    top: 2px;
}
.card_1001 .cart_column2 [type="radio"]:not(:checked) + label, [type="radio"]:checked + label {
    position: relative;
    cursor: pointer;
}
.card_1001 .cart_column2 [type="radio"]:not(:checked) + label:before, [type="radio"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 23px;
    width: 22px;
    height: 22px;
    border: 1px solid #d2d9e4;
    background: white;
    border-radius: 50%;
}
.card_1001 .cart_column2 [type="radio"]:not(:checked) + label:after {
    background-color: #e1e1e1;
    border-radius: 50%;
    content: "";
    height: 12px;
    left: 6px;
    position: absolute;
    top: 29px;
    transition: all .2s ease 0s;
    width: 12px;
} 
.card_1001 .cart_column2 [type="radio"]:checked + label:after {
    background-color: #000;
    border-radius: 50%;
    content: "";
    height: 12px;
    left: 6px;
    position: absolute;
    top: 29px;
    transition: all .2s ease 0s;
    width: 12px;
}
.card_1001 .cart_column2 .pick_up{
    display: inline-block;
    width: 70%;
    text-align: left;
    box-sizing: border-box;
    vertical-align: top;
    padding-top: 18px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}
.card_1001 .cart_column2 .pick_up2{
    display: inline-block;
    width: 44%;
    text-align: left;
    box-sizing: border-box;
    vertical-align: top;
    padding-top: 18px;
    font-size: 14px;
    float: left;
    font-family: 'Roboto', sans-serif;
}
.card_1001 .cart_column2 .pick_up3{
    display: inline-block;
    width: 44%;
    text-align: left;
    box-sizing: border-box;
    vertical-align: top;
    padding-top: 18px;
    font-size: 14px;
    float: left;
    font-family: 'Roboto', sans-serif;
}
.card_1001 .cart_column2 .pick_up_txt{
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #000;
    line-height: 1.25;
}
.card_1001 .cart_column2 .product_maker{
    position: relative;
    top: 2px;
}
/*.card_1001 .cart_column2 .product_maker_arrow{
    background-image: url(../images/product_select_arrow.png);
    width: 13px;
    height: 12px;
    display: inline-block;
    position: absolute;
    right: 60px;
    top: 9px;
}*/
.card_1001 .product_maker_select{
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    box-sizing: border-box;
    font-size: 14px;
    padding: 6px 40px 6px 10px;
    width: 90%;
    font-family: 'Roboto', sans-serif;
    border: 1px solid #A9A9A9;
    background-image: url(../images/product_select_arrow.png);
    background-repeat: no-repeat;
    background-position: right;
    outline: none;
}
.card_1001 .cart_column2 .product_maker_select option{
     padding: 6px 10px;
}
.card_1001 .cart_column2 .delivery_price{
    width: 26%;
    float: left;
    text-align: left;
    box-sizing: border-box;
    padding-left: 10px;
    padding-top: 18px;
}
.card_1001 .cart_column2 .old_price{
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #000;
    padding-right: 15px;
    line-height: 1.25;
    display: block;
    text-decoration: line-through;
}
.card_1001 .cart_column2 .card_price{
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #000;
    padding-right: 15px;
    line-height: 1.25;
    display: block;
}
.card_1001 .cart_column2 .pick_up_txt{
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #000;
    line-height: 1.25;
}
.card_1001 .cart_column2 .other_place{
    padding-left: 5px;
    position: relative;
    bottom: 1px;
    line-height: 20px;
} 
/* IKI ČIA zjbs */

.card_1001 .cart_block{
    margin-top: 50px;
    margin-bottom: 25px;
}
.card_1001 .cart_block .cart_block_header {
    font-size: 30px;
    font-weight: 400;
    color: #000000;
    padding: 7px 0px 7px 55px;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}
.card_1001 .cart_block .payment {
    background: url(../images/thirdStep.png) no-repeat;
    text-align: center;
    display: inline;
    line-height: 55px;
}
.card_1001 .cart_block .tab{
   /* background: url(../images/user_grey.png) no-repeat left;
    background-size: 25px 25px;*/
    text-align: center;
    line-height: 60px;
    padding-left: 40px;
    padding-right: 20px;
    box-sizing: border-box;
    color: #000;
    cursor: pointer;
    font-size: 12px;
    display: inline-block;
    text-transform: uppercase;
}
.card_1001 .cart_block .active {
   /* background: url(../images/user_green.png) no-repeat left;
    background-size: 25px 25px;*/
    text-align: center;
    display: inline-block;
    padding-left: 40px;
    color: #000;
}
.card_1001 .cart_block .cart_tabs .tab:nth-child(1) {
    margin: 0;
}
.card_1001 .cart_block .cart_block_form{
    background: #fff;
    border-radius: 5px;
    padding: 20px 0px;
}
.card_1001 .cart_block .cart_block_form .bank.active{border: 1px solid #000;background: none;}
.card_1001 .cart_block .cart_block_form .bank.unactive{opacity: .5;border: 0;}
.card_1001 .cart_block .payment_list{box-sizing: border-box;}
.card_1001 .cart_block .bank{
    width: 33%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #fff;
    cursor: pointer;
    padding: 10px 10px;
    box-sizing: border-box;
}
.card_1001 .cart_block .bank:hover{
    border: 1px solid #000;
}
.card_1001 .cart_block img{
    width: 80%;
}
.card_1001 .cart_block .product_maker_select{
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    box-sizing: border-box;
    font-size: 14px;
    padding: 5px 10px;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    border: 1px solid #A9A9A9;
}
.card_1001 .cart_block  option {
     padding: 6px 10px;
}
/* cart_column2 */

/*cart_column3*/

.card_1001 .cart_column3 {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 25px;
}
.card_1001 .cart_column3 .confirm{
    background: url(../images/fourStep.png) no-repeat;
    text-align: center;
    display: inline;
    line-height: 55px;
}
.card_1001 .cart_column3 .margin_fix {
    width: 100%;
    height: 1px;
    background: transparent;
    margin-bottom: 20px;
}
.card_1001 .cart_column3 .cart_block_form {
    background: #fff;
    border-radius: 5px;
    padding: 20px 0px;
}
.card_1001 .cart_column3 .item {
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #f5f7fa;
}
.card_1001 .cart_column3 .product-img {
    display: inline-block;
    width: 15%;
    height: 133px;
    border: 1px solid #e1e1e1;
    float: left;
}
.card_1001 .cart_column3 .table_product_img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    top: 50%;
    position: relative;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    vertical-align: middle;
}
.card_1001 .cart_column3 .row {
    display: inline-block;
    vertical-align: top;
    width: 85%;
    height: 135px;
}
.card_1001 .cart_column3 .item-title-container {
    width: 60%;
    text-align: left;
    height: 105px;
    vertical-align: top;
    display: inline-block;
    float: left;
    padding-left: 0px;
}
.card_1001 .cart_column3 .item-title {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    display: inline-block;
    padding-left: 10px;
    height: 25px;
    margin: 0;
    text-align: left;
    box-sizing: border-box;
    top: 0%;
    transform: translateY(0%);
    line-height: 1.25;
    cursor: pointer;
}
 .card_1001 .cart_column3 .item-info-container{
    width: 40%;
    display: inline-block;
    height: 105px;
    float: right;
    box-sizing: border-box;
    padding-top: 10px;
}  
.card_1001 .cart_column3 .item-price-container{
    height: 20px;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding-left: 20px; 
}
.card_1001 .cart_column3 .quantity{
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #000;
    text-align: left;
    line-height: 1.25;
}
.card_1001 .cart_column3 .item-price{
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-weight: 400;
    text-align: left;
    padding-top: 5px;
    padding-left: 0;
    line-height: 1.25;
}
.card_1001 .cart_column3 .sub-total-container{
    height: 20px;
    display: inline-block;
    vertical-align: top;
    width: 50%;
}
.card_1001 .cart_column3 .price{
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #000;
    text-align: left;
    line-height: 1.25;
}
.card_1001 .cart_column3 .sub-total{
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-weight: 400;
    padding-top: 5px;
    padding-left: 0;
    text-align: left;
    line-height: 1.25;
}
.card_1001 .cart_column3 .item-size-container {
    height: 15px;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding-left: 20px;
    padding-top: 40px;
}
.card_1001 .cart_column3 .item-size-container .itm-size {font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #000;
    text-align: left;
    line-height: 1.25;
}
.card_1001 .cart_column3 .item-size-container .size {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    text-align: left;
    padding-top: 5px;
    padding-left: 0;
    line-height: 1.25;
}
.card_1001 .cart_column3 .item-color-container {
    height: 15px;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-top: 40px;
}
.card_1001 .cart_column3 .item-color-container .itm-color{
    font-size: 14px;
    color: #000;
    text-align: left;
    line-height: 1.25;
}
.card_1001 .cart_column3 .item-color-container .color {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    padding-top: 5px;
    padding-left: 0;
    text-align: left;
    line-height: 1.25;
    height: 34px;
    overflow: hidden;
}
.card_1001 .cart_column3 .order_summary{
    width: 100%;
    background: #fafafa;
}
.card_1001 .cart_column3 .info_display_field{
   height: 220px;
   margin-bottom: 20px;
   padding-bottom: 15px;
}
.card_1001 .cart_column3 .discount_container {
   height: 230px;
   width: 360px;
   background-color: #fafafa;
   margin-top: 50px;
   box-sizing: border-box;
   padding: 30px 20px 10px 20px;
   display: inline-block;
   vertical-align: top;
}
.card_1001 .cart_column3 .bucket_info{
   height: 220px;
   width: 430px;
   background: #fafafa;
   display: inline-block;
   float: inherit;
   text-align: left;
   box-sizing: border-box;
   padding: 15px 20px 15px 20px;
}
.card_1001 .cart_column3 .sub_total {
   font-size: 20px;
   color: #000;
   display: inline-block;
   width: 50%;
   line-height: 1.25;
}
.card_1001 .cart_column3 .sub_total_amount {
    font-size: 20px;
    font-weight: 400;
    float: right;
    text-align: right;
    width: 50%;
    line-height: 1.25;
}
.card_1001 .cart_column3 .buying_amount {
    font-size: 20px;
    color: #000;
    display: inline-block;
    padding-top: 10px;
    width: 50%;
    line-height: 1.25;
}
.card_1001 .cart_column3 .buying_amount_discount {
    font-size: 20px;
    font-weight: 400;
    display: inline-block;
    float: right;
    padding-top: 10px;
    width: 40%;
    text-align: right;
    line-height: 1.25;
}
.card_1001 .cart_column3 .discount_amount {
    font-size: 20px;
    color: #000;
    display: inline-block;
    float: right;
    padding-top: 10px;
    width: 50%;
    text-align: right;
    line-height: 1.25;
}
.card_1001 .cart_column3 .discount_with_code {
    font-size: 20px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    padding-top: 10px;
    display: inline-block;
    width: 50%;
    line-height: 1.25;
}
.card_1001 .cart_column3.discount_amount {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    float: right;
    padding-top: 10px;
    width: 50%;
    text-align: right;
    line-height: 1.25;
}
.card_1001 .cart_column3 .pvm {
    font-size: 20px;
    color: #000;
    padding-top: 10px;
    display: inline-block;
    width: 50%;
    line-height: 1.25;
}
.card_1001 .cart_column3 .pvm_amount {
    font-size: 20px;
    color: #000;
    font-weight: 400;
    display: inline-block;
    float: right;
    padding-top: 10px;
    width: 50%;
    text-align: right;
    line-height: 1.25;
}
.card_1001 .cart_column3 .total_price {
    font-size: 20px;
    color: #000;
    padding-top: 10px;
    display: inline-block;
    width: 50%;
    line-height: 1.25;
}
.card_1001 .cart_column3 .total_price_amount {
    font-size: 20px;
    color: #000;
    font-weight: 800;
    display: inline-block;
    float: right;
    padding-top: 10px;
    width: 50%;
    text-align: right;
    line-height: 1.25;
}
.card_1001 .cart_column3 .total_price_amount sup {
    font-size: 14px;
    position: relative;
    font-weight: 600;
    top: 2px;
}
.card_1001 .cart_column3 .term_and_conditions{
    font-size: 30px;
    font-weight: 400;
    color: #000000;
    padding: 7px 0px 7px 0px;
    font-family: 'Roboto', sans-serif;
}
.card_1001 .cart_column3 .cart_form_row {
    height: 50px;
}
.card_1001 .cart_column3 .input_container {
    display: inline-block;
    background: none !important;
    border: 1px solid #bbbbbb;
    vertical-align: top;
    width: 100%;
    height: 35px;
}
.card_1001 .cart_column3 input {
     width: 98%;
     height: 30px;
 }
.card_1001 .cart_column3 input[type="text"]{
     font-family: arial;
     font-size: 15px;
     height: 18px;
     background: none!important;
     border: none;
     display: block;
     padding: 0px 20px;
     height: 30px;
}

.card_1001 .cart_column3 input[type=password]{
     font-size: 15px;
     background-color: #eeeeee;
     border: none;
     display: block;
     padding: 0px 20px;
     -webkit-appearance: none;
     border-radius: 0;
 }
.card_1001 .cart_column3 .select_container{
     border-radius: 5px;
     vertical-align: top;
 }
.card_1001 .cart_column3 select{
    width: 170px;
    border-radius: 5px;
    padding: 9px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    -webkit-appearance: none;
    border-radius: 0;
 }
.card_1001 .cart_column3  .custom_select {
     font-family: arial;
     font-size: 18px;
     color: #000;
     position: relative;
     background: url(select_arrow.png) no-repeat right 12px;
     cursor: pointer;
     display: inline-block;
     vertical-align: top;
     border: 1px solid #bbbbbb;
     border-radius: 5px;
     height: 30px;
     line-height: 30px;
     padding: 0px 5px;
     min-width: 100%;
 }
.card_1001 .cart_column3 .custom_option_selected {
     display: block;
     padding: 0px 15px 0px 5px;
     height: 30px;
     overflow: hidden;
     font-size: 15px;
 }
.card_1001 .cart_column3 .custom_options {
     position: absolute;
     top: 0px;
     left: 0px;
     background: #fff;
     border-radius: 5px;
     display: none;
     min-width: 100%;
     z-index: 100;
     text-align: left;
     max-height: 420px;
     overflow-y: auto;
     border: 1px solid #eeeeee;
 }
.card_1001 .cart_column3 .custom_option {
     display: block;
     padding: 0px 10px;
     border-radius: 5px;
     border-bottom: 1px solid #eeeeee;
     white-space: nowrap;
 }
.card_1001 .cart_column3 .cart_form_right {
     float: right;
     width: 49%;
 }
.card_1001 .cart_column3 label{
     font-size: 16px;
     font-color: #000;
     font-family: 'Roboto', sans-serif;
 }
 .card_1001 .cart_column3 .select_container {
     display: inline-block;
     background: none !important;
     border-radius: 5px;
     vertical-align: top;
     width: 100%;
     height: 35px;
 }
 .card_1001 .cart_column3 input {
     width: 98%;
     height: 30px;
 }
 .card_1001 .cart_column3 input[type="text"]{
     font-family: arial;
     font-size: 15px;
     height: 18px;
     background: none!important;
     border: none;
     display: block;
     padding: 0px 20px;
     height: 30px;
 }
 .card_1001 .cart_column3 input[type=password]{
     font-size: 15px;
     background-color: #eeeeee;
     border: none;
     display: block;
     padding: 0px 20px;
     -webkit-appearance: none;
     border-radius: 0;
 }
 .card_1001 .cart_column3 select{
    width: 170px;
    border-radius: 5px;
    padding: 9px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    -webkit-appearance: none;
    border-radius: 0;
 }
 .card_1001 .cart_column3 .checkbox{
    font-size: 18px;
    color: #303030;
    text-transform: none;
    text-align: center;
 }
 .card_1001 .cart_column3 .checkbox input[type=checkbox] {
    display: inline-block;
    width: auto;
    height: auto;
    position: relative;
    top: 1px;
 }
 .card_1001 .cart_column3 .checkbox label {
    text-transform: none;
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
    display: inline-block;
    text-decoration-line: underline;
 }
 .card_1001 .cart_column3 .checkbox label:hover{color: #666666;}
 .card_1001 button{
    width: 300px;
    height: 52px;
    box-sizing: border-box;
    background: #ec7c7c;
    color: #fff;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin-top: 8px;
    border: none;
    cursor: pointer;
}
.card_1001 button:hover{opacity:0.8;}
.card_1001 .cart_block{
    margin-top: 50px;
    margin-bottom: 25px;
}
.card_1001 .cart_block_header {
    font-size: 30px;
    font-weight: 400;
    color: #000000;
    padding: 7px 0px 7px 55px;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}
.card_1001 .payment {
    background: url(../images/thirdStep.png) no-repeat;
    text-align: center;
    display: inline;
    line-height: 55px;
}
.card_1001 .form_button.red{
    width: 43%;
    height: 52px;
    box-sizing: border-box;
    background: #da3a3a;
    color: #fff;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin-top: 3px;
    border: none;
    cursor: pointer;
}
.card_1001 .choosen_one{
    border: 1px solid #444444 !important;
    opacity: 1;
}  
.card_1001 .cart_column3 .cart_block_form .item .product-img .table_product_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
    top: 50%;
    position: relative;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    vertical-align: middle;
    box-sizing: border-box;
}
.card_1001 .cart_column3 .table_product_img {
    right: 0;
}
.card_1001 .cart_column3 .sub-total-container{height: 15px !important;}
.card_1001 .cart_column3 .item-price-container{height: 15px !important;}
/* cart_column3 */
/*MEDIA*/
@media screen and (max-width: 1360px){
    .card_1001 {width: 1240px;}
    .card_1001 .cart_column1 {width: 54%;}
    .card_1001 .cart_column2 {width: 54%;}
    .card_1001 .cart_column3 {width: 54%;}
}
@media screen and (max-width: 1270px){
    .card_1001 {width: 1000px;}
    .card_1001 .item-price{padding-left: 0px;}
    .card_1001 .table .head .goods {width: 35%;}
    .card_1001 .vnt-price {width: 26.5%;}
    .card_1001 .table_product_img{right: 15px;}
    .card_1001 .recycle_bin-container{width: 2%;}
    .card_1001 .item-title-container{width: 30%;}
    .card_1001 .item-info-container {width: 70%;}
    .card_1001 .item-price-container{width: 42%;}
    .card_1001 .item-quantity-container{width: 27.5%;}
    .card_1001 .product-amount {width: 17%;}
    .card_1001 .sub-total-container{width: 28%;}
    .card_1001 .discount_container{width: 550px;}
    .card_1001 .write_code {font-size: 16px;}
    .card_1001 .discount{width: 38% !important;font-size: 16px !important;}
    .card_1001 .item-price {font-size: 18px;}
    .card_1001 .itm_discount {font-size: 17px;}
    .card_1001 .sub-total {font-size: 18px;}
    .card_1001 .cart_column1 {width: 67%;}
    .card_1001 .cart_column2 {width: 67%;}
    .card_1001 .cart_column3 {width: 67%;}
}
@media screen and (max-width:1100px ) {
    .card_1001 {width: 98%;}
	.card_1001 input.amountt {height: 44px;width: 44px;}
}
@media screen and (max-width:1000px ) {
    .card_1001 {margin-bottom: 0px;padding-bottom: 0px;}
    .card_1001 .itm_discount {font-size: 17px;display: block;}
    .card_1001 .discount_container {width: 100%;padding-left: 5px;padding-right: 5px;}
    .card_1001 .item-price-container {width: 36%;}
    .card_1001 .vnt-price {width: 23%;}
    .card_1001 .item-quantity-container {width: 34%;}
    .card_1001 .product-amount {width: 21%;}
    .card_1001 .write_code {font-size: 20px;display: block;text-align: center;}
    .card_1001 .discount {width: 100% !important;font-size: 20px !important;}
    .card_1001 .bucket_info{width: 100%; padding-top: 30px;float: none;padding-left: 5px;padding-right: 5px;}
    .card_1001 button.ad_discount {width: 100%;margin-top: 10px;}
    .card_1001 .sub_total {font-size: 18px;}
    .card_1001 .sub_total_amount {font-size: 18px;}
    .card_1001 .buying_amount {font-size: 18px;}
    .card_1001 .buying_amount_discount {font-size: 18px;}
    .card_1001 .discount_with_code {font-size: 18px;}
    .card_1001 .discount_amount {font-size: 18px;}
    .card_1001 .pvm {font-size: 18px;}
    .card_1001 .pvm_amount {font-size: 18px;}
    .card_1001 .total_price {font-size: 18px;}
    .card_1001 .total_price_amount {font-size: 18px;}
    .card_1001 .pakavimas {font-size: 18px;}
    .card_1001 .sub_total_amount2 {font-size: 18px;}
}
@media screen and (max-width:950px ) {
    .card_1001 {width: 85%;}
    .card_1001-info_about_prdct {width: 85%;}
    .card_1001 .table .item .product-img {width: 15%;}
    .card_1001 .row{width: 85%;}
    .card_1001 .item-title-container {width: 45%;padding-left: 25px;padding-top: 2px;}
    .card_1001 .item-info-container {width: 55%;}
    .card_1001 .container{margin-top: 5px;}
    .card_1001 .head{display: none;}
    .card_1001 .item-price-container {width: 100%;height: 33%;padding-right: 0;}
    .card_1001 .itm_discount {font-size: 15px;display: block;}
    .card_1001 .item-quantity-container {width: 100%;height: 33%;display: flex;justify-content: center;align-items: center;}
    .card_1001 .amount_countt{padding-top: 0;}
    .card_1001 .sub-total-container {width: 100%;height: 33%;display: inherit;text-align: center;}
    .card_1001 .recycle_bin-container {width: 100%;height: 0;display: block;position: relative;bottom: 125px;}
    .card_1001 .item-price {font-size: 18px;text-align: center;top: 0;transform: translateY(0%);}
    .card_1001 h1 {line-height: 50px;}
    .card_1001 .cart_column1 {width: 100%;}
    .card_1001 .cart_column2 {width: 100%;}
    .card_1001 .cart_column3 {width: 100%;}
    .card_1001 .remove_from_cart{top: -10px;right: 3px;transform: translateY(0%);}
    .card_1001 .item-title{margin-bottom: 22px;}
}
@media screen and (max-width:935px ) {
}
@media screen and (max-width:870px ) {
}
@media screen and (max-width:850px ) {
	.card_1001-info_about_prdct{border-right: 0;border-left: 0px;}
}
@media screen and (max-width:803px ) {
    .card_1001 .wrapper_color_container .toggle{width: 275px;padding: 5px 0px 5px 7px;}
    .card_1001 .wrapper_color_container .toggle div{width: 18%;height: 50px;}
    .pack-color{font-size: 7px;}
    .pack-price{font-size: 7px;}
}
@media screen and (max-width:740px ) {
}
@media screen and (max-width:700px ) {
	.card_1001 .item-price {font-size: 18px;}
	.card_1001 .sub-total {font-size: 18px;}
	.card_1001 input.amountt {height: 40px !important;width: 40px;}
	.card_1001 button.plus {height: 40px !important;width: 40px !important;padding-left: 11px;cursor: pointer;}
	.card_1001 button.minus {height: 40px !important;width: 40px !important;padding-left: 11px;cursor: pointer;}
    .card_1001 .item-title{font-size: 18px;}
    .card_1001-info_about_prdct {width: 90%;}
    .card_1001 {width: 90%;}
    .card_1001 .width_needed{width: 100% !important;}
    .card_1001 .cart_column2 .logo_img_container{width: 120px;}
    .card_1001 .cart_column1 .cart_block_header {font-size: 24px;}
    .card_1001 .cart_column1 .location {background-size: contain;}
    .card_1001 .cart_column1 .cart_block_text {font-size: 15px;}
    .card_1001 .cart_column1 .cart_block_text a{font-size: 15px;}
    .card_1001 .cart_column1 label {font-size: 14px;}
    .card_1001 .cart_column2 .cart_block_header {font-size: 24px;}
    .card_1001 .cart_column2 .delivery {background-size: contain;}
    .card_1001 .cart_block .payment {background-size: contain;}
    .card_1001 .cart_block_header {font-size: 24px;}
    .card_1001 .cart_column3 .confirm {background-size: contain;}
    .card_1001 .cart_column3 .term_and_conditions {font-size: 24px;}
    .card_1001 .cart_column3 .info_display_field {padding-bottom: 0px;}
}
@media screen and (max-width:620px ) {
    .card_1001-info_about_prdct {width: 97%;}
    .card_1001 {width: 97%;}
    .card_1001 .item-title {font-size: 16px;margin-bottom: 25px;}
    .card_1001 .item-price {font-size: 16px;}
    .card_1001 .itm_discount {font-size: 13px;}
    .card_1001 .item-color{font-size: 12px;}
    .card_1001 .item-colorIs{font-size: 12px;}
    .card_1001 .item-size{font-size: 12px;position: relative;bottom: 3px;}
    .card_1001 .item-sizeIs{font-size:12px;position: relative;bottom: 3px;}
    .card_1001 .container {margin-top: 5px;font-size: 12px;line-height: 22px;padding-left: 25px;}
    .card_1001 .arrow-down{font-size: 12px;line-height: 20px;padding-left: 25px;}
    .card_1001 .sub-total {font-size: 16px;}
    .card_1001 button.minus {height: 35px !important;width: 35px !important;padding-left: 8px;cursor: pointer;}
    .card_1001 input.amountt {height: 35px !important;width: 35px; font-size: 12px;}
    .card_1001 button.plus {height: 35px !important;width: 35px !important;padding-left: 8px;cursor: pointer;}
    .card_1001 .cart_column1 .tab:nth-child(2) {margin-left: 45px;}
    .card_1001 .cart_column3 .item-title {font-size: 16px;}
    .card_1001 .cart_column3 .item-title-container {width: 55%;}
    .card_1001 .cart_column3 .item-info-container {width: 45%;}
    .card_1001 .cart_column3 .product-img {height: 125px;}
    .card_1001 .cart_column3 .row {height: 125px;}
    .card_1001 .cart_column3 .info_display_field {height: 200px;}
    .card_1001 .cart_column3 .bucket_info {height: 200px;}
    .card_1001 .cart_column3 {margin-top: 25px;}
    .card_1001 .cart_block {margin-top: 25px;}
    .card_1001 .container span {font-size: 12px;}
}
@media screen and (max-width:550px ) {
    .card_1001 .item-title-container {width: 50%; height: 40px;padding-top: 0px;}
    .card_1001 .item-info-container {width: 50%;height: 112px;}
    .card_1001 .table .item{height: 112px;}
    .card_1001 .table .item .product-img {height: 112px;}
    .card_1001 .table_product_img {width: 81px;height: 112px;}
    .card_1001 .item-title {font-size: 14px;margin-bottom: 13px;}
    .card_1001 .item-color {font-size: 10px;}
    .card_1001 .item-colorIs {font-size: 10px;}
    .card_1001 .item-size {font-size: 10px;position: relative;bottom: 5px;}
    .card_1001 .item-sizeIs {font-size: 10px;position: relative;bottom: 5px;}
    .card_1001 .container {margin-top: 0;margin-bottom: 5px;font-size: 10px;line-height: 16px;padding-left: 20px;position: relative;bottom: 3px;}
    .card_1001 .checkmark{height: 13px; width: 13px;}
    .container .checkmark:after {left: 3px;top: -2px;}
    .card_1001 .arrow-down {font-size: 10px;line-height: 20px;padding-left: 22px;right: 3px;}
    .card_1001 .arrow-down:before {left: 3px;}
    .card_1001 .arrow-down:before, .arrow-down:after{width: 9px;height: 2px;}
    .card_1001 .item-price {font-size: 14px;}
    .card_1001 .itm_discount {font-size: 12px;position: relative;bottom: 5px;}
    .card_1001 .wrapper_color_container {padding: 3px 0 0 0;position: relative;bottom: 8px;}
    .card_1001 .sub-total {font-size: 14px;}
    .card_1001 .recycle_bin-container {bottom: 100px;}
    .card_1001 .cart_column1 .cart_block_header {font-size: 24px;}
    .card_1001 .cart_column1 .cart_block_text {font-size: 15px;} 
    .card_1001 .cart_column2 .cart_block_header {font-size: 24px;padding: 4px 0px 7px 55px;}
    .card_1001 .cart_column3 .sub_total {font-size: 18px;}
    .card_1001 .cart_column3 .sub_total_amount {font-size: 18px;}
    .card_1001 .cart_column3 .buying_amount {font-size: 18px;}
    .card_1001 .cart_column3 .buying_amount_discount {font-size: 18px;}
    .card_1001 .cart_column3 .discount_with_code {font-size: 18px;}
    .card_1001 .cart_column3 .discount_amount {font-size: 18px;}
    .card_1001 .cart_column3 .pvm {font-size: 18px;}
    .card_1001 .cart_column3 .pvm_amount {font-size: 18px;}
    .card_1001 .cart_column3 .total_price {font-size: 18px;}
    .card_1001 .cart_column3 .total_price_amount {font-size: 18px;}
    .card_1001 .cart_column3 .total_price_amount sup {top: 4px;}
    .card_1001 .cart_column3 .info_display_field {height: 180px;}
    .card_1001 .cart_column3 .bucket_info {height: 180px;}
    .card_1001 .cart_column3 .sub-total{padding-top: 10px;}
    .card_1001 .cart_column2 .other_place{bottom: 0px;line-height: 16px;}
    .card_1001 .remove_from_cart {top: -6px;right: -10px;}
    .card_1001 .row{position: relative;bottom: 5px;}
    .card_1001 .container span {font-size: 10px;}
    .card_1001 .cart_column3 .pakavimas {font-size: 18px;}
}
@media screen and (max-width:530px ) {
    .card_1001 .cart_column2 .pick_up {padding-left: 20px;}
    .card_1001 .cart_column2 .pick_up2 {padding-left: 20px;}
    .card_1001 .cart_column2 .pick_up3 {padding-left: 20px;}
    .card_1001 .cart_column3 .cart_block_header {font-size: 24px; padding: 4px 0px 7px 55px;}
    .card_1001 .cart_column3 .cart_block_form .item .product-img {height: 115px;width: 18%;}
    .cart_1001 .cart_column3 .term_and_conditions {font-size: 24px;padding: 7px 0px 5px 0px;}
    .card_1001 .cart_column2 .product_maker_select {width: 97%;font-size: 11px;}
    .card_1001 .cart_column2 .product_maker_arrow{right: 12px;}
    .card_1001 .cart_column3 .item-title-container{width: 55%;height: 115px;}
    .card_1001 .cart_column3 .item-title{font-size: 14px;height: 25px;}
    .card_1001 .cart_column3 .item-info-container{width: 45%;height: 115px;}
    .card_1001 .cart_column3 .item-price-container{padding-left: 15px;height: 87px;}
    .card_1001 .cart_column3 .quantity{font-size: 12px;}
    .card_1001 .cart_column3 .item-price{font-size: 12px;}
    .card_1001 .cart_column3 .price{font-size: 12px;}
    .card_1001 .cart_column3 .sub-total{font-size: 12px;}
    .card_1001 .cart_column3 .item-size-container .itm-size {font-size: 12px;}
    .card_1001 .cart_column3 .item-size-container .size {font-size: 12px;}
    .card_1001 .cart_column3 .item-color-container .itm-color {font-size: 12px;}
    .card_1001 .cart_column3 .item-color-container .color {font-size: 12px;height: 32px;}
    .card_1001 .cart_column3 .info_display_field{height: 200px;}
    .card_1001 .cart_column3 .row {height: 115px;width: 82%;}
    .card_1001 .cart_column3 .item-size-container{padding-left: 15px;}
}
@media screen and (max-width:510px ) {
	.card_1001 a.refresh_bucket {position: relative;bottom: 6px;font-size: 11px;}
	.card_1001 a.continue_shopping {bottom: 10px;font-size: 11px;}
	.card_1001 .write_code {font-size: 20px;}
	.card_1001 button#ad_discount {font-size: 20px;}
	.card_1001 .sub_total {font-size: 16px;}
	.card_1001 .sub_total_amount {font-size: 16px;}
	.card_1001 .buying_amount {font-size: 16px;}
	.card_1001 .buying_amount_discount {font-size: 16px;}
	.card_1001 .discount_with_code {font-size: 16px;}
	.card_1001 .pvm {font-size: 16px;}
	.card_1001 .pvm_amount {font-size: 16px;}
	.card_1001 button#buy {font-size:20px;}
	.card_1001 .sub_total {width: 50%;}
	.card_1001 .sub_total_amount {width: 50%;}
	.card_1001 .buying_amount {width: 50%;}
	.card_1001 .buying_amount_discount {width: 50%;}
	.card_1001 .discount_with_code {width: 70%;}
	.card_1001 .discount_amount {width: 30%;font-size: 16px;}
	.card_1001 .pvm {width: 70%;}
	.card_1001 .pvm_amount {width: 30%;}
	.card_1001 .bucket_info {height: auto;/* padding: 10px 10px 10px 10px; */}
    .card_1001 .cart_column3 .discount_amount {width: 30%;font-size: 18px;}
    .card_1001 .sub_total_amount2 {font-size: 16px;}
    .card_1001 .pakavimas {font-size: 16px;}
}
@media screen and (max-width:450px ) {
    .card_1001 .cart_column1 .cart_block_header {font-size: 20px;padding: 4px 0px 4px 40px;}
    .card_1001 .cart_column1 .cart_block_text {font-size: 14px;}
    .card_1001 .cart_column1 .cart_tabs .tab {font-size: 11px;}
    .card_1001 .cart_column1 .cart_tabs .tab {background-size: 22px 22px;}
    .card_1001 .cart_column1 .cart_tabs .active {background-size: 22px 22px;}
    .card_1001 .cart_column2 .cart_block_header {font-size: 20px;padding: 4px 0px 4px 40px;}
    .card_1001 .cart_column2 .margin_fix {margin-bottom: 0;}
    .card_1001 .cart_column2 .delivery_option .chosen_delivery label .logo_img_container {width: 90px;}
    .card_1001 .cart_column2 .delivery_option .pick_up .pick_up_txt {font-size: 11px;}
    .card_1001 .cart_block {margin-top: 25px;}
    .card_1001 .cart_column3 .cart_block_header {font-size: 20px;padding: 4px 0px 4px 40px;}
    .card_1001 .cart_column3 {margin-top: 25px;}
    .card_1001 .cart_column3 .margin_fix {margin: 0;}
    .card_1001 .cart_column3 .term_and_conditions {font-size: 20px;}
    .card_1001 .cart_column1 .tab:nth-child(2) {margin-left: 30px;}
    .card_1001 .cart_column1 .cart_form_row {height: 44px;}
    .card_1001 input[type="text"] {font-size:12px;}
    .card_1001 .cart_column1 .checkbox label {font-size: 13px;}
    .card_1001 .cart_column2 {margin-top: 25px;}
    .card_1001 .cart_column2 .pick_up_txt {font-size: 11px;}
    .card_1001 .cart_column2 .old_price {font-size: 11px;}
    .card_1001 .cart_column2 .product_maker_select{font-size: 11px;padding: 7px 10px;}
    .card_1001 .cart_block img {width: 100%;}
    .card_1001 .cart_column3 .item-title-container{width: 55%;height: 70px;}
    .card_1001 .cart_column3 .item-title-container{width: 100%;height: 25px;padding-top: 5px;position: absolute;top: 0;left: 0;}
    .card_1001 .cart_column3 .item-info-container {width: 100%;height: 100px;position: absolute;left: 0;float: none;top: 20px;}
    .card_1001 .cart_column3 .item-price-container{width: 100%;padding-left: 11px;position: relative;top: 10px;}
    .card_1001 .cart_column3 .quantity{font-size: 11px;width: 30%;display: inline-block;line-height: 15px;}
    .card_1001 .cart_column3 .item-price{font-size:11px;display: inline-block;width: 70%;padding-top: 0;line-height: 15px;}
    .card_1001 .cart_column3 .price{font-size:11px;width: 30%;display: inline-block;line-height: 15px;}
    .card_1001 .cart_column3 .sub-total{font-size:11px;display: inline-block;padding-top: 4px;width: 70%;line-height: 15px;padding-top:0;}
    .card_1001 .cart_column3 .bucket_info{height: 180px;width: auto;padding: 15px 10px 15px 10px;}
    .card_1001 .cart_column3 .sub_total{font-size: 14px;}
    .card_1001 .cart_column3 .sub_total_amount{font-size: 14px;}
    .card_1001 .cart_column3 .buying_amount{font-size: 14px;}
    .card_1001 .cart_column3 .buying_amount_discount{font-size: 14px;}
    .card_1001 .cart_column3 .discount_with_code{font-size: 14px;}
    .card_1001 .cart_column3 .discount_amount {font-size: 14px;}
    .card_1001 .cart_column3 .pvm{font-size: 14px;}
    .card_1001 .cart_column3 .pvm_amount{font-size: 14px;}
    .card_1001 .cart_column3 .total_price{font-size: 14px;}
    .card_1001 .cart_column3 .total_price_amount{font-size: 14px;}
    .card_1001 .cart_column3 .total_price_amount sup{font-size: 12px;}
    .card_1001 .cart_column3 .info_display_field{height: 180px; width: auto;}
    .card_1001 .cart_column2 [type="radio"]:checked + label:after{top: 29px;left: 6px;}
    .card_1001 .form_button.red{width: 100%;}
    .card_1001 .cart_column1 label {font-size: 13px;}
    .card_1001 .cart_column2 label {font-size: 13px;}
    .card_1001 .cart_column3 .item-size-container .itm-size {font-size: 11px;width: 30%;display: inline-block;line-height: 15px;}
    .card_1001 .cart_column3 .item-size-container .size {font-size: 11px;font-size: 11px;display: inline-block;width: 70%;line-height: 15px;padding-top: 0;}
    .card_1001 .cart_column3 .item-color-container .color {font-size: 11px;width: 70%;display: inline-block;height: 15px;padding-top: 0;line-height: 15px;}
    .card_1001 .cart_column3 .item-color-container .itm-color {font-size: 11px;height: 15px;width: 30%;display: inline-block;line-height: 15px;vertical-align: top;}
    .card_1001 .cart_column2 .past_kur{font-size: 11px;}
    .card_1001 .cart_column3 .item-title {font-size: 13px;}
    .card_1001 .payment_method {line-height: 40px !important;width: 300px;padding-left: 5px !important;}
    .card_1001 .cart_block .cart_tabs .tab {font-size: 11px;line-height: 40px;width: 300px;padding-left: 20px;padding-right: 0;}
    .card_1001 .cart_column2 [type="radio"]:not(:checked) + label.payment_method:before, [type="radio"]:checked + label.payment_method:before {content: '';position: absolute;left: 0;top: 8px;width: 22px;height: 22px;border: 1px solid #d2d9e4;background: white;border-radius: 50%;}
    .card_1001 .cart_column1 [type="radio"]:not(:checked) + label.payment_method:before, [type="radio"]:checked + label.payment_method:before {content: '';position: absolute;left: 0;top: 8px;width: 22px;height: 22px;border: 1px solid #d2d9e4;background: white;border-radius: 50%;}
    .card_1001 .cart_column2 [type="radio"]:not(:checked) + label.payment_method:after {background-color: #e1e1e1;border-radius: 50%;content: "";height: 12px;left: 6px;position: absolute;top: 14px;transition: all .2s ease 0s;width: 12px;}
    .card_1001 .cart_column2 [type="radio"]:checked + label.payment_method:after {top: 14px;left: 6px;}
    .card_1001 .cart_column2 .card_price{font-size:11px;}
    .card_1001 .cart_column3 .sub-total-container{display: block;vertical-align: top;width: 100%;box-sizing: border-box;padding-left: 11px;position: relative;top: 50px;}
    .card_1001 .cart_column3 .item-size-container {height: 15px;width: 100%;display: inline-block;vertical-align: top;box-sizing: border-box;padding-left: 11px;padding-top: 0px;position: relative;top: -2px;}
    .card_1001 .cart_column3 .item-color-container {display: inline-block;vertical-align: top;width: 100%;box-sizing: border-box;padding-left: 11px;padding-top: 0;height: 15px;position: relative;top: 2px;}
    .card_1001 .hidden_dots{display: inline-block !important; font-size:11px;line-height: 15px;}
    .card_1001 .cart_column3 .pakavimas {font-size: 14px;}

    .card_1001 .cart_column3 .item-color {box-sizing: border-box;padding-left: 10px;position: relative;top: 33px;width: 32%;font-size: 10px;}
    .card_1001 .cart_column3 .item-colorIs {position: relative;top: 33px;font-weight: 400;font-size: 10px;}
    .card_1001 .cart_column3 .item-size {box-sizing: border-box;padding-left: 10px;position: relative;top: -7px;width: 32%;font-size: 10px;}
    .card_1001 .cart_column3 .item-sizeIs {position: relative;top: -7px;font-weight: 400;font-size: 10px;}
    .card_1001 .cart_column3 .quantity {font-size: 10px;width: 30%;display: inline-block;line-height: 15px;position: relative;bottom: 6px;}
    .card_1001 .cart_column3 .item-price {font-size: 10px;display: inline-block;width: 70%;padding-top: 0;line-height: 15px;position: relative;top: -6px;}
    .card_1001 .cart_column3 .price {font-size: 10px;width: 30%;display: inline-block;line-height: 15px;position: relative;top: -12px;}
    .card_1001 .cart_column3 .sub-total {font-size: 10px;display: inline-block;width: 70%;line-height: 15px;padding-top: 0;position: relative;top: -6px;}
}
@media screen and (max-width:420px ) {
	.card_1001 .item-title {font-size: 14px;margin-bottom: 8px;}
    .card_1001 .itm_discount {font-size: 11px;bottom: 10px;}
    .card_1001 .item-title-container{padding-left: 20px;height: 100px;}
    .card_1001 .table .item {height: 100px;}
    .card_1001 .table .item .product-img {height: 100px;}
    .card_1001 .table_product_img {width: 70px;height: 100px;}
    .card_1001 .sub-total-container {position: relative;bottom: 5px;}
    .card_1001 .item-info-container {height: 100px;}
    .card_1001 .recycle_bin-container {bottom: 90px;left: 15px;}
    .card_1001 .wrapper_color_container {bottom: 10px;}
	.card_1001 button.plus {height: 31px !important;width: 31px !important;padding-left: 6px;}
	.card_1001 button.minus {height: 31px !important;width: 31px !important;padding-left: 6px;}
	.card_1001 input.amountt {height: 31px !important;width: 31px;font-size: 11px;}
	.card_1001 .amount_countt {padding-top: 0px;}
	.card_1001 .recycle_bin {top: 57%;background-repeat: no-repeat;background-size: 60%;}
    .card_1001 .cart_column2 .pick_up2{width: 45%;}
    .card_1001 .cart_column2 .delivery_price{width: 25%;}
    .card_1001 .cart_column2 .pick_up3{padding-top: 16px;width: 45%;}
    .card_1001 .cart_column2 .product_maker_select {font-size: 10px;padding: 7px 5px;}
    .card_1001 .cart_column3 .cart_block_form .item .product-img {height: 100px;}
    .card_1001 .cart_column3 .row {height: 100px;}
    .card_1001 .remove_from_cart{right: 0;}
    .card_1001 .cart_column3 .item-price-container{top: 5px;}
    .card_1001 .cart_column3 .sub-total-container{top: 39px;}
    .card_1001 .cart_column3 .item-size-container{top: -9px;}
    .card_1001 .cart_column3 .item-color-container{top: -7px;}

}
@media screen and (max-width:390px ) {
    .card_1001 .cart_column2 .pick_up_txt {font-size: 10px;padding-top: 2px;}
    .card_1001 .cart_column2 .delivery_option .pick_up .pick_up_txt{font-size: 10px;padding-top: 2px;}
    .card_1001 .cart_column2 .product_maker_select {font-size: 9px;}
    .card_1001 .item-title {font-size: 12px;}
    .card_1001 h1 {font-size: 20px;height: 30px;line-height: 30px;}
    .card_1001 .item-price {font-size: 11px;}
    .card_1001 .sub-total {font-size: 11px;}
    .card_1001 .itm_discount {font-size: 10px;}
    .card_1001 input.amountt {font-size: 10px;}
    .card_1001 .recycle_bin-container {right: -10px;}
    .card_1001 .sub-total-container {bottom: 5px;}
    .card_1001 .item-title-container {width: 60%;}
    .card_1001 .item-info-container {width: 40%;}
    .card_1001 .cart_column1 .cart_block_header {font-size: 18px;}
    .card_1001 .cart_column1 .cart_block_text {font-size: 13px;}
    .card_1001 .cart_column1 .cart_block_text a {font-size: 13px;}
    .card_1001 .cart_column1 label {font-size: 12px;}
    .card_1001 .cart_column2 label {font-size: 12px;}
    .card_1001 .cart_column3 .term_and_conditions {font-size: 16px;}
    .card_1001 .cart_column3 .checkbox label{font-size: 13px;}
    .card_1001 button{width: 280px; font-size:20px;}
    .card_1001 .cart_column1 .checkbox label {font-size: 12px;padding-left: 25px;}
}
@media screen and (max-width:380px ) {
    .card_1001 .sub-total-container {bottom: 0px;}
    .card_1001 .wrapper_color_container .toggle{position: relative;right: 50px;}
	.card_1001 .amount_countt {padding-top: 0px;}
	.card_1001 button.plus {height: 27px !important;width: 27px !important;padding-left: 4px;}
	.card_1001 button.minus {height: 27px !important;width: 27px !important;padding-left: 4px;}
	.card_1001 input.amountt {height: 27px !important;width: 27px; font-size: 9px}
    .card_1001 .cart_column2 .delivery_option .chosen_delivery label {padding-left: 28px;}
    .card_1001 .cart_block .cart_tabs .active {background-size: 22px 22px;}
    .card_1001 .cart_block .cart_tabs .tab {background-size: 22px 22px;}
    .card_1001 .cart_column3 .term_and_conditions {font-size: 18px;padding: 5px 0px 0px 0px;}
    .card_1001 .cart_column3 .item-title{font-size: 11px;height: 60px;}
    .card_1001 .cart_column3 .item-info-container{height: 60px;}
    .card_1001 .cart_column3 .item-price-container{height: 60px;padding-left: 12px;}
    .card_1001 .cart_column3 .sub-total-container{height: 60px;}
    .card_1001 .cart_column3 .item-title-container{height: 60px;}
    .card_1001 .cart_column3 .quantity{font-size: 10px;}
    .card_1001 .cart_column3 .item-price{font-size: 10px;}
    .card_1001 .cart_column3 .price{font-size:10px;}
    .card_1001 .cart_column3 .sub-total{font-size:10px;}
    .card_1001 .cart_column3 .item-size-container .itm-size {font-size: 10px;}
    .card_1001 .cart_column3 .item-size-container .size {font-size: 10px;}
    .card_1001 .cart_column3 .item-color-container .itm-color {font-size: 10px;}
    .card_1001 .cart_column3 .item-color-container .color {font-size: 10px;}
    .card_1001 .item-color{position: relative;top: 3px;}
    .card_1001 .item-colorIs{position: relative;top: 3px;}
    .card_1001 .item-size{position: relative;bottom: 7px;}
    .card_1001 .item-sizeIs{position: relative;bottom: 7px;}
}
@media screen and (max-width:370px ) {
    .card_1001 .cart_column2 .delivery_option .chosen_delivery label .logo_img_container .img_fix{width: 90%;}
    .card_1001 .cart_column2 .img_fix2{width: 90%;}
    .card_1001 .cart_column2 .img_fix3{width: 90%;}
}
@media screen and (max-width:360px ) {
    .card_1001 .cart_column1 .cart_block_header {font-size: 18px;}
    .card_1001 .cart_column1 .cart_block_text {font-size: 13px;}
    .card_1001 .cart_column2 .delivery_option {padding: 5px;}
    .card_1001 .cart_column2 .past_kur{font-size: 11px;}
    .card_1001 .cart_column3 .term_and_conditions {font-size: 16px;}
    .card_1001 .cart_column3 .checkbox label {font-size: 12px;}
}
@media screen and (max-width:350px ) {
    .card_1001 .cart_column2 .delivery_option {padding: 5px;}
    .card_1001 .cart_column2 .delivery_option .chosen_delivery label {padding-left: 23px;}
    .card_1001 .cart_column2 .delivery_option .chosen_delivery label .logo_img_container .img_fix {width: 80%;}
    .card_1001 .cart_column2 .img_fix2{width: 80%;}
    .card_1001 .cart_column2 .img_fix3{width: 80%;}
    .card_1001 .cart_column2 .product_maker_select {font-size: 8px;}

}
@media screen and (max-width:340px ) {
    .card_1001 .cart_block .cart_tabs .tab{min-width: 224px;}
}
@media screen and (max-width:330px ) {
	.card_1001 .item {padding: 20px 0px;}
}
/*//MEDIA