
/** START: File price form and shopping cart form **/
#buy_file_form,
#buy_file_payment_success,
#buy_file_shopping_cart {
	color: #1A2533;
    font-family: Roboto, Arial, sans-serif;
}
    #buy_file_form:before,
    #buy_file_payment_success:before,
    #buy_file_shopping_cart:before {
        content: none;
    }
	#buy_file_form .modal-content, 
    #buy_file_shopping_cart .modal-content {
		padding: 0;
        max-height: 88vh;
	}
	#buy_file_form .modal-inner,
    #buy_file_shopping_cart .modal-inner {
        overflow: auto;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        width: 620px;
        margin-left: -310px;
        top: 60px;
	}
    #buy_file_form .modal-content::-webkit-scrollbar,
    #buy_file_shopping_cart .modal-content::-webkit-scrollbar {
        width: 19px;
    }
    
    #buy_file_form .modal-content::-webkit-scrollbar-thumb,
    #buy_file_shopping_cart .modal-content::-webkit-scrollbar-thumb {
        border-radius: 10px;
        box-shadow: inset 0 0 12px 12px rgba(0, 0, 0, 0.45);
        border: solid 6px transparent;
    }
    #buy_file_form .modal-content::-webkit-scrollbar-track,
    #buy_file_shopping_cart .modal-content::-webkit-scrollbar-track {
        border: solid 4px transparent;
    }
	
#buy_file_form .modal-close:after,
#buy_file_shopping_cart .modal-close:after {
	background: url(/images/popups/close-shadow3.svg) center no-repeat;
    margin-left: 285px;
    top: 32px;
    color: #FFFFFF;
    z-index: 10000002;
    position: absolute;
    font-size: 0px;
    height: 15px;
    width: 15px;
}

#buy_file_form .modal-close:before,
#buy_file_shopping_cart .modal-close:before {
	opacity: 0.7;
	cursor: default;
    display: block;
}

@media screen and (max-height: 740px) {
	#buy_file_form .modal-content,
    #buy_file_shopping_cart .modal-content {
        max-height: 82vh;
    }
}

@media screen and (max-height: 520px) {
	#buy_file_form .modal-content,
    #buy_file_shopping_cart .modal-content  {
        max-height: 78vh;
    }
}

.buy_file_form_modal_close_mobile_wrapper {
	display: none;
}
/** END: File price form and shopping cart form **/

        /** START: File price form **/
		/** START: File price form header **/
		#buy_file_form__header {
			background: #fff;
			padding: 32px 28px 18px 28px;
		}
			#buy_file_form__header_main_text {
				font-size: 22px;
                line-height: 29px;
				color: #1A2533;
				font-weight: bold;
			}
			#buy_file_form__header .buy_file_form__header_sub_text {
				display:none;
				margin-top: 16px;
				font-size: 12px;
                line-height: 16px;
                color: #1A2533;
			}
		/** END: File price form header **/
		
		/** START: File price form content **/
		#buy_file_form__content {
			display: none;
			font-size: 0;
		}
		
			/** START: File image, name and license **/
			#buy_file_form__file_info_container {
			    font-size: 0;
			    /* margin-bottom: 20px; */
			    display: flex;
			    flex-direction: column;
			    padding: 0 28px;
			}
				#buy_file_form__file_image_container {
					display: flex;
					flex-direction: column;
					align-items: center;
					justify-content: center;
					width: fit-content;
					min-width: 30px;
					height: 80px;
                    flex: 1;
					margin: auto;
					text-align: center;
				}
					#buy_file_form__file_image_thumnail {
			    		max-width: 100%;
                        max-height: 80px;
                        -webkit-touch-callout:none;
                        -webkit-user-select:none;
			        }
                    #buy_file_form__file_icon {
			    		max-height: 80px;
			    		max-width: 100%;
			        }
					
				#buy_file_form__file_name_license_container {
				    display: inline-block;
				    transition: all .2s ease-in-out;
				    box-sizing: border-box;
				    -moz-box-sizing: border-box;
				    -webkit-box-sizing: border-box;
                    margin-top: 28px;
				}
					#buy_file_form__file_name_container,
					#buy_file_form__file_description_container {
					    padding: 0;
					    font-size: 0;
					    margin-bottom: 16px;
                        display: flex;
                        color: #1A2533;
					}
						#buy_file_form__file_name_label,
						#buy_file_form__file_description_label {
						    font-size: 16px;
						    line-height: 21px;
						    width: 104px;
						    margin-right: 5px;
						    min-width: 100px;
						}
						#buy_file_form__file_name_value,
						#buy_file_form__file_description_value {
                            font-size: 16px;
                            line-height: 24px;
						}
						#buy_file_form__file_name_value {
                            font-weight: bold;
						}
			/** END: File image, name and license **/
			
			/** START: File prices table **/
			#buy_file_form__prices_table {
				width: 100%;
				padding: 0 92px 0 137px;
			}
				.buy_file_form__table_price_row {
					cursor: pointer;
				}
					#buy_file_form__prices_table th {
					    font-size: 16px;
                        line-height: 21px;
                        color: #919191;
                        padding-bottom: 8px;
					}
					#buy_file_form__prices_table td {
						padding: 8px 0;
						line-height: 20px;
					    vertical-align: middle;
                        color: #1A2533;
                        font-size: 16px;
                        line-height: 21px;
					}
                    #buy_file_form__prices_table td.buy_file_form__table_price_radio_btn_td {
						padding: 8px 8px 8px 0;
					}
					#buy_file_form__prices_table td.buy_file_form__price_label_in_table {
					    text-align: right;
					    padding-right: 10px;
					}
                    #buy_file_form__prices_table input {
                        height: 14px;
                        display: inline-block;
                    }
                    #buy_file_form__prices_table input:not(:checked), #buy_file_form__prices_table input:checked {
                        position: absolute;
                        left: -9999px;
                    }
                    #buy_file_form input.styled_radio_btn:not(:checked) + label, 
					#buy_file_form input.styled_radio_btn:checked + label {
						font-size: 16px;
                        line-height: 21px;
                        padding-left: 26px;
                        background: none;
                        height: unset;
					}
                    #buy_file_form input.styled_radio_btn:not(:checked) + label:before {
                        border: 1px solid #A3A3A3;
                    }
                    #buy_file_form input.styled_radio_btn:checked + label:before {
						border: 1px solid #1389FE;
					}
                    #buy_file_form input.styled_radio_btn:not(:checked) + label:before, 
					#buy_file_form input.styled_radio_btn:checked + label:before {
						width: 14px;
                        height: 14px;
                        top: 2px;
					}
					#buy_file_form input.styled_radio_btn:not(:checked) + label:after, 
					#buy_file_form input.styled_radio_btn:checked + label:after {
						content: '';
                        background: #1389FE;
                        height: 10px;
                        width: 10px;
                        border-radius: 10px;
                        -webkit-border-radius: 10px;
                        -moz-border-radius: 10px;
                        top: 5px;
                        left: 3px;
                        line-height: 1;
					}
					#buy_file_form__prices_table_last_row td {
						border: 0;
						padding: 0;
					}
                        #buy_file_form__prices_table .buy_file_form__table_size_name {
						}
                        #buy_file_form__prices_table .buy_file_form__table_dimensions {
							padding-left: 8px;
						}
                        #buy_file_form__prices_table .buy_file_form__table_dimensions_px {
							padding-left: 7px;
                            color: #A3A3A3;
                            font-style: italic;
						}
                        #buy_file_form__prices_table .buy_file_form__table_original {
							padding-left: 7px;
                            color: #A3A3A3;
						}
						.buy_file_form__table_size_cross {
							padding: 5px 6px 6px 6px;
                            width: 7.65px;
                            height: 7.65px;
						}
						.buy_file_form__table_price {
						}
							.buy_file_form__table_price .fa {
							    margin-right: 3px;
							    font-size: 12px;
							}
			/** END: File prices table **/
			
			/** START: File rights of use **/
			#buy_file_form__file_rights_container {
			    font-size: 0;
			    margin-top: 40px;
			    padding: 0 28px;
			}
				#buy_file_form__file_rights_container .buy_file_form__file_rights_label {
				    font-size: 16px;
                    line-height: 21px;
                    color: #1A2533;
				}
				#buy_file_form__file_rights_defined_container {
					display: none;
			        font-size: 0;
                    padding-top: 19px;
				}
                    #buy_file_form__file_rights_defined_select_and_custom_containers {
                        border: 1px solid #D8D8D8;
                        -webkit-border-radius: 10px;
                        -moz-border-radius: 10px;
                        border-radius: 10px;
                        margin-top: 9px;
                    }
                        #buy_file_form__file_rights_defined_select_all_containers {
                            display: grid;
                            grid-template-columns: auto auto auto auto;
                            padding: 15px 19px;
                        }
                                .buy_file_form__file_rights_defined_select_label {
                                    font-size: 12px;
                                    line-height: 16px;
                                    color: #919191;
                                }
                                .buy_file_form__file_rights_defined_select_value {
                                    font-size: 16px;
                                    line-height: 21px;
                                    color: #1A2533;
                                    font-weight: bold;
                                    margin-top: 3px;
                                }
				#buy_file_form__file_rights_custom_container {
					display: none;
                    border-top: 1px solid #D8D8D8;
                    padding: 15px 19px;
				}
					#buy_file_form__file_rights_custom {
					    font-size: 16px;
                        line-height: 22px;
					}
			/** END: File rights of use **/
			
			/** START: Footer **/
			#buy_file_form__footer {
			    /* width: 100%; */
			    position: relative;
			    display: flex;
			    flex-direction: column;
			}
				#buy_file_form__footer_already_added_to_cart_msg_wrapper {
				    text-align: right;
				    height: 30px;
				    padding-bottom: 10px;
				    position: absolute;
				    width: 180px;
				    bottom: 148px;
				    left: 0;
                    right: 0;
                    margin: 0 auto;
				}
					#buy_file_form__footer_already_added_to_cart_msg {
					    font-size: 13px;
					    text-align: center;
					    display: inline-block;
					    background-color: #dff0d8;
					    color: #3c763d;
					    border-radius: 5px;
					    padding: 6px 4px;
					    border: 1px solid #d6e9c6;
					    display: none;
					    float: right;
                        width: 170px;
					}
				#buy_file_form__terms_container {
                    width: 100%;
					font-size: 16px;
                    line-height: 21px;
                    padding: 22px 0;
                    border-top: 1px solid #D8D8D8;
				}
                    #buy_file_form__terms_container a {
                        color: #919191;
                    }
                    #buy_file_form__terms_container a:hover {
                        color: #1A2533;
                    }
					#buy_file_form__footer_terms {
						display: inline-block;
						width: 100%;
						text-align: center;
						text-decoration: none;
                        color: #919191;
					}
				#buy_file_form__button_container {
				    padding: 42px 28px 35px 28px;
                    display: flex;
                    justify-content: center;
				}
					#buy_file_form__footer_add_to_cart_button {
                        cursor: pointer;
                        color: #fff;
                        text-align: center;
                        display: inline-block;
                        background-color: #1389FE;
                        font-size: 16px;
                        line-height: 21px;
                        height: 50px;
                        width: 272px;
                        padding: 14px 16px;
                        box-sizing: border-box;
                        -webkit-border-radius: 10px;
                        -moz-border-radius: 10px;
                        border-radius: 10px;
                        transition: 0.5s ease;
                        font-weight: bold;
					}
                    #buy_file_form__footer_add_to_cart_button:hover {
                        background-color: #0066CC;
                    }

			/** END: Footer **/
			
			/** START: Element for form disabling **/
			.buy_file__disable {
			    background: rgba(255,255,255,0.5);
			    height: 100%;
			    width: 100%;
			    position: absolute;
			    top: 0;
			    left: 0;
			    display: none;
			}
			/** END: Element for form disabling **/
			
		/** END: File price form content **/

	/** START: Spceil style for buy file form for simple files (not images) **/
    #buy_file_form.buy_file_form__simple #buy_file_form__prices_table {
		padding: 0 28px;
	}

	#buy_file_form.buy_file_form__simple .buy_file_form__el_for_images {
		display: none;
	}
	#buy_file_form.buy_file_form__simple td.buy_file_form__price_label_in_table {
		width: 100px;
		padding-right: 0;
		font-size: 16px;
		line-height: 21px;
		min-width: 100px;
	}
    #buy_file_form.buy_file_form__simple td {
		padding: 0;
        font-size: 16px;
        line-height: 21px;
	}
	#buy_file_form.buy_file_form__simple .buy_file_form__table_price_row td {
		border-bottom: 0;
	}
	#buy_file_form.buy_file_form__simple .buy_file_form__table_price_row {
		cursor: auto;
	}
	#buy_file_form.buy_file_form__simple td.buy_file_form__price_label_in_table {
		text-align: left;
	}
	/** END: Spceil style for buy file form for simple files (not images) **/

/** END: File price form **/

/** START: Shopping cart form **/
	/** START: Header **/
	#buy_file_shopping_cart__header {
	    padding: 34px 16px 15px 28px;
	}
		#buy_file_shopping_cart__header_main_text {
			font-size: 22px;
            line-height: 29px;
			color: #1A2533;
		}
	/** END: Header **/
	
	#buy_file_shopping_cart__content {
	    position: relative;
	}
	
	/** START: Products table **/
    #buy_file_shopping_cart__product_block {
		padding: 0 16px 0 28px;
	}
	#buy_file_shopping_cart__product_list {
		width: 100%;
        border-top: 1px solid #E8E8E8;
	}
        #buy_file_shopping_cart__product_list .buy_file_shopping_cart__product_row {
            border-bottom: 1px solid #E8E8E8;
            display: flex;
            padding: 11px 0;
            justify-content: space-between;
        }
            #buy_file_shopping_cart__product_list .buy_file_shopping_cart__product_row_img_name_size_container {
                display: flex;
            }
                #buy_file_shopping_cart__product_list .buy_file_shopping_cart__product_row_img_container {
                    width: 80px;
                    height: 80px;
                    min-width: 80px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    background-color: #F7F7F7;
                }
                    #buy_file_shopping_cart__product_list .buy_file_shopping_cart__product_row_img_container img {
                        object-fit: contain;
                        max-width: 100%;
                        max-height: 100%;
                    }
                    #buy_file_shopping_cart__product_list .buy_file_shopping_cart__product_row_img_container .buy_file_shopping_cart__product_list_file_icon_folder {
                        width: 72px;
                    }
                #buy_file_shopping_cart__product_list .buy_file_shopping_cart__product_list_file_name_dimensions {
                    text-align: left;
                    margin: 0 20px;
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    max-width: 312px;
                }
                    #buy_file_shopping_cart__product_list .buy_file_shopping_cart__product_list_file_name {
                        font-size: 18px;
                        line-height: 20px;
                        margin-bottom: 3px;
                        color: #1A2533;
                    }
                    #buy_file_shopping_cart__product_list .buy_file_shopping_cart__product_list_dimensions_container {
                        font-size: 12px;
                        line-height: 16px;
                        color: #9A9A9A;
                    }
                        #buy_file_shopping_cart__product_list .buy_file_shopping_cart__product_list_size_cross {
                            padding: 5px 2px 6px 2px;
                            width: 6px;
                            height: 6px;
                        }
            #buy_file_shopping_cart__product_list .buy_file_shopping_cart__product_list_price_action_container {
                display: flex;
                align-items: center;
                margin-right: 14px;
            }
                #buy_file_shopping_cart__product_list .buy_file_shopping_cart__product_list_price {
                    margin-right: 34px;
                    text-align: right;
                    min-width: 63px;
                    white-space: nowrap;
                }
                    #buy_file_shopping_cart__product_list .buy_file_shopping_cart__product_list_price__with_discount {
                        font-size: 18px;
                        line-height: 24px;
                        font-weight: bold;
                    }
                    #buy_file_shopping_cart__product_list .buy_file_shopping_cart__product_list_price__discount {
                        font-size: 12px;
                        line-height: 16px;
                        margin-top: 5px;
                    }
                        #buy_file_shopping_cart__product_list .buy_file_shopping_cart__product_list_price__discount .discount_percent {
                            color: #43B21A;
                        }
                        #buy_file_shopping_cart__product_list .buy_file_shopping_cart__product_list_price__discount .price_without_discount {
                            color: #1A2533;
                            text-decoration: line-through;
                            margin-left: 4px;
                        }
                #buy_file_shopping_cart__product_list .buy_file_shopping_cart__product_remove_button {
                    cursor: pointer;
                    display: flex;
                    align-items: center;
                }
                    #buy_file_shopping_cart__product_list .buy_file_shopping_cart__product_remove_button img {
                        width: 11.95px;
                        height: 11.95px;
                    }
                    #buy_file_shopping_cart__product_list .buy_file_shopping_cart__product_remove_button_label {
                        display: none;
                        margin-left: 6px;
                        color: #9A9A9A;
                        font-size: 12px;
                        line-height: 16px;
                        margin-top: 1px;
                    }

                    #buy_file_shopping_cart__product_list .buy_file_shopping_cart__product_remove_button:hover img {
                        filter: brightness(0) saturate(100%) invert(8%) sepia(7%) saturate(5015%) hue-rotate(174deg) brightness(94%) contrast(86%);
                    }
                    #buy_file_shopping_cart__product_list .buy_file_shopping_cart__product_remove_button:hover .buy_file_shopping_cart__product_remove_button_label {
                        color: #1A2533;
                    }
        #buy_file_shopping_cart__product_row__last_empty {
            display: none;
        }
	/** END: Products table **/	
	
	/** START: Payment data **/

    #buy_file_shopping_cart input.styled_radio_btn:not(:checked) + label, 
    #buy_file_shopping_cart input.styled_radio_btn:checked + label {
        font-size: 16px;
        line-height: 21px;
        padding-left: 26px;
        background: none;
        height: unset;
        color: #1A2533;
    }
    #buy_file_shopping_cart input.styled_radio_btn:not(:checked) + label:before {
        border: 1px solid #A3A3A3;
    }
    #buy_file_shopping_cart input.styled_radio_btn:checked + label:before {
        border: 1px solid #1389FE;
    }
    #buy_file_shopping_cart input.styled_radio_btn:not(:checked) + label:before, 
    #buy_file_shopping_cart input.styled_radio_btn:checked + label:before {
        width: 14px;
        height: 14px;
        top: 2px;
    }
    #buy_file_shopping_cart input.styled_radio_btn:not(:checked) + label:after, 
    #buy_file_shopping_cart input.styled_radio_btn:checked + label:after {
        content: '';
        background: #1389FE;
        height: 10px;
        width: 10px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        top: 5px;
        left: 3px;
        line-height: 1;
    }

    #buy_file_shopping_cart input.styled_radio_btn:checked + label {
        font-weight: bold;
    }


	#buy_file_shopping_cart input[type="text"],
	#buy_file_shopping_cart input[type="email"],
	#buy_file_shopping_cart .styled-select,
    #buy_file_shopping_cart select {
        padding: 12px 10px 9px 13px;
        height: 42px;
        -moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid #D5D8DC;
        font-size: 16px;
        line-height: 21px;
        color: #1A2533;
	}

    
	#buy_file_shopping_cart .styled-select .select-selected {
		padding: 0;
		color: #1A2533;
        font-size: 16px;
        line-height: 21px;
	}

    #buy_file_shopping_cart .styled-select .select-selected::after {
		background: transparent url(/images/buy_file_form/caret-down.svg) no-repeat center center;
	}

    #buy_file_shopping_cart .styled-select .select-items {
		height: 280px;
        overflow-y: auto;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
	}

    #buy_file_shopping_cart .styled-select .select-items div {
		color: #1A2533;
	}

    #buy_file_shopping_cart .styled-select .select-items::-webkit-scrollbar {
        width: 11px;
    }

    #buy_file_shopping_cart .styled-select .select-items::-webkit-scrollbar-thumb {
        border-radius: 10px;
        box-shadow: inset 0 0 12px 12px rgba(0, 0, 0, 0.45);
        border: solid 2px transparent;
    }

	#buy_file_shopping_cart__buyer_info {
        background-color: #F7F7F7;
        border-radius: 17px;
        padding: 36px 24px 30px 24px;
        margin: 22px 16px 19px 28px;
    }
    #buy_file_shopping_cart__buyer_info_type_container {
        display: flex;
    }
        #buy_file_shopping_cart .buy_file_shopping_cart__type_container_title {
            font-size: 16px;
            line-height: 21px;
            font-weight: bold;
            margin-right: 20px;
        }
        #buy_file_shopping_cart__buyers_data__payer_type {
            display: flex;
        }
        #buy_file_shopping_cart__buyers_data__payer_type .buy_file_shopping_cart__buyer_container {
            margin-right: 24px;
        }

    #buy_file_shopping_cart__contact_input_table {
        margin-top: 28px;
        border-bottom: 1px solid #D5D8DC;
        padding-bottom: 30px;
        width: 100%;
        max-width: 600px;
        position: relative;
    }

    table#buy_file_shopping_cart__contact_input_table tr {
        display: flex;
    }
    
    #buy_file_shopping_cart__contact_input_table td.buy_file_shopping_cart__contact_cell_container {
        width: 50%;
        min-width: 200px;
        height: 57px;
        position: relative;
        padding: 10px 8px 0 0;
        vertical-align: bottom;
    }
    #buy_file_shopping_cart__contact_input_table td input,
    #buy_file_shopping_cart__contact_input_table td select,
    #buy_file_shopping_cart__contact_input_table td .styled-select {
        width: 97%;
        position: absolute;
        top: 25px;
    }

    #buy_file_shopping_cart__contact_input_table input[type="text"], 
    #buy_file_shopping_cart__contact_input_table input[type="email"],
    #buy_file_shopping_cart__contact_input_table .styled-select,
    #buy_file_shopping_cart__contact_input_table select {
        background-color: #F7F7F7;
    }

    #buy_file_shopping_cart__buyer_info input:focus, #buy_file_shopping_cart__buyer_info select:focus, #buy_file_shopping_cart .styled-select.blue-border {
        border: 1px solid #1389FE;
    }

    #buy_file_shopping_cart__buyer_info input:focus + .buy_file_shopping_cart__input_label, #buy_file_shopping_cart .buy_file_shopping_cart__input_label.blue-span {
        color: #1389FE;
    }

    #buy_file_shopping_cart__contact_input_table td.buy_file_shopping_cart__contact_cell_container.has_error {
        height: 88px;
    }

    #buy_file_shopping_cart__contact_input_table td .buy_file_shopping_cart__input_label {
        margin: 0 0 2px 2px;
        color: #979A9F;
        font-size: 12px;
        line-height: 16px;
        position: absolute;
        top: 18px;
        z-index: 2;
        left: 8px;
        background-color: #F7F7F7;
        padding: 0 4px;
    }

    #buy_file_shopping_cart__contact_input_table .buy_file_shopping_cart__error-text-container {
        margin-top: 64px;
        color: #EE2B3A;
        font-size: 12px;
        line-height: 16px;
        display: none;
        position: relative;
    }

    #buy_file_shopping_cart__contact_input_table td.buy_file_shopping_cart__contact_cell_container.has_error .buy_file_shopping_cart__error-text-container {
        display: block;
    }

    #buy_file_shopping_cart__contact_input_table td.buy_file_shopping_cart__contact_cell_container.has_error input,
    #buy_file_shopping_cart__contact_input_table td.buy_file_shopping_cart__contact_cell_container.has_error .styled-select {
        border: 1px solid #EE2B3A;
    }

    #buy_file_shopping_cart__contact_input_table td.buy_file_shopping_cart__contact_cell_container.has_error .buy_file_shopping_cart__input_label {
        color: #EE2B3A;
    }
	
	#buy_file_shopping_cart__buyers_data {
		width: 100%;
		font-size: 0;
		margin-bottom: 10px;
		text-align: justify;
		text-align-last: justify;
	}

    #buy_file_shopping_cart .buy_file_shopping_cart__buyers_input__business {
        display: none;
    }
	#buy_file_shopping_cart__payment_data {
	    display: flex;
        margin-top: 30px;
	}
		#buy_file_shopping_cart__payment_data_select {
		    display: flex;
		}
			.buy_file_shopping_cart__payment_type_container {
			    margin-right: 24px;
			}
    #buy_file_shopping_cart__payment_type_banklink_bank_wrapper {
        display: none;
    }
				
	#buy_file_shopping_cart__creditcard_data {
		display: none;
	}
	   #buy_file_shopping_cart__creditcard_form {
            margin-top: 10px;
	   }
	
	/** START: Payment data **/

    #buy_file_shopping_cart__description {
        padding: 0 16px 0 28px;
    }

    #buy_file_shopping_cart__description .buy_file_shopping_cart__description_sub_text {
        font-size: 12px;
        color: #1A2533;
        line-height: 16px;
    }
	
	/** START: Footer **/
	#buy_file_shopping_cart__footer {
	    width: 100%;
		margin-top: 32px;
	}
    #buy_file_shopping_cart__footer_main_block {
        padding: 0 16px 0 28px;
    }

        #buy_file_shopping_cart__final_price_container {
            font-size: 18px;
            line-height: 24px;
            color: #1A2533;
            margin-right: 0;
            margin-left: auto;
        }
            #buy_file_shopping_cart__final_price_container td {
                height: 36px;
                text-align: right;
            }

            #buy_file_shopping_cart__final_price_container td.buy_file_shopping_cart__final_price {
                padding-left: 24px;
            }

            #buy_file_shopping_cart__final_commission_fee_row {
                display: none;
            }

		#buy_file_shopping_cart__terms_container {
			width: 100%;
            font-size: 16px;
            line-height: 21px;
            padding: 22px 0;
            border-top: 1px solid #D8D8D8;
		}
            #buy_file_shopping_cart__terms_container a {
                color: #919191;
            }
            #buy_file_shopping_cart__terms_container a:hover {
                color: #1A2533;
            }
            #buy_file_shopping_cart__footer_terms {
                display: inline-block;
                width: 100%;
                text-align: center;
                text-decoration: none;
            }
		#buy_file_shopping_cart__button_container {
            -moz-box-sizing: border-box;
		    -webkit-box-sizing: border-box;
		    box-sizing: border-box;
            margin-top: 16px;
            margin-right: 0;
            margin-left: auto;
            width: fit-content;
		}
            #buy_file_shopping_cart__button_container .buy_file_shopping_cart__footer_pay_button {
                width: 264px;
                box-sizing: border-box;
                height: 50px;
                border-radius: 8px;
                padding: 14px 16px;
                background-color: #1389FE;
                box-shadow: none;
                font-size: 18px;
                line-height: 24px;
                transition: background-color 0.5s ease;
                color: #fff !important;
                text-align: center;
                text-decoration: none;
                cursor: pointer;
			}
            #buy_file_shopping_cart__button_container .buy_file_shopping_cart__footer_pay_button:hover {
                background-color: #0066CC;
			}
				
			#buy_file_shopping_cart__platform {
				margin-top: 29px;
                margin-bottom: 38px;
                text-align: right;
                color: #6C6C6C;
                font-size: 12px;
                line-height: 16px;
			}
				
	/** END: Footer **/
	
	/** START: Hidden payment forms **/

	#buy_file_shopping_cart__paypal_form {
		display: none;
	}
	/** END: Hidden payment forms **/

/** END: Shopping cart form **/

/** START: Shopping cart payment success **/

#buy_file_payment_success {
    font-size: 16px;
    color: #1A2533;
}
	#buy_file_payment_success .modal-inner {
        width: 620px;
        height: fit-content;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 16px;
        overflow-x: hidden;
	}
    #buy_file_payment_success .modal-content {
        padding: 0;
        max-height: 100vh;
        height: 100%;
        border: none;
	}
#buy_file_payment_success .modal-close:after {
    content: '';
    background: unset;
	padding: 4px 4px;
	font-size: 40px;
    top: 0;
    left: auto;
    right: 20px;
    margin-left: 0;
    text-indent: 0;
}
	
	/** START: Header **/
	#buy_file_payment_success__header {
	    padding: 49px 10px 38px 10px;
        display: flex;
        justify-content: center;
	}
        #buy_file_payment_success__header .buy_file_payment_success__header_checkmark {
            height: 21px;
            width: 28.21px;
            margin-top: 3px;
            margin-right: 10px;
        }
		#buy_file_payment_success__header_main_text {
            text-align: left;
			font-size: 26px;
            font-weight: bold;
			color: #42C689;
		}
	/** END: Header **/
	
	#buy_file_payment_success__content {
	    position: relative;
        padding: 0 43px 53px 63px;
	}
        #buy_file_payment_success__content_main_text {
            margin-bottom: 11px
        }
        #buy_file_payment_success__content_main_text_2 {
            margin-bottom: 40px
        }
        #buy_file_payment_success__content_main_button {
            position: relative;
            margin: 0 auto 20px auto;
            display: block;
            width: fit-content;
        }
            #buy_file_payment_success__content_main_button .access_files_btn {
                line-height: 24px;
                text-align: center;
                -webkit-border-radius: 10px;
                -moz-border-radius: 10px;
                border-radius: 10px;
                font-size: 18px;
                background: #1389FE;
                color: #FFFFFF;
                font-weight: bold;
                transition: 0.5s ease;
                cursor: pointer;
                padding: 13px 32px;
                width: fit-content;
                display: block;
                text-decoration: none;
            }
            #buy_file_payment_success__content_main_button .access_files_btn:hover {
                background-color: #0066CC;
            }
        #buy_file_payment_success__content_link {
            text-align: center;
        }
        #buy_file_payment_success__content_link a {
            text-align: center;
            text-decoration: none;
            color: #1A2533;
        }

/** END: Shopping cart payment success **/

/** START: Small shopping cart fixed element in the window's right side **/
#buy_file_small_shopping_cart {
    display: inline-block;
    position: fixed;
    top: 109px;
    right: 0;
    background-color: #FFFFFF;
    text-align: center;
    -webkit-border-radius: 16px 0 0 16px;
    -moz-border-radius: 16px 0 0 16px;
    border-radius: 16px 0 0 16px;
    border-right: 0;
    cursor: pointer;
    z-index: 10000998;
    display: none;
    height: 93px;
    width: 75px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 30px rgba(0,28,145,0.18);
    box-shadow: 0 0 30px rgba(0,28,145,0.18);
}
    #buy_file_small_shopping_cart__container {
        display: flex;
        flex-direction: column;
        padding: 25px 9px 12px 9px;
    }
        #buy_file_small_shopping_cart__icon {
            width: 24px;
            height: 22px;
            margin: auto;
        }
        #buy_file_small_shopping_cart__count_container {
            position: absolute;
            top: 12px;
            right: 13px;
            background-color: #417FF2;
            width: 20px;
            height: 20px;
            border: 2px solid #FFFFFF;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            display: flex;
        }
            #buy_file_small_shopping_cart__count {
                color: #FFFFFF;
                font-size: 11px;
                line-height: 15px;
                padding: 0;
                background: none;
                margin: auto;
            }
        #buy_file_small_shopping_cart__sum {
            display: flex;
            font-size: 14px;
            line-height: 19px;
            color: #242424;
            justify-content: center;
            margin-top: 12px;
        }

        #buy_file_small_shopping_cart__container:hover #buy_file_small_shopping_cart__sum {
            color: #1F68EF;
        }

        #buy_file_small_shopping_cart__container:hover img {
            filter: brightness(0) saturate(100%) invert(32%) sepia(32%) saturate(7277%) hue-rotate(213deg) brightness(97%) contrast(93%);
        }
/** END: Small shopping cart fixed element in the window's right side **/




		
/** START: Alerts **/
.buy_file__top_alerts_container {
	font-size: 14px;
	padding: 0 28px 0 28px;
}
	.buy_file__top_alerts_container .alert_container {
		margin: 0 0 50px 0;
		table-layout: fixed;
		word-break: break-word;
	}
		.buy_file__top_alerts_container .alert_container_success .alert_container_button {
			margin-bottom: 10px;
		}

#buy_file_shopping_cart .buy_file__top_alerts_container {
	padding: 0 16px 0 28px;
}
    #buy_file_shopping_cart .buy_file__top_alerts_container .alert_container {
        margin: 20px 0;
    }

.buy_file__payment_alerts_container {
	font-size: 14px;
	padding: 0 16px 0 28px;
}
	.buy_file__payment_alerts_container .alert_container {
		margin: 20px 0;
	}

#buy_file_form .alert_container_danger, 
#buy_file_form .alert_container_danger .alert_main_text,
#buy_file_form .alert_container_danger .fa,
#buy_file_form .alert_container_danger a {
    color: #EE2B3A !important;
    font-size: 16px;
    line-height: 21px;
}

#buy_file_shopping_cart .alert_container_danger, 
#buy_file_shopping_cart .alert_container_danger .alert_main_text,
#buy_file_shopping_cart .alert_container_danger .fa,
#buy_file_shopping_cart .alert_container_danger a {
    color: #EE2B3A !important;
    font-size: 16px;
    line-height: 21px;
}

#buy_file_shopping_cart .alert_container_danger,
#buy_file_form .alert_container_danger {
    background-color: #FBE6E7;
    border: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}


/** END: Alerts **/

a#buy_file_form__file_rights_toggle {
	text-decoration: none;
	color: #1A2533;
}

a#buy_file_form__file_rights_toggle i{
	color: #D6D6D6;
    font-size: 18px;
    margin-left: 2px;
    line-height: 21px;
}

#new_cc_label_buy_file_shopping_cart__creditcard_form {
	margin-top: 5px;
}

#subscription-form_braintree-form_EUR_buy_file_shopping_cart__creditcard_form .braintree_cc_form__input_fields .new_cc_line .braintree_cc_form__input__wrapper__cc_number {
	width: calc(54% - 22px);
}

#buy_file_shopping_cart__payment_type_container_swedbank-cc img {
	height: 20px;
}

#buy_file_shopping_cart__payment-receiver-info {
    font-size: 10px;
    line-height: 12px;
    margin-top: 10px;
    color: rgba(43, 61, 82, 0.7);
}

#buy_file_shopping_cart__stripe-form {
	margin-bottom: 50px;
    padding: 0 28px;
}
#buy_file_shopping_cart__saved_cc_data_stripe__confirm_save__wrapper input.saved_cc_data__confirm_save:not(:checked) + label, 
#buy_file_shopping_cart__saved_cc_data_stripe__confirm_save__wrapper input.saved_cc_data__confirm_save:checked + label {
    color: #172534;
    padding-left: 26px;
    font-size: 12px;
    line-height: 16px;
}

#buy_file_shopping_cart__saved_cc_data_stripe__confirm_save__wrapper input.saved_cc_data__confirm_save:not(:checked) + label:before, 
#buy_file_shopping_cart__saved_cc_data_stripe__confirm_save__wrapper input.saved_cc_data__confirm_save:checked + label:before {
    border: 1px solid #A3A3A3;
    width: 16px;
    height: 16px;
}

#buy_file_shopping_cart__saved_cc_data_stripe__confirm_save__wrapper input.saved_cc_data__confirm_save:not(:checked) + label:after, 
#buy_file_shopping_cart__saved_cc_data_stripe__confirm_save__wrapper input.saved_cc_data__confirm_save:checked + label:after {
    font-size: 14px !important;
    color: #000000;
}


#buy_file_shopping_cart__stripe_form__action_btns {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    align-items: center;
    margin-bottom: 29px;
}
    #buy_file_shopping_cart__stripe_form__cancel_button {
        color: #172534;
        cursor: pointer;
        text-decoration: underline;
        display: inline-block;
        font-size: 12px;
        line-height: 16px;
    }
    #buy_file_shopping_cart__stripe_form__cancel_button i {
        margin-right: 12px;
        color: #172534;
        font-size: 12px;
        font-weight: bold;
        font-family: "Font Awesome 5 Pro" !important;
    }
    #buy_file_shopping_cart__stripe_form__pay_button {
        width: 218px;
        box-sizing: border-box;
        height: 50px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        padding: 14px 16px;
        background-color: #1389FE;
        box-shadow: none;
        font-size: 18px;
        line-height: 24px;
        font-weight: bold;
        transition: background-color 0.5s ease;
        color: #fff !important;
        text-align: center;
        display: inline-block;
        cursor: pointer;
    }
    #buy_file_shopping_cart__stripe_form__pay_button:hover {
        background-color: #0066CC;
    }


.buy_file_form__discount_info__container {
    font-size: 0;
    padding: 30px;
    background: #EFF5ED;
    border-radius: 10px;
    color: #2C830C;
    line-height: 22px;
}
#buy_file_form .buy_file_form__discount_info__container {
    margin: 30px 28px 0 28px;
}
#buy_file_shopping_cart .buy_file_form__discount_info__container {
    margin: 0 16px 30px 28px;
}
.buy_file_form__discount_info__label {
    font-size: 16px;
	color: #364662;
    margin-bottom: 18px;
    color: #2C830C;
	font-weight: bold;
}
.buy_file_form__discount_info__description {
    font-size: 14px;
}
.buy_file_form__discount_info__list {
	font-size: 14px;
}
.buy_file_form__discount_info__list li {
    list-style-type: disc;
    margin-left: 15px;
}

@media screen and (max-width: 690px){
    #buy_file_form.modal-container .modal-content,
    #buy_file_shopping_cart .modal-content {
        max-height: unset;
        height: 100%;
	}

    #buy_file_form.modal-container .modal-inner,
    #buy_file_shopping_cart .modal-inner {
        width: auto;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        top: 42px;
        left: 0;
        right: 0;
        padding-top: 0;
        height: calc(100% - 42px);
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-left: 0 !important;
        overflow: hidden;
        max-height: unset;
    }

    #buy_file_form .modal-close:after,
    #buy_file_shopping_cart .modal-close:after {
		padding: 2px 8px;
        margin-left: 0;
        top: 12px;
        left: auto;
        right: 10px;
	}

    #buy_file_form__header {
        padding: 32px 17px 24px 17px;
    }

    #buy_file_form__header .buy_file_form__header_sub_text {
        font-size: 16px;
        line-height: 20px;
    }

    #buy_file_form__file_info_container {
        padding: 0 17px;
    }

    #buy_file_form__file_image_container {
        height: 209px;
    }

    #buy_file_form__prices_table {
        padding: 0 17px;
        margin-top: 24px;
    }

    #buy_file_form.buy_file_form__simple #buy_file_form__prices_table {
		padding: 0 17px;
        margin-top: 0;
	}

    #buy_file_form__file_rights_container {
        padding: 0 17px;
    }

    #buy_file_form__file_rights_defined_select_all_containers {
        grid-template-columns: auto auto;
        padding: 20px 20px 17px 20px;
        row-gap: 13px;
    }
    #buy_file_form__file_rights_custom_container {
        padding: 19px;
    }
    #buy_file_form__button_container {
        padding: 42px 17px 35px 17px;
    }

    #buy_file_form .buy_file_form__discount_info__container {
	    margin: 30px 17px 0 17px;
	}

	.buy_file__top_alerts_container {
		padding: 0 17px;
	}
	.buy_file__payment_alerts_container {
		padding: 0 17px;
	}

    #buy_file_shopping_cart__header {
        padding: 28px 17px 12px 17px;
    }
    #buy_file_shopping_cart .buy_file_form__discount_info__container {
        margin: 0 17px 20px 17px;
    }

    #buy_file_shopping_cart__product_block {
        padding: 0 17px;
    }

    #buy_file_shopping_cart__product_list .buy_file_shopping_cart__product_row {
        flex-direction: column;
    }

    #buy_file_shopping_cart__product_list .buy_file_shopping_cart__product_row_img_name_size_container {
        margin-bottom: 8px;
    }

    #buy_file_shopping_cart__product_list .buy_file_shopping_cart__product_list_file_name_dimensions {
        max-width: unset;
        justify-content: start;
    }

    #buy_file_shopping_cart__product_list .buy_file_shopping_cart__product_list_price_action_container {
        flex-direction: row-reverse;
        margin-right: 0;
        justify-content: space-between;
        align-items: end;
    }

    #buy_file_shopping_cart__product_list .buy_file_shopping_cart__product_list_price {
        margin-right: 0;
    }

    #buy_file_shopping_cart__product_list .buy_file_shopping_cart__product_remove_button_label {
        display: block;
    }

    #buy_file_shopping_cart__product_list .buy_file_shopping_cart__product_remove_button img {
        width: 9.81px;
        height: 9.81px;
    }

    #buy_file_shopping_cart__buyer_info {
        padding: 26px 17px 36px 17px;
        margin: 22px 17px 19px 17px;
    }

    #buy_file_shopping_cart__buyer_info_type_container,
    #buy_file_shopping_cart__payment_data {
        flex-direction: column;
    }

    #buy_file_shopping_cart__buyers_data__payer_type,
    #buy_file_shopping_cart__payment_data_select {
        margin-top: 22px;
    }

    #buy_file_shopping_cart__contact_input_table {
        padding-bottom: 20px;
    }

    #buy_file_shopping_cart__contact_input_table td.buy_file_shopping_cart__contact_cell_container {
        width: 100%;
    }

    table#buy_file_shopping_cart__contact_input_table tr {
        flex-direction: column;
    }

    table#buy_file_shopping_cart__contact_input_table tr td {
        display: block;
        width: 100%;
    }

    #buy_file_shopping_cart__contact_input_table td .buy_file_shopping_cart__input_label {
        top: 2px;
    }

    #buy_file_shopping_cart__contact_input_table td input, 
    #buy_file_shopping_cart__contact_input_table td select,
    #buy_file_shopping_cart__contact_input_table td .styled-select {
        width: calc(100% - 10px);
        top: 10px;
    }

    #buy_file_shopping_cart .styled-select .select-items {
		height: 240px;
	}

    #buy_file_shopping_cart__contact_input_table td.buy_file_shopping_cart__contact_cell_container.cell-empty {
        height: 0;
        padding: 0;
    }

    #buy_file_shopping_cart__contact_input_table .buy_file_shopping_cart__error-text-container {
        margin-top: 48px;
    }

    #buy_file_shopping_cart__description {
        padding: 0 17px;
    }

    #buy_file_shopping_cart__footer_main_block {
        padding: 0 17px;
    }

    #buy_file_shopping_cart__final_price_container {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    #buy_file_shopping_cart__final_price_container td.buy_file_shopping_cart__final_label {
        text-align: left;
    }

    #buy_file_shopping_cart__button_container {
        width: 100%;
    }

    #buy_file_shopping_cart__button_container .buy_file_shopping_cart__footer_pay_button {
        width: 100%;
    }

    #buy_file_shopping_cart__platform {
        text-align: left;
    }
	
	#buy_file_shopping_cart__stripe-form {
        padding: 0 17px;
	}
        #buy_file_shopping_cart__stripe_form__action_btns {
            flex-direction: column;
            align-items: flex-start;
            margin-bottom: 45px;
        }
            #buy_file_shopping_cart__stripe_form__cancel_button {
                margin-bottom: 44px;
            }
            #buy_file_shopping_cart__stripe_form__pay_button {
                width: 100%;
            }

        #buy_file_payment_success .modal-inner {
            max-width: 85%;
            overflow: auto;
            padding-top: 0;
        }
        #buy_file_payment_success .modal-content {
            height: unset;
        }
        #buy_file_payment_success .modal-close:before {
            opacity: 0.7;
            cursor: default;
            display: block;
        }
        /** START: Header **/
        #buy_file_payment_success__header {
            padding: 29px 22px 22px 22px;
        }
            #buy_file_payment_success__header .buy_file_payment_success__header_checkmark {
                height: 14.55px;
                width: 19.54px;
                margin-top: 4px;
                margin-right: 13px;
            }
            #buy_file_payment_success__header_main_text {
                font-size: 22px;
            }
        /** END: Header **/
        
        #buy_file_payment_success__content {
            padding: 0 21px 40px 25px;
        }
            #buy_file_payment_success__content_main_text {
                margin-bottom: 26px
            }
            #buy_file_payment_success__content_main_text_2 {
                margin-bottom: 35px
            }
            #buy_file_payment_success__content_main_button {
                margin: 0 auto 23px auto;
                width: 100%;
            }   
                #buy_file_payment_success__content_main_button .access_files_btn {
                    width: auto;
                }

}

@media screen and (max-width: 500px){
    #buy_file_form .modal-close:after,
    #buy_file_shopping_cart .modal-close:after {
        top: 8px;
        right: 1px;
	}
}

@media screen and (max-width: 360px){ 
    #buy_file_shopping_cart__buyers_data__payer_type,
    #buy_file_shopping_cart__payment_data_select {
        flex-direction: column;
        grid-row-gap: 10px;
    }
}


#buy_file_shopping_cart__payment_type_banklink_bank_wrapper {
    display: none;
    margin-top: 21px;
    margin-left: 80px;
    text-align: justify;
    text-align-last: justify;
}
#buy_file_shopping_cart input.styled_radio_btn.buy_file_shopping_cart__payment_type_banklink_bank + label {
    height: 42px;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    width: calc(50% - 5px);
    box-sizing: border-box;
    margin-bottom: 10px;
    padding-left: 45px;
    line-height: 42px;
    text-align-last: justify;
    padding-right: 11px;
}
#buy_file_shopping_cart input.styled_radio_btn.buy_file_shopping_cart__payment_type_banklink_bank:checked + label {
    border-color: #242424;
}
#buy_file_shopping_cart input.styled_radio_btn.buy_file_shopping_cart__payment_type_banklink_bank + label img {
    position: relative;
    bottom: 2px;
}
#buy_file_shopping_cart input.styled_radio_btn.buy_file_shopping_cart__payment_type_banklink_bank + label:before {
    left: 15px;
    top: 10px;
}
#buy_file_shopping_cart input.styled_radio_btn.buy_file_shopping_cart__payment_type_banklink_bank + label:after {
    left: 18px;
    top: 13px;
}

@media only screen and (max-width: 650px) {

    #buy_file_shopping_cart__payment_type_banklink_bank_wrapper {
        margin-left: 0;
    }
    #buy_file_shopping_cart input.styled_radio_btn.buy_file_shopping_cart__payment_type_banklink_bank + label {
        width: 100%;
    }
}
