/* Продукт бутон Начало*/
.posle_product {
    width: 100%;
    margin: 8px 0 !important;
    padding: 6px 8px;
    background: #77C9FF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    color: #ffffff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    cursor: pointer;
}

.product_left {
    display: grid;
}

.product_left > .main {
    font-size: 18px;
    font-weight: 400;
}

.product_left > .main img{
    max-width: 140px;
    padding-bottom: 2px;
    /* max-width: 32px;
    padding:0 2px 2px 2px;
    filter: invert(0.5) sepia(1) saturate(5) hue-rotate(180deg); */
}

.product_right {
    background-color: #FFC252;
    color: #000000;
    font-size: 11px;
    padding: 3px 24px;
    border-radius: 3px;
    font-weight: bold;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 2px 8px;
    /* -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); */
}
/* Продукт бутон Край*/


/* Продукт модал */
#platiposle_modal .modal-title {
    font-size: 24px;
    color: #ffffff;
}

#platiposle_modal .modal-header img {
    max-width: 200px;
}

/* #platiposle_modal .modal-title img{
    width: 40px;
    padding: 0 2px 4px 2px;
    filter: invert(0.5) sepia(1) saturate(5) hue-rotate(180deg);
} */

#platiposle_modal button.close{
    margin-top: -5px;
    font-size: 30px;
    color: #ffffff;
}

#platiposle_modal .modal-header{
    background-color: #2965BC;
	padding:15px 30px;
	border:none;
	position:relative;
	z-index:2;
}

#platiposle_modal table thead {
    background: #2965BC;
    color:#ffffff;
}

#platiposle_modal .modal-body {
    background-color: #75C0F6;
	padding:15px 30px;
    background-image: url('/catalog/view/theme/default/image/platiposle_lightblue_background_nocolour.svg');
    background-position: center 180%;
}

#platiposle_modal .table_title {
    text-align: center;
    margin:1em 0;
    color:#ffffff;
	font-weight: bold;
}

#payment_table {
    color: #ffffff;
    position: relative;
    z-index: 2;
    border-width: 0px !important; 
    background: transparent;
}

#payment_table th{
    border: none;
    border-width: 0px !important;
}

#payment_table td{
    color: #ffffff;
	border-top:none;
	border-bottom: 1px solid #2965BC
}

#payment_table tr:nth-child(even) {
	background: transparent;
}


/* #payment_table td input[type="radio"]{
    appearance: none;
    position: relative;
    top: 3px;
    border: 1px solid #ffffff5c;
    width: 15px;
    height: 15px;
    outline: none;
    margin: 0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#payment_table td input[type="radio"]:checked {
    content: none;
}

#payment_table td input[type="radio"]:checked::before{
    position: absolute;
    color: #ffffff !important;
    content: "\00A0\2713\00A0" !important;
    font-weight: bolder;
    font-size: 10px;
} */

#payment_table tr:hover{
	cursor: pointer;
}

#platiposle_modal .plati_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
	position: relative;
	z-index: 2;
    margin-top: 2em;
}

#platiposle_modal .modal-content {
	font-size:14px;
	overflow: hidden;
	border-radius: 15px;
	background: #2d63b9;
    border-width: 0px;
}

#platiposle_checkout {
    background-color: #FFC252;
    padding: 10px 40px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    border-radius: 5px;
    color: black;
    /* color: #2965BC; */
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.plati_footer .info {
    font-size: 11px;
    line-height: 12px;
    max-width: 360px;
}

.plati_footer .info a {
    font-weight: bold;
    color: white;
}

#platiposle_modal .side-svg-bottom {
    display: block;
    left: 65%;
    position: absolute;
    top: 15%;
    transform: translateX(-80%) translateY(-90%) scale(4.25) rotate(-72deg);
    z-index: 1;
}

#platiposle_modal .side-svg-bottom-path-static {
    height: 100%;
    width: auto;
    stroke: #e4e4e429;
    stroke-width: .45rem;
    stroke-linecap: round;
    transform: rotate(18deg);
}
/* Продукт модал */

/* Checkout модал */
.d-none { display:none !important; }


#platiposle_modal_checkout .modal-content {
	background-color:#75C0F6;
	border-radius:10px;
	overflow:hidden;
}

#platiposle_modal_checkout .upper_wrapper {
	background-color:#2964C0;
	border-radius:10px;
	padding: 60px 18px 35px 18px;
	margin:auto;
}

.popin-wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	min-height: 550px;
	margin-top: 4rem;
	z-index:2;
}

.icon-wrapper {
	position:absolute;
	top: -3rem;
	background: #ffffff;
	width: 12rem;
	height: 12rem;
	margin: 25px auto;
	border-radius: 50%;
	display:flex;
	align-items: center;
}

.icon-wrapper svg.svg-inline--fa {
	color:#F7C258;
	width: 50px;
	border-radius:5px;
	margin:auto;
	font-weight: bold;
}

.popin-wrapper  .content {
	font-size:16px;
	background: white;
	border-radius:10px;
	max-width:435px;
	padding:80px 35px 25px 35px;
	color: #2964C0;
}
.popin-wrapper  .content button{
	background-color:#F7C258;
	white-space:normal;
	width: 185px;
	border:none;
	padding:13px 50px;
	font-size: 15px;
	font-weight: bold;
	border-radius:10px;
	line-height: 16px
}

.popin-wrapper  .content p img{
	width: 8em;
	padding: 0 2px 2px 2px;
	/* filter: invert(0.5) sepia(1) saturate(5) hue-rotate(0deg); */
}


.finalize {
	margin-top: 20px;
}

#platiposle_modal_checkout .side-svg-bottom {
	position: absolute;
	width: 1600px;
	height: auto;
	bottom: -10rem;
	left: -25rem;
	z-index: 1;
}

#platiposle_modal_checkout .side-svg-bottom-path-static {
    height: 100%;
    width: auto;
    stroke: #2964c017;
    stroke-width: 0.5rem;
    stroke-linecap: round;
    transform: rotate(18deg);
}
/* Checkout модал */


.confirmation-wrapper {
    display: flex;
    flex-flow: row;
    align-items: center;
}

.confirmation-txt{
    padding-left:10px;
    padding-top:5px;
    font-weight: bold;
    cursor: pointer;
}

.existing_details {
	background-color: transparent;
	outline: none !important;
	box-shadow: none !important;
}