#opc_checkout input, #opc_checkout textarea { border-radius: 0 !important;}
#opc_checkout input:hover, #opc_checkout input:focus, #opc_checkout textarea:hover, #opc_checkout textarea:focus {box-shadow: none !important; border-color: #0eb602 !important;}
#opc_checkout #order-detail-content {}
#opc_checkout #order-detail-content #cart_summary {box-shadow: 0px 0px 15px -5px #aaa; padding: 25px; margin: 40px 0;}
#opc_checkout #order-detail-content #cart_summary h1 {font-size: 24px; margin: 0; padding: 0 0 15px;}
#opc_checkout #order-detail-content #cart_summary .cart_item {display: flex; align-items: center; justify-content: space-between; font-size: 16px; padding: 20px 0; border-bottom: 1px solid #ddd;}
#opc_checkout #order-detail-content #cart_summary .cart_item:first-child {border-top: 1px solid #ddd;}
#opc_checkout #order-detail-content #cart_summary li, #opc_checkout #order-detail-content #cart_summary span, #opc_checkout #order-detail-content #cart_summary a, #opc_checkout #order-detail-content #cart_summary input {font-size: 18px;}
#opc_checkout #order-detail-content #cart_summary li {padding: 4px 0;}
#opc_checkout #order-detail-content #cart_summary li.small {font-size: 14px; border: none; padding: 3px 3px;}
#opc_checkout #order-detail-content #cart_summary li.old-price {font-size: 14px; font-weight: 400;}
#opc_checkout #order-detail-content #cart_summary .price {color: #0eb602; font-weight: 500;}
#opc_checkout #order-detail-content #cart_summary .cart_item .cart_product {flex: 0 0 auto;}
#opc_checkout #order-detail-content #cart_summary .cart_item .cart_product img {max-width: 125px;}
#opc_checkout #order-detail-content #cart_summary .cart_item .cart_description {flex: 1 1 50%; padding-left: 20px;}
#opc_checkout #order-detail-content #cart_summary .cart_item .cart_description .product-name a {display:block; font-size: 20px; font-weight: 500; margin: 10px 0;}
#opc_checkout #order-detail-content #cart_summary .cart_item .cart_description small a {font-size: 14px;}
#opc_checkout #order-detail-content #cart_summary .cart_item .cart_unit, #opc_checkout #order-detail-content #cart_summary .cart_item .cart_quantity, #opc_checkout #order-detail-content #cart_summary .cart_item .cart_total {flex: 0 0 auto;padding: 0 25px; text-align: center;}
#opc_checkout #order-detail-content #cart_summary .cart_item .cart_description p.product-name, #opc_checkout #order-detail-content #cart_summary .cart_item .cart_description small a {margin: 0;}


#opc_checkout #order-detail-content #cart_summary .cart_product_del a.cart_quantity_delete {background: none; position: relative; display: inline-block; width: 20px; height: 20px; text-align: center;color: transparent;}
#opc_checkout #order-detail-content #cart_summary .cart_product_del a.cart_quantity_delete::before, #opc_checkout #order-detail-content #cart_summary .cart_product_del a.cart_quantity_delete::after {content: ''; position: absolute; top: 50%; left: 50%; width: 100%; height: 2px; background-color: black; transform-origin: center;}
#opc_checkout #order-detail-content #cart_summary .cart_product_del a.cart_quantity_delete::before {transform: translate(-50%, -50%) rotate(45deg);}
#opc_checkout #order-detail-content #cart_summary .cart_product_del a.cart_quantity_delete::after {transform: translate(-50%, -50%) rotate(-45deg);}


#opc_checkout #order-detail-content #tfoot_static {margin-top: 50px;}
#opc_checkout #order-detail-content #tfoot_static .cart_voucher_block {width: 60%; float: left;}
#opc_checkout #order-detail-content #tfoot_static .cart_voucher_block h4 {margin: 0; padding: 0; text-transform: capitalize;}
#opc_checkout #order-detail-content #tfoot_static .cart_voucher_block input {border-radius:0; font-weight: 400; font-size: 14px; margin: 0; padding: 2px 9px; height: 40px;}
#opc_checkout #order-detail-content #tfoot_static .cart_voucher_block .button {background: #999; color: #fff; border: 1px solid #999; border-radius:0; font-weight: 400; font-size: 16px; padding: 2px 25px;}
#opc_checkout #order-detail-content #tfoot_static .cart_voucher_block .button:hover {background: #0eb602;}
#opc_checkout #order-detail-content #tfoot_static .cart_voucher_block #HOOK_SHOPPING_CART .caraty {}


#opc_checkout #tfoot_static .cart_summary-left {width: 40%; float: right; text-align: right; background: #f3f3f3; padding: 25px 40px;}
#opc_checkout #tfoot_static .cart_summary-left div, #opc_checkout #order-detail-content #tfoot_static .cart_summary-left div a { font-size: 16px; font-weight: 400; color: #333;}
#opc_checkout #tfoot_static .cart_summary-left > div > div {width: 50%; float: left; padding: 5px 0;}
#opc_checkout #tfoot_static .cart_summary-left > div > div:first-child {text-align: left;}
#opc_checkout #tfoot_static .cart_summary-left > div #total_shipping, #opc_checkout #tfoot_static .cart_summary-left > div #total_discount {color: red; font-weight: 500;}
#opc_checkout #tfoot_static .cart_summary-left > div.cart_final_price div, #opc_checkout #tfoot_static .cart_summary-left > div.cart_final_price div a {font-size: 20px; font-weight: 600; margin-top: 10px; padding-top: 10px; border-top: 1px solid #0eb602;}
#opc_checkout #tfoot_static .cart_summary-left .cart_total_delivery {display: block !important;}

#opc_checkout .cart_navigation {display: none;}

#order-opc #opc_checkout #login_form fieldset, #opc_checkout #new_account_form.std fieldset, #opc_checkout #carriers_section fieldset, #opc_checkout #payments_section fieldset {border: none; box-shadow: 0px 0px 15px -5px #aaa; padding: 25px; margin: 40px 0;}
#opc_checkout form.std h3, #opc_checkout #new_account_form.std h3, #opc_checkout #carriers_section h3, #opc_checkout #payments_section h3 {background: #fff; color: #333; font-size: 24px; font-weight: 600; border: none; box-shadow: none; margin: 0 0 20px; padding: 0 0 5px; border-bottom: 1px solid #0eb602;}
#opc_checkout form.std label, #opc_checkout #new_account_form.std label, #opc_checkout #carriers_section label, #opc_checkout #payments_section label {font-size: 14px;}

#opc_checkout #opc_new_account p.text label {font-weight: 500;}

#opc_checkout #opc_new_account #login_form_content .submit {text-align: center; margin: 20px 0;}
#opc_checkout #opc_new_account #login_form_content .submit label {display: none;}
#opc_checkout #opc_new_account #login_form_content .submit .button {background: #999; color: #fff; border: 0; border-radius: 0; font-weight: 400; font-size: 16px; padding: 2px 25px;}
#opc_checkout #opc_new_account #login_form_content .submit .button:hover {background: #0eb602;}
#opc_checkout #opc_new_account #login_form_content .lost_password {text-align: center;}

#opc_checkout div.address-type-header.delivery {background: #fff; color: #333; font-size: 24px; font-weight: 600; border: none; box-shadow: none; margin: 60px 0 20px; padding: 0 0 10px; border-bottom: 1px solid #0eb602; text-align: left;}
#opc_checkout div.address-type-header.invoice {background: #fff; color: #333; font-size: 24px; font-weight: 600; border: none; box-shadow: none; margin: 0px 0 20px; padding: 0 0 10px; border-bottom: 1px solid #0eb602; text-align: left;}

#center_column #opc_checkout #new_account_form p#invoice_address_checkbox {margin-top: 20px;}
#center_column #opc_checkout #new_account_form p#invoice_address_checkbox label b {font-weight: 500; color: #333;}

#opc_checkout #payments_section label {font-size: 15px; font-weight: 400;}

#opc_checkout .confirm_button_div .confirm_button {background: #0eb602; color: #fff; border: 0; border-radius: 0; font-weight: 500; padding: 25px 50px; text-shadow: none; font-size: 20px; margin: 50px auto 30px; width: auto;}
#opc_checkout .confirm_button_div .confirm_button:hover {background: #000;}

#opc_checkout #paymentMethodsTable tr:hover {background: #eee;}
#opc_checkout #uniform-cgv ~ label {background: none; color: #333; border: none; font-weight: 500; font-size: 16px;}

#opc_checkout #message_moved {box-shadow: 0px 0px 15px -5px #aaa; padding: 25px; margin: 40px 0;}
#opc_checkout #message_moved #order_msg_placeholder_fallback {display: block !important; color: transparent; position: relative;  border-bottom: 1px solid #0eb602; margin: 0 0 20px; padding: 0 0 10px; font-size: 24px; font-weight: 600; height: 28px;}
#opc_checkout #message_moved #order_msg_placeholder_fallback::before {content: "Uwagi do zamówienia";position: absolute; top: 0; left: 0; background: #fff; color: #333;}

#opc_checkout #tos_moved {box-shadow: 0px 0px 15px -5px #aaa; padding: 25px; margin: 40px 0;}

.sf-menu li:first-child ul {display: none !important;}

.ek-company-details-container {display: flex; width: 100%; margin: 0px 0 50px;}
.ek-company-details {flex: 1; padding: 0 10px; box-sizing: border-box; text-align: left;}
.ek-company-details p {margin: 20px 0; line-height: 160%;}
.ek-company-details p a {color: #0eb602;}
.ek-company-details .social_footer {display: flex; flex-wrap: wrap; align-items: center;}
.ek-company-details .social_footer .social_footer-item {display: flex; width: 100%; justify-content: flex-start; padding: 15px 0; font-size: 16px; align-items: center;}
.ek-company-details .social_footer a {border-bottom: 1px solid #fff;}
.ek-company-details .social_footer a:hover {border-bottom: 1px solid #333	;}
.ek-company-details .social_footer-item.fb {color: #4366b2 !important;}
.ek-company-details .social_footer-item.fb i {padding: 5px 10px 0; background: #4365b2; font-size: 26px; border-radius: 5px; color: #fff; margin-right: 12px;}
.ek-company-details .social_footer-item.goo {color: #ea4335 !important;}
.ek-company-details .social_footer-item.goo i {padding: 5px 10px 0; background: #ea4335; font-size: 26px; border-radius: 5px; color: #fff; margin-right: 12px;}

.mb_home_text {margin: 80px 0 40px; padding: 0;}
.mb_home_text h1 {margin: 0 0 30px; padding: 0; text-align: center; }
.mb_home_text h2 {margin: 40px 0 20px; padding: 0;}
.mb_home_text p {text-align: justify; margin: 8px 0; font-size: 16px; line-height: 150%;}
.mb_home_text li {margin-left: 20px; list-style-type: disc;}
.mb_home_text li a {text-align: justify; margin: 4px 0; font-size: 16px; line-height: 150%; color: #333;}

.homefeatured .product-name {min-height: 46px;}

@media (max-width: 767px) {
	#opc_checkout #order-detail-content #cart_summary {padding: 15px 10px;}
	
    #opc_checkout #order-detail-content #cart_summary .cart_item {display: flex; flex-wrap: wrap; align-items: center; position: relative;}
	#opc_checkout #order-detail-content #cart_summary .cart_item .cart_product, #opc_checkout #order-detail-content #cart_summary .cart_item .cart_description {flex: 0 0 100%; text-align: center;}
	#opc_checkout #order-detail-content #cart_summary .cart_item .cart_unit, #opc_checkout #order-detail-content #cart_summary .cart_item .cart_quantity, #opc_checkout #order-detail-content #cart_summary .cart_item .cart_total {flex: 0 0 30%; box-sizing: border-box; padding: 10px; text-align: center; margin-top: 20px;}
	#opc_checkout #order-detail-content #cart_summary .cart_item .cart_quantity .cart_quantity_button {display: inline-block;}
	#opc_checkout #order-detail-content #cart_summary .cart_item .cart_product_del {position: absolute; top: 15px; right: 0;}
	
	#opc_checkout #order-detail-content #tfoot_static .cart_voucher_block, #opc_checkout #order-detail-content #tfoot_static .cart_summary-left {float: none; width: 100%; overflow: hidden;}
	#opc_checkout #order-detail-content #tfoot_static .cart_voucher_block .cart_voucher form {width: 100%;}
	#opc_checkout #order-detail-content #tfoot_static .cart_voucher_block .cart_voucher form fieldset #discount_name {width: 45%;}
	#opc_checkout #order-detail-content #tfoot_static .cart_voucher_block .cart_voucher form .button {width: 45%; padding: 2px 0; text-align: center; float: right;}
	#opc_checkout #order-detail-content #tfoot_static .cart_voucher_block #HOOK_SHOPPING_CART #caraty {margin: 10px 0 20px;}
	
	#opc_checkout #order-detail-content #tfoot_static .cart_summary-left {padding: 20px;}

	#opc_checkout .confirm_button_div .confirm_button {padding: 25px 20px; font-size: 18px;}
	
	#opc_checkout #opc_new_account p.text input, #opc_checkout #opc_new_account p.select select, #opc_checkout #opc_new_account p.text label, #opc_checkout #opc_new_account p.password label, #opc_checkout #opc_new_account p.select label, #opc_checkout #opc_new_account p.submit label, #opc_checkout #opc_new_account p.textarea label, #opc_checkout #opc_new_account p.radio label:first-child {width: 100%; margin-left: 0; padding-left: 0;}
	#order-opc #opc_checkout #login_form fieldset, #opc_checkout #new_account_form.std fieldset, #opc_checkout #carriers_section fieldset, #opc_checkout #payments_section fieldset, #opc_checkout #message_moved, #opc_checkout #tos_moved {padding: 20px 15px; }
}

@media (max-width: 370px) {
	#opc_checkout #order-detail-content #cart_summary .cart_item .cart_unit, #opc_checkout #order-detail-content #cart_summary .cart_item .cart_quantity, #opc_checkout #order-detail-content #cart_summary .cart_item .cart_total {flex: 0 0 100%; margin-top: 0px;}
	#opc_checkout #order-detail-content #tfoot_static .cart_summary-left {padding: 10px;}

	#opc_checkout .confirm_button_div .confirm_button {padding: 20px 15px; font-size: 16px;}
}

#opc_checkout.mb_validation #order-detail-content {width: 70%; float: left;}
#opc_checkout.mb_validation #order-detail-content #cart_summary {margin-top: 0; margin-bottom: 25px;}
#opc_checkout.mb_validation #order-detail-content address {width: 48.5%; float: left; box-shadow: 0px 0px 15px -5px #aaa; padding: 25px; font-size: 16px;}
#opc_checkout.mb_validation #order-detail-content address:nth-of-type(2) {float: right;}
#opc_checkout.mb_validation #order-detail-content address h3 {margin-top: 0; padding-top: 0;}
#opc_checkout.mb_validation #tfoot_static {width: 28%; float: right; box-shadow: 0px 0px 15px -5px #aaa;margin-bottom: 30px;}
#opc_checkout.mb_validation #tfoot_static .cart_summary-left {width: 100%;}

#opc_checkout.mb_validation .mb_con_accept {width: 28%; float: right; }
#opc_checkout.mb_validation .mb_con_accept button {background: #0eb602; color: #fff; border: 0; border-radius: 0; font-weight: 500; padding: 25px 50px; text-shadow: none; font-size: 20px; margin: 10px auto 30px; width: 100%;  box-shadow: 0px 0px 15px -5px #0eb602;}
#opc_checkout.mb_validation .mb_con_accept button:hover {background: #000; box-shadow: 0px 0px 20px -5px #000;}
#opc_checkout.mb_validation .mb_con_accept button span {border: 0; padding: 0;}

#opc_checkout.mb_validation #mb_symulacja_raty {width: 28%; float: right; box-shadow: 0px 0px 15px -5px #aaa; margin-bottom: 30px; padding: 25px 40px; text-align: center; background: #f3f3f3;}
#opc_checkout.mb_validation #mb_symulacja_raty h3 {margin: 0 0 20px 0; padding: 0;}
#opc_checkout.mb_validation #caratyForm {width: 28%; float: right; text-align: center;}
#opc_checkout.mb_validation #caratyForm #caratySubmit {background: #0eb602; color: #fff; border: 0; border-radius: 0; font-weight: 500; padding: 25px 50px; text-shadow: none; font-size: 20px; margin: 10px auto 30px; width: 100%; box-shadow: 0px 0px 15px -5px #0eb602;}
#opc_checkout.mb_validation #caratyForm #caratySubmit:hover {background: #000; box-shadow: 0px 0px 20px -5px #000;}
#opc_checkout.mb_validation #caratyForm #caratySubmit span {border: 0; padding: 0;}

#opc_checkout.mb_validation .ca-form-box #caratyForm #caratySubmit {background: #009597; color: #fff; border: 0; border-radius: 0; font-weight: 500; padding: 25px 50px; text-shadow: none; font-size: 20px; margin: 10px auto 30px; width: 100%; box-shadow: 0px 0px 15px -5px #009597;}
#opc_checkout.mb_validation .ca-form-box #caratyForm #caratySubmit:hover {box-shadow: 0px 0px 25px -1px #009597 !important;}

.mb_order_steps {list-style-type: none; font-size: 17px; font-weight: 400; overflow: hidden; margin: 10px 0 40px; padding: 0; display: flex; justify-content: space-between;}
.mb_order_steps li {position: relative; overflow: hidden; flex: 1; margin-right: 25px;}
.mb_order_steps li:before {display: inline-block; background: #ddd; width: 30px; height: 30px; border-radius: 50%; line-height: 30px; text-align: center; font-weight: 500; margin-right: 10px; font-size: 15px;}
.mb_order_steps li:after {content: ' '; display: inline-block; font-size: 15px; border-bottom: 1px solid #ccc; height: 15px; line-height: 1px; width: 100%; position: absolute; margin-left: 25px;}
.mb_order_steps li.mb_current {font-weight: 500;}
.mb_order_steps li.mb_current:before {font-weight: 500; background: #0eb602; color: #fff;}
.mb_order_steps li.mb_current:after {border-color: #0eb602;}
.mb_order_steps li:first-child:before {content: '1';}
.mb_order_steps li:nth-child(2):before {content: '2';}
.mb_order_steps li:nth-child(3):before {content: '3';}
.mb_order_steps li:nth-child(4):before {content: '4';}
.mb_order_steps li:nth-child(5):before {content: '5';}

#module-payu-payment #center_column {width: 100%;}
#module-payu-payment #center_column .mb_payu {margin-top: 30px;}
#module-payu-payment #right_column {display: none;}

#module-payu-payment .cart_navigation button {background: #0eb602; color: #fff; border: 0; border-radius: 0; font-weight: 500; padding: 25px 50px; text-shadow: none; font-size: 20px; margin: 10px auto 30px; box-shadow: 0px 0px 15px -5px #0eb602;}
#module-payu-payment .cart_navigation button:hover {background: #000; box-shadow: 0px 0px 20px -5px #000;}
#module-payu-payment .cart_navigation button span {border: 0; padding: 0;}

#order-confirmation .mb_order_done {box-shadow: 0px 0px 15px -5px #aaa; padding: 25px; font-size: 16px; margin-bottom: 80px;}
#order-confirmation .mb_order_done .box {border: 0; background: #fff; padding: 0}
#order-confirmation .mb_order_done .cart_navigation exclusive {padding: 0; margin: 0;}


@media (max-width: 768px) {
	.mb_order_steps li {display: none;}
	.mb_order_steps li.mb_current {display: block;}
	
	#opc_checkout.mb_validation #order-detail-content {width: 100%; float: none;}
	#opc_checkout.mb_validation #tfoot_static {width: 100%; float: none;}
	#opc_checkout.mb_validation .mb_con_accept {width: 100%; float: none;}
	#opc_checkout.mb_validation #caratyForm {width: 100%; float: none;}
	#opc_checkout.mb_validation #mb_symulacja_raty {width: 100%; float: none;}
	#opc_checkout.mb_validation .ca-form-box #caratyForm #caratySubmit {max-width: 300px;}
}

@media (max-width: 480px) {
	#opc_checkout.mb_validation #order-detail-content address {width: 100%; float: none !important;}
}

#wishlist_button_nopop:hover, #wishlist_button:hover {color: #000;}
#wishlist_button_nopop:hover:before, #wishlist_button:hover:before {background: #0eb602;}

#paymentMethodsTable tr.first_item .payment_name label::after {
    content: url('/img/blik.jpg'); /* Zastąp URL_DO_TWOJEJ_NOWEJ_GRAFIKI rzeczywistym URL nowej grafiki */
    display: inline-block;
    vertical-align: middle; /* Dostosuj wyrównanie w razie potrzeby */
}
