.wp-site-blocks {
    padding: 0 !important;
}
.checkout-container {
	max-width: 650px;
    margin: 25px auto;
}
.cart-card {
	background: #F4F4F4;
    border-radius: 5px;
    margin-bottom: 10px;
    overflow: hidden;
}
.cart-title {
    text-transform: capitalize;
	font-size: 28px;
	text-align: center;
}
.title-in-card {
	padding: 10px;
    color: #fff;
    background: #222222;
    margin: 0px;
}
.cart-card-in {
    padding: 10px;
    max-width: 520px;
    margin: 0px auto;
}
.product-name a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
}
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
    /* border: 1px solid #659a40 !important;*/
	 margin-bottom: 0;
}
.woocommerce-page table.shop_table_responsive {
	 margin-bottom: 0;
}
.woocommerce-cart-form__cart-item .cart-product-item-img {
	align-items: center;
    display: flex;
    justify-content: center;
	padding: 0;
}
.woocommerce-page table.shop_table .product-name p {
	font-family: inherit;
    font-size: 12px;
    color: #000;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    margin: auto;
}
.woocommerce-page table.shop_table .product-name p span {
	font-size: 10px;
}

.woocommerce-cart-form__cart-item .cart-product-item-img.product-thumbnail img {
    max-width: 60px;
    width: 100%;
}
.woocommerce-page table.shop_table .cart-btn-delete.product-remove, .cart th {
    text-align: center;
}
.cart-btn-delete.product-remove a {
	color: #fff;
    font-size: 10px;
    text-decoration: none;
    background: #cf2525;
    border-radius: 20px;
    padding: 2px 6px;
    font-family: cursive;
    font-weight: 500;
}
.woocommerce-page table.shop_table .cart-product-item-img, .cart-item-single .product-name {
    padding: 0;
}
.cart-totals .shop_table.shop_table_responsive tbody  {
	display: flex;
}
.cart-totals .shop_table.shop_table_responsive tbody tr {
	display: flex;
	flex-direction: column;
    align-items: center;
    width: 33%;
    flex: 1;
    align-content: space-between;
    flex-wrap: wrap;
}
.cart-totals .shop_table.shop_table_responsive tbody tr th, .cart.shop_table.shop_table_responsive thead tr th {
	padding: 2px 10px;
    background: #659A40;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Roboto', sans-sans-serif;
    font-weight: 400;
    line-height: 1.5;
    font-size: 12px;
    letter-spacing: 0.7px;
    margin: 0;
}
.woocommerce-page .woocommerce-cart-form .product-thumbnail a img {
    width: 80px;
    margin-top: 3px;
}
.woocommerce-page .woocommerce-cart-form .product-thumbnail {
    width: 20%;
    text-align: center;
    line-height: 16px;
}
.woocommerce .cart .updateBtn {
    height: 30px;
    line-height: 5px;
    margin-top: 15px;
    float: right;
    font-size: 14px;
}
.cart-totals .shop_table.shop_table_responsive tbody tr th {
    width: 100%;
}
.cart-totals {
    border: 1px solid #659A40;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
    width: 100%;
}
.cart-totals h2 {
	display: none;
}
.fancy-font {
	 color: #000;
}
.cart-totals .shop_table.shop_table_responsive tbody .shipping  {
	border-left: 1px solid #659a40;
    border-right: 1px solid #659a40;
}
.woocommerce-cart-form .product-price-cart {
    flex-direction: column;
    font-size: 20px;
    align-items: center;
    display: flex;
}
.product-name {
    padding: 0;
    text-align: center;
}
.cart-item-single {
    background: #fff;
}
.cart-item-single td {
    border-right: 1px solid #659a40;
    padding: 0 !important;
}
.woocommerce table.shop_table {
    border: none;
}
.woocommerce table.shop_table tbody:first-child tr:first-child td, .woocommerce table.shop_table tbody:first-child tr:first-child th {
   border-top: 1px solid rgba(0, 0, 0, .1);
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2,#order_review_heading, .woocommerce-checkout-review-order-table {
    display: none;
}
.woocommerce-billing-fields h3 {
    display: none;
}
.woocommerce-checkout .checkout.woocommerce-checkout {
    max-width: 86%;
    margin: auto;
}
.checkout.woocommerce-checkout .col-1 {
    width: 100%;
    max-width: 100%;
}
.checkout.woocommerce-checkout .col-1 .form-row-first, .checkout.woocommerce-checkout .col-1 .form-row-last {
    width: 100%;
}
.woocommerce .checkout .form-row label {
    width: 100%;
    float: left;
    margin: 0;
    font-size: 14px;
    color: #000;
    padding-left: 2px;
}
.woocommerce .checkout .form-row .woocommerce-input-wrapper {
    width: 100%;
}
.woocommerce .checkout .form-row .woocommerce-input-wrapper .input-text {
    border: 1px solid #659A40;
    height: 35px;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding: 5px 10px;
}
.woocommerce-page table.shop_table td, .woocommerce-page table.shop_table th {
    padding: 5px 0 5px;
    text-align: center;
}
.woocommerce-page .select2-container .select2-search__field, .woocommerce-page .select2-container .select2-selection {
    height: 35px;
    padding: 5px 10px;
}
.woocommerce-page .select2-container .select2-selection .select2-selection__arrow {
    height: 35px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 20px;
}
.address-field .woocommerce-input-wrapper {
    font-size: 14px;
}
.woocommerce-page .shop_table td .ship-set {
    margin: 0;
    text-align: center;
}
.woocommerce-page .shop_table td bdi {
    font-family: 'Roboto';
    font-size: 17px;
    margin: 0;
}
.wc-proceed-to-checkout {
    text-align: center;
}
.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.button.wc-forward.wp-element-button {
    display: none;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: unset;
    margin: auto;
}
.product-quantity .quantity {
    text-align: center;
    padding-left: 8px;
}
.woocommerce .quantity .qty {
    width: 55px;
    height: 55px;
    padding: 5px;
    border: none;
    background: transparent;
    font-family: 'Roboto';
    font-size: 16px;
}
.cart-card .cart-header {
    margin-bottom: 0;
}
.cart-header {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #659A40;
    color: #fff;
    padding: 2px 10px;
    background: #659A40;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Roboto', sans-sans-serif;
    font-weight: 400;
    font-size: 12px;
}
.cart-body .cart-item.cart_item {
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.cart-footer {
    width: 100%;
    height: 50px;
}
.cart-header div {
    padding: 0 12px;
    width: 14%;
    text-align: center;
}
.quantity-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.quantity-minus,
.quantity-plus {
    width: 20px;
    height: 20px;
    background-color: #f3f3f3;
    border: 1px solid #ddd;
    color: #333;
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    line-height: 4px;
    user-select: none;
    padding: 0;
}

.quantity-minus:hover,
.quantity-plus:hover {
    background-color: #e0e0e0;
}

.quantity-input {
    width: 25px;
    text-align: center;
    border: none;
    background: transparent;
    font-size: 16px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    display: none; /* Прави стрелките видими */
}

input[type="number"] {
    -moz-appearance: textfield; /* Премахва специфични стилизации за Firefox */
}
input[type="number"]:focus-visible {
    outline-style: none;
}

/*step3*/
.cart-card {
    background: #F4F4F4;
    border-radius: 5px;
    margin-bottom: 10px;
    overflow: hidden;
}
.checkout-container .title-in-card {
    color: #fff;
}
.cart-card-btmpad{padding-bottom: 0px;}
.cart-text{text-transform: uppercase;text-align: center;font-size: 18px;margin: 20px 0px;}
.cart-text-clr{color: #659A40;display: block;}
.cart-text-split{margin-top:15px;font-weight:900;display: flex;gap:5px;justify-content: center;font-size:120%;font-family: 'Roboto', sans-sans-serif;}

      @media (max-width:600px){
        .cart-text-split{flex-wrap:wrap}
        .cart-text-split div{width:100%}
      }

.cart-table{width: 100%;max-width: 520px;margin: 0px auto;}
.cart-table-inner{display:flex;align-content: center;gap:8px;width: 100%;}
.cart-table-col{border-radius: 5px;flex:1;display:flex;justify-content: center;align-content: space-between;flex-wrap: wrap;}
.cart-table-col span{width: 100%;text-align: center;}
.cart-table-col span:nth-child(1){font-size: 16px;padding: 7px 10px;}
.cart-table-col span:nth-child(2){font-size: 18px;padding:10px;}
.cart-table-col{border: 1px solid #659A40;background: #fff;}
.cart-table-inner{flex-wrap: wrap;}
.cart-table-col {width: 100%;flex: auto;flex-wrap: nowrap;    align-items: center;}
.cart-table-col span{    height: 100%;display: flex;justify-content: center;align-content: center;}
.cart-table-col span:nth-child(1){width: 100%;text-align: left;justify-content: flex-start;}
.cart-table-col span:nth-child(2) {padding: 3px;border-left:1px  solid #659A40;line-height: 28px;}
            .cart-table-title{text-transform: uppercase;font-size: 14px;
            justify-content: center !important;padding:10px 5px;
                background: #659A40;
                color: #fff;}
.checkout-container .cart-btn-logo{margin:20px auto;width:100%;max-width:175px;display: block;}
.cart-table-col .woocommerce-Price-amount.amount {
    justify-content: center;
    padding: 0;
}
.cart-table-col .woocommerce-Price-amount.amount bdi {
    display: flex;
    align-items: center;
}
.cart-table-col span .woocommerce-Price-currencySymbol {
    padding: 0 0 0 5px;
}
.cart-card-step3{font-size: 18px;line-height: 21px;}
.cart-card-step3 .cart-text{text-transform: none;}

.cart-table-col table .woocommerce-Price-amount.amount {
    justify-content: flex-start;
    padding-left: 15px;
}
  @media screen and (max-width: 992px){
  .cart-card-step3  .cart-title {
        font-size: 17px;
    }
  }
  
#thpage {
    padding-top: 40px;
}
.link_pdf {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 25px;
}
.woocommerce-page .link_pdf img {
    max-width: 110px;
    margin-bottom: 20px;
}
#chimgpro {
    max-width: 85px;
}
#link_pdf {
    position: relative;
    z-index: 999;
    text-align: center;
    color: #000;
    background: #fff;
    border: 2px solid #659A40;
    padding: 6px 10px;
    border-radius: 20px;
    margin: 0 0 20px 0;
    display: inline-block;
    font-size: 17px;
    font-weight: bold;
}
#select2-billing_country-container {
    padding: 0;
}
.wc-block-components-notice-banner.is-success {
    display: none;
}
@media (max-width: 768px) {
    .wc-block-components-notice-banner.is-info {
        margin-bottom: 0;
    }
    .return-to-shop {
        margin-bottom: 30px;
    }
    .woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
        display: block;
    }
    .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
        display: none;
    }
    .woocommerce table.shop_table_responsive .cart-item-single.woocommerce-cart-form__cart-item, .woocommerce-page table.shop_table_responsive .cart-item-single.woocommerce-cart-form__cart-item {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .woocommerce table.shop_table_responsive .cart-item-single.woocommerce-cart-form__cart-item td, .woocommerce-page table.shop_table_responsive .cart-item-single.woocommerce-cart-form__cart-item td {
        border: 1px solid rgba(0, 0, 0, .1) !important;
        text-align: center !important;
        border: none;
        padding: 5px 0 !important;
        width: 25%;
        display: inline-block;
    }
    .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
        display: flex;
    }
    .cart-btn-delete.product-remove a {
        width: 22px;
        height: 22px;
        line-height: 18px;
    }
    .woocommerce table.shop_table_responsive thead, .woocommerce-page table.shop_table_responsive thead, .woocommerce table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive tbody th {
         display: block;
    }
    .cart.shop_table.shop_table_responsive thead tr .product-name-th,.cart.shop_table.shop_table_responsive thead tr th  {
        width: 25%;
        display: inline-block;
    }
}
@media(max-width: 500px) {
    .woocommerce-page table.shop_table .product-name p {
        line-height: 14px;
    }
    .woocommerce-checkout .checkout.woocommerce-checkout {
        max-width: 95%;
    }
    .cart-header {
       padding: 4px 0; 
    }
    .cart-header div {
        padding: 0 5px;
        width: auto;
        font-size: 11px;
    }
    .cart-card-in {
        padding: 10px 5px;
    }
    .cart-body .cart-item div {
        font-size: 16px;
    }
    .woocommerce .quantity .qty {
        width: 25px;
        height: 25px;
        padding: 0;
        font-size: 12px;
        text-align: left;
        padding-left: 2px;
    }
    .woocommerce-page .woocommerce-cart-form .product-thumbnail a img {
        width: 55px;
    }
    .product-name {
        margin-bottom: 3px;
    }
    .woocommerce a.remove {
        display: block;
        font-size: 20px;
    }
}
@media (max-width: 359px) {
    .woocommerce-page .shop_table td .ship-set {
        text-align: center;
        font-size: 13px;
        font-weight: 500;
    }
    .woocommerce-page .shop_table td bdi {
        font-size: 14px;
    }
    .cart-totals .shop_table.shop_table_responsive tbody tr th, .cart.shop_table.shop_table_responsive thead tr th {
        font-size: 10px;
    } 
    .cart-body .cart-item div {
        font-size: 12px;
    }
}

